error after upgrade joomla from 1.6.5. to 1.7.

  • Posts: 6
  • Thank you received: 0
13 years 4 months ago #21771

Hi

After upgrade joomla from 1.6.5. to 1.7 i have error

Fatal error: Cannot access protected property JPathwaySite::$_count in /virtual/pl/grizli/sklep/components/com_hikashop/views/user/view.html.php on line 42

When i try to access control panel for user after login.

Any1 know what could it be?

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 4 months ago #21773

Hi,

You need to edit that file and change the code:
if(!$pathway->_count)

by:
if(!count($pathway->getPathway()))

That should avoid the error. We'll add that in next version of HikaShop.

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

  • Posts: 6
  • Thank you received: 0
13 years 4 months ago #21774

yes its works - ty nicolas

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

  • Posts: 25
  • Thank you received: 1
13 years 3 months ago #22187

thankyou for the posting and the solution

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

Time to create page: 0.067 seconds
Powered by Kunena Forum