Errors relating to auto-pagination
-
Hi,
I’ve turned WP_DEBUG on in wp-config.php and I see a slew of errors caused by the auto-pagination add-on to PLP. Without it, I get weird pagination buttons. So I know I need to have it in order for this to work right.
(see: https://s1.temporary-access.com/~allacros/sandbox2/europe-travel-blog-self-inflicted-wounds/ vs. https://stage.world-of-waterfalls.com/europe-travel-blog-self-inflicted-wounds)In any case, if I disable auto-pagination plugin at the expense of having ugly pagination buttons, then I can login to the mentioned URL (https://s1.temporary-access.com/~allacros/sandbox/wp-login.php). However, if I don’t, it keeps saying “Login Failed: Sorry..! Wrong information..! ” as apparently auto-pagination is somehow interfering with this function. The auto-pagination error also persists on the home page and every other page that is loaded (on sites where WP_DEBUG is ‘true’) so I know it’s global.
Here are the errors I’m seeing that I’m trying to knock out. It seems like a cascading effect where the auto-pagination plugin has been affecting the ability of other plugins to run…
Notice: Use of undefined constant SH_PAGE_LINKS_DOMAIN – assumed ‘SH_PAGE_LINKS_DOMAIN’ in /home/allacros/public_html/sandbox/wp-content/plugins/auto-pagination/auto-pagination.php on line 31
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/allacros/public_html/sandbox/wp-content/plugins/auto-pagination/auto-pagination.php:31) in /home/allacros/public_html/sandbox/wp-content/plugins/wp-limit-login-attempts/wp-limit-login-attempts.php on line 67
Notice: is_archive was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/allacros/public_html/sandbox/wp-includes/functions.php on line 4161
Notice: is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/allacros/public_html/sandbox/wp-includes/functions.php on line 4161
Notice: The called constructor method for WP_Widget in soundtrack_widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/allacros/public_html/sandbox/wp-includes/functions.php on line 3916Warning: Cannot modify header information – headers already sent by (output started at /home/allacros/public_html/sandbox/wp-content/plugins/auto-pagination/auto-pagination.php:31) in /home/allacros/public_html/sandbox/wp-login.php on line 423
Warning: Cannot modify header information – headers already sent by (output started at /home/allacros/public_html/sandbox/wp-content/plugins/auto-pagination/auto-pagination.php:31) in /home/allacros/public_html/sandbox/wp-login.php on line 436
Warning: Cannot modify header information – headers already sent by (output started at /home/allacros/public_html/sandbox/wp-content/plugins/auto-pagination/auto-pagination.php:31) in /home/allacros/public_html/sandbox/wp-includes/pluggable.php on line 920
Warning: Cannot modify header information – headers already sent by (output started at /home/allacros/public_html/sandbox/wp-content/plugins/auto-pagination/auto-pagination.php:31) in /home/allacros/public_html/sandbox/wp-includes/pluggable.php on line 921
Warning: Cannot modify header information – headers already sent by (output started at /home/allacros/public_html/sandbox/wp-content/plugins/auto-pagination/auto-pagination.php:31) in /home/allacros/public_html/sandbox/wp-includes/pluggable.php on line 922
I’m not sure if this has anything to do with the warning or error that I see in the PLP settings:
Pagination Function: File not Found
You’ll want to verify your theme uses the wp_link_pages function, which is the preferred, best-practices WP pagination function.Usually, this function appears in the single.php template, but it might also be elsewhere. If your theme doesn’t include this function, you’ll want to swap it in.
In any case, I’m trying to debug this since this has been going on for a while (because I had WP_DEBUG ‘false’ for a while) but as time goes on the error list grows.
So if there’s something missing or something deprecated or not right, I’d like to fix it (though admittedly, I’m a noob when it comes to under-the-hood WordPress stuff). So I’d appreciate any help to finally fix this.
Thanks,
JohnnyThe page I need help with: [log in to see the link]
- The topic ‘Errors relating to auto-pagination’ is closed to new replies.