Jump to content
MakeWebGames

Possible error reporting bug, function secure used before declared


Someone

Recommended Posts

Error: Call to undefined function Secure()
Error in "F:/xampp/htdocs/nwe/libs/common.php"
Line 1214

 

This error was because I required a file that does not exist in a lib file. So the engine had the full right to complain.

But if I comment out common.php:1214

I get a much better error reporting:

 

Error: require_once(mysecretbackdoortothefederalreserve.php): failed to open stream: No such file or directory
Remember to fix me common.php line 1215Error in F:\xampp\htdocs\nwe\modules\gradient_usernames\lib.php
Line 376
Error in F:\xampp\htdocs\nwe\libs\hooks.php
Line 41
Error in F:\xampp\htdocs\nwe\index.php
Line 194
Link to comment
Share on other sites

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.   Paste as plain text instead

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