Hi there!,
I am following the instructions in the
documentation to upgrade from 1.5.0.9.
On Step 2
- Getting Ready for the New Version, section
Copying the files backed up during Step 1 to the "prestashop" folder, it stands:
/config
folder, only copy the
settings.inc.php
file, then modify the following lines:
- The line that contains "PS_BASE_URI" must contain the name of the subfolder where you are going to do your update. For instance, "/prestashop/" instead of "/", or of the name of current folder for your current store.
But I cannot even find "PS_BASE_URI" in settings.inc.php.
Is it possible just to add
define('__PS_BASE_URI__', '/prestashop/'); (where 'prestashop' is the name of the subfolder in which doing the update)
as explained in section "Checking before going further"? Not suspicious the line wasn't there previously?
Thanks in advance!!!
Edited by clampon, 13 June 2012 - 01:43 PM.