-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Xoops 2.5.8 issue #139
Comments
Can you try the latest code from here? |
Hi, I,'ve tried XoopsCore25-2.5.8, XoopsCore25-2.5.8-RC1 et XoopsCore25-2.5.8-RC2. Same issue. Regards, |
It's possible that they don't have the mysqli driver, and only the mysql (without the "i" ) |
Looking at the code, the symptoms described would occur if we could not connect to the database. Since we already connected in the previous step (presumably with the same credentials) that is unexpected. First, I would double check that mainfile.php and xoops_data/data/secure.php were written correctly and contain the correct database credentials. |
The page_dbconnection.php is using mysqli and the database connection is successfull. So I don't think the problem is with mysqli. |
There is no database credentials in mainfile.php and the database credentials in xoops_data/data/secure.php are correct. |
vinyz, I sent you a private message on frxoops. |
cesagonchu, I don't know how to see your private message since I haven't any account on frxoops. |
I am very happy to hear that things are working for you with the new host. |
This condition is handled differently in mysqli that in the mysql extension, so in some cases error information would not be reported correctly, i.e. during install as in XOOPS#139.
Sorry. With cesagonchu on the job, I though this was is good hands 😉 I would like to know exactly what was happening. We could make sure to handle the error more gracefully at least. But, I doubt we will get that information 😦 I suspect this was some sort of odd MySQL configuration. The jump back to step 6 happens explicitly in There does appear to be some issues in making the error information available. And in 2.5.8 under the mysqli extension, we are not getting the connection error information, and not interpreting the connection error condition correctly. #145 corrects these issues. |
There is no support or log on my free webhosting. Just sometimes an error message. But it's not the case here. |
Hi,
I managed to install Xoops 2.5.7.2 without any problem on my website (free.fr).
But I have an issue when I install Xoops 2.5.8 (RC1 or RC2).
Steps 1 to 8 : no problem
Step 9 (Initial settings) : I fill in the blanks and when I click on Next, it goes back to the step 6 (Databas configuration).
Thanks,
Regards,
Vincent Ulmer (France)
The text was updated successfully, but these errors were encountered: