Since updating my site to the latest version, I am receiving the following error when trying to add an image to a group:
Error 500
Internal Server Error.
If you are the site admin, click here for details (+)
Something went wrong!
To get the error details follow these steps:
- Open ow_includes/config.php file and set DEBUG_MODE to true
- Reproduce your last action.
Error details:
Type: Exception
Message: File '/tmp/phpjyGEOj' appears to be an invalid image source.
File: /mysite/ow_libraries/wideimage/WideImage.php
Line: 226
Trace: #0 [internal function]: WideImage::loadFromFile('/tmp/phpjyGEOj') #1 /mysite/ow_libraries/wideimage/WideImage.php(184): call_user_func(Array, '/tmp/phpjyGEOj') #2 /mysite/ow_utilities/image.php(64): WideImage::load('/tmp/phpjyGEOj', 'JPEG') #3 /mysite/ow_plugins/groups/controllers/groups.php(1330): UTIL_Image->__construct('/tmp/phpjyGEOj') #4 /mysite/ow_plugins/groups/controllers/groups.php(1313): GROUPS_GroupForm->saveImages(Array, Object(GROUPS_BOL_Group)) #5 /mysite/ow_plugins/groups/controllers/groups.php(1450): GROUPS_GroupForm->processGroup(Object(GROUPS_BOL_Group)) #6 /mysite/ow_plugins/groups/controllers/groups.php(357): GROUPS_EditGroupForm->process() #7 [internal function]: GROUPS_CTRL_Groups->edit(Array) #8 /mysite/ow_core/request_handler.php(266): call_user_func_array(Array, Array) #9 /mysite/ow_core/application.php(364): OW_RequestHandler->dispatch() #10 /mysite/index.php(76): OW_Application->handleRequest() #11 {main}
All folder permissions are correct and I have cleared the cache. Any ideas on what's causing this?