View Single Post
Old January 24th, 2005, 06:43 PM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,035
well ensure the database your using is 4.1.1

The column Modaccess was added to Photopost 3.2 and your missing it.

If your database is not valid as in your have not ran the upgrades from prior version to the version your running or installing you can not guarantee things to work.

You can add that column with this in phpmyadmin

ALTER TABLE usergroups ADD modaccess smallint(3) NOT NULL default '0';

However as stated I would ask why you dont have that column if you where running 4.1
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote