Error from mainpage

Found a bug? Tell us!!
Post Reply
francisco
Regular
Posts: 42
Joined: Thu Jul 21, 2005 9:33 pm

Error from mainpage

Post by francisco »

Using 0.8.3,
Upon entering the first page there is an error in the apache log.

Code: Select all

Cannot use a scalar value as an array in /htdocs/virtual/natserv/htdocs/backuptalk.com/include/functions.inc.php on line 126
The data from the apache access log is:

Code: Select all

"GET / HTTP/1.1" 200 2618
"GET /index.php?/serendipity.css HTTP/1.1" 200 6681
"GET /templates/idea/img/I_had_an_idea.jpg HTTP/1.1" 304 -
"GET /templates/idea/img/clock_face_messy_paint_runs.jpg HTTP/1.1" 304 -
"GET /templates/default/img/xml.gif HTTP/1.1" 304 -
One interesting/strange point. I have a test setup on a different machine and it doesn't have the problem.

Both are 0.8.3.

Is there an info page that shows all the modules and their versions to try to determine what is the difference between these two setups as to better troubleshoot the problem? My guess must be one of the plugins.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Error from mainpage

Post by garvinhicking »

I am quite sure this is a plugin error. My bet is the staticpage plugin, which can yield this result when no static pages are defined in versions older than yesterday, where this bug was solved.

You can view a listing of all installed plugins with their versions if you go to the plugin config and click the "click here to install event plugin". Then all your plugins will be listed with a version together with those that are installable. Look at "your version:" below each plugin...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply