We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Three different errors (two repeating..) in error_log | Forum

Confused Dot Com
Confused Dot Com Nov 8 '12

Hi,


I recently installed Oxwall, and found three different errors in the error_log file, with two of them repeating.


The first one, one-time-only, is:

[08-Nov-2012 16:21:21 UTC] PHP Fatal error: Call to a member function getMessages() on a non-object in /public_html/ow_system_plugins/base/controllers/user.php on line 320


The second one, seemingly to do with captcha not showing when new users want to join:

[08-Nov-2012 20:10:27 UTC] PHP Fatal error: Call to undefined function imagettfbbox() in /public_html/ow_libraries/securimage/securimage.php on line 734


And finally, the third one, which just keeps repeating every few seconds or so, making the error_log filesize very big, very quickly!

[08-Nov-2012 23:00:36 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/gd.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/gd.so: Undefined symbol "gdImageCreateFromXpm" in Unknown on line 0


If anyone could tell me what these error messages mean, and how to fix them (especially the second and third one, which are repeating!), that will be very much appreciated.


Thanks a lot.

The Forum post is edited by Confused Dot Com Nov 8 '12
Purusothaman Ramanujam

Quote from Confused Dot Com [08-Nov-2012 23:00:36 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/gd.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/gd.so: Undefined symbol "gdImageCreateFromXpm" in Unknown on line 0
This one should be related to your server. contact you host for this.

Quote from Confused Dot Com [08-Nov-2012 20:10:27 UTC] PHP Fatal error: Call to undefined function imagettfbbox() in /public_html/ow_libraries/securimage/securimage.php on line 734

Confirm if your host support GD library? If not ask them to enable it.