View Single Post
Old June 18th, 2005, 07:30 AM   #11 (permalink)
snoopy5
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
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.
snoopy5 is offline   Reply With Quote