Tag Archives: error

Error 500

If you encounter a Error 500 with the Flash uploader for NextGEN Gallery, it could be caused by the Mod_security addon for the Apache server. Thanks to the great response in the wordpress.org forums , there exists an easy work around for it. Add to your .htaccess file the follow exclude option :

<IfModule mod_security.c>
<Files upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

Thanks to John Blackbourn for the hat tip !

Tagged , ,

jQuery takes a flight of fancy ?

WordPress used it, Google use it and also I use it. I’m a big fan of jQuery and the work of this team. But now I get problems in combination with the interface elements. Firefox shows a couple of problems in combination with V1.2.1 and IE7 didn’t work at all…

After I study the forums around this problem, I found out that the changes since 1.1.4 get in conflict with the interface lib. I found no response from any jQuery developer, the interface lib is dead. Ok, I know that jQuery.UI is the successor and all attention is put on this plugin, but it’s by far not at the level as the older interface lib. I used the sortable / draggable feature in NextGEN Gallery and I hope I get in the future a similar feature with jQuery.UI.

For now I need to go back to Version 1.1.3…

Tagged , ,