Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

GForum::do_func is freezing on me :(

Quote Reply
GForum::do_func is freezing on me :(
Hi guys. Can anyone see a reason as to why this code would freeze on me?

Code:
sub pm_normal {

print $IN->header();
# GForum::Message::sent_messages();

use GForum;
GForum::do_func('message_list');
exit;
}

If I comment out the bits in red, it runs fine, but obviously just gives a blank page.

Basically, all I want to achive, is some way to show the normal PM system front-page (where you can view sent/recieved PM's all on one page).

TIA

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread GForum::do_func is freezing on me :( Andy 5290 Aug 10, 2004, 9:12 AM
Thread Re: [Andy] GForum::do_func is freezing on me :(
Orbital 5175 Aug 17, 2004, 7:25 AM
Thread Re: [Orbital] GForum::do_func is freezing on me :(
Andy 5160 Aug 17, 2004, 8:53 AM
Thread Re: [Andy] GForum::do_func is freezing on me :(
Orbital 5150 Aug 17, 2004, 9:33 AM
Post Re: [Orbital] GForum::do_func is freezing on me :(
Andy 5161 Aug 17, 2004, 9:52 AM
Thread Re: [Orbital] GForum::do_func is freezing on me :(
Andy 5191 Aug 17, 2004, 9:53 AM
Thread Re: [Andy] GForum::do_func is freezing on me :(
Andy 5115 Aug 21, 2004, 7:00 AM
Thread Re: [Andy] GForum::do_func is freezing on me :(
Andy 5099 Aug 24, 2004, 2:18 AM
Post Re: [Andy] GForum::do_func is freezing on me :(
Andy 5113 Aug 24, 2004, 6:19 AM