[How-To] Read and understand PHP error messages
If you get an error like this:
Code:
Some error text in somefile(251) : eval()'d code (line 125) It means that some kind of error was in line 125 of (plugin or template)-code executed in somefile line 251. Now, to track down the error, open somefile and take a look at line 251. There should be a fetch_hook() or fetch_template()-call in this line. The identifier tells you the hook or template name that is causing the error. If it's a hook, there might be multiple plugins attached to it so you have to find out which one causes the trouble by disabling all plugins on this hook and then re-enabling one after one until the error appears again. Now you got the exact line for the plugin-code that causes the error. If it's a template, open it and go diretly to the line, most likely you will find an invalid template conditional there. |
All times are GMT. The time now is 02:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|