VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: AlCher on October 22, 2008, 16:25:30 PM

Title: VM 1.1.2 - missing file
Post by: AlCher on October 22, 2008, 16:25:30 PM
That from 'error.log' Apache
[error] [client 127.0.0.1] File does not exist:
/components/com_virtuemart/shop_image/ps_image/shoppers.png

There is no file - shoppers.png (VirtueMart_1.1.2-COMPLETE_PACKAGE.j15.zip)

Links on the file in the code:
\administrator\components\com_virtuemart\html\admin.usergroup_list.php - line 49
$listObj->writeSearchHeader($VM_LANG->_('VM_USERGROUP_LIST_LBL'), IMAGEURL."ps_image/shoppers.png", "admin", "usergroup_list");

\administrator\components\com_virtuemart\html\shopper.shopper_group_list.php - line 58
$listObj->writeSearchHeader($VM_LANG->_('PHPSHOP_SHOPPER_GROUP_LIST_LBL'), IMAGEURL."ps_image/shoppers.png", $modulename, "shopper_group_list");