I get this strange error dl my MAMP ..
thanks
Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in /Applications/MAMP/htdocs/villa/wp-content/themes/enfold/config-layerslider/LayerSlider/classes/class.km.autoupdate.v3.php on line 74
Hi!
Try adding this to your functions.php or wp-config.php file:
error_reporting(E_ALL ^ E_NOTICE);
Regards,
Josue