Wordpress Icon

Wordpress

Unlock the full potential of your online identity with expert WordPress development – Crafting Seamless Experiences, Empowering Your Digital Journey

Zen Cart

Forge a Zen-like shopping experience with expert Zen Cart development – Seamlessly Navigate the Path to E-commerce Tranquility!

WooCommerce

Empower your online store with precision and style – Elevate your E-commerce Excellence by taking advantage of our Expert WooCommerce Development!

Magento

Elevate your online empire with bespoke Magento development – Unleash the Power of E-commerce Excellence, Redefine Your Digital Success!

VIEW ALL SERVICES

Exception printing is disabled by default for security reasons Print

  • 3

This issue has been carried along with Magento versions 1.40 upwards, if you are receiving this error you can try some of the following changes for this error to be removed:

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);


Was this answer helpful?

« Back

Powered by WHMCompleteSolution