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…. ;-(
@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
FIXED.
My dev environment:
– MAC OS X 10.6.8
– Filezilla FTP 3.5.0
– TextWrangler Editor 3.1 Build 2640
Server: Fedora 8 32bit EC2 AMI on Amazon Cloud
Elastic IP: yes
Issue:
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:
http://adminschoice.com/vi-editor-quick-reference
TextWrangler doesn’t do that for me, but BUT but. If you saved the file as a Windows file and not unix, it could easily do that.
plain text editors FTW. 😉
And for adding the multisite defines, I just edit the file on the server.