Re: Tapatalk - was kommt nach der Installation
Verfasst: 16.11.2013 00:26
Nun ist der Fehler an der Ursache behoben:
...the mobiquo/hook/online_hook.php included in the new release has not been updated to reflect the change of path for the hook files.
Current Incorrect
Code:
require_once $phpbb_root_path.$config['tapatalkdir'].'/include/function_hook.php';
Required
Code:
require_once $phpbb_root_path.$config['tapatalkdir'].'/hook/function_hook.php';