-
Notifications
You must be signed in to change notification settings - Fork 172
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
New Install Ver 2.2.4 Problem #189
Comments
Perhaps its the connection that's not utf-8. Try running the provided query, if you have not already. and see https://dev.mysql.com/doc/refman/8.0/en/charset-connection.html |
There's a few ways to do it, described at the link provided. |
I can change it on PhpMyadmin but the change is only for that session. We use a Grid server that is a shared server so sometimes we can't make some changes, I'll have to check with them. Is this current connection type ,if it can't be changed, going to cause problems going forward with my current installs? Sorry to bother |
Somethings probably changed on the server side. ATutor/include/lib/mysql_connect.inc.php Line 23 in 155526c
|
Thanks Greg, I don't know how you keep it all straight in your head. I tried one of the queries and it looks like because it's shared I might not be able to change it. Probably have to look at changing my hosting plan to containers or dedicated pretty soon. |
It's going to take some analysis to figure this out, which I'll have to leave to you. Start by using the debug() function to output variable values etc, after enabling debugging in the include/vitals.inc.php file with "define('AT_DEVEL', 1);" near the top of the file. (also be sure the php/mysql versions are compatible with the system requirements) start here ATutor/include/install/install.inc.php Line 459 in 57f990d
|
Greg, Thanks |
Greg, Not sure if you are still active on this or not but worth a try. Thanks in advance, |
Hey Brad, Sorry for the delayed reply, I'm not really paying much attention to ATutor these days. I'm not sure I can advise much beyond enabling debug in the include/vitals.inc.php file and doing some debugging. It been a few years since I've looked at ATutor, and I've not been keeping up on changes to PHP/Mysql etc. that might have an effect if there are new settings etc. |
Trying to do a fresh install of version 2.2.4 but can't get past the point where it keeps telling me the database is not in UTF8 (see attachement)
But the database is in the correct format (see attachement).
Any ideas how to get past this point?
Brad
The text was updated successfully, but these errors were encountered: