ronniec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nonexistent month (“December 200”) in archive listSir, you are a gentleman and a scholar. 🙂
How did you figure that one out? I’d have thought WP would have just created an archive list entry for 1969… oh, is it because of the dates beginning in 1970? That’d make sense.
Anyway, cheers, much appreciated help there.
Forum: Fixing WordPress
In reply to: The uploaded file could not be moved to .Well, it began working just after you posted. I can now upload okay – except the “delete” function doesn’t work. I think it might be the permissions set on the uploaded files? – apache owns them whereas I own the rest of the files in the WP directory.
Forum: Fixing WordPress
In reply to: The uploaded file could not be moved to .I also have the same problem on 2.0.1. It sounds liks it’s being uploaded to a temp directory but then can’t be moved from there – perhaps it’s a security feature of the server? (I’m on Apache.)
Forum: Installing WordPress
In reply to: Undefined index: SCRIPT_FILENAMEA temporary fix is to comment out lines 38 and 39 of wp-settings.php. I know it’s not great but it works for me, as I’m only tweaking the layout of WordPress on IIS before uploading to a Linux server.
Forum: Installing WordPress
In reply to: Undefined index: SCRIPT_FILENAMEExactly the same here:
Notice: Undefined index: SCRIPT_FILENAME in c:\inetpub\wwwroot\ronnie\wp-settings.php on line 38
Notice: Undefined index: SCRIPT_FILENAME in c:\inetpub\wwwroot\ronnie\wp-settings.php on line 38
Warning: Cannot modify header information – headers already sent by (output started at c:\inetpub\wwwroot\ronnie\wp-settings.php:38) in c:\inetpub\wwwroot\ronnie\wp-admin\install.php on line 16
It looks like this is an IIS issue. I’ve been using 1.5 without problem too.