Hi, I happened to be troubleshooting another script (CMS type) and was looking at the error log on my server.
There is this line on the server domlog (error log) whenever I access the front page:
PHP Fatal Error: Call to a member function Fields() on a non-object in /..../lib/category.class.php on line 368. I checked line 368 is:
$result = $dbConn->Execute($query);
return $result->Fields("meta_keyword");
What I did was point to my front page on the browser, and then vi the error_log on my server immediately after that (via SSH), and noting the server time.
I checked my page source for my index page and the meta keyword is doing fine. There are no problems with the site right now, but I wonder if there is any problem with the above message. In any case, I doubt it is critical (or "fatal").
btw, I could not find any error log for my CMS script...![]()


