It seemed to be a general problem with phpbb3 as found here
before:
- Code: Select all
'U_MARK_FORUMS' => ($user->data['is_registered'] || $config['load_anon_lastread']) ? append_sid("{$phpbb_root_path}index.$phpEx", 'mark=forums') : '',
after:
- Code: Select all
'U_MARK_FORUMS' => ($user->data['is_registered'] || $config['load_anon_lastread']) ? append_sid("{$phpbb_root_path}index.$phpEx", 'hash=' . generate_link_hash('global') . '&mark=forums') : '',
This update works when you disable the zero duplicate mod, but doesn't when it's enabled. I found some other threads here but it seemed to be about an older version and a slightly different problem.
I started with version 3.0.2 and did an auto update to 3.0.4 from this website when it stopped working. Does anyone has an idea what I have to change to fix this again?

English |
French
