Jump to content

RISOLTO - Errore in LOGIN - Function error


NNGNews

Recommended Posts

Salve, siamo finalmente riusciti ad aggiornare manualmente da 1.4.7 a 1.6.0.11

Cartelle e files nuovi e lo script di Upgrade ha dato OK nella pagina XML, quindi anche il Database è aggiornato.

Il grosso è alle spalle.

Problema attuale, non riusciamo a entrare in BO perchè dà errore, attivando il debug abbiamo questo :

 

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

 

e queste son le istruzioni incriminate "functions.php" a riga 28 :

 

if (!defined('_PS_ADMIN_DIR_'))
define('_PS_ADMIN_DIR_', getcwd());
require_once(_PS_ADMIN_DIR_.'/../images.inc.php');
function bindDatepicker($id, $time)
 
Non siamo praticissimi di PHP, capisco che non trova qualcosa, ma cosa ?
Thank you
 
******
Che scemo ... mancava semplicemente un file (non copiato)
 
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...