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
https://forums.phpfreaks.com/topic/99840-help-please/
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
https://forums.phpfreaks.com/topic/99840-help-please/#findComment-510619
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.