update to 3.3 - Ajax Chat
Re: update to 3.3
thanks
-
- Registered User
- Posts: 34
- Joined: Fri Apr 03, 2020 5:06 pm
Re: update to 3.3
Hi Spaceace, thanks for providing this fix for the navbar. I followed the instructions, changed the line and also purged the cache, but the chat center is still not showing up. I am on 3.3.2 with PHP 7.3.23. Is there anything else i have to take into account? The version of ajax chat is 3.0.26.spaceace wrote:quick fix for the links not showing in navbar...
open board_root\ext\spaceace\ajaxchat\event\listener.php
find around line 104replace withCode: Select all
$this->is_phpbb32 = phpbb_version_compare($config['version'], '3.2.0@dev', '>=') && phpbb_version_compare($config['version'], '3.3.0@dev', '<');
purger board and browser cache and they should display againCode: Select all
$this->is_phpbb32 = phpbb_version_compare($config['version'], '3.2.0@dev', '>=') && phpbb_version_compare($config['version'], '4.0.0@dev', '<');
Thanks in advance.
-
- Registered User
- Posts: 1
- Joined: Fri Nov 20, 2020 8:19 am
Re: update to 3.3
Update from PHP 7.4 to 8 produces these lines:
In this particular file I read something about 'get_status' of 'anonymous' user, but don't know what to do next.
Besides of put PHP back to 7.4, is there something else I can do to solve this?
What does it mean?[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 467: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 471: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 475: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 484: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 818: Trying to access array offset on value of type bool
In this particular file I read something about 'get_status' of 'anonymous' user, but don't know what to do next.
Besides of put PHP back to 7.4, is there something else I can do to solve this?
Assumption causes many times lots of trouble.
-
- Registered User
- Posts: 73
- Joined: Wed Mar 19, 2014 1:16 pm
Re: update to 3.3
Same thing here. Any solution?php-bb3-user wrote:Update from PHP 7.4 to 8 produces these lines:What does it mean?[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 467: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 471: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 475: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 484: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/spaceace/ajaxchat/event/listener.php on line 818: Trying to access array offset on value of type bool
In this particular file I read something about 'get_status' of 'anonymous' user, but don't know what to do next.
Besides of put PHP back to 7.4, is there something else I can do to solve this?
Sorry for my bad english. I'm from USA.
-
- Registered User
- Posts: 522
- Joined: Wed Jan 20, 2010 11:03 am