phuckd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal Server 500 Error for Comments Onlyyour host is running mod_security http://www.modsecurity.org/
which looks for the evilstring – same as an antispam – however, there was a flaw on one of the sets of rules – try emailing them to update the version/rules that should fix itForum: Fixing WordPress
In reply to: Problems uploading images (WP2.0.4)read the documentation
http://codex.wordpress.org/Changing_File_PermissionsForum: Fixing WordPress
In reply to: how to post documents prepared with wordin note pad – turn OFF word wrapping, then copy & paste 😉
Forum: Fixing WordPress
In reply to: Lost BR Functionality>>>It’s a bit mind-boggling to be sure
agreedcan you check with your host if they have upgraded your php or if they have applied any new patches recently – eg the hardened patch – this does strip some tags in both rich & plain text editors as a security measure
Forum: Fixing WordPress
In reply to: Restricting email addresses for sign upotto42’s post here will help.
Forum: Fixing WordPress
In reply to: Problems uploading images (WP2.0.4)in dashboard > options > miscellaneaous
ensure “wp-content/uploads” is in the input box, not just “uploads”. (minus commas)
and ensure your wp-content/uploads folder is CHMOD 777
Forum: Fixing WordPress
In reply to: Sorting Archives by Catagoryif i read correctly – you want to have a list of the latest titles under each catagory?
its simple enough with a couple of new loops – rather than re-inventing the wheel, heres the details previously postedForum: Fixing WordPress
In reply to: How Do I Change File Permissions?Forum: Fixing WordPress
In reply to: How to create Next Page & Archivesit htaccess enabled on your host?
change the permalinks back to “ugly” permalinks and see if that works.Forum: Fixing WordPress
In reply to: Uploading camtasia videosupload the video to your blog uploads directory and use the following tutorial to embed it in a post:
http://www.htmlgoodies.com/tutorials/web_graphics/article.php/3480061Forum: Fixing WordPress
In reply to: How to post dozens of articles quickly?type fast
Forum: Fixing WordPress
In reply to: Lost BR FunctionalityHave you changed your theme or css recently?
Have you un-checked “WordPress should correct invalidly nested XHTML automatically” in Options > Writing?Also, test out a post using the <pre> tag and see if that keeps the <br> functionality
Forum: Fixing WordPress
In reply to: Wysi-WordPress problem after moving to new serverdo you have the iimage plugin installed also?
Forum: Fixing WordPress
In reply to: Adsense stats info with WPuse adlogger
http://www.adlogger.org/
but theres no plugin (yet) you will have to paste the 2 lines of code into your templates manually 🙂Forum: Fixing WordPress
In reply to: Pretty permalinks: redirects to index.phpadd the extra forward slash to the URI in the General Options and see if that helps – the new htaccess file looks fine