Digests 3.3.18 released - Digests
Re: Digests 3.3.18 released
Sorry. I'm not sure I can do much to fix this. It's most likely some sort of data inconsistency in the values in the user_options column. In any event if doesn't touch any code modified or extended by the digest extension.
Need phpBB services or a phpBB consultant? I offer most phpBB services. Getting lost managing phpBB? Buy my book, Mastering phpBB Administration. Covers through phpBB 3.3.7. eBook and paper versions available.
-
- Registered User
- Posts: 4933
- Joined: Fri Aug 02, 2002 12:36 am
- Location: Florence, MA USA
Re: Digests 3.3.18 released
Problem solved by restoring the database and programs as well as reverting to PHP 7.2 from 8.1. I then reinstalled everything being very careful to make sure all the FTP transfers succeeded. I'm guessing that one or more FTP transfer failed during the original upgrade and I didn't notice. However changing back to PHP 8.1 causes SQL errors when the hourly cron runs. Looking thru the PHPBB support database, it looks like I'll have to do a bunch of work to figure out the table problems. I wish there were a utility to determine database consistency.
-
- Registered User
- Posts: 85
- Joined: Thu Dec 15, 2011 2:02 am
Re: Digests 3.3.18 released
Hello!
I did a fresh install of phpBB 3.3.11 and the latest Digests version. My PHP version is 8.2.
Having same issue:
Any thoughts? Many thanks in advance!
UPD: sorry, Mark, I saw, that you don't know the cause of this... But probably since then you've found it that's why I am asking!
I did a fresh install of phpBB 3.3.11 and the latest Digests version. My PHP version is 8.2.
Having same issue:
Code: Select all
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "style_id" in /home/sorokin/symphonyshare.club/phpbb/textformatter/s9e/renderer.php on line 181
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
PHP Warning: Undefined array key "user_options" in /home/sorokin/symphonyshare.club/phpbb/user.php on line 770
UPD: sorry, Mark, I saw, that you don't know the cause of this... But probably since then you've found it that's why I am asking!
-
- Registered User
- Posts: 10
- Joined: Sat May 04, 2024 10:03 am
Re: Digests 3.3.18 released
That is because of
user
/session
objects aren't initialized in cron (this is by design), so if some of their methods/properties are attempted to be used in cron it yields errors.-
- Extensions Development Team
- Posts: 4016
- Joined: Wed Oct 25, 2006 12:46 pm
- Location: Siberia, Russian Federation