Fatal error

oxyshow

New Member
Messages
13
Reaction score
0
Points
0
I run a CMS portfolio script on my site but I can't seem to get to the Preferences page. I always get this error code:

Fatal error: Call to undefined function getTimeOffset() in /home/proteus/public_html/ndxz-studio/helper/html.php on line 46

I upgraded my PHP version to 2 yesterday.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
The error means that the script can't find the function called getTimeOffset(). Open the file and see if you can find the function (Also check any included files).

Also make sure you have the latest version of the script you are using because it could be a bug.
 
Top