Forums
(@jamesgreenhouse)
12 years, 6 months ago
On line 57 of redirector.php, replace register_uninstall_hook( __FILE__, array(&$this, 'uninstall') ); with register_uninstall_hook( __FILE__, array('uninstall') );
register_uninstall_hook( __FILE__, array(&$this, 'uninstall') );
register_uninstall_hook( __FILE__, array('uninstall') );
14 years, 6 months ago
This script fixes this:
https://blog.sucuri.net/2010/05/simple-cleanup-solution-for-the-latest-wordpress-hack.html
14 years, 7 months ago
That didn’t work for me, it looks more suited to Flutter than Magic Fields
For Magic Fields I used this:
$fieldName = "casestudy_gallery_image"; $fieldTotal = count($fieldName);