Archive

Posts Tagged ‘Bugs’

Vista Lag Spike

January 6th, 2009 1 comment

Some Vista’s Wireless connection lag every 60 secs or 30 secs, it is because the Vista’s build-in wireless software try to look for a better connection every minutes. You can fix this by installing a tool called Vista Anti-Lag. This tool is free so you might want to give it a try.

This bug is not really significant to feel it in normal web browsing but can be very annoying in online game such as World of Warcraft. The tool may or may not work for you. A wired connection should solve this problem.

 

Interface of Vista Anti-lag

Interface of Vista Anti-lag

Categories: Software Tags: , , ,

WordPress 2.5 media uploader problems

March 30th, 2008 No comments

After upgraded to 2.5 version. Theres one problem with the new media upload function. When using FIrefox 2 and you try to upload a picture or video, it says in the image uploader “An error occurred in the upload. Please try again later”.

After doing some researches in the official WordPress forum, I found out I am not alone. This problem was caused by the server apache mod_security has been turned on and blocked the media uploader. If you do not have the permission to turn it off, you can turn in off by file basics by adding the following codes to your .htaccess file.

SetEnvIfNoCase Request_URI ^Your-Wordpress-Path/wp-admin/async-upload.php$ MODSEC_ENABLE=Off

Obviously you need to change the “You-WOrdpress-Path” to your installation path name such as “WordPress/” or “/” . This should solved the all the problems.

Categories: Wordpress Tags: ,

WordPress 2.5 RC1 Out ! Broken Add media function ?

March 20th, 2008 No comments

WordPress has released 2.5 RC1 version for us. No different on the front end but significant changes in the back end admin control panel. Most of the function has been restructured into different sections for better access in mind. Old users may need to spend some time to figure out where is the usual function link located in.

After upgrading to WordPress 2.5 RC1, one of the plugin called WP-ContactForm crash the Add media function in post writing page. If you have the similar problem just deactivate the plugin and look for alternative plugin. http://wp-plugins.net is a good place to start with.

Categories: Wordpress Tags: , ,