Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter CliveSH

    (@clivesh)

    Ok, thanks for the consideration ‘RPS’.

    Hi Alpine1,

    I’ve been using this.

    It creates a new sidebar within your admin widget page called ‘Magic Sidebar’ within this new sidebar you drag and drop whatever ‘widgets’ you want to display as a tabbed widget.

    You then place your ‘Magic Sidebar’ where ever you want in any sidebar using the ‘Tabbed Sidebar Widgets’ widget which is in the list of widgets on your widget page. The ‘title’ of your ‘Tabbed Sidebar Widgets’ is the names you’ve used for the widgets you’ve put into the ‘Magic Sidebar’ displayed left to right in the title. Clicking on any Tabbed name switches to that widgets output. It works great.

    Thread Starter CliveSH

    (@clivesh)

    I Deactivated Network activation and activated it per site – makes no difference I just have the following three ‘Visibility’ options below rather than the options I used to have as listed above.

    1) Allow search engines to index this site
    2) Discourage search engines from indexing this site
    Note: Neither of these options blocks access to your site — it is up to search engines to honor your request.
    3) Restrict site access to visitors who are logged in or allowed by IP address

    Basically this means that any member of my front MS install who is logged in can access all of my MS sites. This isn’t how it used to function and I cannot find in the change log that these changes have been made?

    Am I missing something here?

    Hi Kathy, I’m trying to figure this out too.

    In the menu area of WP you have ‘Theme Locations’ (top left in menu area) these are predefined menu areas and one is normally called ‘primary nav’. So, if you create a menu and specify it as the primary menu on your front blog then this plugin should automatically make the same menu available on all your other blogs within your wp multisite install.

    There is a blog here of someone explaining this here;
    https://ostedesign.com/wordpress-multisite-global-navigation-menu-synchronization

    In looking at the code of the plugin I’m pretty sure this is what it does.

    Thread Starter CliveSH

    (@clivesh)

    I’ve set up another wp site (same 3.4.1 version) with the same theme and with the same plugins on the same server and this works fine. I’m using ‘Executable PHP widget’ and I’ve php code already within the ‘Widgets on Pages’ widgets in the site that it’s not working. Might this be causing the problems?

    Thread Starter CliveSH

    (@clivesh)

    Just to let everyone know I had my web site hosts change the DB base as per advice here; https://www.blogsuccessjournal.com/blog-tips-and-advice/wordpress-tips-advice/seeing-weird-characters-on-blog-how-to-fix-wordpress-character-encoding-latin1-to-utf8/

    and this made no difference. Although they are now checking everything else they can and if we do find what is wrong / a solution I’ll post this here.

    Thread Starter CliveSH

    (@clivesh)

    OK Andrea.

    I’ve tried both (COLLATES) and all sites MS work but still no new sites can be created. I’ll ask my hosting people to convert the database and see what happens with that. Thanks for your time.

    Thread Starter CliveSH

    (@clivesh)

    One last question Andrea. Should I return the COLLATE line to what it was before attempting this?

    i.e. to;

    define(‘DB_COLLATE’,”);

    Also, having thought about this. My MS sites were all created as blank MU sites with wordpress MU 2.90. I imported some pages / posts / comments from established ‘normal’ WP sites to populate some of the blogs. So, in that respect each of my current MS sites should all be UTF-8 by default and they should not have this issue. Is that correct? Or does importing include the original character format and of it does then why are the dangers of this not mentioned / some work around written.

    Either way I’ve not imported anything since I created a new blog about 5 weeks ago, so it seems to me that this is a serious issue because any MS site could suddenly develop this problem (which seems to be the case when I look at other posts here).

    As others have mentioned here if this was a ‘development’ site then fair enough but it’s not. I’ve three MU sites including one to test significant MS changes before implementing these on a ‘real’ MS site because I cannot afford my real sites to go down. Now I’m left in an uneasy space of not knowing if my MU site is going to ‘freeze’ at some point in the future for some ‘vague’ reason. It seems to me that deleting the entire MS site that is afflicted and importing my posts, pages and comments for each sub site again won’t guarantee that this will solve this problem. Is this correct?

    I’m not an expert in php or linux or telnet so I’ll be asking my host support if they can convert the database for me. BUT, this is a WORDPRESS site with an army of coders and yes I’m not one of those people but perhaps Andrea you can talk to the developers and ask that some effort is put into tracking this problem down and maybe writing a plugin to do the conversion, including copying the database before hand just in case?

    In the mean time thanks for your help.

    Thread Starter CliveSH

    (@clivesh)

    Hi Andrea, so are you saying that I should COLLATE to UTF-8 or should I follow what is written on this page;
    https://www.blogsuccessjournal.com/blog-tips-and-advice/wordpress-tips-advice/seeing-weird-characters-on-blog-how-to-fix-wordpress-character-encoding-latin1-to-utf8/

    Thread Starter CliveSH

    (@clivesh)

    I’ve checked that the db user has full privileges which is the case too . . .

    Error log within wp-admin gives plenty of errors relating to the COLLATE change;
    [11-Dec-2010 14:30:51] WordPress database error COLLATION ‘latin1_general_ci’ is not valid for CHARACTER SET ‘utf8’ for query CREATE TABLE wp_29_terms (
    term_id bigint(20) unsigned NOT NULL auto_increment,
    name varchar(200) NOT NULL default ”,
    slug varchar(200) NOT NULL default ”,
    term_group bigint(10) NOT NULL default 0,
    PRIMARY KEY (term_id),
    UNIQUE KEY slug (slug),
    KEY name (name)
    ) DEFAULT CHARACTER SET utf8 COLLATE latin1_general_ci made by wpmu_create_blog, install_blog, make_db_current_silent, dbDelta
    [11-Dec-2010 14:30:51] WordPress database error COLLATION ‘latin1_general_ci’ is not valid for CHARACTER SET ‘utf8’ for query

    The previous attempt ’28’ to create a site before the COLLATE change gave loads of error (I’ve just listed the first few here);

    [11-Dec-2010 14:03:36] WordPress database error Table ‘justbcsh_wpmu.wp_28_options’ doesn’t exist for query SELECT option_name FROM wp_28_options made by wpmu_create_blog, install_blog, populate_options
    [11-Dec-2010 14:03:36] WordPress database error Table ‘justbcsh_wpmu.wp_28_options’ doesn’t exist for query INSERT INTO wp_28_options (option_name, option_value, autoload) VALUES (‘siteurl’, ‘https://main.just-2bme.com’, ‘yes’), (‘blogname’, ‘My Site’, ‘yes’), (‘blogdescription’, ‘Just another WSW Clients Information & Resources site’, ‘yes’), (‘users_can_register’, ‘0’, ‘yes’), (‘admin_email’, ‘[email protected]’, ‘yes’), (‘start_of_week’, ‘1’, ‘yes’), (‘use_balanceTags’, ‘0’, ‘yes’), (‘use_smilies’, ‘1’, ‘yes’), (‘require_name_email’, ‘1’, ‘yes’), (‘comments_notify’, ‘1’, ‘yes’), (‘posts_per_rss’, ’10’, ‘yes’), (‘rss_use_excerpt’, ‘0’, ‘yes’), (‘mailserver_url’, ‘mail.example.com’, ‘yes’), (‘mailserver_login’, ‘[email protected]’, ‘yes’), (‘mailserver_pass’, ‘password’, ‘yes’), (‘mailserver_port’, ‘110’, ‘yes’), (‘default_category’, ‘1’, ‘yes’), (‘default_comment_status’, ‘open’, ‘yes’), (‘default_ping_status’, ‘open’, ‘yes’), (‘default_pingback_flag’, ‘1’, ‘yes’), (‘default_post_edit_rows’, ’10’, ‘yes’), (‘posts_per_page’, ’10’, ‘yes’), (‘date_format’, ‘F j, Y’, ‘yes’), (‘time_format’, ‘g:i a’, ‘yes’), (‘links_updated_date_format’, ‘F j, Y g:i a’, ‘yes’), (‘links_recently_updated_prepend’, ‘‘, ‘yes’), (‘links_recently_updated_append’, ‘‘, ‘yes’), (‘links_recently_updated_time’, ‘120’, ‘yes’), (‘comment_moderation’, ‘0’, ‘yes’), (‘moderation_notify’, ‘1’, ‘yes’), (‘permalink_structure’, ‘/%year%/%monthnum%/%day%/%postname%/’, ‘yes’), (‘gzipcompression’, ‘0’, ‘yes’), (‘hack_file’, ‘0’, ‘yes’), (‘blog_charset’, ‘UTF-8’, ‘yes’), (‘moderation_keys’, ”, ‘no’), (‘active_plugins’, ‘a:0:{}’, ‘yes’), (‘home’, ‘https://main.just-2bme.com’, ‘yes’), (‘category_base’, ”, ‘yes’), (‘ping_sites’, ‘https://rpc.pingomatic.com/’, ‘yes’), (‘advanced_edit’, ‘0’, ‘yes’), (‘comment_max_links’, ‘2’, ‘yes’), (‘gmt_offset’, ‘0’, ‘yes’), (‘default_email_category’, ‘1’, ‘yes’), (‘recently_edited’, ”, ‘no’), (‘template’, ‘twentyten’, ‘yes’), (‘stylesheet’, ‘twentyten’, ‘yes’), (‘comment_whitelist’, ‘1’, ‘yes’), (‘blacklist_keys’, ”, ‘no’), (‘comment_registration’, ‘0’, ‘yes’), (‘rss_language’, ‘en’, ‘yes’), (‘html_type’, ‘text/html’, ‘yes’), (‘use_trackback’, ‘0’, ‘yes’), (‘default_role’, ‘subscriber’, ‘yes’), (‘db_version’, ‘15477’, ‘yes’), (‘uploads_use_yearmonth_folders’, ‘1’, ‘yes’), (‘upload_path’, ”, ‘yes’), (‘blog_public’, ‘1’, ‘yes’), (‘default_link_category’, ‘2’, ‘yes’), (‘show_on_front’, ‘posts’, ‘yes’), (‘tag_base’, ”, ‘yes’), (‘show_avatars’, ‘1’, ‘yes’), (‘avatar_rating’, ‘G’, ‘yes’), (‘upload_url_path’, ”, ‘yes’), (‘thumbnail_size_w’, ‘150’, ‘yes’), (‘thumbnail_size_h’, ‘150’, ‘yes’), (‘thumbnail_crop’, ‘1’, ‘yes’), (‘medium_size_w’, ‘300’, ‘yes’), (‘medium_size_h’, ‘300’, ‘yes’), (‘avatar_default’, ‘mystery’, ‘yes’), (‘enable_app’, ‘0’, ‘yes’), (‘enable_xmlrpc’, ‘0’, ‘yes’), (‘large_size_w’, ‘1024’, ‘yes’), (‘large_size_h’, ‘1024’, ‘yes’), (‘image_default_link_type’, ‘file’, ‘yes’), (‘image_default_size’, ”, ‘yes’), (‘image_default_align’, ”, ‘yes’), (‘close_comments_for_old_posts’, ‘0’, ‘yes’), (‘close_comments_days_old’, ’14’, ‘yes’), (‘thread_comments’, ‘1’, ‘yes’), (‘thread_comments_depth’, ‘5’, ‘yes’), (‘page_comments’, ‘0’, ‘yes’), (‘comments_per_page’, ’50’, ‘yes’), (‘default_comments_page’, ‘newest’, ‘yes’), (‘comment_order’, ‘asc’, ‘yes’), (‘sticky_posts’, ‘a:0:{}’, ‘yes’), (‘widget_categories’, ‘a:0:{}’, ‘yes’), (‘widget_text’, ‘a:0:{}’, ‘yes’), (‘widget_rss’, ‘a:0:{}’, ‘yes’), (‘timezone_string’, ”, ‘yes’), (’embed_autourls’, ‘1’, ‘yes’), (’embed_size_w’, ”, ‘yes’), (’embed_size_h’, ‘600’, ‘yes’), (‘page_for_posts’, ‘0’, ‘yes’), (‘page_on_front’, ‘0’, ‘yes’) made by wpmu_create_blog, install_blog, populate_options
    [11-Dec-2010 14:03:36] WordPress database error Table ‘justbcsh_wpmu.wp_28_options’ doesn’t exist for query SELECT option_value FROM wp_28_options WHERE option_name = ‘home’ made by wpmu_create_blog, install_blog, populate_options, __get_option
    [11-Dec-2010 14:03:36] WordPress database error Table ‘justbcsh_wpmu.wp_28_options’ doesn’t exist for query SELECT option_value FROM wp_28_options WHERE option_name = ‘siteurl’ made by wpmu_create_blog, install_blog, populate_options, __get_option, __get_option
    [11-Dec-2010 14:03:36] WordPress database error Table ‘justbcsh_wpmu.wp_28_options’ doesn’t exist for query INSERT INTO wp_28_options (option_name, option_value, autoload) VALUES (‘home’, ‘https://main.just-2bme.com’, ‘yes’) ON DUPLICATE KEY UPDATE option_name = VALUES(option_name), option_value = VALUES(option_value), autoload = VALUES(autoload) made by wpmu_create_blog, install_blog, populate_options, update_option, add_option
    [11-Dec-2010 14:03:36] WordPress database error Table ‘justbcsh_wpmu.wp_28_options’ doesn’t exist for query SELECT autoload FROM wp_28_options WHERE option_name = ‘blodotgsping_url’ made by wpmu_create_blog, install_blog, populate_options, delete_option
    [11-Dec-2010 14:03:36] WordPress database error Table ‘justbcsh_wpmu.wp_28_options’ doesn’t exist for query SELECT autoload FROM wp_28_options WHERE option_name = ‘bodyterminator’ made by wpmu_create_blog, install_blog, populate_options, delete_option

    Hi I had the same problem, I got round this by searching for redirection in the wordpress options table and deleting the three entries I found there under options-name not option-value. I could then get access to the modules.

    I deactivated the plugin first. I’d save the database too just in case. Hope that helps.

Viewing 11 replies - 1 through 11 (of 11 total)