Post by zaqueon » Tue Nov 22, 2016 5:11 pm

I write this in case someone has the same problem as me.
When I installed opencart I had an error with open_basedir:

Code: Select all

Warning: is_file(): open_basedir restriction in effect. File(/home/admin/web/mydomain.com/public_html/system/../../vendor/autoload.php) is not within the allowed path(s): (/home/admin/web/mydomain.com/public_html:/home/admin/tmp) in /home/admin/web/mydomain.com/public_html/system/startup.php on line 89
I could solve it by editing system/startup.php
I changed this code:

Code: Select all

// Autoloader if (file_exists(DIR_SYSTEM . '../../vendor/autoload.php')) { require_once(DIR_SYSTEM . '../../vendor/autoload.php'); }
For this other code:

Code: Select all

// Autoloader if (file_exists(DIR_SYSTEM . 'vendor/autoload.php')) { require_once(DIR_SYSTEM . 'vendor/autoload.php'); }

Mi nuevo protecto: Catinfog
Catinfog es un tpv online basado en opencart. El mejor tpv gratis para gestionar tiendas físicas.


User avatar
New member

Posts

Joined
Thu Oct 11, 2012 1:29 am


Post by Fengsheng » Mon May 27, 2019 4:46 am

Just make sure /storage moving on root folder then fix this issue, I have tried several times tonight, finally found the fix method.

Newbie

Posts

Joined
Fri Apr 19, 2019 12:43 am
Who is online

Users browsing this forum: No registered users and 6 guests