Jump to content

Help, Please! =[


Stalingrad

Recommended Posts

Hey. =] I was programming in PHP, and everything was fine. All of a sudden I got this error: Fatal error: Call to undefined function startit() in /file information/ on line 5

 

It was working fine, and yes, I do have that function included, and everything is spelled correctly. Does anybody know why I am getting this, and how I can fix it? Please and Thank You! =]

Link to comment
Share on other sites

maybe PHP can't find the file that contains the function?  Is the include file in the same folder?

 

P.S. Just to make sure the file really is being included, try adding an echo statement to the included file:

 

echo "This Page DID load";

 

If you see that string, then it loaded.  If you don't then you know it's a problem with being able to find the file.

Link to comment
Share on other sites

Okay. I put:

echo "This page DID work";

in the included file, and it showed up. Oh, and I only get this error in the Register and Login pages; the other pages that I included the same file and functions on worked fine.

Also; Thank you to both of you. =]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.