jscherer
24th of June 2002 (Mon), 16:21
When I go to my linux pc like so: http://192.168.0.1/gallery/setup.php to do the install, my browser displays the following:
DATABASE INSTALLER 1.22
SCROLL DOWN THE PAGE UNTIL YOU SEE A CONFIRMATION BOX
" . mysql_error() . "
ERROR IN QUERY:
" . $assimilate . "
"); exit(); } print " .... " . $assimilate . " .... [DONE]
"; } if (isset($HTTP_GET_VARS["remove_ee"])) { print "
DELETING OLD TABLES:
"; @$assimilate = "DROP TABLE `ee_camera`, `ee_camera_type`, `ee_category`, `ee_counter`, `ee_country`, `ee_exhibition`, `ee_exhibition_feedback`, `ee_lens`, `ee_light`, `ee_location`, `ee_message`, `ee_microthumb_path`, `ee_news`, `ee_owner`, `ee_photo`, `ee_photo_size`, `ee_photo_to_category`, `ee_photo_to_exhibition`, `ee_size`, `ee_thumb_path`, `ee_thumbs`, `ee_workflow`"; borg($assimilate); } $test = mysql_query( " SELECT ee_light_id FROM ee_light " ); if (!$test) { print "
Dumping 1.22 SQL data
There is a bunch more text that I have not included in this post but it's almost as though it were just displaying the contents of the setup.php -
Any thoughts..
-John
DATABASE INSTALLER 1.22
SCROLL DOWN THE PAGE UNTIL YOU SEE A CONFIRMATION BOX
" . mysql_error() . "
ERROR IN QUERY:
" . $assimilate . "
"); exit(); } print " .... " . $assimilate . " .... [DONE]
"; } if (isset($HTTP_GET_VARS["remove_ee"])) { print "
DELETING OLD TABLES:
"; @$assimilate = "DROP TABLE `ee_camera`, `ee_camera_type`, `ee_category`, `ee_counter`, `ee_country`, `ee_exhibition`, `ee_exhibition_feedback`, `ee_lens`, `ee_light`, `ee_location`, `ee_message`, `ee_microthumb_path`, `ee_news`, `ee_owner`, `ee_photo`, `ee_photo_size`, `ee_photo_to_category`, `ee_photo_to_exhibition`, `ee_size`, `ee_thumb_path`, `ee_thumbs`, `ee_workflow`"; borg($assimilate); } $test = mysql_query( " SELECT ee_light_id FROM ee_light " ); if (!$test) { print "
Dumping 1.22 SQL data
There is a bunch more text that I have not included in this post but it's almost as though it were just displaying the contents of the setup.php -
Any thoughts..
-John