Hi guys. Got a problem :/
I'm trying to get mod_perl to work with my plugins (some servers don't seem to like running mod_perl alongside them
).
I've tried the reset_env() stuff, which (in previous versions), should clear out old settings, and reimport the passed in options etc.
However, I'm still having problems :|
myfaves.cgi?action=add&ID=160397
Now... I may be just stupid ... but shouldn't it read;
The above is outputted from the script via;
print "$_ = $ID";
$_ is the loop of @split, which is a sliced up array of the current cookie ID listings.
The most annoying part, is that it works once you refresh the page! (i.e it adds the favorite ok).
Anyone got any ideas? I've been banging my head over this all weekend
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!
I'm trying to get mod_perl to work with my plugins (some servers don't seem to like running mod_perl alongside them

I've tried the reset_env() stuff, which (in previous versions), should clear out old settings, and reimport the passed in options etc.
However, I'm still having problems :|
myfaves.cgi?action=add&ID=160397
Quote:
The ID you sent already seems to be on your list of favorites...160376 = 160376Now... I may be just stupid ... but shouldn't it read;
Quote:
The ID you sent already seems to be on your list of favorites...160397 = 160397The above is outputted from the script via;
print "$_ = $ID";
$_ is the loop of @split, which is a sliced up array of the current cookie ID listings.
The most annoying part, is that it works once you refresh the page! (i.e it adds the favorite ok).
Anyone got any ideas? I've been banging my head over this all weekend

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!