Forum Moderators: coopster

Message Too Old, No Replies

Getting Error, Please Help!

Dear PHP experts please help!

         

Noximus

11:02 am on Jul 16, 2006 (gmt 0)

10+ Year Member



Dear PHP experts,
I installed script on my site and now I'm getting error:

Fatal error: Call to undefined function: sqlgetx() in /home/sharewsa/public_html/links/123454/index.php on line 36

on http://example.com/links/123454/ and also similar urls. When I refresh sumtimes it helps, also the urls like mentioned one work when entering by proxy from non USA IPs.

If you have any idea how to solve this problem Please reply or PM.

[edited by: jatar_k at 5:31 pm (utc) on July 16, 2006]
[edit reason]
[1][edit reason] no urls thanks [/edit]
[/edit][/1]

Little_G

11:15 am on Jul 16, 2006 (gmt 0)

10+ Year Member



Hi,

The error means you are calling a function (sqlgetx) that doesn't exist.
Check your code for spelling mistakes and check case.
If you can't find anything wrong then reply with a code snippet.

Andrew

[edited by: Little_G at 11:15 am (utc) on July 16, 2006]