I must be going about this upgrade wrong... but here's the error that I'm getting
Warning: Missing argument 2 for inst_dodatabaseupgrades() in /home/e-smith/files/primary/html/admin/install/install.php on line 697
executing CREATE TABLE access ( acc_ft_id mediumint(8) NOT NULL default '0', acc_grp_id mediumint(8) NOT NULL default '0', PRIMARY KEY (acc_ft_id,acc_grp_id) ) TYPE=MyISAM
1050: Table 'access' already existserror upgrading database
I get this error when doing a database upgrade from /admin/install/install.php
I had GL 1.3 installed and running fine on a RedHat 7.1 flavor (http://www.e-smith.org). I then downloaded and extracted the 1.3.3 files. I have the main GL files in a new directory /opt/utilities/geeklog-1.3.3 the public_html files are in a different location. I copied the new GL-1.3.3/public_html files over the existing GL 1.3 public_html files.... changed all my permissions and ran the /admin/install/install.php. Everything worked fine except for a database error after step 3. The site is up and working fine (http://www.tech-geeks.org) but when I try to add anything new (blocks) I get an error. When trying to go back to /admin/install/install.php and do a database upgrade, I get the error listed above.
Any ideas??
Thanks,
Abe