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 Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 7th, 2008, 01:53 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
3.03 Upgrade errors

I upgraded my site from 2.x to 3.x and now I am getting this error when browsing ads

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/www/www.xxxxxxxx.com/classifieds/forums/vb3.php on line 189

Last edited by flavoflav; October 8th, 2008 at 02:44 PM.
flavoflav is offline   Reply With Quote
Old October 7th, 2008, 06:56 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
what version of vbulletin are you using? Is it an old 3.5 series vbulletin?
__________________
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 7th, 2008, 11:21 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by Chuck S View Post
what version of vbulletin are you using? Is it an old 3.5 series vbulletin?
No its 3.7.3 latetst version.
flavoflav is offline   Reply With Quote
Old October 8th, 2008, 06:46 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
well then that makes no sense. as the table sigpic should definately exist on vb 3.7 series. I am running vb 3.7 series and see no issues nor has anyone else reported any errors

Have you ran all vb upgrades? If you can view your vb database do you see a sigpic table?
__________________
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 8th, 2008, 11:13 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by Chuck S View Post
well then that makes no sense. as the table sigpic should definately exist on vb 3.7 series. I am running vb 3.7 series and see no issues nor has anyone else reported any errors

Have you ran all vb upgrades? If you can view your vb database do you see a sigpic table?
yes we have run all the upgrades and yes there is a sigpic table

wcbbsigpic 290.5 KB 2.0 KB
flavoflav is offline   Reply With Quote
Old October 8th, 2008, 02:31 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Ok I canned the old install and made a fresh install of the classifieds so no old data in the databse, but I am still getting this error:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/www/www.westcoastbikers.com/classifieds/forums/vb3.php on line 185

This happens when I click on the profile button or when i look at ads which have been placed.

I checked to make sure that Forum database table prefix is set to what my forums use.

any ideas on fixing this?

Last edited by flavoflav; October 8th, 2008 at 06:43 PM.
flavoflav is offline   Reply With Quote
Old October 8th, 2008, 07:14 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
As admin in global options set debug options to display errors and view the error page and then post here what your error is.
__________________
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 8th, 2008, 07:20 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by Chuck S View Post
As admin in global options set debug options to display errors and view the error page and then post here what your error is.
Script:

Query: SELECT u.username,u.homepage,u.usertitle,u.posts,u.joindate,uf.field2,s.host,t.signature,u.sigpicrevision,p.filename,avatar.avatarpath, NOT ISNULL(customavatar.filedata) AS hascustomavatar,u.avatarrevision FROM wcbbuser u LEFT JOIN wcbbuserfield uf ON uf.userid=u.userid LEFT JOIN wcbbsession s ON s.userid=u.userid LEFT JOIN wcbbusertextfield t ON t.userid=u.userid LEFT JOIN wcbbsigpic p ON p.userid=u.userid LEFT JOIN wcbbavatar AS avatar ON (avatar.avatarid = u.avatarid) LEFT JOIN wcbbcustomavatar AS customavatar ON (customavatar.userid = u.userid) WHERE u.userid=1 LIMIT 1

Result: Table 'wcbb.wcbbsigpic' doesn't exist

Database handle: Resource id #11

I posted that the table does exist in my VB 3.7 install

yes there is a sigpic table wcbbsigpic 290.5 KB 2.0 KB

This is happening in an 100% fresh install.

My VB database prefix is set correctly to wcbb

This is making me crazy

Last edited by flavoflav; October 8th, 2008 at 07:27 PM.
flavoflav is offline   Reply With Quote
Old October 8th, 2008, 07:27 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Are you sure you are connecting to the vb database as in when you installed your classifieds you put in the correct vb database.

I mean lets look at your error its pretty specific it tells me the table your saying exists does not. Only way that error can be obtained is if the table does not exist in the database your saying it does
__________________
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 8th, 2008, 07:34 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by Chuck S View Post
Are you sure you are connecting to the vb database as in when you installed your classifieds you put in the correct vb database.

