lynxis / pdns-gui

Automatically exported from code.google.com/p/pdns-gui
0 stars 0 forks source link

Call to undefined function error_get_last() in /var/www/html/pdns/plugins/sfErrorHandlerPlugin/lib/sfErrorHandler.class.php on line 66 #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just browsing the website
2.
3.

What is the expected output? What do you see instead?

Webpage doesn't come up at all from index.php it's just blank.

What version of the product are you using? On what operating system?

Latest version I downloaded today. It's running on a linux server Centos 5

Please provide any additional information below.

Original issue reported on code.google.com by Dan.Cr...@gmail.com on 16 Aug 2012 at 7:41

GoogleCodeExporter commented 9 years ago
I'm seeing the same error.  Fresh install and it's throwing the following in my 
error log:

[Sat Sep 01 12:53:52 2012] [error] [client 192.168.0.105] PHP Fatal error:  
Call to undefined function error_get_last() in <path to web root> 
sfErrorHandlerPlugin/lib/sfErrorHandler.class.php on line 66

Original comment by arthur.e...@gmail.com on 1 Sep 2012 at 4:57

GoogleCodeExporter commented 9 years ago
Fixed by removing php 5.1 and installing php 5.3

Original comment by arthur.e...@gmail.com on 1 Sep 2012 at 5:02