Coding Ground
 
Modules 
· Home
· 3DMaker
· Encyclopedia
· FAQ
· News
· PHP Manual
· Stories Archive
· Surveys
· Top 10
· Topics News
· Webmaster Tools
Excellent Webhosting! 
Excellent Hosting
Search Coding Ground 
Google

Web (www)
Coding.phpground.net
Who's Online 
There are currently,
100 Coder(s) Online

You are another valued user and you are welcome!
Encyclopedia 
· Internet Terms Glossary
· Extensions Glossary ( Almost all File Formats )
· Internet ** Chating ** Acronyms
Participate 
Submit a:
· Script/Tutorial
· Encyclopedia
Last Updated Scripts/Tutorials 

 1: Awake Autoresponder Free Script

 2: PHP Message Quote of the Day Script

 3: PHPnet Forum

 4: Adsense Tracking PHP

 5: Php Rating System

 6: phpWebTrace 1.0

 7: POST Affiliate

 8: A1 StarArticles v5 NEW

 9: easySiteEdit - Quick and Easy way to edit and backup a website

 10: XPertMailer - Sends TRUE Mails

  Other Articles: Small Bug Warning: mysql_fetch_row(): 
PHP-NukeWarning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/../.../coding.phpground.net/includes/sql_layer.php on line 286

To fix this go to includes/sql_layer.php from your ftp and open the sql_layer.php on the pointed line you will find .


case "MySQL":
$row = mysql_fetch_row($res); <------Row 286
return $row;
break;;
------------------
Replace with
-----------------
case "MySQL":
if ($row = mysql_fetch_row($res)) {
return $row;
} else {
print (mysql_error());
}
break;;
this will give you a more detailed error if you was getting this error under admin.php?op=FaqAdmin

the you will probably get this :
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/.../..../coding.phpground.net/includes/sql_layer.php on line 286 Table '...nuke_faqCategories' doesn't exist

-------------
To solve this go to admin/modules/adminfaq.php

in this file rename all faqCategories with faqcategories
same
replace _faqAnswer with _faqanswer

and re-upload.. ---------------

same as above but here go modules/FAQ/index.php

replace _faqAnswer with _faqanswer

and re-upload.. ---------------

Good luck!
Posted on Monday, May 10 @ 10:57:19 PDT by Ace
 
Related Links 
· PHP-Nuke
· More about PHP-Nuke
· News by Ace


Most read story about PHP-Nuke:
PHP-Nuke 7.5 FINAL Released

Article Rating 
Average Score: 4.33
Votes: 3


Please take a second and vote for this article:

Excellent
Very Good
Good
Regular
Bad


Options 

 Printer Friendly Page  Printer Friendly Page

 Send to a Friend  Send to a Friend


Associated Topics

PHP-Nuke

 
PHP Coding Ground - Free php scripts Yamout Family Website
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest by
Web site engine code is Copyright © 2003 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.127 Seconds

:: PHP Net Team 2003-2004 ::