 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
November 25th, 2006, 11:55 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 33
| showmembers.php error
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/f/4/c/f4cccom/html/gallery/showmembers.php on line 352
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/content/f/4/c/f4cccom/html/gallery/showmembers.php on line 371 http://www.f4cc.com/gallery/showmembers.php
Please help.
Robert
|
| |
November 26th, 2006, 12:16 AM
|
#2 (permalink)
| | Junior Member Verified Customer
Join Date: Nov 2006
Posts: 14
|
This is the same error I was getting and posted about tonight as well. I do apologize, we must have been posting at the same time. Hopefully we can get this figured out.
|
| |
November 26th, 2006, 12:37 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Apr 2006
Posts: 33
|
Amazing - I'm getting the same error right now.
I just re-installed Photopost v5.6 on my vBulletin 3.6.4 site twice and the error is still there.
BTW, the error appears every time you click on "Member Galleries".
Need help!
Thanks
|
| |
November 26th, 2006, 12:37 AM
|
#4 (permalink)
| | Junior Member Verified Customer
Join Date: Nov 2006
Posts: 14
|
Starting to sound like a bug to me! Hopefully we can all get this fixed soon! LOL
|
| |
November 26th, 2006, 12:40 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Apr 2006
Posts: 33
|
Yeah, for us 3 to have the problem at the same time makes me think it's a bug, too.
|
| |
November 26th, 2006, 12:11 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 33
|
I think i speak for us all when I say "WTF!". Is this a brand new release? Has this not been tested?
This has delayed my new site launch, lets hope that support has a solution.
|
| |
November 26th, 2006, 12:18 PM
|
#7 (permalink)
| | Junior Member Verified Customer
Join Date: Nov 2006
Posts: 14
|
I have opened ours because we have some things going on where people NEED to upload to other galleries. At the same time, there are already 60 images that people can not conveniently view. I really hope this is resolved soon as we expect our traffic to start picking up very soon and it's NOT a good thing to see!
|
| |
November 26th, 2006, 12:44 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 33
|
This is the first time i've ever used or been exposed to this product. Im going to wait and give it a fair chance otherwise I'll have to buy something else tomorrow night.
|
| |
November 26th, 2006, 02:33 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,650
| |
| |
November 26th, 2006, 02:43 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 33
| Quote:
Originally Posted by Chuck S | Hi Chuck,
Nor do I, however the link which I posted above does have a problem. Any ideas on that?
Robert
|
| |
November 26th, 2006, 02:53 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,650
|
I am not seeing any errors when I view it so what do you see?
|
| |
November 26th, 2006, 03:08 PM
|
#12 (permalink)
| | Junior Member Verified Customer
Join Date: Nov 2006
Posts: 14
|
Chuck, if you go to www.scrap2basics.net/PhotoPost and click on member galleries, you will see the error that we all seem to be seeing.
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/.kisha/summer05/scrap2basics.net/PhotoPost/showmembers.php on line 352
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/.kisha/summer05/scrap2basics.net/PhotoPost/showmembers.php on line 371
And if you turn on debug:
We're sorry, but the system experienced an unrecoverable error. Please try again later.
Script:
Query: SELECT p.id, p.date, p.user, p.userid, SUM(p.views) AS tviews, COUNT(*) AS pcount, SUM(p.numcom) as numcom, MAX(p.lastpost) AS maxlast, MAX(p.date) AS maxdate, SUM(p.filesize) AS tfilesize, u.lastphoto, u.lastdate, p2.bigimage, p2.cat, p2.storecat, p2.height, p2.width FROM pp_photos p LEFT JOIN pp_users u ON (u.userid=p.userid) LEFT JOIN pp_photos p2 ON (p2.id=u.lastphoto) WHERE p.approved=1 GROUP BY p.userid ORDER BY maxlast DESC
Result: Unknown column 'u.lastphoto' in 'field list'
Database handle: Resource id #6
|
| |
November 26th, 2006, 05:28 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,650
|
what happens if you run your upgrade script? 5.5 to 5.6
|
| |
November 26th, 2006, 06:08 PM
|
#14 (permalink)
| | Junior Member Verified Customer
Join Date: Nov 2006
Posts: 14
|
I don't know. I guess I'll have to try that. As I said, I was under the impression that I *HAD* the most recent version since there were files in the download that had recently been modified. I guess I'll go looking and make sure that I upgrade the software.
|
| |
November 26th, 2006, 06:13 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 33
|
My error is with a brand new install and brand new Vb install. It even occurs before any editing or modifying. Everything works except this error. When you click on the default "Member Galleries" from anywhere you may be it happens. I reinstalled, recreated databases, reinstalled forums...
Here is a screen grab of the error that I posted to my gallery. http://www.f4cc.com/gallery/showphoto.php?photo=3&cat=1 |
| |
November 26th, 2006, 06:36 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Apr 2006
Posts: 33
|
Like I said in my first post, I have the same problem with a fresh install. I actually did TWO fresh installs because I thought it was something else, but it looks like a bug.
I get the same errors as F4CC:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/xxxxxxx/public_html/photopost/showmembers.php on line 352
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/xxxxxxxx/public_html/photopost/showmembers.php on line 371
Still looking for a fix...
|
| |
November 26th, 2006, 06:39 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Apr 2006
Posts: 33
| Quote:
Originally Posted by Chuck S | Chuck, I mentioned in my first post where the error appears:
The error appears every time you click on "Member Galleries"
|
| |
November 26th, 2006, 08:25 PM
|
#18 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2002
Posts: 21
|
I too get this error on a fresh install integrated with vb3.6.4.
php 5.0.4 & mysql 4.1.21
|
| |
November 26th, 2006, 08:37 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Apr 2006
Posts: 33
|
Is Chuck the only one working on this? Photopost staff needs to hire some more help; you can't put all this on one guy.
|
| |
November 26th, 2006, 08:48 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Aug 2004 Location: Greenville, SC
Posts: 195
|
I have two installs with showmembers.php that is working.
I noticed most of the files in 5.6 are dated 11/25 but some are 11/26.
showmembers being one of them that might have been changed 11/26.
I'd suggest downloading the files again. Maybe the build was changed from when you downloaded it.
|
| | |
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 11:51 AM. | |