bloggus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is it possible to change "page" in permalinks?Any idea?
Forum: Fixing WordPress
In reply to: 404 when going to wp-admin/upload.phpOk, found information in the trac by ruslany:
https://core.trac.www.ads-software.com/ticket/13685
This is caused by a bug in IIS FastCGI that has been fixed in IIS 7 but hasn’t yet been fixed in IIS 7.5. Here is how to fix this:
If this happens on IIS 7 then install this update: https://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/
If this happens on IIS 7.5 (Windows 7 or Windows 2008 R2) then use the workaround described here: https://blogs.iis.net/kehand/archive/2009/08/09/php-and-custom-error-pages.aspx. Note that this will be fixed in the SP1 of Windows 7 and Win2k8 R2.
Forum: Fixing WordPress
In reply to: 404 when going to wp-admin/upload.phpforunner, unfortunately it doesn’t help.
This is the issues:
1. Installing WP 3.0
2. Go to wp-admin/upload.php –> gives an 404 error
3. Go wp-admin/media-new.php and upload an image
4. Go to wp-admin/upload.php –> it worksBut:
5. delete permanently the only image that was uploaded
6. Go to wp-admin/upload.php –> gives an 404 errorSo basically the 404 error occurs only when there are NO files in the media library at all!
Also this error only occurs on IIS7.
WP is working good on IIS6.
This is quite strange error/bug.
Forum: Alpha/Beta/RC
In reply to: Using Media tab to upload gives 404 error on new blogSeems like this is stil present in the 3.0 stable version.
Forum: Alpha/Beta/RC
In reply to: upload.php not foundOne you uploaded a file upload.php don’t throw this error. I think it is a bug reading the folder for images. SInce there are none, a 404 error is thrown.
Forum: Fixing WordPress
In reply to: 404 when going to wp-admin/upload.phpI basically have the same problem with 404 on upload.php BUT ONLY when no files are uplaoded. One I upload some files no problems with 404.
Forum: Fixing WordPress
In reply to: Any hook/action to alter the output of native gallery?Nobody?