|
Hi Omegatron,
I deleted the whole installation now again. Uploaded again newly. Exchanged the install file again against the one you uploaded in this thread above. I chmod all files to 777.
Now it writes the paths to the config file, but still not into the database. Same error 500 between step 3 and step 4.
I now deleted the mysql database again and in the new install.php, I removed
--------------------------------------------
// Upload the zipcode data (if present)
$query = @file("zipData.sql");
for ( $x=0; $x < count($query); $x++) {
$iquery = $query[$x];
$iquery = str_replace( ";", "", $iquery );
$setup = mysql_query($iquery, $link);
if ( !$setup ) print "<b>Error: ".mysql_error()."</b><br />";
}
------------------------------------------------------------
as proposed in the other thread with the other install problem (see above).
I then run again the install scripts and now it works. So even after fixing the install. php to the new version, there seems to be a problem with the zip codes.
A. How can I now "upgrade" so that the zip codes can be used nevertheless?
B. Can I somehow overwrite the US Zip codes with i.e. German ones and it would work nevertheless?
C. Where to change these zip codes?
Thanks in advance
Last edited by snoopy5; June 18th, 2005 at 07:32 AM.
|