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

Problem with admin panel
#1

When I go to the login page for the admin panel where it asks for username and password after I login it sends me to the 404 page. What am I doing wrong? Installation went fine with no issues. Thanks in advance for any help you can provide.
Reply
#2

Hi,

It could be due to a bad upload. Try re-uploading the /comments/admin/ folder.

Have you completed the interview?
Reply
#3

(25-Oct-2011, 11:12 AM)Steven Wrote:  Hi,

It could be due to a bad upload. Try re-uploading the /comments/admin/ folder.


Didn't work. It takes me to /admin/includes/index.php which is a 404 error page.
Reply
#4

Okay does the login page have the following URL?
www.yourdomain.com/comments/admin/

Do you have any .htaccess rules which may be affecting it?

Are there any error messages in your server error log?

Have you completed the interview?
Reply
#5

(25-Oct-2011, 05:54 PM)Steven Wrote:  Okay does the login page have the following URL?
www.yourdomain.com/comments/admin/

Do you have any .htaccess rules which may be affecting it?

Are there any error messages in your server error log?


The login page is /comments/admin/index.php?page=dashboard

no idea about .htaccess rules

no error logs
Reply
#6

I don't know what else to suggest. It's possible that it's a session issue, in which case it would be best to talk to your host.

Have you completed the interview?
Reply
#7

(25-Oct-2011, 07:59 PM)Steven Wrote:  I don't know what else to suggest. It's possible that it's a session issue, in which case it would be best to talk to your host.

Is this the correct page it is supposed to go to when I login to the admin panel?

/admin/includes/index.php
Reply
#8

No, it should go to /comments/admin/index.php?page=dashboard, the same URL as the login page.

You can see how it should work on the admin demo:
http://www.commentics.org/demo-menu.php

The bit of code which directs is line 62 in /comments/admin/includes/auth.php.
PHP Code:
<?php 
header
("Location: index.php?page=dashboard");

Have you completed the interview?
Reply
#9

Well that looks right in the code anyway. I'm going to do a complete reinstall and see if that will fix it.

Reply
#10

Fixed that issue now I'm going to attempt integration lol. Thanks for the help.
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by murat
31-Dec-2020, 07:00 PM
Last Post by marcparish
12-Jul-2020, 11:05 PM
Last Post by Steven
13-May-2019, 09:32 AM
Last Post by armadillo
04-Mar-2019, 09:01 AM
Last Post by hentes
06-Nov-2016, 01:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)