Postponed (maintainer needs more info)
Project:
Audio
Version:
6.x-1.0-unstable2
Component:
Views support
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2008 at 22:35 UTC
Updated:
4 Nov 2008 at 23:27 UTC
Comments
Comment #1
drewish commentedi've got no idea what you mean. please be more explicit about what you're doing and what's happening? what is data? an audio file? text?
Comment #2
drewish commentedComment #3
jehryen commentedBasically it happens when I add audio content via 'create content', and I am using the audio module.
I upload the files I see at the bottom of the page that I can "preview"... this works fine.
But then I hit "save", and I get a blank page at an address something along the lines of
http://www.mysite.com/usr/?q=node/add/audio
I hope that this is more clear- the fact is that it doesn't just happen w/ audio files. It also happens with general navigation around the site when I'm committing changes (e.g., clicking "save" in the audio add page).
Comment #4
jehryen commentedlet me know if you need more info...
thanks
j
Comment #5
drewish commentedoff topic but it drives me nuts when people use "mysite.com" links... i continually click on them expecting to see the user's site. if you want to obscure your url use example.com it's specifically designed for that application.
back on topic. are you getting an error? or just a white screen? any messages in the watch dog or php log files?
Comment #6
jehryen commentedNo error- Just white screen.
1. What is the "watch dog"? << edited-
i checked syslog and enabled it so that i can try again and get results... i'm on 6.x will post back soon
2. Can I check php log files from the site GUI or do I need to check them from my site admin deck?
p.s. Sorry about the fakelink- I would give you an example, but I can't because you're not an admin of my site. :)
Thanks,
j
Comment #7
jehryen commentedAfter the white screen, I refresh the page and get this error:
"A file must be provided. If you tried uploading a file, make sure it's less than the upload size limit."
The file I'm using in this case is 1.82mb.
FWIW, I've upped the filesize lim to 20mb in the php.ini file.
I put the following lines in my main php.ini file:
register_globals = off
memory_limit = 25M
upload_max_filesize = 20M
post_max_size = 20M
Let me know if this helps at all.
j