WP Style Switcher problems :/
-
OK see the error in action here https://syphon.mpcdownloads.com
Try to change the style…at the top of the page you should see the error:
Warning: Cannot modify header information – headers already sent by (output started at /home/syphon/public_html/index.php:4) in /home/syphon/public_html/wp-content/plugins/wp-style-switcher.php on line 36
Warning: Cannot modify header information – headers already sent by (output started at /home/syphon/public_html/index.php:4) in /home/syphon/public_html/wp-content/plugins/wp-style-switcher.php on line 37
These two lines in question are:
);
header(“Location: “.get_settings(‘siteurl’));
The wierd thing is, the default theme loads fine, as if there is no problem with it, but the other styles do not load at all! Also when you click to change the style, the default does not develop a hyperlink so there is no way of changing back! I asked Alex but he pointed me over here saying that he thinks that I have put unnecessary line breaks in the wp-style-switcher.php, but I haven’t edited this file at all!
- The topic ‘WP Style Switcher problems :/’ is closed to new replies.