[SOLVED]error in 1.6.0 RC :-)

Please report bugs here!

Moderator: Thorsten

Post Reply
Pappnase
Posts: 24
Joined: Wed Feb 08, 2006 9:44 am
Location: Berlin, Germany
Contact:

[SOLVED]error in 1.6.0 RC :-)

Post by Pappnase »

hello

if i goto to an entry at the place where the changelog should be displayed it will shown the folloing errormessage.

Code: Select all

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /www/htdocs/docudocu/faq/inc/mysql.php on line 144
Last edited by Pappnase on Sun Mar 26, 2006 2:17 pm, edited 1 time in total.
Wink Pappnase "Oliver"
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Checking for the bug

Post by matteo »

Hi,
I'm going to replicate it: the "RC" you're referring to is the "RC1" available in http://www.phpmyfaq.de/download.php or just a nightly built snapshot?
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Please check the faqchanges table structure

Post by matteo »

Hi,
I just fix an issue on admin/record.add.php but I think that your issue is related to a change between BETA and RC1. Please note that the PMF update process takes care only of updating the database structure of PMF 1.5.7 (and previous releases), so it would be wise to test PMF 1.6.0, untill the final release will be shipped, always on a fresh installation.
In the meantime, you can fix your testing database with this SQL query below:

Code: Select all

ALTER TABLE faqchanges ADD revision_id INTEGER NOT NULL AFTER lang
Thanks for your testing!
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Pappnase
Posts: 24
Joined: Wed Feb 08, 2006 9:44 am
Location: Berlin, Germany
Contact:

Post by Pappnase »

hello

right i use the snapshot! and also run the upgrade.php :-)

so now i will test if your fix work :-)

---edit---

it works

THANKS!
Wink Pappnase "Oliver"
Post Reply