Changes between Initial Version and Version 1 of Ticket #27974, comment 23
- Timestamp:
- 08/06/2015 01:36:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27974, comment 23
initial v1 5 5 ERROR: Cookies are blocked due to unexpected output. 6 6 7 7 {{{ 8 8 Warning: Cannot modify header information - headers already sent by (output started at /home/brain281/public_html/wp-content/themes/optimizer/framework/core-pagination.php:13) in /home/brain281/public_html/wp-login.php on line 425 9 9 … … 15 15 16 16 Warning: Cannot modify header information - headers already sent by (output started at /home/brain281/public_html/wp-content/themes/optimizer/framework/core-pagination.php:13) in /home/brain281/public_html/wp-includes/pluggable.php on line 927 17 17 }}} 18 18 19 19 So I have opened core-pagination.php, and this is what it says: 20 20 21 {{{ 21 22 09: * @since Optimizer 1.0 22 23 10: */ … … 29 30 17: <?php if($navigation == 'numbered' || $navigation == 'numbered_ajax') { ?> 30 31 18: <div class="ast_pagenav"> 31 32 }}} 32 33 im still not sure what the error is with line 13, any help would be much appreciated!