Fatal error i dont know to fix this

Fatal error : Uncaught Error: Call to undefined function check_cookie() in /home/vol10_8/infinityfree.com/if0_39561627/furrysense.xo.je/htdocs/forums/include/common.php:98 Stack trace: #0 /home/vol10_8/infinityfree.com/if0_39561627/furrysense.xo.je/htdocs/forums/index.php(10): require() #1 {main} thrown in /home/vol10_8/infinityfree.com/if0_39561627/furrysense.xo.je/htdocs/forums/include/common.php on line 98

Share the code. If it’s not your code, contact the script author for help.

5 Likes

The error message says that in the common.php file on line 98, the function check_cookie() is called, but that function does not exist, or at least wasn’t loaded.

It’s not a built-in PHP function, which means that either:

  • The function does not exist in your codebase (or maybe has a different name).
  • The function exists, but the source code file was not loaded in.

If it’s your own code, please do some additional troubleshooting to find why this function does not exist or was not loaded. If it’s not your code and you’re not comfortable with messing with the code yourself, please ask the creator of the software for help because this is a bug in the code.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.