Newsfeed post status doesn't work (parseerror).
All the rest works good (but not more fast like php 5.3).
I am on a fresh install on ubuntu 16.4 and PHP 7.0.18-0ubuntu0.16.04.1 (cli) ( NTS ).
I am getting all these weird errors.
The one that worries me the most - since oxwall is not functioning at all, is:
It says that php mysql module is not installed....
Any ideas?
Anyone has that configuration installed??
And following that:
Message:SQLSTATE[HY000] [1045] Access denied for user 'xxx'@'localhost' (using password: YES)
File:/xxx/ow_core/database.php
Line:226
Trace:
#0 /xxx/ow_core/database.php(256): OW_Database->__construct(Array)
#1 /xxx/ow_core/ow.php(239): OW_Database::getInstance(Array)
#2 /xxx/ow_core/base_dao.php(47): OW::getDbo()
#3 /xxx/ow_system_plugins/base/bol/config_dao.php(66): OW_BaseDao->__construct()
#4 /xxx/ow_system_plugins/base/bol/config_dao.php(55): BOL_ConfigDao->__construct()
#5 /xxx/ow_system_plugins/base/bol/config_service.php(69): BOL_ConfigDao::getInstance()
#6 /xxx/ow_system_plugins/base/bol/config_service.php(58): BOL_ConfigService->__construct()
#7 /xxx/ow_core/config.php(51): BOL_ConfigService::getInstance()
#8 /xxx/ow_core/singleton.php(17): OW_Config->__construct()
#9 /xxx/ow_core/ow.php(176): OW_Config::getInstance()
#10 /xxx/ow_core/ow.php(106): OW::getConfig()
#11 /xxx/ow_core/ow.php(151): OW::detectContext()
#12 /xxx/index.php(47): OW::getApplication()
#13 {main}
Type:InvalidArgumentException
i run newsfeed plugin with no errors what i can see visualy...
Thanks
Ow-Ghost
I think with version 1.8.4 it works fine and no issues at all what i can see
I will check my php error log
did check my php error log no errors at all
did check my oxwall error log no errors at all
I suggest you try it and JOEY you correct it works fine with no issues at all but speed i can not tell if faster yet but maybe i will try several test to see if there is any difference it is easy change php version with just 1 click and php 7 should bee much more safer to use i guess
you use a oxwall standard theme?
what plugin pages you talk about?
do you use oxwall 1.8.4 version?
i would guess it is one of you plugin that creates this issue with php7, becuase i use many plugins and standard skadate theme and not have any issues at all.
anyways let see when the new update 1.8..5 that hopefully arrives soon if you will have same issues.
maybe you wait and look then try analyze what plugin that creates this php7 issue
can you show what happens with you homepage do you see any errors in you error logs?
if there is php7 issues you should have php errors in you php error log or you oxwall error log no doubt about it
have a look and tell us what you can see in you logs and what error shows in you hompeage
Hi there,
I tried Php 7 but my homepage https://www.myvirgo.info breaks and my other plugin pages but when using 5.6.31 which is the highest before 7 it works fine. I tried Php 7.0.22 and Php 7.1.8 but it breaks the website :( so i went back to Php 5.6.31 which makes my website stable.
you use a oxwall standard theme? = YESwhat plugin pages you talk about? = Ultimate News
do you use oxwall 1.8.4 version? = YES
you use a oxwall standard theme?
what plugin pages you talk about?
do you use oxwall 1.8.4 version?
i would guess it is one of you plugin that creates this issue with php7, becuase i use many plugins and standard skadate theme and not have any issues at all.
anyways let see when the new update 1.8..5 that hopefully arrives soon if you will have same issues.
maybe you wait and look then try analyze what plugin that creates this php7 issue
can you show what happens with you homepage do you see any errors in you error logs?
if there is php7 issues you should have php errors in you php error log or you oxwall error log no doubt about it
have a look and tell us what you can see in you logs and what error shows in you hompeage
Hi there,
I tried Php 7 but my homepage https://www.myvirgo.info breaks and my other plugin pages but when using 5.6.31 which is the highest before 7 it works fine. I tried Php 7.0.22 and Php 7.1.8 but it breaks the website :( so i went back to Php 5.6.31 which makes my website stable.
But you was not want show any errors?
In the error logs you can see why you home page not load or if there is any php errors in the logs when you activate php7
to just say a page s break is not helping very much to analyze what cause the break of you home page and you plugins pages
could you try deactivate ultimate news plugin to see if php7 works with out that plugin?
you use a oxwall standard theme? = YESwhat plugin pages you talk about? = Ultimate News
do you use oxwall 1.8.4 version? = YES
you use a oxwall standard theme?
what plugin pages you talk about?
do you use oxwall 1.8.4 version?
i would guess it is one of you plugin that creates this issue with php7, becuase i use many plugins and standard skadate theme and not have any issues at all.
anyways let see when the new update 1.8..5 that hopefully arrives soon if you will have same issues.
maybe you wait and look then try analyze what plugin that creates this php7 issue
can you show what happens with you homepage do you see any errors in you error logs?
if there is php7 issues you should have php errors in you php error log or you oxwall error log no doubt about it
have a look and tell us what you can see in you logs and what error shows in you hompeage
Hi there,
I tried Php 7 but my homepage https://www.myvirgo.info breaks and my other plugin pages but when using 5.6.31 which is the highest before 7 it works fine. I tried Php 7.0.22 and Php 7.1.8 but it breaks the website :( so i went back to Php 5.6.31 which makes my website stable.
Hi Jake,
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.