Author Topic: Cant upload images  (Read 6341 times)

0 Members and 1 Guest are viewing this topic.

Offline Granitt

  • Pre-Newbie
  • Posts: 9
    • View Profile
Cant upload images
« on: February 12, 2009, 01:22:03 AM »
Hi

Just installed

When i try to upload images nothing happens.. after 6 sec i get redirected to "lost password" even if i am logged in

I cant upload picture

I think i have set the permissions right

any help on this please?
Best Regards
Granitt
------------------------------------
Sorry for my badddd englishhhh :)

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: Cant upload images
« Reply #1 on: February 12, 2009, 01:59:52 AM »
Hello and welcome to 4images forum.

Have you tried upload images via ACP (Admin Control Panel) -> Add images ? If not, try and see if any error messages showed.
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 Granitt

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Cant upload images
« Reply #2 on: February 12, 2009, 02:32:52 AM »
hi

Thanks :) Yes, my 1 post :)

When i try to upload via the admin nothing happends.. the ../../admin/progress.php just shows for several minutes.. nothing happens

no error messages

Best Regards
Granitt
------------------------------------
Sorry for my badddd englishhhh :)

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: Cant upload images
« Reply #3 on: February 12, 2009, 02:49:38 AM »
Ok, lets see some errors...;)

In global.php find:
error_reporting(E_ERROR E_WARNING E_PARSE);

Replace it with:
error_reporting(E_ALL);
@
ini_set("display_errors"1);


Then upload an image.

If nothing showed again, then please quote everything from ACP -> phpinfo()
(you can alter any sensitive information if you wish)
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 Granitt

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Cant upload images
« Reply #4 on: February 12, 2009, 08:06:48 AM »

Hi

Thanks for fast answer

Tryed to upload a image and got this error message:

Notice: Undefined index: pm_ in /../../lang/norsk/main.php on line 499

Notice: Undefined index: pm_ in /../..//lang/norsk/main.php on line 500

Notice: Undefined index: pm_ in /../..//lang/norsk/main.php on line 501

Here is the lang file (main.php)

//-----------------------------------------------------
//--- PM (Private Messenging) -------------------------
//-----------------------------------------------------

lang/norsk/main.php
499 $lang['pm_delete_confirm'] = "Sikker p at du vil slette meldingen fra <b>".$lang['pm_'.$mode]."</b>?";
500 $lang['pm_delete_confirm_select'] = "Sikker p at du vil slette valgte melding fra <b>".$lang['pm_'.$mode]."</b>?";
501 $lang['pm_delete_confirm_all'] = "Sikker p at du vil slette alle meldinger fra <b>".$lang['pm_'.$mode]."</b>?";


Best Regards
Granitt
------------------------------------
Sorry for my badddd englishhhh :)

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: Cant upload images
« Reply #5 on: February 12, 2009, 02:39:31 PM »
that's all?
these are not cause of the problem...

Ok, then try upload very tiny image. and still, I'd like to see the info from phpinfo().
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 Granitt

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Cant upload images
« Reply #6 on: February 12, 2009, 08:18:01 PM »

Strange.....

Now it works with small and big images but the big images dont get resized automaticly

i make a new topic for this  issue

Thanks for all help V@no
Best Regards
Granitt
------------------------------------
Sorry for my badddd englishhhh :)