Ampache

Pour l'Amour de la Musique

You are not logged in.

Announcement

- Forums Updated -

Updated again, this includes a fix for the page numbers on the topics. Enjoy!

The forums have been updated to the newest version of PunBB/MyBestBB This should fix some of the rss issues people were seeing along with some security fixes. Please let me know if you see any weirdness.

If your signup e-mail blank send me a note, this is an issue with Yahoo e-mail and some other free e-mail services not handling the utf-8 mail correctly

Topic rating: 0

#1 2007-09-25 14:38:56

omatase
Closet Fan
Registered: 2007-09-25
Posts: 7
Reputation :   

Cannot create playlists

I am usng Ampache 3.3.3 and I have never been able to create a playlist. When I attempt to create one (either public or private) it says "[playlist name] (private) has been created" but when I click "Continue" the display says "No Playlists Found" for all three categories (Admin, Private and Public). I think it has something to do with file system permissions but I don't know what permissions to give and on what folder.

Please help

Thanks

Offline

 

#2 2007-09-25 17:21:39

vollmerk
Lead Developer
From: Corvallis, OR
Registered: 2004-09-25
Posts: 2980
Ampache Version: Newer then SVN

MySQL Version: 5.x

PHP Version: 5.2.x

Reputation :   37 
Website

Re: Cannot create playlists

Please upgrade to the latest version of Ampache 3.3.3.5 and let me know if it's still broken :)

Offline

 

#3 2007-09-26 10:05:09

omatase
Closet Fan
Registered: 2007-09-25
Posts: 7
Reputation :   

Re: Cannot create playlists

Before I do that, can I get a summary of how the playlist of Ampache works? Here are the things I would like to know:

1. Where are playlists stored? (is this configurable?)
2. How are they stored? (what I have read says m3u, but is this configurable as well?)
3. What account (context) does Ampache run under on a Windows machine setup with IIS?

Thanks

Offline

 

#4 2007-09-26 14:08:39

omatase
Closet Fan
Registered: 2007-09-25
Posts: 7
Reputation :   

Re: Cannot create playlists

Ok I broke down and updated and I still have the same problem. Currently on version 3.3.3.5.

Offline

 

#5 2007-09-27 20:53:19

omatase
Closet Fan
Registered: 2007-09-25
Posts: 7
Reputation :   

Re: Cannot create playlists

Fixed....

The column 'Date' in table 'Playlist' was of type 'TIMESTAMP' but the Playlist class was attempting to write an integer value to this table. I changed the column type to INTEGER and took the default of CURRENT_TIMESTAMP off of the column. Now playlists work great!

Offline

 

#6 2007-12-28 23:17:28

SchMaeh
Member
Registered: 2007-12-28
Posts: 1
Reputation :   

Re: Cannot create playlists

I've had the same issue in 3.4 beta 1 and changing the playlist table helped.

Offline

 

#7 2007-12-29 01:38:23

vollmerk
Lead Developer
From: Corvallis, OR
Registered: 2004-09-25
Posts: 2980
Ampache Version: Newer then SVN

MySQL Version: 5.x

PHP Version: 5.2.x

Reputation :   37 
Website

Re: Cannot create playlists

Hmm although I've never been able to reproduce this, I should change it anyway.. I'll put this in the next db changeset

Offline

 

#8 2008-01-10 09:08:04

gpaddy
Fan
Registered: 2008-01-07
Posts: 21
Reputation :   

Re: Cannot create playlists

I have the same problem.

Error is:
2008-01-10 16:33:53 { admin } ( error ) - [Error] date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/London' for '0.0/no DST' instead on line 63 in playlist.php

The line is $playlist_name = _('New Playlist') . " - " . date('m/j/y, g:i a');

I have raised a ticket for this. I am using 3.3.3.5

Thanks.

Offline

 

Board footer

Powered by PunBB and MyBestBB