Closed (fixed)
Project:
Zina
Version:
6.x-1.8
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
21 Apr 2009 at 17:25 UTC
Updated:
25 Apr 2009 at 03:42 UTC
Jump to comment: Most recent file
I added Zina module in my 6.10 Drupal server.
Everything seems to be OK.
I created some albums, added songs,...
With the player (SilverSmall) I am able to play my mp3 files.
The problem is regarding the playlists. I have the option "Allow custom playlists to be created" set to true, as well as the "Main Cache" option.
But when a user select several songs and click on the "Add To" button to "New Playlist", I am back on the Home.
Is this a bug ?
If I click on the "Playlists" button, I have the message "Sorry, there are no playlists".
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | php-info.php_.zip | 8.27 KB | pyctures |
Comments
Comment #1
ryanlath commentedI can't reproduce this, so...
What is your OS, Apache version, PHP version?
Also, are there any error messages in your web server's error_log? Drupal's admin log?
If you're using Firefox, go to Tools->Error Console and see if any JavaScript error messages are generated when you encounter this problem.
Comment #2
pyctures commentedMy Drupal 6.10 runs locally on my Windows XP laptop with WampServer:
Apache/2.2.11 (Win32) PHP/5.2.9 + MySQL client: 5.0.51a + MySQL server: 5.1.32-community-log
apache_error.log
[Thu Apr 23 16:45:30 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.9 configured -- resuming normal operations
[Thu Apr 23 16:45:30 2009] [notice] Server built: Dec 10 2008 00:10:06
[Thu Apr 23 16:45:30 2009] [notice] Parent: Created child process 3848
[Thu Apr 23 16:45:30 2009] [notice] Child 3848: Child process is running
[Thu Apr 23 16:45:30 2009] [notice] Child 3848: Acquired the start mutex.
[Thu Apr 23 16:45:30 2009] [notice] Child 3848: Starting 64 worker threads.
[Thu Apr 23 16:45:30 2009] [notice] Child 3848: Starting thread to listen on port 80.
php_error.log : empty
access.log : only "GET" lines...
mysql.log : only 4 information lines...
Comment #3
ryanlath commentedCould you put the following in a PHP file and run it and send me the output (or send me a link to where I can view it)...
phpinfo();Comment #4
pyctures commentedI am working on a local installation...
See attached file for phpinfo.
Thanks for your help!
Comment #5
ryanlath commentedShots in the dark:
- In your php.ini change, try
output_buffering = 4096
error_reporting = E_ALL
Restart Apache, see if it either works, or you get an error message in the apache error_log after recreating error.
Comment #6
ryanlath commentedok I found it. I'll release something later today...
Comment #7
ryanlath commentedComment #8
ryanlath commented