catnip216
Newbie
Posts: 1
Registered: 5/15/2007
Member Is Offline
|
| posted on 5/15/2007 at 05:26 AM |
|
|
Fatal error
Fatal error: Call to a member function short_item() on a non-object in /*******************************/htdocs/calendar/cl_files/calendar.php on line
405
This is line 405:
$ar = $this->events_class->short_item($d, $m, $y);
"short_item" seems to be where the problem lies, but I don't know PHP, so other than that, I can't tell how to go about fixing it.
This is an old installation that used to be in a different location (where it used to work). I moved my entire site to a new host, but I made sure to
open every file in the PHP Event Calendar folders, and changed all the path references, and some of the initial errors I had seen at first
disappeared, but this one remained.
|
|
|
kvv
Super Administrator
Posts: 85
Registered: 6/17/2003
Member Is Offline
|
| posted on 5/16/2007 at 08:55 AM |
|
|
It happens because you moved data files form one server to other.
Most probably that servers has different OS.
|
|
|
|