Quote:
Originally Posted by Alfa1
Same here.
|
there are 2 lines to be changed which has the (require_once(DIR .) within the same plug-in:
Change within the same plug in:
(1)
From: require_once(DIR . '/includes/mgc_cb_evo/class_display.php');
To : require_once(DIR . '/mgc_cb_evo/classes/class_display.php');
(2)
From: require_once(DIR . '/includes/mgc_cb_evo/class_misc.php');
To: require_once(DIR . '/mgc_cb_evo/classes/class_misc.php');
Thats about it....