much better now, i was create a bigger cpu and ram gap to my cpu limits and ram limits.
I think oxwall core needs a big cpu gap and ram gap to handle cpu and ram spikes.
and yes oxwall supports php7 i run it on two sites with never any issues at all
https://developers.oxwall.com/store/item/1283
The problem with the huge load I have seen in my website is when I have the chat enabled, if I disable the chat plugin all my website runs smoothly and loads in less than 1 second with a lot of members at the same time.
https://developers.oxwall.com/forum/topic/41415
Oxwall is working good with php7 ;-)
i did not need change anything because i already did have oxwall core installed and i use apache/nginx on my server .
Oxwall officially does not support PHP7, however oxwall working on it.
Significant amount of users using PHP7.
There are several points to consider ( both server and software related). They are addressed bellow.
Before installation following file must be corrected: ow_install/requirements.txt
Line: PDO, mbstring, zip, zlib, ftp, json, dom, gd, mysql;
What to do: remove "mysql".
Corrected line: PDO, mbstring, zip, zlib, ftp, json, dom, gd;
Software side: Error handling.
Typical error message: Uncaught TypeError: Argument 1 passed to OW_ErrorManager::exceptionHandler() must be an instance of Exception
File to edit: ow_core/error_manager.php
Line to remove: public function exceptionHandler( Exception $e )
Line to add instead of removed one: public function exceptionHandler( $e )
10800 version of SkaDate requires some
Server side ( applicable to servers based on nginx ONLY).
As with installation on any PHP version, you must have correct nginx configuration file. Most of the issues on nginx come from misconfigured sites-enabled/sites-available configuration file regardless of PHP version.
Known issue: incorrect fastcgi_pass path in nginx conf. file.
Example of correct rule:
location /index.php {
include /etc/nginx/fastcgi_params;
fastcgi_read_timeout 300;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
include /etc/nginx/snippets/fastcgi-php.conf;
}
nginx configuration file is a very individual matter for each server, so oxwall can not provide universal rules.
Each case must be considered separately.
If you face any issues using oxwall on php7+ NGINX, please let me know.
So any way for all those complaining, it's a FREE thing! So please stop already. You will get your updates etc when the team are good and ready.