Log report page broken
-
I’m getting an error with the log reports for 404 records. The report page shows only the drop selector – which is much wider than it should be.
Details of the report are missing from the page. However, the data is in the page source code.All the other tabs work as they should
Error Reason:
The error is caused by comment markup <!– getting inserted into the log data as the sample shows<option value="3097">/how-to-search-for-real-estate-on-the-internet/PIE/PIE.htc</option><option value="3513">/idx/<!--</option><option value="3171">/idx/PIE/PIE.htc</option>
This comment markup is inserted before the end of the selector dropdown data. No Comment closing markup is inserted however, so all data is commented out up to after this point in the source code <div class=”clear”></div></div><!– wpbody-content –>
I’ve tested this off-site using basic HTML files and removing the leading <!– from the code fixes the error. Now to find WHY and WHERE in the plugin code to fix this
Any Ideas appreciated?
The image shows the log page
https://graphiclineweb.files.wordpress.com/2013/06/404-plugin-log-bug.jpgChecks done:
All other plugins de-activated
Theme changed to TwentyTen
Deleted and Re-installed plugin (several times)Not too certain when this started – I think it was when the site was updated to WP 3.5 – December 2012
- The topic ‘Log report page broken’ is closed to new replies.