|
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. |