From: Miles B. <mil...@gm...> - 2006-08-25 16:25:37
|
On 8/25/06, Kevin <ke...@dr...> wrote: > Gah! Evil cut&paste error. Please change the line to read: > > $retval = $dd->connection->Execute($add_catid_ddl[0]); > > > Or, just wait for tomorrow's snapshot.. > > > -- > Kevin After chagning the line I now get the following error: Notice: Only variables should be assigned by reference in /home/bluntmon/public_html/fofreduxtest/lib/model/option.php on line 123 Fatal error: mysql error: [Table 'fr_items' already exists] in EXECUTE("CREATE TABLE fr_items ( id INTEGER NOT NULL AUTO_INCREMENT, name VARCHAR(250) NOT NULL, PRIMARY KEY (id) )") Error performing database operation, Maybe you need to run the installer. in /home/bluntmon/public_html/fofreduxtest/lib/model/base.php on line 251 |