allora praticamente ho instalato in locale l' osc2nuke ver.6.9 con la seguente configurazione server:
Apache Web Server Version 1.3.29
PHP Script Language Version 4.3.6
MySQL Database Version 4.0.18
l'errore che mi capita sia che io sia logato come admin o sia che come utente normale e quando vado ad aquistare un prodotto:
Fatal error: Call to undefined function: tep_redirect() in c:\appserv\www\osc2nuke\modules\catalog\checkout_shipping.php on line 43
??? potete aiutarmi??? thnks!!!
osc2nuke non riesco ad aquistare aiuto!!
Moderatore: mod Generali
- queengraph
- membro Baby
- Messaggi: 62
- Iscritto il: 28/04/2004, 0:00
- Località: Novara
- Contatta:
...
posta la riga 43 della tua pagina (e anche quella sopra, spesso gli errori in php riguardano la riga sopra a quella segnalata), altrimenti è difficile darti una mano 

mi sto rendendo conto che tutte le funzioni relative allo store non funzionano tipo che quando vado a creare una nuova categoria di prodotti ho questo risultato:
Fatal error: Call to undefined function: tep_redirect() in c:\appserv\www\osc2nuke\modules\catalog_admin\categories.php on line 88
oppre quando inserisco il prodotto e ci clicco sopra diretamente per aquistarlo: Fatal error:
Call to undefined function: tep_redirect() in c:\appserv\www\osc2nuke\modules\catalog\checkout_shipping.php on line 34
cmq la riga riguardante quello di prima e:
(-->42)// if there is nothing in the customers cart, redirect them to the shopping cart page
(-->43)if ($cart->count_contents() < 1) tep_redirect(tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'));
ho capito che non c'e niente nel carello ma perche mi da un Fatal error???
mentre questo e l'errore segnalato mente tento di fare l'aquisto:
Call to undefined function: tep_redirect() in c:\appserv\www\osc2nuke\modules\catalog\checkout_shipping.php on line 34
------------------------------------------------------------
.28 // if the customer is not logged on, redirect them to the login page
.29 if (!is_user($user)) tep_redirect(HTTP_SERVER .'modules.php?name=Your_Account');
.30 #bug#$customer_id = $userinfo[user_id];
.31
.32 if (!tep_session_is_registered('customer_id') || !$customer_id) {
.33 $navigation->set_snapshot();
.34 tep_redirect(HTTP_SERVER .'modules.php?name=Your_Account&op=logout');
.35# tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));
.36 }
.37 if ($debug_mode) echo 'user_id=' . $customer_id . '<BR>';
Fatal error: Call to undefined function: tep_redirect() in c:\appserv\www\osc2nuke\modules\catalog_admin\categories.php on line 88
oppre quando inserisco il prodotto e ci clicco sopra diretamente per aquistarlo: Fatal error:
Call to undefined function: tep_redirect() in c:\appserv\www\osc2nuke\modules\catalog\checkout_shipping.php on line 34
cmq la riga riguardante quello di prima e:
(-->42)// if there is nothing in the customers cart, redirect them to the shopping cart page
(-->43)if ($cart->count_contents() < 1) tep_redirect(tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'));
ho capito che non c'e niente nel carello ma perche mi da un Fatal error???
mentre questo e l'errore segnalato mente tento di fare l'aquisto:
Call to undefined function: tep_redirect() in c:\appserv\www\osc2nuke\modules\catalog\checkout_shipping.php on line 34
------------------------------------------------------------
.28 // if the customer is not logged on, redirect them to the login page
.29 if (!is_user($user)) tep_redirect(HTTP_SERVER .'modules.php?name=Your_Account');
.30 #bug#$customer_id = $userinfo[user_id];
.31
.32 if (!tep_session_is_registered('customer_id') || !$customer_id) {
.33 $navigation->set_snapshot();
.34 tep_redirect(HTTP_SERVER .'modules.php?name=Your_Account&op=logout');
.35# tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));
.36 }
.37 if ($debug_mode) echo 'user_id=' . $customer_id . '<BR>';