XF 1.4 Image attachment not showing

bloh

Active member
Some of the image attachment of the thread shows, some did not. Look at the diagram below.

error.webp

When I refreshed the page, different images will be blanked. Totally random.

Error log:

Code:
[Fri Mar 13 00:39:23.109009 2015] [:error] [pid 14020:tid 139657729730304] (12)Cannot allocate memory: [client 14.102.148.13:40800] couldn't create child process: /opt/suphp/sbin/suphp for /home/istudymy/public_html/index.php, referer: http://istudy.my/threads/quadratic-equations.1326/
[Fri Mar 13 00:39:22.900082 2015] [:error] [pid 13963:tid 139657803159296] (12)Cannot allocate memory: [client 14.102.148.13:40794] couldn't create child process: /opt/suphp/sbin/suphp for /home/istudymy/public_html/index.php, referer: http://istudy.my/threads/quadratic-equations.1326/
[Fri Mar 13 00:39:22.879540 2015] [:error] [pid 14021:tid 139658031560448] (12)Cannot allocate memory: [client 14.102.148.13:40796] couldn't create child process: /opt/suphp/sbin/suphp for /home/istudymy/public_html/index.php, referer: http://istudy.my/threads/quadratic-equations.1326/
[Fri Mar 13 00:39:22.878200 2015] [:error] [pid 15485:tid 139658031560448] (12)Cannot allocate memory: [client 14.102.148.13:40797] couldn't create child process: /opt/suphp/sbin/suphp for /home/istudymy/public_html/index.php, referer: http://istudy.my/threads/quadratic-equations.1326/

Error in the browser console:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://istudy.my/attachments/upload_2014-10-1_4-29-53-png.1829/

Any help would be appreciated.
 
I'm almost willing to bet you are on a shared hosting provider?
This
Code:
couldn't create child process:
means that your system has ran out of resources and cannot allocate any additional processes for the PHP processor to use.

Refer to this post if you are on cPanel: http://forums.cpanel.net/threads/500-internal-server-error.328461/

If you are on shared hosting, you will need to contact your hosting provider and provide them with that segment of the log file.
 
Top Bottom