When I'm in the admin area and click on Modifications I get a blank page and then a 500 error message.
I found out that some code needs to be fixed but I have no clue how to fix it.
--
[27-Oct-2015 13:27:29 Etc/GMT] PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/ihostbms/public_html/fragrancesalon.com/vqmod/vqcache/vq2-admin_controller_extension_modification.php on line 53
--
It seems that there are some syntax error on the coding.
This my code that is see in that area
///karapuz (ka_extensions.ocmod.xml)
->url->link('extension/modification', 'token=' . $this->session->data['token'] . $url, 'SSL'));
}
//karapuz (ka_extensions.ocmod.xml)
if (!empty($GLOBALS['ka_silent_return'])) {
return false;
}
///karapuz (ka_extensions.ocmod.xml)
Found the solution this code needs to replace that line
//karapuz (ka_extensions.ocmod.xml)
$data['ka_extensions'] = $this->url->link('extension/ka_extensions', 'token=' . $this->session->data['token'], 'SSL');
///karapuz (ka_extensions.ocmod.xml)
//karapuz (ka_extensions.ocmod.xml)
$data['ka_extensions'] = $this->url->link('extension/ka_extensions', 'token=' . $this->session->data['token'], 'SSL');
///karapuz (ka_extensions.ocmod.xml)
Who is online
Users browsing this forum: No registered users and 4 guests