Import not working

  • Posts: 37
  • Thank you received: 0
10 years 3 months ago #166256

-- url of the page with the problem -- : 181.224.136.115/~accura84/
-- HikaShop version -- : HikaShop [1407241754]
-- Joomla version -- : 2.5.24
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Firefox 30.0
-- Error-message(debug-mod must be tuned on) -- : Warning: substr() expects parameter 1 to be string, object given in /home/accura84/public_html/administrator/components/com_hikashop/helpers/import.php on line 1031


Abstract Image Group | Fulfilling all of your large format printing needs!
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
10 years 3 months ago #166258

Hi,

Thanks for the feedback.
The line:

$file->file_name = str_replace('_',' ',substr($file,0,strrpos($name,'.')));
need to be changed to:
$file->file_name = str_replace('_',' ',substr($name,0,strrpos($name,'.')));
in the file administrator/components/com_hikashop/helpers/import.php in order to fix the issue.

Please Log in or Create an account to join the conversation.

Time to create page: 0.060 seconds
Powered by Kunena Forum