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.
|
have you made yourself member on the site, after install? This is needed.. Kids first |
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
|
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?
|
hi
done transfer in binary mode still the same error occured
|
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.
|
thanks for help
I added file php.ini and put "disable_functions =" in the file and start working
|
Hi AdreyP, the result was 'success' but still the pop up didn't show. |
Show your URL - I`ll inspect your site using firebug and show cause of failed login |
Show your URL - I`ll inspect your site using firebug and show cause of failed login
http://kasikas.com hosted @ hostgator
|
I had the same problem
and I dont know what to do
|
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
|
How many times I repeat:
allow_url_fopen = Off
why it Off ?I many times tell that it strictly must be On
|
actually the default was On but i think it takes a couple of hours to propagate the changes. 
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
|
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
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
|
|
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... |
I can´t find a solution

|
|
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;">
|
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>
|
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 |