Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 3.1.1 Released
#19

(This post was last modified: 10-31-2016, 08:50 AM by bfedderm. Edit Reason: supplying more info )

I'm running into errors due to the changes made to the Upload Library.  This happens on two Windows servers with PHP: one is running PHP 5.5.16 and the other is running PHP 5.5.34.  When a file upload is initiated via a form, the page gives a generic 500 message with zero error message logged in the PHP error log.

I think it is due to changes in the _file_mime_type function, but I am going to do an exhaustive test to see if I can get you more information.

After digging into this...the error relates to the removal of this:  if (function_exists('finfo_file')) { }.  If the php_fileinfo.dll is not initiated, the function now bombs out due to the removal of that contingency.
Reply


Messages In This Thread
CodeIgniter 3.1.1 Released - by jlp - 10-22-2016, 10:23 AM
RE: CodeIgniter 3.1.1 Released - by forgotten - 10-22-2016, 10:34 AM
RE: CodeIgniter 3.1.1 Released - by ciadmin - 10-22-2016, 11:27 AM
RE: CodeIgniter 3.1.1 Released - by InsiteFX - 10-23-2016, 04:03 AM
RE: CodeIgniter 3.1.1 Released - by gxgpet - 10-23-2016, 04:59 AM
RE: CodeIgniter 3.1.1 Released - by Narf - 10-23-2016, 05:00 AM
RE: CodeIgniter 3.1.1 Released - by Narf - 10-27-2016, 09:09 AM
RE: CodeIgniter 3.1.1 Released - by Narf - 10-27-2016, 10:08 AM
RE: CodeIgniter 3.1.1 Released - by mkhsojib - 10-24-2016, 09:33 PM
RE: CodeIgniter 3.1.1 Released - by dijon - 10-25-2016, 12:39 AM
RE: CodeIgniter 3.1.1 Released - by dijon - 10-25-2016, 01:08 AM
RE: CodeIgniter 3.1.1 Released - by Andryshok - 10-26-2016, 02:59 AM
RE: CodeIgniter 3.1.1 Released - by Narf - 10-26-2016, 05:56 AM
RE: CodeIgniter 3.1.1 Released - by fakhrawy - 10-26-2016, 07:14 AM
RE: CodeIgniter 3.1.1 Released - by reydeang - 10-27-2016, 05:10 PM
RE: CodeIgniter 3.1.1 Released - by bfedderm - 10-31-2016, 08:07 AM
RE: CodeIgniter 3.1.1 Released - by svennd - 11-18-2016, 12:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB