CodeIgniter Forums
New Installation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: New Installation (/showthread.php?tid=63243)



New Installation - Andrew_ - 10-10-2015

Following a fresh install of CI on the end of each displayed page I have the following error.

Fatal error: Call to undefined function error_get_last() in /var/www/vhosts/sitename/httpdocs/system/core/Common.php on line 688

Can anyone please give me a pointer, I don't seem to be able to find anything in the forum to cover this.

Andrew


RE: New Installation - mwhitney - 10-12-2015

What version of PHP are you using? error_get_last() was added to PHP in 5.2.


RE: New Installation - Andrew_ - 10-12-2015

I see. I am running 5.1.6, I will upgrade now and see if that resolves the issue

Thank you.