Problem on instalation!

Hi.
I have some problem on the first step of instalation, after put the data for database i get this msg:

Fatal error: Uncaught exception ‘Exception’ with message ‘ERROR: No database connection possible! - Access denied for user ‘monteiro’@‘localhost’ (using password: NO)’ in /home/monteiro/public_html/loja/setup/oxsetup.php:808 Stack trace: #0 /home/monteiro/public_html/loja/setup/oxsetup.php(2071): OxSetupDb->openDatabase(NULL) #1 /home/monteiro/public_html/loja/setup/oxsetup.php(2294): oxSetupController->dbCreate() #2 /home/monteiro/public_html/loja/setup/index.php(33): oxSetupDispatcher->run() #3 {main} thrown in /home/monteiro/public_html/loja/setup/oxsetup.php on line 808

What to do ??

Tks.

If you enter a password and get the message “using password: NO”, this maybe related to suhosin. If you have suhosin installed, you may try

suhosin.get.max_value_length = 1000

in php.ini.

hi.

in fisrt page I have all extensions in green, so I guess that the server mets all requirements.

And yes i have entered a password and all data for database.

I do not know what is suhosin.

I have created a file “php.ini” in root of the store. Is that right??

If it is the message is the same…

In the other version I have installed without problems i do not understand what is happening now :frowning:

Tks for your call.

Is there any way to install it manual??

The isp says that is nothing wrong with the server… though I can not pass this step :s

I have some questions to make about this error message:

Fatal error: Uncaught exception ‘Exception’ with message ‘ERROR: No database connection possible! - Access denied for user ‘monteiro’@‘localhost’ (using password: NO)’ in /home/monteiro/public_html/comercio/setup/oxsetup.php:808 Stack trace: #0 /home/monteiro/public_html/comercio/setup/oxsetup.php(2071): OxSetupDb->openDatabase(NULL) #1 /home/monteiro/public_html/comercio/setup/oxsetup.php(2294): oxSetupController->dbCreate() #2 /home/monteiro/public_html/comercio/setup/index.php(33): oxSetupDispatcher->run() #3 {main} thrown in /home/monteiro/public_html/comercio/setup/oxsetup.php on line 808

First of all this message does not show the data I have introduced: the bd name is not (as it is in message) monteiro@localhost but monteiro_vendas and I have introduced a password and in the message it says that it is not using password.

So, i can not understand what is wrong in here… maybe the data is not being loaded correctly…

I was wishing to get some help… i’d love to test this new version…

P.S: i will trying to install the 4.4.2 version…

like I predicted this version was sucessfuly instaled.

So i guess that is some error on this version I have downloaded.

Now I will explore the update, it is my first time… let’s see :wink:

Hi,

just from the error message it is hard to say what was going wrong. In the meantime (from 4.4.2 to 4.5.2) we changed a lot of stuff so it can be that your web server doesn’t fit any longer. Anyway, in this case I would expect another error message.
What I could imagine is a CRC error while down- or uploading via FTP…

Regards

Hi Marco.

I have installed the 4.4.4 version and sucessfuly updated to 4.4.8 version.

When I made the uptade to 4.5.2 version, the site does not work…

in frontpage it changes to page http://loja.pavikids.com/index.php?cl=start&redirected=1 and nothing to show.

in admin some errors:

Warning: Smarty error: unable to read resource: “message/err_404.tpl” in /home/monteiro/public_html/loja/core/smarty/Smarty.class.php on line 1093
Warning: Smarty error: unable
Warning: Smarty error: unable to read resource: “message/err_404.tpl” in /home/monteiro/public_html/loja/core/smarty/Smarty.class.php on line 1093
to read resource: “message/err_404.tpl” in /home/monteiro/public_html/loja/core/smarty/Smarty.class.php on line 1093

I guess that is something wrong to this version…

but in the first step of setup it appears all in green no error…

I’d like to test this new version but it seems i can not do it :frowning:

Re: Installation Error in step at 420 (“STEP_DB_CREATE”)

I am installing another clean version of oxid to test the ogone payment module and ran into this error during step 4 of the installation

Using the suggestion to edit php.ini and add the following line worked for me.

“suhosin.get.max_value_length = 1000”

What I find interesting is that this problem did not come up a few months ago (April - May) when I installed oxid 4.5 on the exact same server.
Have the values in Suhosin Extension changed recently?

Sean