Please help. I'm new to PHP, Apache, MySQL, etc. and have been stuck for a
couple of days.
I installed local server using XAMPP 1.7.7 (PHP 5.3.x) and tried an install of
XAMPP 1.8.0 (PHP 5.4.x) with the same result.
If I use Chrome, here's the error
The sql script ran fine and tables have been created. I made all of the config
modifications for connection strings to the DB.
If I simply run the index.html and modify it to display Hello World, it works
fine. When it redirects to index.php, I get the error. I've also changed the
index.php to simply display Hello World, and it works. If I remove the
includes form the top section of the supplied index.php, I get the following
error, which makes it feel like it does transfer from index.html to index.php
just fine. (Notice: Undefined variable: use_ajax in ...)
Help?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please help. I'm new to PHP, Apache, MySQL, etc. and have been stuck for a
couple of days.
I installed local server using XAMPP 1.7.7 (PHP 5.3.x) and tried an install of
XAMPP 1.8.0 (PHP 5.4.x) with the same result.
If I use Chrome, here's the error
The sql script ran fine and tables have been created. I made all of the config
modifications for connection strings to the DB.
If I simply run the index.html and modify it to display Hello World, it works
fine. When it redirects to index.php, I get the error. I've also changed the
index.php to simply display Hello World, and it works. If I remove the
includes form the top section of the supplied index.php, I get the following
error, which makes it feel like it does transfer from index.html to index.php
just fine. (Notice: Undefined variable: use_ajax in ...)
Help?
Thanks!
Just got it to work by setting $compression_level = 0 in config.php. Why did I
have to do that? What does it mean for usability?
Had the same problem, got stuck 2 days until finding this forum post! Thanks!
Did you have this Problem with v7.0 too?