I have a form calling formemail.php , This form is inside sponsor.tpl ( WSN Links 4.0.25 / php ver 4.4.6 ) as I want members to email me a confirmation form.
After submiting the form, the following error arises:
Fatal error: Call to undefined function: geturl() in /usr/home/nnnnn/public_html/wsnlinks/form/formemail.php on line 51
I understand that the difficulty is with geturl(), also at line 51 we have:
Do you somehow not have the geturl function? It's right there in my file on line 60. Is this integrated with another WSN script? (The PHP for the security image that is, where the form HTML lies is irrelivant.)
I do have geturl at line 60, but it's also previously called at line 50. I believe this previous call is the cause of the difficulty.
Yes, I have Formemail integrated with WSNLinks 4.0.25. The form is inside the sponsor.tpl template. At the moment the form is not using security image.
Comments on call to undefinded function geturl()
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Paul,
I have a form calling formemail.php ,
This form is inside sponsor.tpl ( WSN Links 4.0.25 / php ver 4.4.6 )
as I want members to email me a confirmation form.
After submiting the form, the following error arises:
Fatal error: Call to undefined function: geturl() in /usr/home/nnnnn/public_html/wsnlinks/form/formemail.php on line 51
I understand that the difficulty is with geturl(), also at line 51 we have:
As a test I have deleted:
And now it's working fine. Await for you to take a look at this.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Do you somehow not have the geturl function? It's right there in my file on line 60. Is this integrated with another WSN script? (The PHP for the security image that is, where the form HTML lies is irrelivant.)
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
I do have geturl at line 60, but it's also previously called at line 50. I believe this previous call is the cause of the difficulty.
Yes, I have Formemail integrated with WSNLinks 4.0.25. The form is inside the sponsor.tpl template. At the moment the form is not using security image.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Should work now.