0
I installed the modules: Random or Featured Albums and Top Rated Albums and I am getting the following messages:

Notice: Undefined variable: option in /home/filetwod/public_html/di3aya/entertainment/components/com_muscol/models/search.php on line 42

Notice: Undefined variable: where_clause in /home/filetwod/public_html/di3aya/entertainment/modules/mod_muscol_featured_albums/helper.php on line 51

Notice: Undefined variable: artist_name in /home/filetwod/public_html/di3aya/entertainment/modules/mod_muscol_featured_albums/tmpl/default.php on line 74

Notice: Undefined variable: artist_name in /home/filetwod/public_html/di3aya/entertainment/modules/mod_muscol_featured_albums/tmpl/default.php on line 74

Why?
the URL is
http://www.di3aya.com/entertainment/music.html?view=artists&layout=detailed
Responses (4)
  • Accepted Answer

    Wednesday, November 25 2009, 08:50 PM - #Permalink
    0
    uf

    that's because of your PHP configuration... :S it requires to initialize the variables before using them (so strange!). what PHP version are you using?

    I'm pretty sure this can be easily solved by adjusting your PHP configuration, however right now I dont know what is the variable you should change. let me investigate a little bit..

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 25 2009, 09:09 PM - #Permalink
    0
    PHP Version: 5.2.9
    Webserver: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.9
    WebServer - PHP Interface: apache2handler
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 09:11 PM - #Permalink
    0
    Please Germi, I am still waiting for your reply. I don't know what to do to take off these messages?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 09:52 PM - #Permalink
    0
    I've been looking around and I dont know why you get these messages.
    and, yet, the modules load the albums correctly.

    so, try to do this: put the code

    error_reporting(0);


    at the beginning of the file

    /modules/mod_muscol_featured_albums/helper.php

    to disable error reporting for this file... and see if the errors (for featured albums module) still appear.

    well, these are not errors (otherwise, the script would crash) , but only notices
    The reply is currently minimized Show
Your Reply