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".

CommentFileSizeAuthor
#4 php-info.php_.zip8.27 KBpyctures

Comments

ryanlath’s picture

I 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.

pyctures’s picture

My 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...

ryanlath’s picture

Could 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();

pyctures’s picture

StatusFileSize
new8.27 KB

I am working on a local installation...
See attached file for phpinfo.
Thanks for your help!

ryanlath’s picture

Shots 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.

ryanlath’s picture

Assigned: Unassigned » ryanlath

ok I found it. I'll release something later today...

ryanlath’s picture

Status: Active » Fixed
ryanlath’s picture

Status: Fixed » Closed (fixed)