Closed (duplicate)
Project:
Audio
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2008 at 21:20 UTC
Updated:
29 Jul 2008 at 17:55 UTC
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
Comment #1
sleary commentedComment #2
sleary commentedUpdate: nodes are created if the audio file is smaller than 8MB (thanks, reiterd).
Comment #3
sleary commentedChanging issue title & status -- the problem is merely that no error message is given if the file is too big.
Comment #4
mfbYou 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.
Comment #5
drewish commentedit's really a core issue: #30520: file_save_upload() not notifying user when PHP upload limit is exceeded.