wordpress 4.2.3 error 500 on style.php
since the latest update of wordpress the website can't load css styles properly
http://www.mysite.com/dev/wp-content/themes/betheme/style.php?ver=8.3
<br />
<b>Fatal error</b>: Cannot redeclare mfn_admin_scripts() (previously declared in /web/htdocs/www.mysite.com/home/dev/wp-content/themes/betheme/functions.php:42) in <b>/web/htdocs/www.mysite.com/home/dev/wp-content/themes/betheme/functions.php</b> on line <b>43</b><br />
Comments
it's because of limits on server side. In this case you must contact with server admin and only he will be able to help you.
if (!function_exists('mfn_functionname')) {
...
}
in functions.php and theme-options.php before any function declared in those files