Hello,
Thanks for this great component.
my test environment :
- Joomla 2.5.6
- PHP 5.3.15
- HikaShop 2.0.0
- HikaMarket 1.0.0 (Beta)
In Backend, when saving a new vendor in HikaMarket, i get this error :
Strict Standards: Declaration of hikamarketVendorClass::delete() should be compatible with that of hikamarketClass::delete() in/srv/www/htdocs/joomla_2.5.6/administrator/components/com_hikamarket/classes/vendor.php on line 421
Notice: Undefined property: hikamarketVendorClass::$database in /srv/www/htdocs/joomla_2.5.6/administrator/components/com_hikamarket/helpers/helper.php on line 892
Fatal error: Call to a member function quoteName() on a non-object in /srv/www/htdocs/joomla_2.5.6/administrator/components/com_hikamarket/helpers/helper.php on line 892
At these lines (892-893), if i replace the 2 call of $this->database with $this->db, it seems to work.