Jump to content

SOLVED - Function require error - Can't Login


Recommended Posts

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 28

Fatal 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 by NNGNews (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...