lottelodge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem uploading header imageWell, I found that SarahPin.com article many moons later, if that’s any help?
Forum: Fixing WordPress
In reply to: Problem uploading header imageSomeone on the NearlyFreeSpeech.net forums directed me to a tutorial on sarahpin.com, I think it was, which involved changing loads of group labels and file permissions in one go. Now everything works fine, the permissions are secure, things upload properly and I’m on the rigt server. I’m away from home and posting from my iPod, so I will find the link and post it here when I get back. Thanks for your help, everyone!
Forum: Fixing WordPress
In reply to: Suddenly my image uploads won't show!I am not sure how or why it worked, but I changed the file permissions or groups or something using a tutorial at Sarahpin.com and now everything is secure and I’m on the correct server type. There were lots of things going wonky before, but everything has been fine since! Thank you anyway though, Frumph. 🙂
Forum: Fixing WordPress
In reply to: Suddenly my image uploads won't show!Hmmmm, I am with NearlyFreeSpeech.net and I switched my account to a Flex instead of a Fast Apache server. The permissions are all still on 775 so I think that’s good? But someone on the NFSN forums said that WordPress blogs don’t usually need the Flex type of server. I’m using ComicPress, if that’s at all helpful.
Sorry if I’m explaining badly, it’s almost 3am where I am!
Forum: Fixing WordPress
In reply to: Problem uploading header imageI just tried making a new folder called uploads, but it wouldn’t let me. I get this error message:
Server said: Uploads: Permission denied
Error -140: remote mkdir failed
So I’m going to ask on the forums of my host! I will let you know how it goes.
Forum: Fixing WordPress
In reply to: Problem uploading header imagephillip peet, I got an email notifying me of your reply, and it said the message was “test” – but I can’t see anything on this page. Not sure if that’s significant?
Forum: Fixing WordPress
In reply to: Problem uploading header imageOooo, just checked my General Settings, and I’d changed my Site Address to be different from my WordPress Address, and it’d sent it all squiffy. It had sent the theme previews a bit strange, and I was getting 404 pages when clicking on various links, etc.
Unfortunately, it hasn’t fixed the header issue. But the strange “Right Now” Dashboard message is gone.
Forum: Fixing WordPress
In reply to: Problem uploading header imageI’m on 777 right now, and using the theme Twenty-Ten, and I get the same result. So I guess it’s not theme-specific.
The weird message in the “Right Now” box on my Dashboard is gone, though!
Confused.
Forum: Fixing WordPress
In reply to: Problem uploading header imageIn fact, different results with different numbers:
766: Clicking on the Header link gives me this message: “You do not have sufficient permissions to access this page.”
767: I can get the Header page, but when I click “Upload” I get this message: “The uploaded file could not be moved to /f5/polyinpictures/public/WordpressPiP/wp-content/uploads.”
777: Same as 767.
Forum: Fixing WordPress
In reply to: Problem uploading header imageI worked out how to do that, hurrah! But now it won’t even let me on to the header uploading page, and there’s a weird piece of text in the “Right Now” box on my Dashboard:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /f5/polyinpictures/public/WordpressPiP/wp-includes/theme.php on line 513
I’ve no idea if it’s related, it might be something I faffed with earlier. :/
Forum: Installing WordPress
In reply to: Error establishing a database connectionAha, thanks for that. Will do. 🙂
Forum: Installing WordPress
In reply to: Error establishing a database connectionSuccess! I’d missed a step in creating the database. Bless the Error page for assuming I’d done everything right so far!
For the future reference of people trying to set up a WordPress thing on NearlyFreeSpeech.net, I used this handy tutorial: http://dantoday.blogspot.com/2009/06/how-to-install-wordpress-blog-on.html
Thank you both for your efforts. 🙂
Forum: Installing WordPress
In reply to: Error establishing a database connectionSadly not. :/ I’ve posted something in the forums over at NearlyFreeSpeech.net, but I’m too tired to keep working on it right now. Later this evening, perhaps? Anyway, A few people here and over at NFSN have made suggestions, and I’ve learned that the DSN doesn’t need .db on the end, and I’ve tried editing the wp_config.php file, but it’s still not working.
I am open to any and all suggestions!
Forum: Installing WordPress
In reply to: Error establishing a database connectionI’m with nearlyfreespeech.net, who for some reason say that I should never use localhost, only %. Voila the info from the FAQs: https://members.nearlyfreespeech.net/lottelodge/support/faq?q=DSN#DSN
The DSN, or hostname, for connecting to MySQL is the name you gave when you created it, followed by the extension .db. The full connection information can be found in the email sent to you when you created your database. Never use localhost as part of your database connection information.
And this: https://members.nearlyfreespeech.net/lottelodge/support/faq?q=MySQLUserHost#MySQLUserHost
The MySQL “user” table that controls who can access your MySQL process contains a “Host” field that controls what hosts can connect as that user. No matter how you create MySQL users, when using our service, you should always use make sure the “Host” field winds up containing only the % character.
Since we use a clustered network with specialized nodes for hosting and specialized nodes for MySQL, you will never connect to your MySQL process from the server it’s actually running on. Since things move around, you won’t even know in advance which server will originate the connection. Using the % character allows connections from any of the servers on our network, which is the only way you will be able to connect. Using “localhost” or any other value will lead to connection problems.
Forum: Installing WordPress
In reply to: Error establishing a database connectionHmmm, I think I know the one you mean. For my main site, I was given a new username that was a bit like username_domainname, but I just tried that and got nothing. :/