This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

admin page doesn't log in....
#1

I set up everything correctly but when I try to log in at admin panel it loads and reappear at log in again.
Session works as well....
Reply
#2

Do you get any errors in your server's error log?
Have you tried clearing everything in your web browser and closing it?
Have you tried it in a different web browser?
Did you use any special characters for your username/password?
Does it say wrong username/password?
Does it say wrong username/password if you type the wrong info?

Have you completed the interview?
Reply
#3

Do you get any errors in your server's error log? no
Have you tried clearing everything in your web browser and closing it? no
Have you tried it in a different web browser? IE and chrome
Did you use any special characters for your username/password? no
Does it say wrong username/password? no
Does it say wrong username/password if you type the wrong info? yes


try it out
http://www.darkkyshadow.com/comments/adm...=dashboard
tell me if password is changed by someone else.
Username: harvard1932
Password: 688i35hj5k
Reply
#4

Ok can you create a PHP file with this inside:

PHP Code:
<?php
phpinfo
();
?>

Upload it to your website, for example:

darkkyshadow.com/phpinfo.php

And then post here the hyperlink to the file.

Have you completed the interview?
Reply
#5

here: http://www.darkkyshadow.com/comments/sinfo.php
Reply
#6

I think it's because you're running PHP in CGI mode.

Can you open /comments/admin/includes/auth.php

On line 71, there is this:

PHP Code:
<?php 
header
("Location: index.php?page=dashboard");

Replace with:

PHP Code:
<?php 
session_write_close
();
header("Location: index.php?page=dashboard");
die();

Have you completed the interview?
Reply
#7

(27-Jul-2012, 09:11 PM)Steven Wrote:  I think it's because you're running PHP in CGI mode.

Can you open /comments/admin/includes/auth.php

On line 71, there is this:

PHP Code:
<?php 
header
("Location: index.php?page=dashboard");

Replace with:

PHP Code:
<?php 
session_write_close
();
header("Location: index.php?page=dashboard");
die();
Just replaced the code. Same thing.....
password was changed to ol6zar5q4q
I uploaded auth.php here as well.


Attached Files
.php auth.php Size: 8.92 KB  Downloads: 11
Reply
#8

Does your website have a .htaccess file which could be conflicting?

Have you completed the interview?
Reply
#9

(27-Jul-2012, 10:04 PM)Steven Wrote:  Does your website have a .htaccess file which could be conflicting?

just a .htaccess file that change 404 page
Reply
#10

Sorry, I don't know what else it could be.

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
06-Nov-2013, 07:44 PM
Last Post by Steven
13-Mar-2013, 02:04 PM
Last Post by Koksi
22-Nov-2012, 03:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)