Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

mysql_free_result($result);

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Fri Nov 30, 2007 8:35 pm    Post subject: mysql_free_result($result); Reply with quote

Can anyone tell me how to fix this problem please?

The error...
Error adding mountpoint /files/listen.m3u : No database selected

The warning...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/lizzylox/domains/we-stream.com/public_html/icecast/mountpoints.php on line 42

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/lizzylox/domains/we-stream.com/public_html/icecast/mountpoints.php on line 52

The line is the same for both (52, 42) which is...
mysql_free_result($result);
Back to top
kozlov



Joined: 26 Sep 2006
Posts: 41
Location: Poland, Gdansk

PostPosted: Tue Dec 04, 2007 2:57 pm    Post subject: Reply with quote

Your errors for me say that you haven't selected your database. Select the database. Before these instructions and after:
Code:
mysql_connect(server,user,pass);
...enter:
Code:
mysql_select_db(name of your database);

Make sure that all the connection data (login, pass, base, address) that you have is proper.
_________________
polska dokumentacja serwera Icecast2 / polish documentation of Icecast2
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber