Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.tech-101.com
What have you done before the problem was there?
Uploaded all files, made the requested changes to files indicated, then pointed browser at the install.php file. I have the Phpbb-SEO premod installed.
What have you already tryed to solve the problem?
I tried uninstalling/ reinstalling. I can get the portal to work, however the ACP modules do not work correctly.
Description and Message
I receive the following error during install :
Fatal error: Call to undefined function adm_back_link() in /public_html/tech101/includes/acp/acp_modules.php on line 770
===========================
Here are lines 763 through 773:
Code: Select all
if (!$row)
{
if ($run_inline)
{
return 'PARENT_NO_EXIST';
}
trigger_error($user->lang['PARENT_NO_EXIST'] . adm_back_link($this->u_action . '&parent_id=' . $this->parent_id), E_USER_WARNING);
}
Refreshing allows the portal to install however the ACP for the module does not work. I can only use one of the modules through ACP. There for I cannot customize the portal.
===========================[/i]