Recently upgraded my test shopsite installation and it worked fine. Then ran the upgrade on the production site. The permission and directory checks passed. The upgrade started, then ended with an error.
The store is working but the admin back-end is not loading properly. It's like the admin template is not loading the required javascript and css files.
Here's two among a list of many more similar undefined / missing javascript errors in admin section:
- Code: Select all
ReferenceError: memorize_menu_configuration is not defined
ReferenceError: set_menu_globals is not defined
Installation error:
- Code: Select all
...
done.
Added fields to sbdata.aa
Installing file [prod_search_list.aa] from [data] in [/home/username/ssdata]...
/bin/tar -xf /home/username/public_html/cgi-bin/data.tar prod_search_list.aa
done.
Added fields to world.aa
Creating [/en-US]...
[mystoreid] Error creating [/en-US]!
Problem with image path (/en-US)
Re-running the installation completes successfully saying the files were already updated.
- Code: Select all
BACKING UP DIRECTORIES...
Backing up [/home/username/public_html/cgi-bin/sc] to [sc.11.2.3.tar]...
[mystoreid] - backup file sc.11.2.3.tar already exists, no backup performed.
[mystoreid] Error 0: Success
Backing up [/home/username/public_html/cgi-bin/ss] to [ss.11.2.3.tar]...
[mystoreid] - backup file ss.11.2.3.tar already exists, no backup performed.
[mystoreid] Error 0: Success
Backing up data directory for store mystoreid
Backing up [/home/username/ssdata] to [data.11.2.3.tar]...
[mystoreid] - backup file data.11.2.3.tar already exists, no backup performed.
[mystoreid] Error 0: Success
UPDATING SHOPPING CART DIRECTORY
Shopping Cart directory already updated
UPDATING SHOPSITE DIRECTORY
ShopSite directory already updated
UPDATING LANGUAGE PACKS in /home/username/public_html/cgi-bin/ss
Updating en-GB to en-GB
en-GB found, updating
Updating en-UK to en-GB
Updating en-US...
Updating en-GB...
Updating en-CA...
Updating en-AU...
Updating en-CX...
Updating en-IE...
Updating en-JA...
Updating en-NZ...
Updating en-ZA...
Updating en-EU...
UPDATING STORE(S)
Updating html directory for store mystoreid
HTML Path = /home/username/public_html/store
Installing file [media] from [html] in [/home/username/public_html/store]...
/bin/tar -xf /home/username/public_html/cgi-bin/html.tar media
done.
Updating data directory for store mystoreid
Data Path = /home/username/ssdata
Data dir /home/username/ssdata already updated.
So... What would need to be done in order to get the admin section working?
Thanks for any input.