View Single Post
Old November 5th, 2008, 07:10 AM   #10 (permalink)
Zakhar
Member
Verified Customer
 
Join Date: Nov 2008
Posts: 38
Quote:
Originally Posted by Zakhar View Post
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 ;
Zakhar is offline   Reply With Quote