member login do not work

hi

after installation dolphin 6.1 at www.bollywood-tube.info when click on member login in home page error appeared after putting in username and password "profile erro. please, try again."

can anyone help resolving it as when I tried to loging using complete link www.bollywood-tube.info/member.php

I can login as member.

 

 

 

Quote · 1 Oct 2008

have you made yourself member on the site, after install?
This is needed..

Kids first
Quote · 1 Oct 2008
yes i made my self member but still the same result one fake members just for test username and password are below website http://www.bollywood-tube.info username khan password attock you can try error come profile error please try again
Quote · 2 Oct 2008

http://bollywood-tube.info/xml/get_list.php?dataType=login&u=khan&p=attock
.. seems you have some troubles ..

try to reload this file

get_list.php using BINARY ftp mode, ok?

Quote · 2 Oct 2008

hi

done transfer in binary mode still the same error occured

Quote · 3 Oct 2008

Maybe your hosting have some strange settings?

http://bollywood-tube.info/xml/get_list.php?dataType=login&u=khan&p=attock

this page ..
why it enter unnecessary <br /> ?

In normal state this pare just return or 'success' or 'failed' for dataType=login - just simple string

here code from this file:

print 'success';
exit;

are you know why result not 'success' ?
ask your hosting too.

Quote · 3 Oct 2008

thanks for help

 

I added file php.ini  and put "disable_functions =" in the file and start working

 

 

 

Quote · 3 Oct 2008

Hi AdreyP, the result was 'success' but still the pop up didn't show.

Quote · 5 Nov 2008

Show your URL - I`ll inspect your site using firebug and show cause of failed login

Quote · 5 Nov 2008

Show your URL - I`ll inspect your site using firebug and show cause of failed login

http://kasikas.com hosted @ hostgator

Quote · 5 Nov 2008

I had the same problem

and I dont know what to do

Quote · 5 Nov 2008

AndreyP

my php.ini

[PHP]


max_execution_time = 2000
max_input_time = 2000
memory_limit = 128M

register_globals = Off
register_argc_argv = On
post_max_size = 100M

enable_dl = Off
file_uploads = On
upload_max_filesize = 100M

allow_url_fopen = Off
allow_url_include = On

Quote · 6 Nov 2008

How many times I repeat:

allow_url_fopen = Off

why it Off ?I many times tell that it strictly must be On

Quote · 6 Nov 2008

actually the default was On but i think it takes a couple of hours to propagate the changes. Smile

I had tried other features of Dophin and it works fine, the only problem so far is the Ajax member login and please take a look my url  kasikas.com

Quote · 6 Nov 2008

Hi

 

 

this is my PHP.INI

 

[PHP] upload_max_filesize = 100M post_max_size = 100M output_buffering = on max_execution_time = 1000 max_input_time = 1000 memory_limit = 64M allow_url_fopen = On


i put it on

but the member login dont work

i have to do an extra thing
Cry
and i have 2 extra problesm about dolphin
in admin/content/profile video   didnt work
and the events didnt show at the hompage

i almost crazy

zorry for my English
Cry


Quote · 6 Nov 2008

Read this before (common site issues)

http://www.google.com/search?hl=en&q=403+forbidded+allow_url_fopen&btnG=Google+Search&aq=f&oq=

http://forums.whirlpool.net.au/forum-replies-archive.cfm/727303.html

http://64.233.183.104/search?q=cache:iLAXaMDMRsUJ:www.codingforums.com/archive/index.php%3Ft-41636.html+403+forbidded+allow_url_fopen&hl=en&ct=clnk&cd=4

http://xoops.peak.ne.jp/md/d3forum/index.php?topic_id=804

Quote · 6 Nov 2008

all right my site kasikas.com is working now, i coordinated to linux admin support where i host my site...thank you guys for your help...

Quote · 7 Nov 2008

I can´t find a solution

Cry

Quote · 7 Nov 2008

I need Help

Quote · 10 Nov 2008
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;">
Quote · 31 Dec 2008

in /public_html/templates/tmpl_xxx/scripts/functions.php

Near 218

replace

<a href="<?= $site['url'] ?>member.php" onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( 'member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location )  );return false;"><?= _t( '_Member Login' ) ?></a>

with

<a href="<?= $site['url'] ?>member.php"><?= _t( '_Member Login' ) ?></a>

Quote · 24 May 2009

Listen Guys. I fugured out a quick way to solve this problem.It will allow you to bypass the Ajax Splash completely. 
1) go to admin/settings/language settings
2) in the look for field type (Member Login) a window will open. 
3) Highlight the string (member Login) and replace it with this <a href="http://www.yoursite.com/member.php">Member Login</a>

web 101 LOL simplicity f-n rules! P.s. Nothing else was working for me this is a quick fix without risking some serious DB muck-ups and reinstalls

Quote · 2 Jun 2009
 
 
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.