0
Hello,
Module mod_muscol_featured_albums_2.0.0.zip
After installation and enabling I see the code
Random and Featured Albums (charts)
Warning: Invalid argument supplied for foreach() in /home/afrikao1/public_html/modules/mod_muscol_featured_albums/tmpl/default.php on line 48
Warning: implode() [function.implode]: Invalid arguments passed in /home/afrikao1/public_html/modules/mod_muscol_featured_albums/tmpl/default.php on line 82
What is this problem with Your module ?
Rgrds,
Module mod_muscol_featured_albums_2.0.0.zip
After installation and enabling I see the code
Random and Featured Albums (charts)
Warning: Invalid argument supplied for foreach() in /home/afrikao1/public_html/modules/mod_muscol_featured_albums/tmpl/default.php on line 48
Warning: implode() [function.implode]: Invalid arguments passed in /home/afrikao1/public_html/modules/mod_muscol_featured_albums/tmpl/default.php on line 82
What is this problem with Your module ?
Rgrds,
Responses (1)
-
Accepted Answer
0I think you need to do the following:
If you get some Notices on the component like "Notice: Undefined variable:"... you should just disable PHP notice system, wich is joomla recomendation. Go to your Joomla configuration panel and set error_reporting to none, or minimum. If it does not work, you can still do it through the php.ini file, modifying the ERROR_REPORTING variable.
Also it's better not to use php 5.3, use php 5.2 it works better for joomla
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »