View Single Post
Old May 31st, 2005, 06:56 AM   #3 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,860
albums was a field missing in the early install.php script; you can either run the upgrade.php for 5.0 and ignore the duplicate errors or you can add it manually:

ALTER TABLE categories ADD albums TEXT AFTER children;

Be sure to add any table prefix onto categories if you have them.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote