ae3d
ae3d
Offline
0
I have an error showing up when i go to create a new ARTIST in the MC admin area.
Here is the error. Its showing next to the forum field for "COVER PICTURE"

"Notice: Undefined property: stdClass::$cover in ...xxx/...xxx/administrator/components/com_muscol/views/artist/tmpl/form.php on line 104"

Here is the code from lines starting 103 til the end of that link of php

<?php
if($this->artist->cover != "") {?>


Looks like somethings missing between the DOUBLE QUOTES.....
Responses (2)
  • Accepted Answer

    Tuesday, May 08 2018, 02:55 PM - #Permalink
    0
    not related to the double quotes.. just just an uninitialized PHP var... is nothing to worry about, again, you should have the error reporting level set to "simple" to avoid showing these notices, which are really no problem to the system.
    The reply is currently minimized Show
  • Accepted Answer

    ae3d
    ae3d
    Offline
    Wednesday, May 09 2018, 01:35 AM - #Permalink
    0
    Not sure what happened to it but the error is now gone
    The reply is currently minimized Show
Your Reply