Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
User login module not working...
« previous
next »
Print
Pages: [
1
]
Author
Topic: User login module not working... (Read 5429 times)
ROUBOS
Hero Member
Posts: 699
User login module not working...
«
on:
June 28, 2012, 17:05:33 »
Hi,
the user login module does not sign me in, and I guess its because once I click login, it loads the first page which in my case is a .html page instead of the normal php frontpage.
When I use the Login form instead, it works fine.
Can we overcome this? Or shoud I not use the module and just go with the login page?
Logged
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: User login module not working...
«
Reply #1 on:
June 28, 2012, 19:09:15 »
Hello Roubos,
The login module is for front end usage (registered, author, editor, etc.) not admin. If you are trying to use for the backend it will not work.
If I misunderstood your question, please add more info.
Logged
Bournias.net
ROUBOS
Hero Member
Posts: 699
Re: User login module not working...
«
Reply #2 on:
June 28, 2012, 19:36:19 »
Once someone tries to log in using the medule, once they hit sign in, it loads the root page
http://www.chalkitis.gr
but the problem is that the root page is not index.php, but an index.html which has a flash intro. and so they don't get loged in.
When they log in through the loging page (not the module on the right), it reloads the same page and displays the message gor the successful login
Logged
apkoutsou
Sr. Member
Posts: 330
Re: User login module not working...
«
Reply #3 on:
June 28, 2012, 21:24:41 »
This is happening because, having enabled the SEO Pro, mod_login translates your
http://www.yourdomain.com/index.php
to
http://www.yourdomain.com/
that in turn tells your server to read index.html.
You may try this, if you are using version 2009.2:
Edit the file /modules/mod_login.php and change line 166 to:
$action = $mainframe->secureURL($action.'index.php');
This way you will be sure index.php is called and not index.html
Logged
Bitcraft-labs.gr
- Open source applications
ROUBOS
Hero Member
Posts: 699
Re: User login module not working...
«
Reply #4 on:
June 29, 2012, 01:04:15 »
using version 2009.3
Logged
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: User login module not working...
«
Reply #5 on:
June 29, 2012, 09:08:06 »
Yes, what apkoutsou says sounds correct since you decided to use flash in that way. You must modify the login module.
By the way, nice design.
Logged
Bournias.net
ROUBOS
Hero Member
Posts: 699
Re: User login module not working...
«
Reply #6 on:
June 29, 2012, 10:10:48 »
thank you
I will try to modify the login module
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
User login module not working...