quarter
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing Specific Colors of CalendarThanks, It helped and I figured it out!
Forum: Fixing WordPress
In reply to: How to specify a page template for a plugin (wiki lite)Anybody?
Forum: Installing WordPress
In reply to: Error when I got to www.***.com/wp-adminPROBLEM SOLVED !!!!
Thanks for everybody’s help.
The solution was that I was saving the file in notepad as a ‘utf-8’ file and this was, unknowingly & not telling me, saving it with BOM. In notepad++ I had the option to save as utf-8 without BOM and it worked! Yes!!!!
Forum: Installing WordPress
In reply to: Error when I got to www.***.com/wp-adminThanks for the help again,
I think there are no plugins activated because this is a fresh install; I downloaded wordpress 3.1, changed the wp-config.php file and then uploaded all the files via ftp.
I looked in the plugin folder (/wp-content/plugins) and there is only akismet. I can’t go into the admin part of website because it won’t allow me to login because of header problems.
Any other ideas?
Forum: Installing WordPress
In reply to: Error when I got to www.***.com/wp-adminThe line 892 in pluggable.php where it’s giving me an error is the bolded below. Does that help?
function wp_redirect($location, $status = 302) {
global $is_IIS;
$location = apply_filters(‘wp_redirect’, $location, $status);
$status = apply_filters(‘wp_redirect_status’, $status, $location);
if ( !$location ) // allows the wp_redirect filter to cancel a redirect
return false;
$location = wp_sanitize_redirect($location);
if ( !$is_IIS && php_sapi_name() != ‘cgi-fcgi’ )
status_header($status); // This causes problems on IIS and some FastCGI setups
header(“Location: $location”, true, $status);
}
endif;Forum: Installing WordPress
In reply to: Error when I got to www.***.com/wp-adminThanks for help,
I’ve tried backspacing before the <?php and I’ve also added the ?> to the last line of wp-config.php but still same error.
Any idea of what else I can do? I uploaded the original www.remarpro.com files with only moded wp-config file and same error too.
Forum: Installing WordPress
In reply to: Error when I got to www.***.com/wp-adminThanks but it was a fresh install – I unzipped and moved over all the files that were zipped onto the server and then changed wp-config file. Any other ideas?