Ho riscontrato un errore con il mio OsCommerce
Codice: Seleziona tutto
Warning: shipping(DIR_RP_LANGUAGESenglish/modules/shipping/flat.php): failed to open stream: No such file or directory in /web/htdocs/www.miosito.it/home/includes/classes/shipping.php on line 37
Warning: shipping(): Failed opening 'DIR_RP_LANGUAGESenglish/modules/shipping/flat.php' for inclusion (include_path='.:/php/lib/php/') in /web/htdocs/www.miosito.it/home/includes/classes/shipping.php on line 37
Warning: shipping(DIR_RP_MODULESshipping/flat.php): failed to open stream: No such file or directory in /web/htdocs/www.miosito.it/home/includes/classes/shipping.php on line 38
Warning: shipping(): Failed opening 'DIR_RP_MODULESshipping/flat.php' for inclusion (include_path='.:/php/lib/php/') in /web/htdocs/www.miosito.it/home/includes/classes/shipping.php on line 38
Fatal error: Cannot instantiate non-existent class: flat in /web/htdocs/www.miosito.it/home/includes/classes/shipping.php on line 41
Codice: Seleziona tutto
// ship2pay start
include(DIR_RP_LANGUAGES . $language . '/modules/shipping/' . $include_modules[$i]['file']);
include(DIR_RP_MODULES . 'shipping/' . $include_modules[$i]['file']);
// ship2pay end
$GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class'];
Sarà qualcosa legato a mysq5 perchè solo in remoto dà errore;
in locale no.