Parse error/ syntax error
-
Hi my page won’t load , nor i can log into my wp-admin.
i get the following error ” Parse error: syntax error, unexpected ‘{‘ in /home/…/public_html/wp-content/plugins/wp-property/core/class_functions.php on line 3747Those lines are :
static function array_to_object($array = array()) {
if (!empty($array)) {
$data = false;foreach ($array as $akey => $aval) {
$data -> {$akey} = $aval;
}return $data;
}return false;
}Can you help me with the issue?
The topic ‘Parse error/ syntax error’ is closed to new replies.