This extension worked great, today I decided to upgrade to 2.0.3 but I get this error:
[ROOT]/phpbb/class_loader.php on line 160: require(./ext/chris1278/social/event/listener.php): failed to open stream: No such file or directory
problem upgrade 2.0.3 - Opt-In Cookie Manager
Re: problem upgrade 2.0.3
Please check whether you have uploaded all the files correctly. This message indicates that the file listener.php is not available. This should be in the directory:
ext/chris1278/cookie/event
condition.
In addition, the message does not fit into this extension. Because the directory chris1278/social does not exist within the cookie manager.
The directory belongs to another extension which is not yet validated in the phpbb.com database.
ext/chris1278/cookie/event
condition.
In addition, the message does not fit into this extension. Because the directory chris1278/social does not exist within the cookie manager.
The directory belongs to another extension which is not yet validated in the phpbb.com database.
-
- Jr. Extension Validator
- Posts: 493
- Joined: Thu Mar 14, 2019 6:07 pm
Re: problem upgrade 2.0.3
Ok if the author says so, however I disabled social media now I get these errors
phpBB Debug] PHP Notice: in file [ROOT]/ext/chris1278/cookie/event/main_listener.php on line 248: Undefined variable: impressum_link_for_cookie
[phpBB Debug] PHP Notice: in file [ROOT]/ext/chris1278/cookie/event/main_listener.php on line 260: Undefined variable: style_postion1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/chris1278/cookie/event/main_listener.php on line 261: Undefined variable: style_postion2
phpBB Debug] PHP Notice: in file [ROOT]/ext/chris1278/cookie/event/main_listener.php on line 248: Undefined variable: impressum_link_for_cookie
[phpBB Debug] PHP Notice: in file [ROOT]/ext/chris1278/cookie/event/main_listener.php on line 260: Undefined variable: style_postion1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/chris1278/cookie/event/main_listener.php on line 261: Undefined variable: style_postion2
-
- Registered User
- Posts: 65
- Joined: Thu Dec 20, 2012 8:31 am
Re: problem upgrade 2.0.3
Ok this is probably because you have enabled phpbb debug mode.
try to fix it like this: find this line:
then add the following after the line:
Then clear the forums and browser cache
try to fix it like this: find this line:
Code: Select all
$u_terms_link = append_sid("{$this->root_path}ucp.$this->php_ext", 'mode=terms');
Code: Select all
$impressum_link_for_cookie = '';
$style_postion1 = '';
$style_postion2 = '';
Then clear the forums and browser cache
-
- Jr. Extension Validator
- Posts: 493
- Joined: Thu Mar 14, 2019 6:07 pm
Re: problem upgrade 2.0.3
Hi , I solved it without adding the line above .. by deleting the 2.0.2 data with debug activated there are no errors . Thank you for your support and quick responses
-
- Registered User
- Posts: 65
- Joined: Thu Dec 20, 2012 8:31 am