http://www.icyphoenix.com/viewtopic.php?f=35&t=6549
-----------------------------------
dinoyoco
Sat 10 Oct, 2009 18:40

[IP 1.3.0.53a] White Page After Delete Forum (Advanced Management)
-----------------------------------
I need verification: if I delete a forum or category from "advanced management" I get a blank page.

[code]Fatal error: Call to undefined function prune_upi2db() in E:\xampp\htdocs\icy\includes\prune.php on line 126[/code]

Bye


-----------------------------------
Mighty Gorgon
Sun 11 Oct, 2009 10:42

Re: [IP 1.3.0.53a] White Page After Delete Forum (Advanced Management)
-----------------------------------
OPEN [b]includes/prune.php[/b]
FIND
[codeblock]function prune($forum_id, $prune_date, $prune_all = false)[/codeblock]
ADD BEFORE
[codeblock]if (!function_exists('prune_upi2db'))
{
	include_once(IP_ROOT_PATH . 'includes/functions_upi2db.' . PHP_EXT);
}[/codeblock]


-----------------------------------
dinoyoco
Mon 12 Oct, 2009 11:22

Re: [IP 1.3.0.53a] White Page After Delete Forum (Advanced Management)
-----------------------------------
Thanks, now works.

Bye


-----------------------------------
DWho
Mon 12 Oct, 2009 11:48

Re: [IP 1.3.0.53a] White Page After Delete Forum (Advanced Management)
-----------------------------------
Marked as solved


