Oct 17th, 2011, 9:02 PM
Hey guys,
This is very troubling!
Jeff: did your host get back to you regarding the blank upload_tmp_dir. Did setting that value allow uploads to work properly?
Doug: So I just did a few tests on a number of my own installations - some brand new 2.1.4 installations, some upgraded from earlier releases - but didn't encounter any problems. I also checked over what's recently changed in the Core + in the module, but again can't see anything that could be the cause. But the fact that you're not getting any sort of error when uploading it through your FT installation is pretty darn odd. It should tell you *something*...
One option would be to uninstall, then re-install the module - but honestly, it's a total pain... if you remove the field type, all file upload fields are reset to textboxes, so after you re-install it you'd need to reconfigure everything. So let's scratch that option for now.
Would you mind confirming that the hooks are still defined for the module? Check your ft_hook_calls table. This query (you may need to tweak the DB table prefix) should return 6 results.
Doug, I know I can't access your installation - so Jeff, if you're still having trouble, please let me know and I'll take another look.
- Ben
This is very troubling!
Jeff: did your host get back to you regarding the blank upload_tmp_dir. Did setting that value allow uploads to work properly?
Doug: So I just did a few tests on a number of my own installations - some brand new 2.1.4 installations, some upgraded from earlier releases - but didn't encounter any problems. I also checked over what's recently changed in the Core + in the module, but again can't see anything that could be the cause. But the fact that you're not getting any sort of error when uploading it through your FT installation is pretty darn odd. It should tell you *something*...
One option would be to uninstall, then re-install the module - but honestly, it's a total pain... if you remove the field type, all file upload fields are reset to textboxes, so after you re-install it you'd need to reconfigure everything. So let's scratch that option for now.
Would you mind confirming that the hooks are still defined for the module? Check your ft_hook_calls table. This query (you may need to tweak the DB table prefix) should return 6 results.
Code:
SELECT * FROM `ft_hook_calls` WHERE module_folder = 'field_type_file'
Doug, I know I can't access your installation - so Jeff, if you're still having trouble, please let me know and I'll take another look.
- Ben