Gossamer Forum
Home : Products : Links 2.0 : Customization :

Error with Paul's Login Modify MOD

Quote Reply
Error with Paul's Login Modify MOD
Please I need some help. I keep getting this error: did not specify link to modify. I've searched the gossamer-threads form for more then three hours and have experimented with the MOD nothing worked.

Please help!!! I did EXACTLY what the script told me to.

IM me at: ICQ = 51140109 AIM = kidgenius97 MSN = kidgenius97@hotmail.com or Yahoo Messenger = dwoldo

Or email me at: dgtech@riverview.net to help me.

David
Quote Reply
Re: [webwizzz] Error with Paul's Login Modify MOD In reply to
Do you have the hidden field of <%ID%> there?

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!
Quote Reply
Re: [Andy.] Error with Paul's Login Modify MOD In reply to
No, I don't. Should I have it there?

David
Quote Reply
Re: [webwizzz] Error with Paul's Login Modify MOD In reply to
Well, as the error suggests, it can't find the links ID. This is normally down to the ID not actually existing (thus a blank value)....try re-reading the instructions, or looking at the default template.

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!
Quote Reply
Re: [webwizzz] Error with Paul's Login Modify MOD In reply to
No you don't need <%ID%>

You need:

<input type="hidden" name="Current URL" value="<%URL%>">

If the Current URL field is empty you'll get the error you experienced.

Snippet from modify.cgi:

# Make sure we have a link to modify.
!$in{'Current URL'} and &site_html_modify_failure ("You did not specify link to modify") and return;

Last edited by:

Paul: Apr 12, 2002, 8:13 AM
Quote Reply
Re: [Paul] Error with Paul's Login Modify MOD In reply to
I did have:

<input type="hidden" name="Current URL" value="<%URL%>">

In the modify form, and then I tried making it not hidden and still the <%URL%> and then I tried it not at all, and then I tried it by entering it manually. Nothing Works.

David