ERROR [ Call to undefined function function_exists() in /home/override.php ] - in a 'system' file

Status
Not open for further replies.

hbazer

Member
Messages
398
Reaction score
7
Points
18
In file --> [ /public_html/error_log ] - 0n my server [ Vox ]
Code:
[26-Nov-2013 09:01:16 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[26-Nov-2013 13:02:53 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[26-Nov-2013 16:17:50 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[26-Nov-2013 20:49:21 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[27-Nov-2013 07:19:16 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3

#1.> I have no access to [ /home/override.php ]

#2.> it is my understanding in current ver of PHP the function [ function_exists() ] - exists

#3.> SEE --> [ http://php.net/manual/en/function.function-exists.php ]
 

Rob_C

Member
Messages
34
Reaction score
0
Points
6
I am getting this error as well. I use phpBB3 if that helps.

To add to that here is another error line that doesn't reference function_exists():
Code:
[23-Nov-2013 12:03:54 America/Chicago] PHP Fatal error:  Call to undefined function () in /home/override.php on line 12
 

hbazer

Member
Messages
398
Reaction score
7
Points
18
here are some more
In file --> [ /public_html/error_log ] - 0n my server [ Vox ]

Code:
[27-Nov-2013 07:49:20 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[27-Nov-2013 14:34:24 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[27-Nov-2013 17:04:18 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[28-Nov-2013 04:04:22 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[28-Nov-2013 05:39:21 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[28-Nov-2013 15:59:16 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[29-Nov-2013 16:09:10 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
[29-Nov-2013 16:54:17 America/Chicago] PHP Fatal error:  Call to undefined function function_exists() in /home/override.php on line 3
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
This should be fixed. Let me know if you see otherwise.
 
Status
Not open for further replies.
Top