For instance...
Notice: Use of undefined constant yes - assumed 'yes' in /public_html/phpspeed/runtests4.php on line 136
which is here:
- Code: Select all
if(isset($_SESSION['logged']) && $_SESSION['logged'] == yes) {
I guess all instances of "yes" should have double or single quotation marks around it.
Here are some others:
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in /public_html/phpspeed/inc/mysql.php on line 109
Notice: Undefined index: test in /public_html/phpspeed/runtests.php on line 101
Notice: Undefined variable: test in /public_html/phpspeed/runtests.php on line 108
Notice: Undefined index: test in /public_html/phpspeed/runtests2.php on line 105
Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /public_html/phpspeed/runtests2.php on line 293
Notice: Use of undefined constant yes - assumed 'yes' in /public_html/phpspeed/runtests2.php on line 137
Notice: Use of undefined constant yes - assumed 'yes' in /public_html/phpspeed/runtests2.php on line 137
Notice: Use of undefined constant yes - assumed 'yes' in /public_html/phpspeed/runtests3.php on line 134
Notice: Undefined index: test in /public_html/phpspeed/runtests4.php on line 105
Notice: Undefined index: test in /public_html/phpspeed/runtests5.php on line 105
Notice: Use of undefined constant index2 - assumed 'index2' in /public_html/phpspeed/tests5/test_page2d.php on line 9
Notice: Use of undefined constant php - assumed 'php' in /public_html/phpspeed/tests5/test_page2d.php on line 9
Warning: file(index2php) [function.file]: failed to open stream: No such file or directory in /public_html/phpspeed/tests5/test_page2d.php on line 9
