 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
October 7th, 2008, 01:53 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| 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.
|
| |
October 7th, 2008, 06:56 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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?
|
| |
October 7th, 2008, 11:21 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by Chuck S what version of vbulletin are you using? Is it an old 3.5 series vbulletin? | No its 3.7.3 latetst version.
|
| |
October 8th, 2008, 06:46 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
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?
|
| |
October 8th, 2008, 11:13 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by Chuck S 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
|
| |
October 8th, 2008, 02:31 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
|
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.
|
| |
October 8th, 2008, 07:14 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
October 8th, 2008, 07:20 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by Chuck S 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.
|
| |
October 8th, 2008, 07:27 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
October 8th, 2008, 07:34 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by Chuck S 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.
|
| |
October 8th, 2008, 07:41 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
October 8th, 2008, 07:52 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by Chuck S 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
|
| |
October 9th, 2008, 08:21 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Not a problem will let you know.
|
| |
October 9th, 2008, 01:18 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by Chuck S 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 -
|
| |
October 9th, 2008, 01:33 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
October 9th, 2008, 01:36 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by Chuck S 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 ...
|
| |
October 9th, 2008, 01:44 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
October 9th, 2008, 02:22 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by Chuck S 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
|
| |
October 9th, 2008, 04:11 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Lafayette, CA
Posts: 31
| Quote:
Originally Posted by flavoflav email sent | just as an FYI the forum database is called wcbb |
| |
October 9th, 2008, 09:31 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
I will go check to see what emails we have.
|
| | |
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 06:18 AM. | |