Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Install results in ERROR 500 #2

Closed
Hotte512 opened this issue Sep 20, 2017 · 2 comments
Closed

Install results in ERROR 500 #2

Hotte512 opened this issue Sep 20, 2017 · 2 comments

Comments

@Hotte512
Copy link

I tried to require autoload.php withhout the DIR constant like ../../vendor/etc... but for some reasone it's not working.
It works if i require it with a static path like: require('/var/www/vhosts/domain.de/httpdocs/vendor/autoload.php');

Due to my low coding skills, may be I missed something...

APACHE ERROR LOG:
mod_fcgid: stderr: PHP Fatal error: require(): Failed opening required '/var/www/vhosts/domain.de/httpdocs/custom/plugins/ShyimPluginManager/vendor/autoload.php' (include_path='/var/www/vhosts/domain.de/httpdocs/engine/Library:.:/opt/plesk/php/7.0/share/pear') in /var/www/vhosts/domain.de/httpdocs/custom/plugins/ShyimPluginManager/ShyimPluginManager.php on line 9

might it be a problem with my server settings?
(atm i don't think so because there should be more relative references in shopware)

KIND REGARDS

And by the way THANK YOU FOR SO MUCH GREAT WORK @shyim !!

@shyim
Copy link
Owner

shyim commented Sep 20, 2017

I guess you have installed it without composer :)
Can you run inside the plugin directory composer install ?

@Hotte512
Copy link
Author

you got me!
I did not install it with composer.. just uploaded it to SW-Plugin Manager ;)

THX

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants