Author Topic: Solved Problem: Blank White Page After Uploading (Image/File) or Registration !  (Read 503218 times)

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Quote
Is there a time you are sleeping ...

No way for sleep at 6:25pm.  :mrgreen:

Quote
Thank you for your offer, i mail you, when i dont get another option.

Try with var_dump in uploadimage action in member.php file. Can help you. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline CosmoPhobia

  • Newbie
  • *
  • Posts: 35
    • View Profile
Try with var_dump in uploadimage action in member.php file. Can help you. ;)

Oh, you have another idea ? Where i have to insert var_dump ?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
In member.php file,

find:

Quote
$remote_thumb_file = format_url(un_htmlspecialchars(trim((string)$HTTP_POST_VARS['remote_thumb_file'])));

$image_name = un_htmlspecialchars(trim((string)$HTTP_POST_VARS['image_name']));

add after:

Quote
var_dump($image_name);

Upload a new image file. Say if see something in blank page (should).
« Last Edit: August 27, 2011, 02:31:41 PM by thunderstrike »
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline CosmoPhobia

  • Newbie
  • *
  • Posts: 35
    • View Profile
Just the error message which is known:

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@one.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log."

Sometimes this message is shown, sometimes a blank page is shown. i dont understand this.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Exclent. Prob find - host side. Report to host. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline CosmoPhobia

  • Newbie
  • *
  • Posts: 35
    • View Profile
Yes, iŽve done today. He said, script problem  :( Maybe php version ?!? incompatible ?!?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Quote
Internal Server Error

Internal Server Error ... script problem ??? RUN !!!  8O
Switch host !!
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline CosmoPhobia

  • Newbie
  • *
  • Posts: 35
    • View Profile
IŽm new in PHP, so the host can tell me what he want  :lol:
So must try an alternativ to this resize mod.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Good luck ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline CosmoPhobia

  • Newbie
  • *
  • Posts: 35
    • View Profile
You mean its not possible to find a good alternative to "auto resize mod" for 4images ?
Do you have an idea ?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Quote
You mean its not possible to find a good alternative to "auto resize mod" for 4images ?

Quote
Sometimes this message is shown, sometimes a blank page is shown. i dont understand this.

No like this ... prob no there ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline CosmoPhobia

  • Newbie
  • *
  • Posts: 35
    • View Profile
Oh man, thats **** whatever.
Thanks for your time.
YouŽre a really good one.  :wink:

When i get a solution, iŽll post it here.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Quote
When i get a solution, iŽll post it here.

Ok, let us know when switch host. Thank for posting. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline CosmoPhobia

  • Newbie
  • *
  • Posts: 35
    • View Profile
What about this error i got :

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 12288 bytes) in /customers/heimwelten.de/heimwelten.de/httpd.www/includes/image_utils.php on line 80

When I upload images with over 3000 pixel width, and 2,5 MB size, then i get this error.
When I upload images with over 2000 pixel width, and 2,5 MB size too, then its working.

Why ??

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?