
Originally Posted by
CaptCuervo
I'm having the same issue, installed 3 times yesterday, no luck. Going to try again today on a different host/server setup.
I'm using ZC 1.5.1, SO 4_0_5_final on a WinXP sp3 sandbox with Apache 2.2.6 PHP 5.2.6 and MySql 5.0
First attempt to install I got a blank screen and found errors in the logs something to the affect of
"unexpected " . " found in....fpdf.php line 1047. The line is "ini_set('magic_quotes_runtime', .$mqr);" I removed the "." since magic quotes will accept a 0 (and from the same code on line 1329). Did a restore and re-install and I got an onscreen "warning, error.. refresh and try again". These turned out to be SQL errors from the auto loader, something about the string is too long to fit the field. I took the SQL from the error message and put it directly into “MySQL Query Browser” and it worked just fine.
Sorry to be so vague WRT the errors but I did this yesterday and did not write them down.
I believe the first problem is fixed in FPDF v1.6, going to find that today and see. I believe the second issue is caused by the PHP-MySQL interface and these are usually a version mis-match or configuration error (honestly I don’t know what versions I have) AND/OR a previously installed mod that I/we don't have yet. My sandbox has been running un-modified for about 6 years and this is not the first ZC module I have found that will not install on my sandbox but works just fine on my host (linux not windows) and works just fine on the developers system. I’m going to try getting fpdf 1.6 and then install on my host and see what happens there. I really don't believe this is a SO issue, just another case of too many host/server/php/sql combinations in the world. I’ll let you know what I find out today.
Meanwhile: - Any chance you have a .sql file so I don't have to dig the queries it out of the code??
Bookmarks