I seem to have a related problem. When i try to delete a user I get a page not found 500 error. We also have users report problems when they try to change their profile picture. Also, the cron job fails with this message:
PHP Parse error: syntax error, unexpected '[' in /storage/content/94/100394/domain.name.no/public_html/ow_system_plugins/base/bol/email_verify_service.php on line 315
Our version of Oxwall is 1.8.2 (build 10400)
We are hosted on a shared server run on Ubuntu and php -v shows this result:
PHP 5.5.9-1ubuntu4.16 (cli) (built: Apr 20 2016 14:31:27)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
Any advice?
Which is strange as long as the command i ran in putty ssh session tells me the version is 5.5.9.
I will contact our host and ask them to investigate it further and report back here if they have a solution.
Thank you for your time and help :-)
The server should now be at php version 5.6 but now the whole site is down with the following error:
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I did not change anything in the filesystem but when I examined the root htaccess file I found an error there which I corrected and got the site back up again.
It seems this solved the problems on the site, the cron job is working again and I am able to delete users.
Thank you for your help :-)