Blank member.php on login until refresh ?!

I have a small issue on client's site where the member.php page is blank on login until page is refreshed ...

Any thoughts on why this is happening ?

Thanks in advance ;)

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 7 Mar 2014

Does it happens when you just login / or you navigating manually to member.php / or going after redirect / etc?

http://boonexpert.com
Quote · 7 Mar 2014

LOL ... because I dance in front of my computer with tambourine to much ?!

 

Edit: as soon as login .... member.php is blank until page refresh

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 7 Mar 2014

Sounds like it's crapping out after it validates the login when it tries to redirect.

Perhaps member.php is damaged or was modified. Try restoring a clean copy of member.php. Also check for damaged or missing templates\base\page_150.html

Check php error logs as well for any errors that might be occurring.

https://www.deanbassett.com
Quote · 7 Mar 2014

Thanks Deano ... this seems to have happened since I made manual move over for client to a new server .. this has not happened to me before!

I don't know if maybe something was damaged when taking backups as the original host kept crapping out throughout and I was trying to save data at the times it seemed safest etc.

 

Sounds like it's crapping out after it validates the login when it tries to redirect.

Perhaps member.php is damaged or was modified. Try restoring a clean copy of member.php. Also check for damaged or missing templates\base\page_150.html

Check php error logs as well for any errors that might be occurring.

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 7 Mar 2014

@ Deano

My client has your maintenance mod and I see this error in logs:-

PHP Fatal error: Call to undefined function () in /var/www/vhosts/***************/httpdocs/member.php on line 383, referer: http://***********/site_maintenance.php

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 7 Mar 2014

error_reporting(E_ALL);

ini_set("display_errors",1);

should show you what's going on in there.

http://boonexpert.com
Quote · 7 Mar 2014

 

PHP Fatal error: Call to undefined function () in /var/www/vhosts/***************/httpdocs/member.php on line 383, referer: http://***********/site_maintenance.php

I could be wrong, but I would suggest so you can check your Dolphin license code, since on this line it seems to be checking for its code. 

There It's eval() a code from /inc/admin_design.inc.php from the line 136.

http://boonexpert.com
Quote · 7 Mar 2014

 

@ Deano

My client has your maintenance mod and I see this error in logs:-

PHP Fatal error: Call to undefined function () in /var/www/vhosts/***************/httpdocs/member.php on line 383, referer: http://***********/site_maintenance.php

1) Then restore an original copy of inc/design.inc.php

2) Test the logins.

3) Uninstall the maint mode module.

4) Re-upload a clean copy of the module including site_maintenance.php

5) Re-install the module.

6) Then re-apply the source changes to inc/design.inc.php

Some part of the module must have been damaged. So a complete reinstall of it should fix it. Unless it caused by something else. If it is, when you test the logins in step 2 after the restore of inc/design.inc.php it will still not work if something else is the cause and may get a different error.

https://www.deanbassett.com
Quote · 7 Mar 2014

Actually, boonexpert may be on to something. I just noticed the referrer which indicates this issue is occurring after the mod redirects to member.php.

However best to do Steps 1-3 to remove the maintenance mode module until issue is found. No point in chasing ghosts.

https://www.deanbassett.com
Quote · 7 Mar 2014

Thanks I will try all suggested ...

These errors don't make sense! The paths are correct in header.inc.php

[error] File does not exist: /var/www/vhosts/*************/httpdocs/modules/member
[error] File does not exist: /var/www/vhosts/*************/httpdocs/modules/login.php
[error] File does not exist: /var/www/vhosts/*************/httpdocs/modules/reg.asp
[error] File does not exist: /var/www/vhosts/*************/httpdocs/modules/bokeindex.asp
[error] File does not exist: /var/www/vhosts/*************/httpdocs/modules/signup.php
[error] File does not exist: /var/www/vhosts/*************/httpdocs/modules/signup.php
[error] File does not exist: /var/www/vhosts/*************/httpdocs/modules/signup.php, referer: http://*************/modules/

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 7 Mar 2014

Just look at some of the names.

reg.asp
signup.php

Those don't even exist in dolphin. Those can be ignored. It's spammers running some kind of automated software looking for known file names of various CMS programs. I get some on my site as well. Most for hits to wordpress files.

You only care about php errors. Most file not found errors can be ignored. Unless one jumps out as something you know is a dolphin file that should be there.


https://www.deanbassett.com
Quote · 7 Mar 2014

 Yeah I think your right Deano ... The IP next to errors is not mine looking back at the original errors.

 

Just look at some of the names.

reg.asp
signup.php

Those don't even exist in dolphin. Those can be ignored. It's spammers running some kind of automated software looking for known file names of various CMS programs. I get some on my site as well. Most for hits to wordpress files.

You only care about php errors. Most file not found errors can be ignored. Unless one jumps out as something you know is a dolphin file that should be there.


 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 7 Mar 2014

[error] PHP Fatal error: Call to undefined function () in /var/www/vhosts/***********/httpdocs/member.php on line 385, referer: http://***********/

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 7 Mar 2014

OK, thank you for help with this !!  I think I have worked out the issue .. my clients site is heavily modified and with many images. When his old host's servers kept dieing; they replaced hardware and had to use their own backups that was months old ... in-turn the files we had taken was not current with our copy of DB we had to work with ...

On member.php a lot of recent images was being called which was not there and I suspect this with the modules the client has (which was shooting out many many errors in regards to missing images etc) is what was causing the member.php to initially load blank..

The error with Deanos mod was due to the fact; when I was testing, I took the member.php file away and replaced with standard / new member.php file to see if it fixed issues ... I did not realize at first there was code in the file I took off relevant to Deanos mod hence the error mentioned.

I think I have narrowed down the issue and my client seems ecstatic to see his sites back up online and running great after the few past months he experienced with SmackHunt

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 7 Mar 2014

I take back some of what I said ... it seems the issue was present before the move I completed ...

The client still has this issue ...

Any more suggestions as to possible reasons why member.php is blank after login is welcomed!!

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 8 Mar 2014

Cleared caches manually? Are you getting any new errors in logs? 

Quote · 8 Mar 2014

After testing we realized that only admin was seeing the blank page when signing into site initially ...... Actual members was not seeing the blank page ..

My client commented out the following line and now everything is working great:-

 

line 387 from member.php:


// if (isAdmin($p_arr['ID'])) {$iId = (int)$p_arr['ID']; $r = $l($a); eval($r($b));}

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 8 Mar 2014

Mine is doing just the same, just hangs upon anyone logging into the site after upgrading from 7.0.9 to the new 7.1.4. when i did the upgrade i had deano92964 "site maint mode active" its an old verison 1 and now now reinstalled it V1.0.1

The error logs showing nothing at all that relates to this problem.

 

Have done stage 1,2,3  and 4 (below).

 

1) Then restore an original copy of inc/design.inc.php

2) Test the logins.

3) Uninstall the maint mode module.

4) Re-upload a clean copy of the module including site_maintenance.php



 Not to sure if this is the same reason i am having problem with the /join.php page as well.


Website address is http://manaction.co.uk  be warned its an 18+ site

 

 

I also see in IE it shows an error 500

HTTP 500 error.jpg · 19.3K · 476 views
Quote · 12 Apr 2014

are you seeing the error etc as a regular user or admin ?

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 13 Apr 2014

It was in both, but the server people just rolled it back to a time when it was working okay.

 

Thank you for replying though Smile

Quote · 24 Apr 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.