admania
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t Change Privacy SettingThanks but i’m getting the same old error
Fatal error: Cannot redeclare sanitize_option() (previously declared in /home/toyota/public_html/wp-admin/options.php:13) in /home/toyota/public_html/wp-includes/formatting.php on line 1121
Forum: Fixing WordPress
In reply to: Can’t Change Privacy SettingHi there
I know this frustrating but talk me through exactly what i need to do
“When you login to your admin panel, you can change the URL to point to options.php (in the wp-admin/ folder); on that page, you’ll be able to update the option, regardless of whether the options-privacy.php page is working properly or not”
Where do i exactly need to go to do this?
thanks
adamForum: Fixing WordPress
In reply to: Can’t Change Privacy SettingOk thanks for your replies but I have the same problem. Firstly i found nothing that you suggested in wp admin options although in wp admin options-privacy.php I found the following
<p><input id=”blog-public” type=”radio” name=”blog_public” value=”1″ <?php checked(‘1’, get_option(‘blog_public’)); ?> />
<label for=”blog-public”><?php _e(‘I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers’);?></label></p>
<p><input id=”blog-norobots” type=”radio” name=”blog_public” value=”0″ <?php checked(‘0’, get_option(‘blog_public’)); ?> />
<label for=”blog-norobots”><?php _e(‘I would like to block search engines, but allow normal visitors’); ?></label></p>
<?php do_action(‘blog_privacy_selector’); ?>
</td>That seems ok though isn’t it?
Spencer I checked out the thread you mentioned which was exactly the same type of error but the guy was very vague describing what he did so I can’t really follow. Please someone help as it’s driving me round the bend. Thanka