Header info weirdness
-
I had installed the plugin a few times and kept getting that weird error message about the header that I mentioned. It wouldn’t resolve. Then, I couldn’t even log in to my wordpress dashboard this morning. Had to have my hosting service uninstall Etsy importer for me! :-O Here’s what they told me to let the developer know … (Thanks!)
“
Code:
Warning: Cannot modify header information – headers already sent by (output started at /home/musical4/public_html/dolliciousdeena.com/wp-content/plugins/etsy-importer/etsy-importer.php:51) in /home/musical4/public_html/dolliciousdeena.com/wp-content/plugins/sg-cachepress/class-sg-cachepress.php on line 335I have dumped the database and then deactivated the plugin etsy-importer.
The site is now accessible and the admin panel can be accessed.
It looks like there is an issue with the etsy-importer plugin which should be addressed with it’s developers.
On line 335 in /home/musical4/public_html/dolliciousdeena.com/wp-content/plugins/sg-cachepress/class-sg-cachepress.php there is following line:
Code:
header( ‘X-Cache-Enabled: False’ );and the 51 in the file /home/musical4/public_html/dolliciousdeena.com/wp-content/plugins/etsy-importer/etsy-importer.php is:
Code:
echo ‘hey buddy’;So you may provide them with this information and ask them to try to resolve the issue. In the meantime you may use an alternative of the plugin.”
- The topic ‘Header info weirdness’ is closed to new replies.