New Installation - errors

Chris
Chris
Offline
0
win2003
php 5.3.1
IIS

Just purchased the component, minutes ago. I installed the component and have verified the instructions have been followed several times. when i'm in album view and press "New", i get the following errors:

PHP Notice: Undefined property: stdClass::$name in c:\\data\\wwwroot\\sites\\domain1\\administrator\\components\\com_muscol\\views\\album\\tmpl\\form.php on line 21
PHP Notice: Undefined property: stdClass::$subtitle in c:\\data\\wwwroot\\sites\\domain1\\administrator\\components\\com_muscol\\views\\album\\tmpl\\form.php on line 32

I've left the "songs" path defaulted to the "/songs/" setting. Eventually, i would like to change the path so that my music isn't stored in the site folders.

I've verified the php.ini file has been modified and IIS restarted. I'm not entirely sure where to go from here. Any assistance would be greatly appreciated.

_________________________________________________________________________

Fixed: changed my "error_reporting" setting in php.ini.
error_reporting=E_ALL & ~E_NOTICE
Responses (1)
  • Accepted Answer

    Sunday, November 29 2009, 09:38 AM - #Permalink
    0
    hello

    somebody recently reported a similar error. I'm trying to investigate why this shows up sometimes, but in any case, this is not an "error" but only a notice, and as you said it can be avoid by just putting error_reporting to E_0 or something like that :)

    Germi
    The reply is currently minimized Show
Your Reply