You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
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 !!
The text was updated successfully, but these errors were encountered:
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 !!
The text was updated successfully, but these errors were encountered: