Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter LeeCarnegie

    (@leecarnegie)

    Your a star Andrea, thanks for your help. You were right I should not have used that plugin and re-installing from the start was what I should have done!

    Even though I ended up getting a redirect loop after I had started again it was because of a coding glitch in wp-admin/network/admin.php file. I had to remove:

    $redirect_network_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) );
    $redirect_network_admin_request = apply_filters( ‘redirect_network_admin_request’, $redirect_network_admin_request );
    if ( $redirect_network_admin_request ) {

    replace it with:
    if ( ! is_main_site() ) {
    wp_redirect( network_admin_url() );
    exit;

    relog back in and it was there.

    ok next step the image issue, the host provider advised that they have reset the apache and that the .htacess rules should take now I hope.

    Thread Starter LeeCarnegie

    (@leecarnegie)

    I received a warning at the network setup area:

    Warning: An existing WordPress network was detected.
    Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.

    I checked: http://codex.wordpress.org/Tools_Network_SubPanel to make sure that the instructions on the enable network page were correct and they were fine.

    I proceeded with configuration steps config.php and .htacess. Logged out, cleared cookies, browser and cache relogged back in Network Admin appears clicked on it still receiving an error redirect loop to many redirects please clear cookies, browser and cache?

    Am going to have to clear my all my tables in PhPAdmin area? in order to get my network back?

    🙁

    Thread Starter LeeCarnegie

    (@leecarnegie)

    So brain host tells me that the reason I don’t have my wp-admin/network

    is because of :

    The plugin “wordpress-multi-site-enabler-plugin-v10” has been misconfiguration due to which you are facing problem with http://www.groovymail.info/wp-admin/network/

    In order to resolve this you will have to deactivate, delete the plugin and install it once again.

    So of course I follow the advise that I don’t believe because I’ve never had an issue before with this plugin and low and behold it still doesn’t work? can someone help? me get my wp-admin network back?

    Thread Starter LeeCarnegie

    (@leecarnegie)

    Will do thanks

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