• Currently, my database is broken, every new upload or post will go to post ID 0 which is broken, make the backend not function properly. What I can do is clear the wp_posts post ID 0 (DELETE FROM wp_posts WHERE ID = “0”) to recover back the backend.

    Is that any way to fix this issue? Because I need to add new content to my website. Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter wilfredw92

    (@wilfredw92)

    This is the latest error log:

    [03-Aug-2018 08:00:22 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘redirection_function’ not found or invalid function name in /home/michaels/public_html/v6/wp-includes/class-wp-hook.php on line 286
    [03-Aug-2018 08:00:22 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘insert_image_src_rel_in_head’ not found or invalid function name in /home/michaels/public_html/v6/wp-includes/class-wp-hook.php on line 286

Viewing 1 replies (of 1 total)

The topic ‘How to fix wordpress create wp posts ID 0’ is closed to new replies.