Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2010 at 11:26 UTC
Updated:
18 Mar 2012 at 12:04 UTC
I installed and copied the functions_user.php to the appropriate folder.
I login on my site, and when i go to phpbbforum module settings page, i get this:
The website encountered an unexpected error. Please try again later.
Then i go to the syslog, and i have this:
/admin/settings/phpbbforum|1||Unknown error: Function set_magic_quotes_runtime() is deprecated in phpbb_api_session_begin() (line 76 of /home/v3/sites/all/modules/phpbbforum/includes/phpbb_api.php).
/admin/settings/phpbbforum|||PhpbbVBridgeException: exit in phpbb_hook_exit_handler() (line 144 of /home/v3/sites/all/modules/phpbbforum/includes/phpbbvbridge/phpbb_api_hooks.php).
Comments
Comment #1
Fidelix commentedI replaced
set_magic_quotes_runtime(0);with
ini_set('magic_quotes_runtime', 0);and the first error went away.
however, the second error is still there...
Comment #2
superfedya commentedThank for the solution.
Comment #3
fizk commentedThis has been fixed in the latest version of the mod.
Comment #4
guidolavespa commentedI get this error.....?
PhpbbVBridgeException: exit in phpbb_hook_exit_handler() (regel 129 van /customers/1/7/8/guidolavespa.be/httpd.www/phpBB3/includes/phpbbdrupalbridge/phpbb_api_hooks.php).
What is the solution?
Comment #5
guidolavespa commentedI uncomment the $base_url = in the settings.php
and changed it to the my domain as on where phpBB3 is installed.
www.xxxxxxxxxxx.be