public function output_template_data(\phpbb\extension\metadata_manager $metadata_manager)
{
$metadata_manager->output_template_data(objects::$template);
}
}
Replace withReplace the preceding lines with the following
public function output_template_data(\phpbb\extension\metadata_manager $metadata_manager)
{
//$metadata_manager->output_template_data(objects::$template);
}
}
Use this to install an ext on your board no more ftp or path making. Path too install this ext is ext/boardtools/upload
Download is here Make it easy for us to solve your issues