silentlikefish
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Enabled MultiSite, but "Network" option doesn't show up.FIXED.
My dev environment:
– MAC OS X 10.6.8
– Filezilla FTP 3.5.0
– TextWrangler Editor 3.1 Build 2640Server: Fedora 8 32bit EC2 AMI on Amazon Cloud
Elastic IP: yesIssue:
I was editing the file, confirming the edit, re-uploading the file (even manually replacing it) and the “Network Setup” option simply would not show. Moving the line up and down in the wp-config.php file didn’t help either.I keyed on the fact (mentioned in my post earlier) that setting debug “on” in the wp-config.php file wasn’t working either – so it wasn’t just the WP_ALLOW_MULTISITE statement. I know about the treads on the WP forum that point to editors inserting characters that cause problems… so I was being careful of that all morning, ensuring that each time I edited the file with my friendly GUI editor the time stamps changed and ‘cat’ing the file from the Linux prompt to ensure it looked good — But still somehow my edits were not getting picked up by WP.
Solution:
I used ssh to get to the shell/command line of my web server, hand edited the wp-config.php file using VI and found that even TextWrangler has inserted all kinds of crap into my code. Specifically inserted were “^M” or carriage returns. UGH.
I edited the file using VI to remove the extra returns, etc — and “Network Settings” popped up in the “Tools” section of WordPress right away.
—
Should have known to use “vi” editor … I’m old enough. If you’re not familiar with it – it can be daunting, but it’s included with Unix/Linux in almost all cases and won’t add extra codes to your files as you edit. It requires ssh/shell access to your web server, which you may have to specifically request from your hosting facility, and may not be able to get on a shared server. That said, here’s a vi reference for the brave:
Forum: Networking WordPress
In reply to: Enabled MultiSite, but "Network" option doesn't show up.@kcfried – Happy to detail EC2 setup via pm or email. We’ve been on Amazon for years. Love it. We use GoDaddy, Rackspace and others too – so happy to chat pros and cons for WP
Forum: Networking WordPress
In reply to: Enabled MultiSite, but "Network" option doesn't show up.I’ve moved it everywhere. A few lines up, mid-way up, and it’s top of the file at the moment. No dice.
A few other things I’ve tried to no avail:
– killed Super Cache. Didn’t help – re-enabled it.
– set debug true and didn’t see any change? Is WP admin listening to wp-conf.php?
– validated it’s not working by pulling /network/admin.php. Love the message that it’s not working. Really? 😉 What did I expect…Each change, I’m also rolling the httpd process… just for the fun of it. up, down, up, down
If I can find the pattern to fix this I swear I will write it down someday… this is not the first time I’ve searched the forum here. Last time – I wiped the server. Reinstalled EVERYTHING, put the line in the conf file and it worked like a charm. Not an option this time…. ;-(
Forum: Networking WordPress
In reply to: Enabled MultiSite, but "Network" option doesn't show up.Same issue – and I’m on EC2. I run several sites, including network sites.
It seems like enabling network is a 50/50 bet. Sometimes it works elegantly, others not so much due to this issue where it doesn’t show up as an option.
Right now I’m pulling my hair out because it simply won’t show even though it’s in the file:
define('WP_DEBUG', false); define('WP_ALLOW_MULTISITE', true); /* That's all, stop editing! Happy blogging. */Please tell me I have a typo above?
Restarting apache and all other little tricks (cache clearing, different browsers, etc) — nothing working. I really need to get multi-site running. GRRRRR.