I downloaded a the dev snapshot done on 10th july, because of the title issue, and had it set up like usual with Zend, dev key, user/pass etc.
When I created the content type, after creating the field for video and doing all the config on that page, it tried to do a download something when saving field settings. Then I ended up closing that page, and trying to go back, and it offers a download, same with trying to add that type of content. I took a screenshot as my explaining skills arent very good!
Any idea what this is?
btw, same error with internet explorer, and on different computers. from the looks of it, its just missing a file extention or dodgy syntax and the browser doesnt know what to do.
| Comment | File | Size | Author |
|---|---|---|---|
| youtubeupload_issue.jpg | 291.78 KB | JTickett |
Comments
Comment #1
JTickett commentedSo I changed back to the older version that I had used before, the 5.x-1.0-beta1 and that still had the same problems. I actually disabled, uninstalled then deleted the dev version of the module first.
It seems to be a compatibility problem, but I can't narrow it down really as the current website has a lot else set up already. The status logs are also giving download files instead of loading the page! so thats a big problem.
Any help would be nice
Comment #2
JTickett commentedComment #3
jhedstromUsually if a php script is prompting you to download it, there's an issue with either Apache or PHP, causing the scripts to terminate unexpectedly. Have you tried restarting Apache (if this is your own host that is)? Also, what sort of memory limit does PHP have?
Comment #4
JTickett commentedAh, change of server fixed it, I'm certain it was the PHP setup on the server. Thanks for help!
Comment #5
jhedstrom