I can't create a new Audio node. I can create any other kind of node and attach files all day long, but when I add Audio, the "add audio content..." page reloads the blank form instead of showing me the new node, and nothing new appears in my content list. Nothing at all appears in the logs, either.

I'm using Drupal 5.8.

Comments

sleary’s picture

Category: bug » support
sleary’s picture

Update: nodes are created if the audio file is smaller than 8MB (thanks, reiterd).

sleary’s picture

Title: New Audio content never created; Preview/Submit reloads blank "add content..." form » New Audio content never created if file exceeds max upload (no warning given)
Category: support » bug
Priority: Critical » Normal

Changing issue title & status -- the problem is merely that no error message is given if the file is too big.

mfb’s picture

You could also check for errors in your webserver's error log. Probably you need to adjust some PHP ini settings: upload_max_filesize and post_max_size

It might be possible for other resource limits to come into play for file uploads (max_execution_time, max_input_time, memory_limit?) but the 8M problem suggests post_max_size.

drewish’s picture

Status: Active » Closed (duplicate)