 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
October 22nd, 2008, 08:54 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Australia
Posts: 73
| Some Registered Users cannot upload photos?
This is weird! For some reason some registered users can upload photos and the others can't
They get this error message. Sorry, you don't have permission to upload photos.
Any suggestions Chuck?
|
| |
October 22nd, 2008, 07:12 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
well I need to know more about your site here like what your integrated with etc as that error is telling me they belong to a usergroup that does not have permission to upload.
|
| |
October 29th, 2008, 09:02 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Australia
Posts: 73
|
Chuck,
It is still happening for some reason mate.
This is what is happening
Photopost Classifieds: Some Registered Members cannot upload ads:
See error message here: www.beaututes.com/errors/classifieds_error.GIF
All permissions and usergroups are correct
Photopost Gallery: www.beaututes.com/errors/gallery_error.GIF
All permissions and usergroups are correct
Note error above screen Quote: |
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /gallery/pp-inc.php on line 4215
| Pissing me off because I have not been able to get classifieds or photos from most registered users for a month or three.
I have logged in as a Test user and can upload ads and pics alright, but when I logged in as one of the users reporting these errors, I got the errors they get.
Please help when you find the time Chuck.
Thanks for the installs also!
|
| |
October 29th, 2008, 06:49 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
You can turn on debug options in GLOBAL OPTIONS. That will tell you the error in classifieds
In photopost what usergroup is the user in?
This could be an install error if these are new.
|
| |
October 29th, 2008, 08:16 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Australia
Posts: 73
|
Turned on gloabl to email me.
The usergroup is registered members for photopost.
|
| |
October 30th, 2008, 08:51 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Australia
Posts: 73
|
Chuck here is one ofthe email reports: Quote:
An error was encountered during execution of the query:
SELECT groupid,cpaccess,modaccess,uploadsize,uploads,comments,editpho,editposts,reqmod,highlight,bold,italic,payment,uplimit,free FROM classifieds_usergroups WHERE
The query returned with an errorcode of:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
| |
| |
October 30th, 2008, 09:05 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Australia
Posts: 73
|
An error was encountered during execution of the query:
SELECT groupid,cpaccess,modaccess,uploadsize,uploads,comments,editpho,editposts,reqmod,highlight,bold,italic,payment,uplimit,free FROM classifieds_usergroups WHERE
The query returned with an errorcode of:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
|
| |
October 30th, 2008, 09:10 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
What sounds to me like the integration is not set up correctly we would need you to send site info admin login urls and ftp info to the contact us link in our header above.
|
| |
November 5th, 2008, 07:32 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Nov 2008
Posts: 38
|
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?
|
| |
November 5th, 2008, 08:10 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Nov 2008
Posts: 38
| 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 ;
|
| |
November 5th, 2008, 10:48 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Hello
You would set permissions under admin edit usergroups when logged in as admin as you wish.
|
| |
November 7th, 2008, 05:19 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Australia
Posts: 73
| Quote:
Originally Posted by Chuck S Hello
You would set permissions under admin edit usergroups when logged in as admin as you wish. | Chuck,
I have done this, it has always been that way, and still this problem is happening, thats why I purchased an upgrade to resolve this problem, but it did not fix it. Quote:
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 ;
| What folder is pp_usergroups under?
|
| |
November 7th, 2008, 10:43 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
You may want to also resync the usergroups in admin edit usergroups if you have vb groups that are not in photopost.
|
| |
November 8th, 2008, 09:26 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Australia
Posts: 73
|
Done all that and also done the pp_usergroups and still my members cant upload photos or classifieds. Any chance of you looking at it since you did the upgrades chuck?
|
| |
November 9th, 2008, 10:36 AM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
what site is this?
|
| |
November 9th, 2008, 07:35 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Australia
Posts: 73
| |
| |
November 9th, 2008, 07:59 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Do you have logins etc?
Have you set permissions accordingly, You note doing something in pp_usergroups but thats not a classifieds table. That is a photopost table.
I would suspect you have not resynced your usergroups for classifieds if you have added new groups and set permissions but I would need to see your admin panel. feel free to email us an admin login.
|
| |
November 18th, 2008, 08:46 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Aug 2008
Posts: 38
|
ok i am having the same problem with photopost. however i did notice the problem once i added the user to a new usergroup. others in that usergroup can upload pics but the recently added people cannot. how can i fix that. resync? I have vb 3.7.4 and pp 6.2
|
| |
November 18th, 2008, 09:03 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
well make sure for one you did not change your vb database if you recently upgraded. make sure in the photopost config file under user database those details match the database info under your vb config file and then yes do a resync under edit usergroups and set permissions.
|
| |
November 19th, 2008, 12:03 AM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Aug 2008
Posts: 38
|
i dont see the resync
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 02:50 PM. | |