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 August 23rd, 2008, 01:17 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2008
Posts: 2
Joining the "supplied argument is not a valid" party

Hello,

Let me first express my admiration to your product. I was hesitant about switching from PhotoPlog, mainly because they provide a nice sideshow feature, but no regret after learning more and more about your top-of-the-line product.

And now to the problem: I uploaded videos and photos via FTP. All navigation through the galley is flawless, including thumbnail display. However, when I click on a thumbnail, I'm getting the following message above the header:
Code:
Content visible to verified customers only.
Yet, the picture or video are showing just fine.

Also, on each such query I'm getting an administrator email with the following content:
Code:
Content visible to verified customers only.
Here's a sample link.

NOTICE: This is an adult site.

Thanks for your assistance.

Last edited by shlomot; August 23rd, 2008 at 01:51 PM.
shlomot is offline   Reply With Quote
Old August 23rd, 2008, 04:09 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Bug! Shows error after removing profilefield in vbulletin

This might help we code to a default vb which has this field and stores a users location.
__________________
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 August 23rd, 2008, 10:44 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2008
Posts: 2
OK. Took the route of adding a tinytext "dummy" field2.

All is fine now. Thanks.
shlomot is offline   Reply With Quote
Old August 23rd, 2008, 10:45 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Yep does not matter if you use it or not
__________________
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 September 2nd, 2008, 06:01 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 54
Send a message via AIM to yotsume Send a message via MSN to yotsume Send a message via Yahoo to yotsume Send a message via Skype™ to yotsume
PLEASE PLEASE PLEASE I need to know exactly how to add this field ASAP. I need to re-open my site which has this same error.

THANKS!
yotsume is offline   Reply With Quote
Old September 2nd, 2008, 06:03 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
http://www.photopost.com/forum/1187286-post2.html

This will assist you it was in the thread link noted
__________________
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 September 2nd, 2008, 06:07 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 54
Send a message via AIM to yotsume Send a message via MSN to yotsume Send a message via Yahoo to yotsume Send a message via Skype™ to yotsume
In my VB it says: You are not authorized to execute SQL queries

How do I change this?
yotsume is offline   Reply With Quote
Old September 2nd, 2008, 06:09 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
You need to edit your vb config file and under the line for execute queries place your userid

Make note when running that query that you add any table prefix before table userfield if you have one
__________________
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 September 2nd, 2008, 06:15 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 54
Send a message via AIM to yotsume Send a message via MSN to yotsume Send a message via Yahoo to yotsume Send a message via Skype™ to yotsume
Ok I figured out I need to edit my vb config file and add the right. But now I ran the query and got this message in VB:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'dbxxxxxxxxx.userfield' doesn't exist

Now what do I need to do? What do I need to change in:

ALTER TABLE userfield ADD field2 VARCHAR(75) DEFAULT NULL;

Do I need to change userfield to some value?
yotsume is offline   Reply With Quote
Old September 2nd, 2008, 06:19 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 54
Send a message via AIM to yotsume Send a message via MSN to yotsume Send a message via Yahoo to yotsume Send a message via Skype™ to yotsume
Do I need to add vb_ or pp_ befire userfield?

Im not follow your instructions.
yotsume is offline   Reply With Quote
Old September 2nd, 2008, 06:23 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 54
Send a message via AIM to yotsume Send a message via MSN to yotsume Send a message via Yahoo to yotsume Send a message via Skype™ to yotsume
I need to know what exactly to add to this line and where please:

ALTER TABLE userfield ADD field2 VARCHAR(75) DEFAULT NULL;

Thanks!
yotsume is offline   Reply With Quote
Old September 2nd, 2008, 06:23 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
You need to add your vb table prefix before userfield as I noted in my last reply. If it is vb_ then your query would look like this

ALTER TABLE vb_userfield ADD field2 VARCHAR(75) DEFAULT NULL;
__________________
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 September 2nd, 2008, 06:27 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 54
Send a message via AIM to yotsume Send a message via MSN to yotsume Send a message via Yahoo to yotsume Send a message via Skype™ to yotsume
FIXED!

You're my GOD!

Thank You in 200 languages!!!
yotsume is offline   Reply With Quote
Old September 2nd, 2008, 07:38 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
have a good evening
__________________
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
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
supplied argument is not a valid MySQL??? DefenceTalk.com Photopost Pro Installation & Upgrades 5 September 17th, 2007 09:14 AM
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in sinjix Photopost Pro Bug Reports 5 July 26th, 2007 09:39 PM
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL sabrina Photopost Pro Installation & Upgrades 16 February 23rd, 2007 11:37 AM
mysql_fetch_row(): supplied argument is not a valid MySQL result resource in cavatina Photopost Pro Installation & Upgrades 6 December 7th, 2006 09:21 PM
Warning: mysql_fetch_array(): supplied argument is not a valid Please help tidy_boy ReviewPost Installation & Upgrades 25 December 21st, 2005 03:35 PM


All times are GMT -5. The time now is 12:59 AM.

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