Quote:
Originally Posted by Zakhar I have the same problem (looks similar).
I logged in as admin, and i can't upload photos with error
"Sorry, you don't have permission to upload photos."
I checked permissions in "PhotoPost Category Editor" in "Usergroup Access Permissions" and everywhere Administrators group have access.
I use Photopost pro 6.2 integrated with vbulletin 3.7.3.
Database encoding and page encoding in vbulletin is utf-8.
I'm turned on "Debug Setting" to "Display Errors", but i don't saw any errors.
Could you help me with this problem? |
I resolve this problem by editing pp_usergroups table.
May be resolved with query like that:
UPDATE `pp_usergroups`
SET
`uploads` = '1',
`comments` = '1',
`editpho` = '1',
`editposts` = '1',
`useralbums` = '1',
`canassign` = '1'
WHERE `pp_usergroups`.`groupid` =6 ;