Errore installazione sul web

Postate qui discussioni di carattere generale riguardo a problemi di installazione e configurazione di osCommerce

Moderatore: mod Generali

Rispondi
Fozan
membro Junior
membro Junior
Messaggi: 5
Iscritto il: 02/09/2007, 14:16

Errore installazione sul web

Messaggio da Fozan »

Mi da questo errore quando al primo step sull'installazione Database Server io scrivo localhost
sbaglio?

l'errore è questo:
There was a problem connecting to the database server. The following error had occured:

Access denied for user 'fozan'@'box324.bluehost.com' (using password: YES)

Please verify the connection parameters and try again.
Avatar utente
Simona67
membro Veteran
membro Veteran
Messaggi: 786
Iscritto il: 10/11/2003, 1:00
Località: Milano
Contatta:

Re: Errore installazione sul web

Messaggio da Simona67 »

Fozan ha scritto:Mi da questo errore quando al primo step sull'installazione Database Server io scrivo localhost
sbaglio?

l'errore è questo:
There was a problem connecting to the database server. The following error had occured:

Access denied for user 'fozan'@'box324.bluehost.com' (using password: YES)

Please verify the connection parameters and try again.
Ciao,

allora per installare oscommerce devi mettere:

- nella prima casellina dove di fianco c’è scritto Database Server inserisci localhost
- nella seconda casellina metterai l’Username dell’User
- nella terza casellina la relativa Password.
- nella quarta casellina metterai il nome del Database Dd

A questo punto devi selezionare la voce Database dove c’è scritto Session Storage e poi cliccare su Continue.

Spero di esserti stata d'aiuto.

Ciao Simona
Fozan
membro Junior
membro Junior
Messaggi: 5
Iscritto il: 02/09/2007, 14:16

Messaggio da Fozan »

grazie mille simona risololta adesso dopo l'installazione mi esce questo msg...


Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.
hsg26
membro Master
membro Master
Messaggi: 1677
Iscritto il: 07/04/2005, 0:00
Località: Svizzera
Contatta:

Messaggio da hsg26 »

Fozan ha scritto:grazie mille simona risololta adesso dopo l'installazione mi esce questo msg...


Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.
cerca cerca... c'è il tastino su sopra... troverai la soluzione :) sono i register globals... devi applicare la patch che trovi su oscommerce.com
Avatar utente
Simona67
membro Veteran
membro Veteran
Messaggi: 786
Iscritto il: 10/11/2003, 1:00
Località: Milano
Contatta:

Messaggio da Simona67 »

Fozan ha scritto:grazie mille simona risololta adesso dopo l'installazione mi esce questo msg...


Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.
Ciao

Si puoi fare le modifiche hai register global oppure fare questa aggiunta sul file .htacces che trovi nella cartella principale del sito.


Codice: Seleziona tutto

<IfModule mod_php4.c> 
# php_value session.use_trans_sid 0 
php_value register_globals 1 
</IfModule> 
Spero di esserti stata d'aiuto.

Ciao Simona
Fozan
membro Junior
membro Junior
Messaggi: 5
Iscritto il: 02/09/2007, 14:16

Messaggio da Fozan »

ho fatto la pacht, le modifiche su htaccess e adesso mi esce un altro errore -.-

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@standup-store.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at www.standup-store.com Port 80
Avatar utente
Simona67
membro Veteran
membro Veteran
Messaggi: 786
Iscritto il: 10/11/2003, 1:00
Località: Milano
Contatta:

Messaggio da Simona67 »

Fozan ha scritto:ho fatto la pacht, le modifiche su htaccess e adesso mi esce un altro errore -.-

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@standup-store.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at www.standup-store.com Port 80
Ciao,

Questo non è un errore tuo ma è causato del server.

Ti consiglio di comunicarlo al tuo mantainer.

Ciao Simona
Fozan
membro Junior
membro Junior
Messaggi: 5
Iscritto il: 02/09/2007, 14:16

Messaggio da Fozan »

scusa ma da cosa può essere causata?

xkè una volta sono riuscito ad installare oscommerce...poi ho cancellato, ma presumo di aver cancellato qualcosa di troppo :\
Rispondi