SOLVED [IP 1.3.0.53a] White Page After Delete Forum (Advanced Management)


Subject: [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: [Download] [Hide]
  1. Fatal error: Call to undefined function prune_upi2db() in E:\xampp\htdocs\icy\includes\prune.php on line 126 


Bye

Subject: Re: [IP 1.3.0.53a] White Page After Delete Forum (Advanced Management)
OPEN includes/prune.php
FIND
Code: [Download] [Hide] [Select]
function prune($forum_id, $prune_date, $prune_all = false)

ADD BEFORE
Code: [Download] [Hide] [Select]
if (!function_exists('prune_upi2db'))
{
include_once(IP_ROOT_PATH . 'includes/functions_upi2db.' . PHP_EXT);
}

Subject: Re: [IP 1.3.0.53a] White Page After Delete Forum (Advanced Management)
Thanks, now works.

Bye

Subject: Re: [IP 1.3.0.53a] White Page After Delete Forum (Advanced Management)
Marked as solved


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.078s (PHP: 30% SQL: 70%)
SQL queries: 10 - Debug Off - GZIP Enabled