|
Not sure if i am posting in the correct area on this forum but basically on my website if i click on learn more about product i get the following php error
Fatal error: Call to a member function beginTransaction() on a non-object in /var/www/vhosts/byocycles.co.uk/httpdocs/app/code/core/Mage/Core/Model/Abstract.php on line 313
the line its referring to is below
$this->_getResource()->beginTransaction();
i haven’t done any OOP PHP before so i don’t really understand whats its after
Any help would be great
Thanks
|