Problème installation ?

  • Posts: 1
  • Thank you received: 0
10 years 6 months ago #190076

-- url of the page with the problem -- : local
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- Error-message(debug-mod must be tuned on) -- : ( ! ) Notice: Trying to get property of non-object in C:\wamp\www\components\com_hikashop\views\category\tmpl\listing_img_title.php on line 17

Bonjour à tous.
Je viens d'installer HikaShop en LOCAL !

J'ai créé un menu avec "product catégorie" mais il y à un bug quand je vais sur le site.



Vous pensez que le problème viens d'ou?

Merci.

Attachments:

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 6 months ago #190083

Bonjour,

Merci d'éditer le fichier "administrator/components/com_hikashop/helpers/image.php" et de remplacer

		$clean_filename = JPath::clean(realpath($fullFilename));
		if((JPATH_ROOT != '') && strpos($clean_filename, JPath::clean(JPATH_ROOT)) !== 0)
			return false;
Par
		$clean_filename = JPath::clean(realpath($fullFilename));
		if((JPATH_ROOT != '') && strpos($clean_filename, JPath::clean(JPATH_ROOT)) !== 0)
			return $ret;
J'ai corrigé ce soucis introduit dans HikaShop 2.3.5 peut après sa sortie mais il faudra attendre la prochaine release pour qu'il soit disponible.

Cordialement,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.084 seconds
Powered by Kunena Forum