Exception printing is disabled by default for security reasons Print
- 3
Strict Notice: Only variables should be passed by reference in /home/timetoru/public_html/lib/Zend/Db/Select.php on line 246?;i:1;s:5895:”#0 /home/timetoru/public_html/lib/Zend/Db/Select.php(246): mageCoreErrorHandler(2048, ‘Only variables …’, ‘/home/timetoru/…’, 246, Array)
Find the file: lib/Zend/Db/Select.php
REPLACE:
$correlationName = current(array_keys($this->_parts[self::FROM]));
WITH:
$arrayKeys = array_keys($this->_parts[self::FROM]);
$correlationName = current($arrayKeys);