I mean lets look at your error its pretty specific it tells me the table your saying exists does not. Only way that error can be obtained is if the table does not exist in the database your saying it does
Yes the 100% fresh (no upgrade) install went with no errors - the table exists in my vbulletin install.

It definately exists:

cbbsearch 5.7 KB 3.0 KB 2.6 KB Yes
wcbbsetting 74.6 KB 10.0 KB 0 Yes
wcbbsettinggroup 1.8 KB 2.0 KB 0 Yes
wcbbsigparsed 26.9 KB 4.0 KB 0 Yes
wcbbsigpic 290.5 KB 2.0 KB 0 Yes
wcbbsmilie 12.0 KB 2.0 KB 0 Yes
wcbbsocialgroup 120 Bytes 9.0 KB 0 Yes
wcbbsocialgroupmember 56 Bytes 4.0 KB 0

another view:

wcbbsigpic MyISAM 9 Dynamic 50 5950 297508 4294967295 2048 0

Last edited by flavoflav; October 8th, 2008 at 07:41 PM.
flavoflav is offline   Reply With Quote
Old October 8th, 2008, 07:41 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Feel free to email us through the contact link in the header with ftp info database info url and all logins to support your claim.

I am sure you can see the error and it says the table does not exist so we need to find out why.
__________________
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 8th, 2008, 07:52 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by Chuck S View Post
Feel free to email us through the contact link in the header with ftp info database info url and all logins to support your claim.

I am sure you can see the error and it says the table does not exist so we need to find out why.
Yes I see the error and what it claims - but when I look at all the tables in my VB install the wcbbsigpic table exists with data in it.

I have emailed all the FTP and Mysql userid's and passwords so you can take a look.

Thanks for your help on this.

John
flavoflav is offline   Reply With Quote
Old October 9th, 2008, 08:21 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Not a problem will let you know.
__________________
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 9th, 2008, 01:18 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by Chuck S View Post
Not a problem will let you know.
Chuck - I do not want to be a PITA but do you have an idea of when we may have some answers on this little problem... my users are buggin me about it.

Thank you!

J -
flavoflav is offline   Reply With Quote
Old October 9th, 2008, 01:33 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Your email has bounced twice to us. We sent you a response asking for a forum admin login and if there is a direct link to phpmyadmin as well and have yet to get a response so there might be an issue with the email your using since I see two bounced messages.
__________________
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 9th, 2008, 01:36 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by Chuck S View Post
Your email has bounced twice to us. We sent you a response asking for a forum admin login and if there is a direct link to phpmyadmin as well and have yet to get a response so there might be an issue with the email your using since I see two bounced messages.
ergh - okay I updated my email address ...
flavoflav is offline   Reply With Quote
Old October 9th, 2008, 01:44 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Did you send us an email yet with the requested info? I am not able to view your site or database without these two things.
__________________
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 9th, 2008, 02:22 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by Chuck S View Post
Did you send us an email yet with the requested info? I am not able to view your site or database without these two things.
email sent
flavoflav is offline   Reply With Quote
Old October 9th, 2008, 04:11 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Location: Lafayette, CA
Posts: 31
Send a message via AIM to flavoflav Send a message via Yahoo to flavoflav
Quote:
Originally Posted by flavoflav View Post
email sent
just as an FYI the forum database is called wcbb
flavoflav is offline   Reply With Quote
Old October 9th, 2008, 09:31 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
I will go check to see what emails we have.
__________________
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP. Lost PHPBB2 Forum Integration after Upgrade bikerag Photopost Pro Installation & Upgrades 1 May 16th, 2008 05:38 PM
Forum styles without forum integration skidpics General Discussion 1 March 29th, 2008 08:06 PM
Help with forum template integration SherryG Photopost Pro How Do I...? 1 July 7th, 2007 04:50 PM
Template integration... vincentmah Classifieds How do I...? 2 March 4th, 2006 09:25 AM


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

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