GD Libraries: Geeklog & Coppermine

Discussion in 'General' started by palkat, Dec 6, 2005.

  1. palkat

    palkat New Member

    I have noticed with both the web apps(Coppermine and Geeklog) running on the ISPconfig server for Suse 9.3 they work great except for large file uploads.

    if the Jpeg is 100k or less they upload fine..but anything bigger just returns to a blank white page..i have increased all the recommened limits in my PHP.INI file but that has not effected anything.

    I have looked for weeks online and the creators of both apps claim it has something to do with the build of the webserver software (ISPConfig)

    Any idea? is it a GD Libraries issue? any input would be super!

    Thanks!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    ISPConfig isn't a webserver software, it just helps to administrate your Apache, so I don't think it's an ISPConfig problem.

    Did you have a look into your applications' sources how uploads are handled there? If these applications are written in PHP, I could imagine that they use the wrong PHP functions to upload a file so that the uploads aren't binary safe...
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you restarted your apache webserver after you changed the php limits?
     
  4. palkat

    palkat New Member

    Thanks guys...

    It was a PHP.INI ... I had to increase the MEMORY setting in there from 8mb to 64mb now it all works.
     

Share This Page