hi all
i installed dolphin ad free 6.1.4 . all ok except today , when i go to the website and click , member login,
i get this this foggy cover ( sorry i donot know how to call it) , and the login form does not appear.
what happened ? was working fine yesterday
zaq
|
please anyone help me with the above problem |
Try using a differnt browser. I have that problem when I use googles chrome browser. Try Firefox http://www.mozilla.com/en-US/ |
hi
no , i use Firefox and it is the same problem as IE ,
any help pls ?
zaq
|
You shouldp post a link to the site so that someone can take a look. |
hi
see link for my site below ,
try to click , member login , you will see what i mean ,
http://www.babona.com
hope someone knows how to solve the problem
zaq
|
Have you installed any new mods, check your member.php file make sure there is no empty lines after ?> not sure if this will help but its worth a look. |
Hey guys I am also having same problem with my fresh installed 6.1.4 Boonex Dophine. And I didn't installed any mod yet.
And also tango3d I really don't understand what you mean. I check member.php and find so many ?> :D
Thanks in advance guys.
|
hi all
i installed the member.php from the original dolphin but still have same problem :(
pls help
zaq
|
My idea is the theme changer that make some problems. I have tested into latest Opera, if I click om member login I got the overlay but nothing more and can click on the underlaying home button.
I have nu clue for this Kids first |
Ow ic... Is there any way that instead of the popup layer will come up after cicking the Member Login it will just goto the member.php(in my case here http://aux-3.net/member.php)
thank
|
The same problem as the other, the login form is not showing up only the pop-up layer comes blanc. hmmm strange. If you call the member.php directly there is no problem, so its some thing with the ajax code maby? Kids first |
Not 100% sure but I think you miss your domain-name
My code:
<a href="http://www.epowerline.net/member.php" onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( 'http://www.epowerline.net/member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location ) );return false;">Member Login</a>
Your code:
<a href="http://www.babona.com/member.php" onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( 'member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location ) );return false;">Member Login</a>
|
Hi babona,
When I try to go to your site's member.php page directly, I get the following errors:
Warning: require_once(/home/babona/public_html/inc/classes/BxDolBulletins.php) [function.require-once]: failed to open stream: No such file or directory in /home/babona/public_html/member.php on line 28
Fatal error: require_once() [function.require]: Failed opening required '/home/babona/public_html/inc/classes/BxDolBulletins.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/babona/public_html/member.php on line 28
|
okweb may I ask if where I can found those codes you mention? Coz I wanted to check on mine.
Thanks
|
hi all
i installed a fresh dolphin script , and guess what , the member login didnot work again ,
how can i cancel Ajax ? i donot need this popup layer to appear ,
zaq
|
hi all
after i spoke to my hosting company ( hostgator) , and i showed them the two sites , ( old and the newly installed) ,
the login form appears now,
so anyone with hostgator and having this problem , speak to them , they didnot solve the problem , and they tryied to say that their hosting doesnot support ffmpeg , i thought was a daft suggestion ,
they advertise on boonex website that they are fully support dolphin script , now they say they donot support ffmpeg
anyway , thank you for all your help ,
zaq
|
Just in case.. try to change Member Login opening to normal page..
Open file functions.php at templates/tmpl_xxx/scripts/
Remove some code at line 218:
onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( 'member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location ) );return false;"
Beware.. only until return false;" not return false;">
|
hi ErvanErfian
thank you very much , i did as you said , and the login works perfect , you are the man ,
zaq
|
@real_skinner
Contact your hosting company about it, maybe they need to add your site to the whitelist!!!
|
|
Just in case.. try to change Member Login opening to normal page..
Open file functions.php at templates/tmpl_xxx/scripts/
Remove some code at line 218:
onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( 'member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location ) );return false;"
Beware.. only until return false;" not return false;">
Hi, I did trying the above code but i'm still getting the fade image and the login form is still not appearing. Do you have any idea what went wrong?
|
|
Just in case.. try to change Member Login opening to normal page..
Open file functions.php at templates/tmpl_xxx/scripts/
Remove some code at line 218:
onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( 'member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location ) );return false;"
Beware.. only until return false;" not return false;">
Thanks Ervan....I have Host Gator as my host, however, doing what you said worked perfect! My Login link at the top of my page works like a charm now!
|
Thanks Ervan, you are the man! |