Hi,
I just tried to install a theme and got an error. Swtching on the debug mode gives following information.
Same theme is working on 1.06 version.
What is wrong?
Warning: Declaration of Link::getImageLink($name, $ids, $type = NULL, $rollover = NULL) should be compatible with LinkCore::getImageLink($name, $ids, $type = NULL, $format = 'jpg', $highDpi = false) in /home/xxxxx/domains/xxx/public_html/shop/override/classes/Link.php on line 0
[ThirtyBeesException]
Too few arguments to function SmartyLazyRegister::register(), 1 passed in /home/xxx/domains/xxx/public_html/shop/modules/prestapassionsmartcodes/prestapassionsmartcodes.php on line 258 and exactly 3 expected
at line 237 in file config/smarty.config.inc.php
/**
Register a function or method to be dynamically called later
@param string|array $params function name or array(object name, method name)
*/
public function register($name, $type, $callable)
{
$this->registry[$name] = [
'callable' => $callable,
'type' => $type
];