Sergejs
Sergejs
Offline
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,
Responses (1)
  • Accepted Answer

    wael
    wael
    Offline
    Saturday, August 07 2010, 08:10 AM - #Permalink
    0
    I 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


    The reply is currently minimized Show
Your Reply