Could you turn on error reporting and sent me the error?
In your wp-config.php make sure to set the following to display errors:
define('WP_DEBUG', true);
These are the errors I get:
Notice: get_themes 3.4 sürümünden berikullanılmayacak! Yerine wp_get_themes() kullanın. in /var/www/vhosts/gymistanbul.com/httpdocs/wp-includes/functions.php on line 2824
Notice: get_current_theme 3.4 sürümünden berikullanılmayacak! Yerine wp_get_theme() kullanın. in /var/www/vhosts/gymistanbul.com/httpdocs/wp-includes/functions.php on line 2824
Notice: Undefined index: post_type in /var/www/vhosts/gymistanbul.com/httpdocs/wp-content/plugins/custom-fields-creator/wck-cfc.php on line 49
Notice: Undefined index: post in /var/www/vhosts/gymistanbul.com/httpdocs/wp-content/plugins/custom-fields-creator/wck-cfc.php on line 49
Warning: Illegal offset type in isset or empty in /var/www/vhosts/gymistanbul.com/httpdocs/wp-includes/post.php on line 1097
Catchable fatal error: Object of class stdClass could not be converted to string in /var/www/vhosts/gymistanbul.com/httpdocs/wp-admin/includes/screen.php on line 408
I am having the same issue, when I go to the settings Admin Columns in the back end administration and click it, I get a blank screen when I turned on the debugging it said
Notice: Constant WP_MEMORY_LIMIT already defined in /home/tvaced12/public_html/wp-config.php on line 93
on that line in the wp-config.php I have
define(‘WP_MEMORY_LIMIT’, ‘120M’);
Additionally when you show the Available date field in the post list screen, the date shows up as december 12, 3200, but it displays correctly on the front end as december 12, 2012.
Could you try running this 1.4.9beta version?
Hi the panel screen works without errors but I get these long array values in the custom field columns defined in Users Panel…
Yeah, I noticed that. That will also be fixed in the next patch.
Thanks Tobias, I am waiting for the patch…
I will solve a couple of minor issues and then I will release it. Won’t be very long.