Dukeswe
Forum Replies Created
-
I thought the empty folders was needed for functionality but I just did a test and removed the uploads folder for wordpress and uploaded a picture. The folder was then created which makes this not as big of an issue as I first thought it was.
But for example lets say you have some plugins with an empty language folder or something similiar. Wouldn’t it be better to have that there for the future incase you wanted to know if you could translate the plugin?
I think you have made a great plugin though and making it copy the empty folders aswell that would be the dot over the i ?? But if it is too much of a hassle then don’t worry about it. Just maybe something for the future ??
About the other issue with the database:
Yes I’m on a multisite with buddypress and if I import the database then it says there are 0 blogs on the site. And on the drop down menu on the top where your blog is supposed to be there is nothing. I’ll show you the difference with these screenshots:This is how it should look: https://img846.imageshack.us/img846/7568/backwpupgoodone.jpg
This is how it looks after I restored it using your database backup:
https://img860.imageshack.us/img860/8567/backwpupbadone.jpgI don’t know why this happens but maybe you do and can fix it ??
Thanks for your time
/RobertForum: Networking WordPress
In reply to: The new sites I make don't work.I can also add that Permalinks works on my main site.
Forum: Networking WordPress
In reply to: The new sites I make don't work.Hmm I think I have done “AllowOverride all” in it.
Here is a link to a textdocument with the information in my httpd.conf file: https://www.yourfilelink.com/get.php?fid=588405
Maybe you can see if something is wrong in there.
And thanks for helping me out ??
Forum: Networking WordPress
In reply to: The new sites I make don't work.I have mod_rewrite enabled on apache and this is what my htacess file says:
#Made Multi-Site with Multi-Site Enabler 1.4#
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]RewriteRule . index.php [L]
So I still don’t know why it isn’t working :/
Forum: Networking WordPress
In reply to: The new sites I make don't work.Well the problem is that I have no clue what else I need to do. It says that the plugin does the steps 3-5 for you. And 1 and 2 wasn’t needed since I am using sub-directory.
So what have I missed?