"Undefined Variable" Error after Site Migration |
(04-22-2020, 10:57 AM)jreklund Wrote: CodeIgniter 3 are compatible with PHP 7.3 and users have also tested it with success on PHP 7.4. that's what driving me nuts. the mysql server (mariadb) runs. sql dump restored, privs restored, i can connect to it via mysql, using the same credentials and do everything. also no error messages in the mariadb logs. ofc changed the database.php (there was just a new password to enter) but it still looks like the sql query is exactly what is failing. it also show error messages if the tables don't exist. (i tried once, after i created the database and the credentials, but didn't yet import the sql dump). so the connection apparently to the mysqlserver apparently works. but there is no difference in the data, between the original mysql server and the imported dump. what on earth is going on here ![]() |
Messages In This Thread |
"Undefined Variable" Error after Site Migration - by happahappa - 04-22-2020, 08:31 AM
RE: "Undefined Variable" Error after Site Migration - by jreklund - 04-22-2020, 09:20 AM
RE: "Undefined Variable" Error after Site Migration - by happahappa - 04-22-2020, 09:57 AM
RE: "Undefined Variable" Error after Site Migration - by jreklund - 04-22-2020, 10:57 AM
RE: "Undefined Variable" Error after Site Migration - by happahappa - 04-22-2020, 11:53 AM
RE: "Undefined Variable" Error after Site Migration - by tomexsans - 04-22-2020, 11:47 AM
RE: "Undefined Variable" Error after Site Migration - by jreklund - 04-22-2020, 02:51 PM
RE: "Undefined Variable" Error after Site Migration - by happahappa - 04-22-2020, 09:28 PM
RE: "Undefined Variable" Error after Site Migration - by jreklund - 04-23-2020, 11:05 AM
|