PDA

View Full Version : Error during installation


henkbos
15th of November 2002 (Fri), 13:41
Hi all,

Got the error below during installation. Any clues? I have not yet transferred my domain from my old ISP to the new one. Can that be the reason?
Double checked connect.php and that's fine (s far as I know). Tried to remove installation, but get an error that a certain directory not exists.

Henk

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

henkbos
15th of November 2002 (Fri), 14:14
Noticed that this error was posted earlier and Pekka referred to PhP-manual. My ISP has PhP running and there is nothing I can check/change.

Suggestions?

henkbos
20th of November 2002 (Wed), 05:24
Any one that can help me a little further. I can't telnet or start an SSH-session with this ISP and really want the enigine running.

Pekka
20th of November 2002 (Wed), 16:18
Check that Apache's httpd.conf is properly set to run .php extension as php executable. Problem seems to be that PHP content is not interpreted (run) properly. Contact your ISP and ask if there is a configuration problem there.

henkbos
20th of November 2002 (Wed), 23:25
Thanks Pekka,

Please find below the various versions of the programs. Hope that doens't prevent a succefull installation?

Our server is running: Apache/1.3.27 (Unix) mod_log_bytes/0.3 mod_bwlimited/1.0 PHP/4.2.3 FrontPage/5.0.2.2510 mod_ssl/2.8.11 OpenSSL/0.9.6b

Pekka
21st of November 2002 (Thu), 17:52
henkbos wrote:
Thanks Pekka,

Please find below the various versions of the programs. Hope that doens't prevent a succefull installation?

Our server is running: Apache/1.3.27 (Unix) mod_log_bytes/0.3 mod_bwlimited/1.0 PHP/4.2.3 FrontPage/5.0.2.2510 mod_ssl/2.8.11 OpenSSL/0.9.6b

There is a bug in PHP 4.2.3 which cuts 4 characters from some form input texts. That is why 4.2.2 or newest RC version is recommended. This bug affects e.g. path input input in EE. If you can't get your ISP to change PHP versions you can go around the bug simply by entering 4 dummy charachers in the front of the string. This is still not a very good workaround as it has to be done on all paths every time you want to save a change.