- Posts: 21
- Thank you received: 0
Errors when we list products by manfact or search
-
jenkisan
Inactive member -
Topic Author
- Member
-
Less
More
13 years 2 months ago #15231
by jenkisan
Errors when we list products by manfact or search was created by jenkisan
Hi, I get this error at the top of the page when I try to list products by pressing on Manufactuers or when I do a search. The results display correctly, but I get this error at the top (just turn php errors off in php.ini?):
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in ......./public_html/devshop/templates/hot_cosmetics/html/com_virtuemart/category/default.php on line 44
Warning: Invalid argument supplied for foreach() in ......../public_html/devshop/libraries/joomla/html/html/select.php on line 536
Thanks.
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in ......./public_html/devshop/templates/hot_cosmetics/html/com_virtuemart/category/default.php on line 44
Warning: Invalid argument supplied for foreach() in ......../public_html/devshop/libraries/joomla/html/html/select.php on line 536
Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #15237
by ivan.milic
Replied by ivan.milic on topic Re: Errors when we list products by manfact or search
That are warnings , just disable debugging.
Please Log in to join the conversation.
-
jenkisan
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 21
- Thank you received: 0
13 years 2 months ago #15240
by jenkisan
Replied by jenkisan on topic Re: Errors when we list products by manfact or search
Ivan, excellent news, but where is the debugging option to disable? You mean on vm or joomla? Because both are already off. Thnx
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
13 years 2 months ago #15255
by milos
Replied by milos on topic Re: Errors when we list products by manfact or search
If you are running VirtueMart 2.0 on Joomla 2.5, please keep in mind it's not yet compatible with Joomla 2.5.
Please Log in to join the conversation.
-
jenkisan
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 21
- Thank you received: 0
13 years 2 months ago #15272
by jenkisan
Replied by jenkisan on topic Re: Errors when we list products by manfact or search
Running Joomla 1.7.3 and vm 2.0.0
Any ideas how to remove these debug errors?
Thanks
Any ideas how to remove these debug errors?
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #15278
by ivan.milic
Replied by ivan.milic on topic Re: Errors when we list products by manfact or search
Global settings , system tab. If taht deos not help put this in index.php of template :
error_reporting(0);
after this line:
defined( '_JEXEC' ) or die( 'Restricted access' );
error_reporting(0);
after this line:
defined( '_JEXEC' ) or die( 'Restricted access' );
Please Log in to join the conversation.
Time to create page: 0.164 seconds