stillatmycomputer
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Open Links Directory] Error 404 when clicking categoriesIf you are using clean URLs the page name must match what is in the .htaccess file
RewriteRule !^(classified|members-links)/ /index.php [L]
RewriteRule members-links/([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=members-links&_action=$1&id=$1&parent=$2 [QSA,L,NS]Forum: Fixing WordPress
In reply to: Homepage Page Not Found (404)We had three sites using the redirection plug-in. All of their homepages showed the 404 page not found error. Of course it had to happen after work and on Friday the 13th too. Thanks for the post so I can get back to my Friday night. 🙂
Forum: Installing WordPress
In reply to: What Linux user account does WordPress useMy installation on Linux is using apache:apache
Forum: Alpha/Beta/RC
In reply to: Image Sizing Radio Buttons Greyed outUpload a smaller image.
I am using 2.7 and just had the same problem. I uploaded a JPEG that was 1500 x 2100 and the buttons were grayed out. I uploaded a new JPEG that was 400 x 560 and it create my thumbnail 150 x 150 as well as a medium-size image. The radio buttons for thumbnail, medium and full were then available, but large was not.