• Hello All,

    I need help to debug the issue on wordpress author page site, its breaking due to critical errors on php code but we are unable to find the root cause where it is actually breaking. we are using the plugin(Publishpress Authors PlugIn) for authors page. we already enabled debug true in Wp-config file but we couldnot able to find the file which is causing the problem.

    Can you please help to debug the issue . I would Appreciate the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look in your PHP error logs to find exactly what the error is. If you don’t know where to find those, consult your host.
    Alternatively, you could try installing the Query Monitor plugin which typically does a great job of tracking and displaying this information as well, depending on the type of error.

    Moderator bcworkz

    (@bcworkz)

    Depending on how your error reporting is configured, the error message might only tell you where PHP realized there’s an error, not the root cause. You may need data from debug_backtrace(). That will lead you back to the root cause function.

    Your default error handler can be replaced by a function that outputs debug_backtrace() data so it’s easier to find the root cause of an error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Publish press Authors page breaking with critical errors’ is closed to new replies.