|
If the upgrade instructions arent enough there is a more in depth file called changelog.txt in the documentation folder If I remember correctly
If your telling me your photopost usergroups has no entries you can run this in phpmyadmin and that will add the admin usergroup but you must as Michael stated run all applicable upgrades for the program to function.
INSERT INTO (addyourprefixhere)usergroups VALUES (6,'Administrator',1,1,1,1,'','',1,1,1,0,0);
|