0
When I do a search on Discogs, it show me:
Fatal error: Call to a member function children() on a non-object in /home/home1/musicweb_cz/public_html/www/administrator/components/com_muscol/controllers/albums.php on line 91
albums.php
------------------------------------------------------------------
88. /*$uncompressed_string = gzuncompress($return) ;
89. $xml = simplexml_load_string( $uncompressed_string );*/
90.
91. foreach($xml->children() as $child){
92. foreach($child->children() as $child2){
------------------------------------------------------------------
can you help?
Fatal error: Call to a member function children() on a non-object in /home/home1/musicweb_cz/public_html/www/administrator/components/com_muscol/controllers/albums.php on line 91
albums.php
------------------------------------------------------------------
88. /*$uncompressed_string = gzuncompress($return) ;
89. $xml = simplexml_load_string( $uncompressed_string );*/
90.
91. foreach($xml->children() as $child){
92. foreach($child->children() as $child2){
------------------------------------------------------------------
can you help?
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »