NNGNews Posted March 2, 2015 Share Posted March 2, 2015 (edited) Hi, we successfully manually upgrade from 1.4.7 to 1.6.0.11 Folder and files OK and the Upgrade script generated an OK result on XML document, so also the Database is updated. The problem now is that we are not able to LOGIN in the back office, activating debug this is the error : Warning: require_once(/htdocs/public/www/admin/../images.inc.php) [function.require-once]: failed to open stream: No such file or directory in /htdocs/public/www/admin/functions.php on line 28Fatal error: require_once() [function.require]: Failed opening required '/htdocs/public/www/admin/../images.inc.php' (include_path='/htdocs/public/www/tools/htmlpurifier/standalone:.:/usr/share/php:/usr/share/pear') in /htdocs/public/www/admin/functions.php on line 28 and this are the instructions in the "functions.php" on line 28 : if (!defined('_PS_ADMIN_DIR_')) define('_PS_ADMIN_DIR_', getcwd()); require_once(_PS_ADMIN_DIR_.'/../images.inc.php'); function bindDatepicker($id, $time) I don't understand much of php, what should I do, I understand something is missing but what ? Thank you Pat ***** What a dummy, images.inc was missing ... sorry Edited March 2, 2015 by NNGNews (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