Code: Select all
Fatal error: Call to undefined function: is_recycle_bin() in /home/****/public_html/phpbb3/includes/mcp/mcp_main.php on line 866
Code: Select all
Find
'allow_birthdays' => array(
Code: Select all
'load_birthdays' => array('lang' => 'YES_BIRTHDAYS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
Code: Select all
'allow_birthdays' => array('lang' => 'ALLOW_BIRTHDAYS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
Code: Select all
//-- mod: Prime Recycle Bin -------------------------------------------------//
include($phpbb_root_path . 'includes/prime_recycle_bin.' . $phpEx);
//-- end: Prime Recycle Bin -------------------------------------------------//
The board at http://www.absoluteanime.com/forum.php is still phpbb2. My live phpbb3 board isn't working yet, some kind of problem with a server setting or something.nickvergessen wrote:Do you have a Link to a Moved topic,
Your Board is not very small and because of that i can't find one ^^
I got it working I managed to leave out the above line for some reason, no idea how I managed that!primehalo wrote:The following line is what includes that file, and should have been added above the function "function mcp_move_topic($topic_ids)" (which on an unmodded board you should find at line #523).