PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 22nd, 2008, 07:54 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 70
Question 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?
billy is offline   Reply With Quote
Old October 22nd, 2008, 06:12 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 29th, 2008, 08:02 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 70
Exclamation

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!
billy is offline   Reply With Quote
Old October 29th, 2008, 05:49 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 29th, 2008, 07:16 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 70
Turned on gloabl to email me.

The usergroup is registered members for photopost.
billy is offline   Reply With Quote
Old October 30th, 2008, 07:51 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 70
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
billy is offline   Reply With Quote
Old October 30th, 2008, 08:05 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 70
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
billy is offline   Reply With Quote
Old October 30th, 2008, 08:10 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 5th, 2008, 06: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?
Zakhar is offline   Reply With Quote
Old November 5th, 2008, 07:10 AM   #10 (permalink)
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
Old November 5th, 2008, 09:48 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Hello

You would set permissions under admin edit usergroups when logged in as admin as you wish.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 7th, 2008, 04:19 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 70
Exclamation

Quote:
Originally Posted by Chuck S View Post
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?
billy is offline   Reply With Quote
Old November 7th, 2008, 09:43 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
You may want to also resync the usergroups in admin edit usergroups if you have vb groups that are not in photopost.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 8th, 2008, 08:26 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 70
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?
billy is offline   Reply With Quote
Old November 9th, 2008, 09:36 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
what site is this?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 9th, 2008, 06:35 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 70
Main Index - BUY, SELL, TRADE AND AUCTION AUSTRALIAN AUTO, CAR, MOTORBIKE, TRUCK, BOAT & UTE CLASSIFIEDS and Main Index - Australian Ute Photos the site is BeautUtes.com > The Australian Ute Forum
billy is offline   Reply With Quote
Old November 9th, 2008, 06:59 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 18th, 2008, 07: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
kingmotox is offline   Reply With Quote
Old November 18th, 2008, 08:03 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 18th, 2008, 11:03 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Aug 2008
Posts: 38
i dont see the resync
kingmotox is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Registered users cannot upload photos Maverick Photopost Pro How Do I...? 6 October 16th, 2008 06:38 PM
Restrict upload to album only for registered users RAFA3L Photopost Pro How Do I...? 3 February 23rd, 2008 09:34 AM
Registered Users Can't See Upload Photos Link ragomez Photopost Pro Bug Reports 1 July 4th, 2007 09:15 PM
after upgrade to PhotoPost 4.86 - registered user cannot upload photos VIPHOSTZONE Photopost Pro Installation & Upgrades 2 February 18th, 2005 02:33 PM
Registered users can't upload pictures marit Photopost Pro Installation & Upgrades 2 January 7th, 2005 08:21 AM


All times are GMT -5. The time now is 06:29 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0