Author Topic: Submit Image loop  (Read 3409 times)

0 Members and 1 Guest are viewing this topic.

Offline greylan

  • Pre-Newbie
  • Posts: 6
    • View Profile
    • Werewolfhero's Den
Submit Image loop
« on: September 04, 2009, 12:27:22 AM »
Recently my hosting server changed their operating system moving from windows based to linux based and since the change i've been unable to upload any new images to my gallery.  All it'll do is cycle though the "Select an Image File!" prompt.

I've already tried upgrading to the newest version.  And i've tried re-chmodding the necessary files/folders but it hasnt helped.  Oddly it will let me manually upload the images to the catagories directly via ftp, check for new images/thumbnails.  But that tends to be abit of a pain, compared to the normal route.  Really hoping i dont have to reinstall and reupload everything (800+ images)

Using 4images 1. 7. 7

Any ideas on how to fix the problem or where to even look?

Werewolfhero's Den

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Submit Image loop
« Reply #1 on: September 04, 2009, 03:36:18 AM »
Hello and welcome to 4images forum.

It sounds like the problem is related to the upload file size limit set on the server (not 4images). Did you try upload very small image (5kb or so)? If small images accepted ok, then it confirms my guess. Llook in ACP (Admin Control Panel) -> phpinfo() and search for the following settings:
max_input_time
post_max_size
upload_max_filesize
upload_tmp_dir (this must have a valid path, with CHMOD 777)

if any of this settings are too low, contact your server's administrator and ask them to increase them.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline greylan

  • Pre-Newbie
  • Posts: 6
    • View Profile
    • Werewolfhero's Den
Re: Submit Image loop
« Reply #2 on: September 04, 2009, 04:43:57 AM »
max_input_time   60
post_max_size   8M
upload_max_filesize   2M
upload_tmp_dir   no value

How do i fix the upload_tmp_dir ?