PDA

Zobacz pełną wersję : błąd : mod_lettermansubscribe.php on line 47



Vesmir
09-01-2009, 09:26
Joomla 1.5 + Letterman Newsletter

Publikacja modułu owocuje błędem



Fatal error: Call to undefined method stdClass::load() in /home/httpd/html/modules/mod_lettermansubscribe/mod_lettermansubscribe.php on line 47



45 //to hide the name field, set it to 1
46 $hide_name_field = $params->get( 'hide_name_field', 0);
47 $my->load( $my->id );
48 $username = ( !empty( $my->name ) ) ? $my->name : $my->username;


w czym może być problem ?

Jola
30-01-2009, 23:58
Witam,
zakomentuj
//$my->load( $my->id );Pozdrawiam