coreshop / CoreShop

CoreShop - Pimcore enhanced eCommerce
http://www.coreshop.org
Other
276 stars 157 forks source link

Can't install pimcore 5 + coreshop 2 #181

Closed mtarin closed 7 years ago

mtarin commented 7 years ago

Hi, i'm trying to install pimcore5 and coreshop 2 from composer but i can't make it work.

I've ran the console command to install but when i activate the registerBundle + yml config file this error appears:

Warning: glob(): Pattern exceeds the maximum allowed length of 260 characters in . (which is being imported from "\pimcore\lib\Pimcore\Bundle\CoreBundle/Resources/config/routing.yml"). Make sure there is a loader supporting the "pimcore_bundle" type.

Regards

dpfaffenbauer commented 7 years ago

Are you running on Windows?

If so: seems more like an Symfony issue than a CoreShop or Pimcore problem. Issues seems to be introduced in 3.3.6. Can you either try downgrading symfony to 3.3.5 and test again?

mtarin commented 7 years ago

Yes, on windows.

Any method to do this downgrade?

Regards

dpfaffenbauer commented 7 years ago

Try running

composer install symfony/symfony:3.3.5

mtarin commented 7 years ago

Ok i'll try and let you know.

mtarin commented 7 years ago

hi @dpfaffenbauer , i've tryed the version 3.3.5 but nothing distinct happened.

This log appears in the console when installing, but with the version 3.3.6 appears too.

Creating CoreShop Folders dev. 23:05:00 WARNING [pimcore] object doesn't exist [] [] 23:05:00 WARNING [pimcore] object doesn't exist [] [] 23:05:00 WARNING [pimcore] object doesn't exist [] [] 23:05:01 WARNING [pimcore] object doesn't exist [] [] 23:05:01 WARNING [pimcore] object doesn't exist [] [] 23:05:01 WARNING [pimcore] object doesn't exist [] [] 23:05:01 WARNING [pimcore] object doesn't exist [] [] 23:05:01 WARNING [pimcore] object doesn't exist [] [] 23:05:01 WARNING [pimcore] object doesn't exist [] [] 23:05:01 WARNING [pimcore] object doesn't exist [] [] 23:05:01 WARNING [pimcore] object doesn't exist [] []

Any idea?

Regards

dpfaffenbauer commented 7 years ago

That's fine though. That's a Pimcore warning when creating object folders, you can ignore that.

Everything else working now?

mtarin commented 7 years ago

@dpfaffenbauer no, the same error of the "glob" function...

dpfaffenbauer commented 7 years ago

I'll try to reproduce the problem somehow on a Virtual Machine.

Are you running IIS or Apache or Nginx on Windows?

mtarin commented 7 years ago

Apache 2.4 PHP 7.0 (xampp)

El 16/8/2017 11:12 a. m., "Dominik" notifications@github.com escribió:

I'll try to reproduce the problem somehow on a Virtual Machine.

Are you running IIS or Apache or Nginx on Windows?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/coreshop/CoreShop/issues/181#issuecomment-322782483, or mute the thread https://github.com/notifications/unsubscribe-auth/AANxzbIdm5nPBcwQm8I70HTuo5z798C9ks5sYvd2gaJpZM4O39ag .

dpfaffenbauer commented 7 years ago

this seems to resolve the issue for me: https://github.com/coreshop/CoreShop/commit/2515122b726bda7bdb8215276e8525030033f3f1 can you confirm?

mtarin commented 7 years ago

fu***ng yeah!