Search Engine errors when updating posts
-
Just today noticed that when updating posts, the following errors are triggered from the Search Engine plugin Simple.HTML.DOM.Parser.php file:
Warning: is_file() [function.is-file]: File name is longer than the maximum allowed path length on this platform (4096): [edit: content excerpt of post html here] in /path/to/wp-content/plugins/search-engine/classes/Simple.HTML.DOM.Parser.php on line 58
Warning: is_file() [function.is-file]: File name is longer than the maximum allowed path length on this platform (4096): [edit: content excerpt of post html here] in /path/to/wp-content/plugins/search-engine/classes/Simple.HTML.DOM.Parser.php on line 19
Warning: Cannot modify header information – headers already sent by (output started at /path/to/wp-content/plugins/search-engine/classes/Simple.HTML.DOM.Parser.php:58) in /path/to/wp-includes/pluggable.php on line 866
I wasnt aware that Search Engine was called during the update save process or perhaps something has gone screwy with my install. I am using v 0.5.7.1.
Deactivating the plugin stops the errors but hoping not to have to do that and revert to another search. Running PHP 5.3
Thanks in advance for any help!
The topic ‘Search Engine errors when updating posts’ is closed to new replies.