Buka File : /system/core/Common.phpA PHP Error was encountered Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Number: 257
Pada Baris 257
return $_config[0] =& $config;
ganti dengan
$_config[0] =& $config;
return $_config[0];
EmoticonEmoticon