Term and Condition page errors

  • slaurel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 3 months ago #7331 by slaurel
Term and Condition page errors was created by slaurel
I am receiving the following when clicking on the 'Terms and Conditions' link on the confirmation page that opens the related article

---
Warning: Invalid argument supplied for foreach() in /home/pixelvat/public_html/dgfitness/components/com_content/helpers/route.php on line 106

---

here is the code snippet from referenced my the above error

100 $items = $menus->getItems('componentid', $component->id);
101
102 $match = null;
103
104 foreach($needles as $needle => $id)
105 {
106 foreach($items as $item)
107 {
108 if ((@$item->query == $needle) && (@$item->query == $id)) {
109 $match = $item;
110 break;
111 }

----
attached screenshot is what the page looks like rendered
Attachments:

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

More
13 years 3 months ago #7382 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Term and Condition page errors
Hi

The term and condition link is just show a Joomla article in the popup windows, so I think it is something special with your site. Could you please submit a support ticket contains administrator account of your site so that I can check and fix it for you ?

Thanks,

Tuan

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

  • slaurel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 3 months ago #7384 by slaurel
Replied by slaurel on topic Re: Term and Condition page errors
Ticket submitted. Thanks for the help. Very much appreciated.

Steve

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

More
13 years 3 months ago #7433 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Term and Condition page errors
Hi Steve

Then issue was fixed. Please go to your site to check it !

Thanks,

Tuan

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

Moderators: Tuan Pham Ngoc