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?
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?
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
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!
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
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 !
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
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 :)
Is your host running PHP as CGI?
yes
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.
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!.....
Create a phpinfo file somewhere you can get to it on your site:
<?php
phpinfo();
?>
no isn't installed as cgi...i check it now in php_info ....so what is this problem? thanks
Is this your custom page you are opening or what exactly?
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
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?
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
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.
no i haven't edited nothing !!! ...please tell me how can i resolve !! thanks ;)
please help me !!
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.
scuse me where i find this version? thank again
yes i use this version now !!! but the problems are not resolved yet! ..so i'm disperate !
please help me...can i resolve these problems?!
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.
So how can resolve this problem? i have apache 2, php 4.3.11