florent-v
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media upload: “Failed to write file to disk.”I can confirm that the problem was the PHP configuration.
Forum: Fixing WordPress
In reply to: Media upload: “Failed to write file to disk.”OK, I think I got it. I had a problem with my PHP configuration (on my VPS) where PHP couldn’t access the temporary upload directory. I fixed that by creating a specific temp directory (/tmp/php) configuring PHP to use it, and setting the open_basedir value so that /tmp/php would be allowed. I’m not sure ALL of this was necessary, but at least some of it did the trick.
Well, I still have to confirm that my problem is fixed. Actually, I revamped my PHP configuration after a second PHP application couldn’t upload files as well. Now it works for that application, but since I didn’t keep my test WordPress 2.5 installation I cannot check right now that it works for WordPress as well. I’ll report on this later on.
Forum: Fixing WordPress
In reply to: WordPress that doesnt look like a blog?It seems WordPress 2.5 (latest) has the following feature: you can ask a page (for instance the “About” page that’s created automatically with a fresh install) to be displayed as the home page.
But for finer details, like not displaying post author, date, etc., you will need to edit you theme.
Note that there might be existing minimalistic WordPress themes that do this.
Forum: Fixing WordPress
In reply to: Add Media function on a MacHello,
Seems like there are several known issues with the media uploader in 2.5.
I had a similar issue with Firefox on Linux. I had to upgrade to the latest version of Adobe’s Flash Player and that problem was fixed. Now I have another problem but this is a different topic. 😉