SMF Support > SMF 2.0.x Support

SMF Blank Page on login logout or any kind of submit

<< < (2/3) > >>

Talie5in:
I am actually having the same problem.  I know I am using a 3rd party theme, but I tried with the core theme, and it's the same problem.

Upon login/logout, I get a blank screen.  They can go back, and then refresh, but it happens consistently.  No idea what is causing it.

hxxp:www.thedow.org [nonactive]
username: testaccount
password: passwordmania

TheOneSteeltips:
I am actually having the same problem. I converted a phpBB Forum in to it after installing from scratch.
works from home fine on my BBand connection.
But from work it fails
tested on IE6 IE7 Firefox  please test with others if you wish

when I login/logout,  I get a blank screen.  the person is logged in or off but the page is blank. I can go back, and then refresh, but its happening every time.
I have not installed any mods

The forum is up for testing at the moment only two users
I would like to get this fixed before going any further
Please Note the phpBB forum was in use before i changed over and was working fine

This is the url of the login pasting this in to an other IE7 window after getting the blank page brings up the page ok

hxxp:ccgi.pcathome.plus.com/forum/index.php?action=login2 [nonactive]

refreshing the page gives me this message
to display the web page again ie need to resend the information you've previously submitted etc etc

retry cancel


core theme in use as default

hxxp:ccgi.pcathome.plus.com/forum [nonactive]
username: test
password: password4


If you need more info or there is a fix already i didn't find
please please pm or e-mail

katip:
Hi,

To all those who complain about a blank page after login (and probably many other things)...

php.ini -> safe_mode = On

this solved THE problem here. FYI.

Katip

gharp:

--- Quote from: katip on July 04, 2007, 01:38:21 PM ---Hi,

To all those who complain about a blank page after login (and probably many other things)...

php.ini -> safe_mode = On

this solved THE problem here. FYI.

Katip

--- End quote ---

In my case problem was caused by function shell_exec() in forum/Sources/Subs.php, line 3555. My host has the function in blacklist (like many other) beacause this function is generally unsecure.

so in Subs.php I changed lines:
$test =  shell_exec(....);
to
$test =''; //shell_exec(....);     (set variable test to empty string)

AND I GOT NO MORE BLANK SCREENS!!!

Kindred:
I will note that the functions only insecure on improperly configured hosts....

Additionally, commenting out a line to remove an error is not generally a good idea.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version