Oscommerce error
De la EuroDomenii - Domenii .Eu .Ro Registrator Acreditat
(Diferența dintre versiuni)
Linia 4: | Linia 4: | ||
---- | ---- | ||
Salut! | Salut! | ||
- | Am o problema in leg cu instalarea unui script OsCommerce, am citit documentatia de pe siteul lor in leg cu instalarea dar totusi am o problema, si anume: | + | Am o problema in leg cu instalarea unui script OsCommerce, am citit documentatia de pe siteul lor in leg cu instalarea dar totusi am o problema, si anume: |
- | Cod: | + | Cod:<br> |
- | + | Database Import<br> | |
- | Database Import | + | A test connection made to the database was NOT successful.<br> |
- | + | The error message returned is:<br> | |
- | A test connection made to the database was NOT successful. | + | Access denied for user 'onshop_onshop'@'localhost' to database 'onshop_onshop'<br> |
- | The error message returned is: | + | Please click on the Back button below to review your database server settings.<br> |
- | + | ||
- | Access denied for user 'onshop_onshop'@'localhost' to database 'onshop_onshop' | + | |
- | + | ||
- | Please click on the Back button below to review your database server settings. | + | |
- | + | ||
If you require help with your database server settings, please consult your hosting company. | If you require help with your database server settings, please consult your hosting company. | ||
Sunt doua alternative: | Sunt doua alternative: | ||
- | + | # Stergi index.htm sau index.html (depinde care il ai) si lasi doar index.php | |
- | + | # In .htaccess adaugi urmatoarea linie: DirectoryIndex index.php index.htm index.html[http://www.skullbox.info/board/web-development-b77/problema-oscommerce!/ Sursa] |
Versiunea curentă din 27 ianuarie 2009 13:25
In osCommerce primesc eroarea register_globals is disabled
Incerc sa instalez osCommerce si am primit eroarea FATAL ERROR: register_globals is disabled in php.ini, please enable it!
Pentru remedierea acestei erori editati fisierul .htaccess (sau creati un fisier nou denumit .htaccess) din /public_html/ si adaugati urmatoarele linii:
<IfModule mod_php5.c>
php_value session.use_trans_sid 0
php_value register_globals 1
</IfModule>
Sursa
Salut! Am o problema in leg cu instalarea unui script OsCommerce, am citit documentatia de pe siteul lor in leg cu instalarea dar totusi am o problema, si anume:
Cod:
Database Import
A test connection made to the database was NOT successful.
The error message returned is:
Access denied for user 'onshop_onshop'@'localhost' to database 'onshop_onshop'
Please click on the Back button below to review your database server settings.
If you require help with your database server settings, please consult your hosting company.
Sunt doua alternative:
- Stergi index.htm sau index.html (depinde care il ai) si lasi doar index.php
- In .htaccess adaugi urmatoarea linie: DirectoryIndex index.php index.htm index.htmlSursa