As of me installing the audio module and all of its dependencies, I'm now finding that every other time I try to enter in information or update my site, the data is received, but I end up with blank pages, which I have to refresh and then I see a warning asking me to 'resend the data'...

What part of the installation could this involve?

Comments

drewish’s picture

Status: Active » Postponed (maintainer needs more info)

i'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?

drewish’s picture

Priority: Critical » Normal
jehryen’s picture

Basically 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).

jehryen’s picture

let me know if you need more info...

thanks
j

drewish’s picture

off 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?

jehryen’s picture

No 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

jehryen’s picture

After 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