AmpachePour 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 |
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
Please upgrade to the latest version of Ampache 3.3.3.5 and let me know if it's still broken :)
Offline
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
Ok I broke down and updated and I still have the same problem. Currently on version 3.3.3.5.
Offline
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
I've had the same issue in 3.4 beta 1 and changing the playlist table helped.
Offline
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
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