PDA

View Full Version : problam on news page


Calvin Herl
07-31-2006, 11:45 AM
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/drmac/public_html/classes/DirDb.php on line 111
link to page http://www.drmac.org/news.php any ideas why that start on only this page?

Vincent Wright
07-31-2006, 12:02 PM
This page displays a news. And this page requires news ID to display. It seems you try to access this page directly by typing the url in the browser. Try to create a news and then navigate to it -- the error should disappear and you will see the news instead.

WTM
07-31-2006, 06:59 PM
Just enable "news functionality" from the admin panel and this error will go away

Sergey Ten
08-01-2006, 05:06 PM
Hello Calvin Herl,

Please provide me your FTP and CPanel(or phpMyAdmin) details.

sten@esyndicat.com

thorpeobazee
10-27-2006, 01:34 AM
I am having this problem as well. what can I do about this?

Sergey Ten
10-27-2006, 03:45 PM
Hello thorpeobazee,

Please try it:

*** Open you header.php ***
*** Find 18 line and after add this code ***


error_reporting(0);


*** Save change ***