![]() |
Odd PHP error situation
Occasionally I've seen this error happen on a Wordpress installation I manage:
Fatal error: Call to undefined function define() in /home/blog012/public_html/index.php on line 14 What is really odd is that defiine() is a built-in PHP function. If PHP is running then the function should always be available. Could this type of error then indicate there is something wrong elsewhere in the system, like PHP isn't configured properly? This is the source code of index.php, there's nothing wrong with it, just posting it so we can all see that. Code:
<?php |
This appears to be a bug with APC when compiled with NTS PHP. There's no resolution indicated here: https://bugs.php.net/bug.php?id=62851
|
Oh great thanks that must be it
|
| All times are GMT +1. The time now is 07:31 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.