Hello Ryan, Essentially, the

Posts: 37
Joined: 09/30/2007

Hello Ryan,

Essentially, the install file had a case install statement to create the uc_flatrate_methods db table. The case statement had nothing in the case of "mysql," and the case below showed the create db in the "mysqli" case. Since there was no break, the "mysql" case should have dropped to the "mysqli'case and the db created. It was not. I looked for some sort of code error, but did not see anything in the include file.

I looked through the rest of the include and saw the uc_flatrate_method was used a lot.

What I did was manually create the uc_flatrate_methods table in the db through the php db administrator on the server site, as described in the include file. Then ran update.php and the problem disappeared.

Don't know why the db was not created, but the manual creation seemed to fix the problem.

Dale

Beta 2 Update By: Dale Vogel (9 replies) Fri, 01/25/2008 - 16:25