Steven
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Cannot get Multiuser to work in 3.0.1I didn’t find the globals, but I did however find it in ‘Site options’ when I clicked Edit site.
It was set to 0, so I just changed this to 1.
Forum: Networking WordPress
In reply to: Cannot get Multiuser to work in 3.0.1This is me re-reading it… with the Network enabled, that section is removed.
Huh..
So “guest” bloggers (network blogs) will never have the option of sorting images by year / month?All imags will be stored in /files folder?
That sucks…. :-/
Well, it looks like these issues are solved then ??
No to figure out why my plugin is not activiating…
Forum: Networking WordPress
In reply to: Cannot get Multiuser to work in 3.0.1The part that wasn’t working is referred to as a White Screen of Death. It is always a php related error, meaning your theme or plugins are borking. If it’s brand new, make sure the twenty Ten theme is there.
I’ll be d*****. It works fine with Twenty Ten theme. I’ll break down the PHP code in header.php and index.php and see where it fails.
Update
I was including a class from a plugin which hasn’t been activated yet. And that’s why it was not working. And this is another reason why I should never include a plugin file!And thus I learned about the White Screen of Death.
_____________
As for the settings; I’m just calling it WPMU out of old habbit. Maybe it should be WPN now ??
There is not much to change in Super-Admin > Options.
The options I have under Upload Settings are:
– Media upload buttons (all three are checked)
– Site upload space (Limited to 100 MB)
– Upload file types
– Max upload file size (1500MB)Forum: Networking WordPress
In reply to: Cannot get Multiuser to work in 3.0.1he,he
I bet you are a SSH fan ??Well… I spoke to soon.
This works:
https://bekkelaget.stiengenterprises.com/senterets-h?sttur-gar-til-fjells/This is not working:
https://bekkelaget.stiengenterprises.comAnd on a side note:
The ‘Miscellaneous Settings’ tab is gone in 3.0.1According to this this codex page, I’m supposed to have “Uploading Files settings” in Settings > Media.
But this section is not there…
The WPMU is a clean install and not a upgrade.
Forum: Networking WordPress
In reply to: Cannot get Multiuser to work in 3.0.1shit, u’re right (of course :). I had forgotten that I have to manually create the /blogs.dir folder.
I’ve already added
ServerAlias *.domain.com
in vhost.conf file.Huh…. as I was looking through my httpd.include file, I saw that the following line was missing:
Include /var/www/vhosts/mysite.com/conf/vhost.conf
Plesk automatically generates the httpd.include file and should have this line included. But for some reason it was not.
Now it works!
Forum: Networking WordPress
In reply to: Cannot get Multiuser to work in 3.0.1PS. I’m also not able to access my subsite https://subsite.mysite.com. I just get the ‘Web Server’s Default Page’.
So I’m pretty sure this has something to with re-writing.
Wildcards (DomainAlias *.mysite.com) is added to vhost.conf file.
Forum: Networking WordPress
In reply to: Cannot get Multiuser to work in 3.0.1I see several threads having similar issues.
My .htacess file looks like this:
# BEGIN WordPress 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] # END WordPress
This is working fine on my local computer, but not on my new VPS running CentOS 5.5 on Linux.
mod_rewriteis turned on and should work fine.
Forum: Networking WordPress
In reply to: WordPress multisite not working properlyThis post can be deleted as I posted my question in another post with similar problems.
Forum: Networking WordPress
In reply to: Cannot get Multiuser to work in 3.0.1I have the same issue.
I just installed WP 3.0.1 and went through the normal process for enabling network (WPMU). It all seemed fine except it did not create the /blogs.dir directory and it uses /uploads folder for uploding files even after I have enabled network / multisite.
Looking in the DB, I see the extra tables for the sub-sites and in options they have the correct upload path.
The .htaccess file has the default configuration as crated by WPMU.
Anyone got a clue to why this is happening?
Forum: Alpha/Beta/RC
In reply to: Warning: Illegal offset type in isset or emptyI’m also having problems with Illegal offset type when I try to active my plugin.
Warning: Illegal offset type in /home/mysite/dev/my_wp_folder/wp-admin/includes/plugin.php on line 712
Looking at plugin.php, it’s the validate_plugin() function which throws the error.
I’ve already got it working on 3 different WP installations on my computer (WP and WPMU) as well as on a hosted webserver. So I’m not sure what’s not valid in my plugin.
I’ve deactivated all other plugins. I only get this error when I try to ativate my plugin.
I have just upgraded from WP 2.9 to 3.0.1
Forum: Networking WordPress
In reply to: Has anyone used Smart Image Resizer in WPMU?Ok, I discovered what was wrong.
You can see the complete answer here: https://stackoverflow.com/questions/3761733/has-anyone-used-smart-image-resizer-on-subdomain-sites
Forum: Networking WordPress
In reply to: jQuery.load gives me a 404 Not Found in WPMUI got the answer over at Stackoverflow.
It turns out that I have to include
header('HTTP/1.1 200 OK');
directly afterrequire_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');
.So the code will look like this:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php'); header('HTTP/1.1 200 OK');
Forum: Networking WordPress
In reply to: not able to load wp-blog-header after upgradeI would really appreciate it if someone could take a look at my plugin: https://stiengenterprises.com/download/wp-filebrowser/wp-filebrowser.zip
What does it do?
It retrieves the relative URL of an image you select from a filebrowser.When you install it, it will add two custom metaboxes to POST and PAGE edit. Each with a button for selecting image. When you click this a UI Dialog box opens and displays files and folders.
The in your template, you can select custom property and get the image URL.
The file I’m having problems with, is filebrowser.php, line 1.
I really need help now. I don’t understand why I’m getting this error.
Forum: Networking WordPress
In reply to: Problems with jQuery.load in WPMUI’ve found out where it fails on my server.
In fileBrowser.php I have the following at line 1:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');
This is what causes the 404 error.
Forum: Networking WordPress
In reply to: Problems with jQuery.load in WPMUCrap!
I take my last statement back. My WPMU was still running on v2.9.1.
After upgrading to 3.0.1, and following your guide here (https://wpmututorials.com/how-to/upgrading-from-wpmu-to-wp-3-0/), my plugin stoped working.I get a ‘404 Not Found’ on https://mysite.com/wp-content/plugins/wp-filebrowser/fileBrowser.php
The “funny” thing is that when I look in Firebug in the response folder, it returns the HTML – but it is not displayed.