Forum Replies Created

Viewing 15 replies - 46 through 60 (of 75 total)
  • Thread Starter mairaj

    (@mairaj)

    No it didn’t ?? . Tried a lot of things/suggestions but no luck, I’m still on MultiSite.

    regards

    Thread Starter mairaj

    (@mairaj)

    No solution yet, I’m not using the plugin now. Hope to see an update on this soon.

    regards

    Thread Starter mairaj

    (@mairaj)

    Thank you for your solution ??

    Followed the instructions but no luck, same thing happened! I basically was concerned about the SEO and lots of 404 errors however I found this htaccess code online and it seems to have worked nicely.

    RedirectMatch 301 /blog/(.*) https://www-my-website-com/$1

    All my old urls are now correctly redirecting to new urls.

    Is the above a good solution to save SEO?

    Thank you again

    Thread Starter mairaj

    (@mairaj)

    Ok, I’m going to do in now. However I doubt BuddyPress can be exported, my concern is to keep my BuddyPress users. As far as pages and posts I have a few only so I could recreate them.

    Thank you.

    Thread Starter mairaj

    (@mairaj)

    I tried removing the following lines as per you suggestion.

    define('WP_ALLOW_MULTISITE', true);
    define('MULTISITE', true);

    It gives same error :
    Error establishing a database connection

    Trying accessing wp-admin says :
    One or more database tables are unavailable. The database may need to be repaired.

    When I click on repaired (is click-able) it says :

    ra29np_1_posts: Table 'eve1218809093172.ra29np_1_posts' doesn't exist
    ra29np_1_comments: Table 'eve1218809093172.ra29np_1_comments' doesn't exist
    ra29np_1_links: Table 'eve1218809093172.ra29np_1_links' doesn't exist
    ra29np_1_options: Table 'eve1218809093172.ra29np_1_options' doesn't exist
    ra29np_1_postmeta: Table 'eve1218809093172.ra29np_1_postmeta' doesn't exist
    ra29np_1_terms: Table 'eve1218809093172.ra29np_1_terms' doesn't exist
    ra29np_1_term_taxonomy: Table 'eve1218809093172.ra29np_1_term_taxonomy' doesn't exist
    ra29np_1_term_relationships: Table 'eve1218809093172.ra29np_1_term_relationships' doesn't exist
    ra29np_1_commentmeta: Table 'eve1218809093172.ra29np_1_commentmeta' doesn't exist

    ———————————————-

    Can you kindly elaborate the following.

    If we can’t sort it out, the other idea is to make a new install in a subfolder, pull everything over to that new single install, and then run WP out of a subfolder, which you CAN do for single site. Often it’s easier than monkying around.

    Thread Starter mairaj

    (@mairaj)

    I found a css code to try removing search box. The code is as follows
    .registration #search-form, .activation #search-form { display: none; }
    Then, I used
    .page-id 20 #seach-form { display: none; }
    Removed it from all the pages, except the one I wanted to keep it on.
    I figured out using ‘page’ (.page #search-form { display: none; }) removes the box from every page but not blog posts and bp pages (like profile, activity etc.)

    Can somebody help me know how to define ‘blog posts’ and ‘buddypress pages’ to remove the search box from those pages too. I want to say something like following:

    .post #seach-form { display: none; }
    and
    .bp-page #seach-form { display: none; }

    I have tried ‘post’, ‘posts’, ‘post-page’, ‘blog’, ‘blog-page’ etc. and many values for buddypress pages as well but nothing works out.

    Please help me figure out the value to put to define the page types.

    Thank you.

    Thread Starter mairaj

    (@mairaj)

    Ok sure I’ll.
    Thank you for your reply ??

    Thread Starter mairaj

    (@mairaj)

    I will try this.

    Thank you very much for your help and support ??

    Thread Starter mairaj

    (@mairaj)

    Oh!
    Yes the prefix does match. So does this mean its not the problem causing db error?

    Also did you remove the Multisite tables?

    Should I do it even if I see this db error problem? I’m not doing it as I am afraid of losing the entire installation.

    Thread Starter mairaj

    (@mairaj)

    I thought I should share this. I used the ‘Change Database Prefix’ option of Better WP Security (https://www.ads-software.com/extend/plugins/better-wp-security/) installed to my MultiSite which changed DB prefix from ‘wp’ to ‘raw9np’. Do you think this may be the reason of the problem? If yes, can you kindly guide me what can I do about it?

    If you want to ask/see anything else please tell me how can I share that if not suitable to post in public.

    I will appreciate your help
    Thank you.

    Thread Starter mairaj

    (@mairaj)

    Yes, I have already deleted all my sub site. I am very carefully cleaning the following code from wp-config.

    define('WP_ALLOW_MULTISITE', true);
    
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'my-site.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    If I keep the following in my htaccess, returning to my website in a browser returns 403 Forbidden error.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    If I remove htaccess file completely, website shows following:

    Error establishing a database connection

    Visiting wp-admin page however shows following
    One or more database tables are unavailable. The database may need to be repaired.

    If I click on repair, it asks me to add following to wp-config file.

    define('WP_ALLOW_REPAIR', true);

    Clicking on Repair Database after adding the code, following message comes:

    Some database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance.

    database_posts: Table 'Database-User-Name_posts' doesn't exist
    database_comments: Table 'Database-User-Name_comments' doesn't exist
    database_links: Table 'Database-User-Name_links' doesn't exist
    database_options: Table 'Database-User-Name_options' doesn't exist
    database_postmeta: Table 'Database-User-Name_postmeta' doesn't exist
    database_terms: Table 'Database-User-Name_terms' doesn't exist
    database_term_taxonomy: Table 'Database-User-Name_term_taxonomy' doesn't exist
    database_term_relationships: Table 'Database-User-Name_term_relationships' doesn't exist
    database_commentmeta: Table 'Database-User-Name_commentmeta' doesn't exist
    Thread Starter mairaj

    (@mairaj)

    Hello
    Yes, I followed the tutorial. It gives the error when I come back to login at my-website.com/wp-admin.

    All other urls of the website show Database Error. Is it possible to reinstall WordPress from the scratch but VERY IMPORTANTLY keep my existing BuddyPress users?

    regards

    Thread Starter mairaj

    (@mairaj)

    Got it! Thank you for your reply ??

    Oh yes I did. Thank you for your reply.

    I don’t know what has happened I have suddenly started find lots of problems, I wish I could restore my website to 2 days old version!

    Ok, can you kindly guide me how to redirect my BuddyPress users on login to their BuddyPress profile page and not their WordPress profile page.

    Logging in is currently sending them to their WordPress profile page which they are not even familiar with.

    Thank you for your kind support.

    This webpage has a redirect loop
    The webpage at https://*******.com/login has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
    Here are some suggestions:
    Reload this webpage later.
    Learn more about this problem.
    Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

    It just started off yesterday, only deactivating Theme My Login resolving the problem. Tried the suggestions on this page but nothing worked out. PLEASE HELP..

    Its just the login and log out all other pages are working fine.

Viewing 15 replies - 46 through 60 (of 75 total)