The MU forums have moved to WordPress.org

how delete wpmu (28 posts)

  1. Ste_000
    Member
    Posted 18 years ago #

    hi, i must delete wpmu from my server but i don't delete wp-inst because when i send the delete command , the directory is not deleted !....how can i delete this directory?

  2. puneetworld
    Inactive
    Posted 18 years ago #

    did u use ftp client to delete ? because it happened with me to earlier once..

    might be its because of .htaccess file

    i could delete when login into cpanel and using file manager and select the folder and delete it

  3. Ste_000
    Member
    Posted 18 years ago #

    thanks !!! i have an other problem ! i had reinstall in my server wpmu without virtual domain ( example : http://www.site.com/oneblog)...so i install the wpmu as root directory....but some pages like faq.php or others directory like /forum/ ecc now diplay the error of wpmu which say that don't exists the blog called for example FORUM....can i resolve this problem? thank you again for the assistance!

  4. puneetworld
    Inactive
    Posted 18 years ago #

    steooo that because of rewrite thing it think everything is blog http://www.site.com/everything_is_blog directs

    try adding a an empty .htaccess file in that forums directory also could put htacess off in that directory ...

    i dont know much about rewrite .. so wait for someone else to comment... they may be able to suggest u the code to enter to prevent this from happening

  5. Ste_000
    Member
    Posted 18 years ago #

    thnaks...i think it's that but i don't know the solution....if someone know the solution please tell me that !! thank you again !

  6. partypageusa
    Member
    Posted 18 years ago #

    to fix this all you have to do is add 2 lines of code in the .htaccess file for the folders in question. Go here for the details http://mu.wordpress.org/forums/topic/226

  7. Ste_000
    Member
    Posted 18 years ago #

    yes i had reply to this post http://mu.wordpress.org/forums/topic/226 ....

    so now, an other problem :

    when i open my page there are these errors :

    Notice: Constant WPLANG already defined in /var/www/vhosts/site.com/httpdocs/wp-inst/wpmu-settings.php on line 53

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/site.com/httpdocs/wp-inst/wpmu-settings.php:53) in /var/www/vhosts/site.com/httpdocs/wp-inst/wp-includes/wpmu-functions.php on line 296

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/site.com/httpdocs/wp-inst/wpmu-settings.php:53) in /var/www/vhosts/site.com/httpdocs/wp-inst/wp-includes/wpmu-functions.php on line 297

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/site.com/httpdocs/wp-inst/wpmu-settings.php:53) in /var/www/vhosts/site.com/httpdocs/wp-inst/wp-includes/wpmu-functions.php on line 298

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/vhosts/site.com/httpdocs/wp-inst/wpmu-settings.php:53) in /var/www/vhosts/site.com/httpdocs/wp-inst/wp-content/mu-plugins/wp-hashcash.php on line 29

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/site.com/httpdocs/wp-inst/wpmu-settings.php:53) in /var/www/vhosts/site.com/httpdocs/wp-inst/wp-content/mu-plugins/wp-hashcash.php on line 29

    so i can resolve with ob_start() function in every page but i think it's a stupid solution....so? thank again bye :)

  8. jaseone
    Inactive
    Posted 18 years ago #

    Is your host running PHP as CGI?

  9. Ste_000
    Member
    Posted 18 years ago #

    yes

  10. jaseone
    Inactive
    Posted 18 years ago #

    I don't think you are going to have much joy then unless you are willing to make the changes necessary to get it working as WPMU relies upon a lot of environment variables that aren't set when running PHP as CGI. Is this Dreamhost by any chance? Either do a search for cgi or dreamhost if that is who you are using.

  11. Ste_000
    Member
    Posted 18 years ago #

    no it isn't dreamhost...but how can i check if is cgi and not php as apache module? i say CGI but now i don't sure of that!.....

  12. jaseone
    Inactive
    Posted 18 years ago #

    Create a phpinfo file somewhere you can get to it on your site:

    <?php
    phpinfo();
    ?>

  13. Ste_000
    Member
    Posted 18 years ago #

    no isn't installed as cgi...i check it now in php_info ....so what is this problem? thanks

  14. jaseone
    Inactive
    Posted 18 years ago #

    Is this your custom page you are opening or what exactly?

  15. Ste_000
    Member
    Posted 18 years ago #

    yes in every page appear......so an other problem !!! when i create a new blog and i try to access in the administration of new blog ...say " You do not have sufficient permissions to access this page." .....only problems !!!! helppp thanks

  16. jaseone
    Inactive
    Posted 18 years ago #

    Okay lets slow down here a little...

    1. How do you have WPMU setup? With Vhosts/subdomains or with sub-directories?
    2. What pages exactly (with URLs, you can obsfucate your domain if you want) are giving you what errors?

  17. Ste_000
    Member
    Posted 18 years ago #

    so
    1) is in the root directory wpmu, and is with subdirectories
    2) the page are all! see here : http://www.ilblog.it ! and try to login or create a blog or other !

    thanks again for your help

  18. jaseone
    Inactive
    Posted 18 years ago #

    Just a guess here but have you edited any of your theme files? I'm guessing you left a blank line either at the beginning or the end of one of the files.

  19. Ste_000
    Member
    Posted 18 years ago #

    no i haven't edited nothing !!! ...please tell me how can i resolve !! thanks ;)

  20. Ste_000
    Member
    Posted 18 years ago #

    please help me !!

  21. jaseone
    Inactive
    Posted 18 years ago #

    Try the latest nightly, something might have been borked in the build you have.

    WPMU is something that is going to involve a lot of responsibility to setup and maintain so you really should be willing & able to troubleshoot the code.

  22. Ste_000
    Member
    Posted 18 years ago #

    scuse me where i find this version? thank again

  23. jaseone
    Inactive
    Posted 18 years ago #

  24. Ste_000
    Member
    Posted 18 years ago #

    yes i use this version now !!! but the problems are not resolved yet! ..so i'm disperate !

  25. Ste_000
    Member
    Posted 18 years ago #

    please help me...can i resolve these problems?!

  26. ballen
    Member
    Posted 18 years ago #

    This may not be anything near a fix for you, but it can't hurt to check permissions on the site to make sure that apache has rights to it. Doesn't appear to be a permissions error at that level, but you never know.

  27. Medioman
    Inactive
    Posted 18 years ago #


  28. Ste_000
    Member
    Posted 18 years ago #

    So how can resolve this problem? i have apache 2, php 4.3.11

About this Topic