Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Need help logging in

Asked Modified Viewed 2,128 times
S
sSs DeatHtAg
S
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

hey guys my net was down for almost a week ,now i cant gain access to my site .
it lets me enter my username and password but when i click links on site it log's me out again cookies are enabled on my pc site runs from localhost with redirected domain .
ver : PHPFusion Full v 7.02.03..

can anyone help with this ??:@

stevie ( ~sSs~DeAtHtAg )
0 replies

7 posts

M
miskith
M
My projects:
PHP-Fusion Czech | miskith portfolio | theConnex (In preparation) | Online game (Future project)
  • Member, joined since
  • Contributed 117 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Check the dates in the administration: Site Host and Site Path.
0 replies
S
sSs DeatHtAg
S
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Check the dates in the administration: Site Host and Site Path.


me beginer some more info lol:)
0 replies
M
miskith
M
My projects:
PHP-Fusion Czech | miskith portfolio | theConnex (In preparation) | Online game (Future project)
  • Member, joined since
  • Contributed 117 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Go to administration Settings->Main and check fields "Site Host" and "Site Path" if values in these fields are right.
0 replies
S
sSs DeatHtAg
S
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

cant logs me out all time
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Go to PHPmyAdmin Browse the settings table and look for site url and site host settings and tell us what you have there?
0 replies
M
miskith
M
My projects:
PHP-Fusion Czech | miskith portfolio | theConnex (In preparation) | Online game (Future project)
  • Member, joined since
  • Contributed 117 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Ok, can you with PHPMyAdmin? If so, check fields in PREFIX_settings.

Or you can edit "includes/classes/Authenticate.class.php" and maincore.php
replace:
setcookie($cookieName, $cookieContent, $cookieExpiration, $cookiePath, COOKIE_DOMAIN, false, true);

with
setcookie($cookieName, $cookieContent, $cookieExpiration, $cookiePath);

You must do this for all "setcookie" in "includes/classes/Authenticate.class.php" and in "maincore.php" and you must use COOKIES (not SESSION) for login.
0 replies
S
sSs DeatHtAg
S
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

ok will let you know

Merged on Jul 08 2011 at 17:26:02:
got it working after editing .....includes/classes/Authenticate.class.php could not find in maincore php ,but able to login to site now

thanks for help guys;)
Edited by sSs DeatHtAg on 08-07-2011 18:26,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
S
S
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
M
M
My projects:
PHP-Fusion Czech | miskith portfolio | theConnex (In preparation) | Online game (Future project)
  • Member, joined since
  • Contributed 117 posts on the community forums.
  • Started 2 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet