afinman Posted June 18, 2012 Share Posted June 18, 2012 I'm trying to upgrade a site from 1.3.1.1 to 1.4.8.2 I have followed the instructions, but am not getting anything meaningful When I visit /install, I get a screen with faces in the top right, and no visible errors and it deduces I want to upgrade, but no next button appears. The only error I'm getting is this: Warning: require_once(/home/cherryg/public_html/config/../classes/Smarty_Internal_Data.php) [function.require-once]: failed to open stream: No such file or directory in /home/cherryg/public_html/config/config.inc.php on line 18 Fatal error: require_once() [function.require]: Failed opening required '/home/cherryg/public_html/config/../classes/Smarty_Internal_Data.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cherryg/public_html/config/config.inc.php on line 18 Please help! Link to comment Share on other sites More sharing options...
safa Posted June 18, 2012 Share Posted June 18, 2012 do you uploaded new prestashop version /classes folder ? Link to comment Share on other sites More sharing options...
afinman Posted June 18, 2012 Author Share Posted June 18, 2012 yes. As per the instructions, I copied my classes folder from 1.3 to 1.4 I have no idea if I have any custom classes. How can I tell? I think I should only have copied the custom classes, rather than all of 1.3's classes folder I'll try this first. Link to comment Share on other sites More sharing options...
afinman Posted June 18, 2012 Author Share Posted June 18, 2012 looks like it might be doing somethign now Link to comment Share on other sites More sharing options...
safa Posted June 18, 2012 Share Posted June 18, 2012 important backup your site. and after try upgrade your site. this path wrong require_once(/home/cherryg/public_html/config/../classes/Smarty_Internal_Data.php plese read carefuly this document http://doc.prestashop.com/display/PS14/Updating+PrestaShop Link to comment Share on other sites More sharing options...
afinman Posted June 18, 2012 Author Share Posted June 18, 2012 Now I have a smarty problem: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template 'xxxx/modules/blockuserinfo/blockuserinfo.tpl" on line 12 "{convertPrice price=$cart->getOrderTotal(false, 4)}" unknown tag "convertPrice"' in xxxx/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:431 Do I need to validate my theme? I don't have it in a zip file, how can I create one to validate for use with 1.4? Link to comment Share on other sites More sharing options...
safa Posted June 18, 2012 Share Posted June 18, 2012 someting goes wrong your upgrade . /tools /modules /classes Make sure you uploaded and chanced new files. this error no theme error. Link to comment Share on other sites More sharing options...
afinman Posted June 18, 2012 Author Share Posted June 18, 2012 Hmmm. I'm actually do this direct on a second server, so no upload needed. I downlaoded the zip file with the latest version in and copied the files over as necessary and set the permissions as appropriate. Looks like this is now my main problem - unknown tag convertPrice in the blockuser module template. Can't find anything useful to help out. Suggestions please. Link to comment Share on other sites More sharing options...
abners Posted June 19, 2012 Share Posted June 19, 2012 I have no idea if I have any custom classes. Link to comment Share on other sites More sharing options...
SahinSOLMAZ Posted July 21, 2012 Share Posted July 21, 2012 (edited) Hi, 1-) open -> home/config/settings.inc.php 2-) Find this code about 14th line define('__PS_BASE_URI__', '/'); ~ sample: define('__PS_BASE_URI__', '/3/'); 3-) check the folder (the path) and check the home/themes/prestashop I hope, useful Edited July 21, 2012 by shnslmz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now