1 nospy Jun 17, 2019 11:43
3 nospy Jun 17, 2019 11:53
PHP version 7.3.5
Version MySQL 5.6.33-log
4 amoun Jun 17, 2019 17:14
Hi @nospy
I was using php 7.2.19 and since your last post I've updated my php to 7.3.6 so will check a few things.
UPDATE
I now have the same problem as in your second image see my post
https://forums.b2evolution.net/warning-continue-targeting-switch-is-equivalent-to-break
It seems there is an issue in that b2evo v6.11.2 was not made with PHP 7.3.* in mind
Re. https://www.php.net/manual/en/migration73.incompatible.php
So try and downgrade to PHP 7.2 if you can, until fixed, and see if all is fine.
5 amoun Jun 23, 2019 20:11
It seems there is an issue in that b2evo v6.11.2 was not made with PHP 7.3.* in mind
That may not be the case with the switch statement as I only find the questionable code in two files and in one of them only in one of set of switch cases uses continue, the other and in most other files break is used.
Regarding your instance I don't use BB code but have just looked at the file and found the continue used on line 234 as you have noted.
How's the rest going?
6 fplanque Jun 24, 2019 14:33
We'll fix everything for PHP 7.3 asap.
7 nospy Jun 24, 2019 15:17
Hi,
I made a request to the host to return in 7.2.
8 yurabakhtin Jun 24, 2019 17:15
Hello @nospy, fixed in commit https://github.com/b2evolution/b2evolution/commit/9b8624dfeea10a62d9e5ef6372e567d9e3cf275b.
9 nospy Jul 01, 2019 12:28
Hi,
It is not possible to return to an earlier version the other website does not work.
10 nospy Jul 05, 2019 00:16
Hello yurabakhtin,
Thank you for these lines of code, it works better
I discovered another bug in Tab Skin -> edit the photo the page opens but does not finish loading…
11 amoun Jul 05, 2019 10:26
Hi @nospy
Nice image on the last post!
Thank you for these lines of code, it works better
If that means the install is working then the next line would ideally be a new topic.
I discovered another bug in Tab Skin -> edit the photo the page opens but does not finish loading…
12 nospy Jul 06, 2019 11:55
Hi,
I created topics without any problem, except that I lost the BB Code in the interface
13 nospy Sep 24, 2019 01:32
Thank you very much, it's resolved with 6.11.3
HI @nospy
What version of php are you using?
EDIT was wondering if the function was valid in your PHP version, you have to have php4 and above for strstr() to work.
Anyway reading your post more the various errors are not necessarily related to my question about php version. So oops!