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…
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…
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
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?