wwotl
Forum Replies Created
-
Thanks, that led me in the right direction.
(Note: in the Carrington theme’s css file, it’s #blog-title rather than #blog-description)
Forum: Installing WordPress
In reply to: curl error and Can Not Modify Headers errorsI talked to my host, and they’ve disabled it on their shared servers. They suggested I add the following code to the functions.php and that seemed to do the trick. (Add it to the very end of the file.)
<?php function block_transport() { return false; } add_filter('use_http_extension_transport', 'block_transport'); add_filter('use_curl_transport', 'block_transport'); add_filter('use_streams_transport', 'block_transport'); add_filter('use_fopen_transport', 'block_transport'); add_filter('use_fsockopen_transport', 'block_transport'); ?>Forum: Installing WordPress
In reply to: curl error and Can Not Modify Headers errorsSpoke too soon… was still running into curl_exec errors so I deleted all the themes except the default one. Now I can’t bring anything up. Arg!
I then re-uploaded the default 2.7 theme and still no luck. Get the following error and I can’t log in to do anything…
This has definitely been the most challenging and frustrating upgrade… Any help/ideas would be most appreciated.
Forum: Installing WordPress
In reply to: curl error and Can Not Modify Headers errorsMy provider resolved the curl error and now the other header errors have all gone away…