Problems with File Upload
-
I am attempting to get the file uploader to work but all I get is the name of the file… not the file. https://ourstoriescount.com/media-submission/
I have used this page https://contactform7.com/file-uploading-and-attachment/ to double check all my settings but the file is still not sending. I changed the permissions on the upload folder to 777. I’ve checked my error_log file but there is nothing intrinsic there. All I get is:
[09-Dec-2012 18:57:13 America/New_York] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/timezonedb.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0 [09-Dec-2012 18:57:13 America/New_York] PHP Warning: PHP Startup: PDO: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 [09-Dec-2012 18:57:13 America/New_York] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 [09-Dec-2012 18:57:13 America/New_York] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: undefined symbol: third_arg_force_ref in Unknown on line 0 [09-Dec-2012 18:57:13 America/New_York] PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 [09-Dec-2012 18:57:13 America/New_York] PHP Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
Any clue as to what to try next?
Thank you,
Heidi
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problems with File Upload’ is closed to new replies.