Anope IRC Services

MagIRC => MagIRC Support => Topic started by: Connor on June 03, 2013, 10:43:08 AM

Title: Admin page doesn't login
Post by: Connor on June 03, 2013, 10:43:08 AM
Hello. I have Denora installed, and MagIRC set up, but when I try to login on the admin page to finish the setup, it literally doesn't even try to login. magIRC on my server is located http://blueeos.com/chat/stats/ (http://blueeos.com/chat/stats/)

Update: Still doesn't work. took a look at the PHP index file for that area, as far as I can tell, it looks to be in working order. I'm fairly certain PHP is up to date, but am unsure how badly a not-so up-to-date PHP installation would affect. PHP does work on my server. The login button seems to click, but does nothing. Please help. Been working on getting this working for a few days now.

Update: Added /another/ installation of MagIRC in http://stats.blueeos.com (http://stats.blueeos.com/) but to no avail. still doesn't login.

I have no idea what is causing it. any help would be greatly appreciated.
Title: Re: Admin page doesn't login
Post by: Connor on June 04, 2013, 11:13:45 PM
Can anyone even give me a general idea of what might be going wrong?
All the requirements are being met. I have PHP 5.3.24, pdo_msql is enabled, gettext is enabled, and mcrypt is enabled. The browser I'm using is Google Chrome.

Basic info:
PHP 5.3.24
MagIRC 0.8.7
Microsoft Windows Server 2008 R2
IIS7
Python support and Perl support.
Title: Re: Admin page doesn't login
Post by: Hal9000 on June 10, 2013, 06:53:03 PM
Please update magirc to the latest git version, run setup again to upgrade the database and then try again and let me know if it works now.
Title: Re: Admin page doesn't login
Post by: Connor on June 17, 2013, 12:58:27 PM
It is the latest version. Database is also updated. I tried that first.
Title: Re: Admin page doesn't login
Post by: Hal9000 on June 23, 2013, 01:16:13 PM
Are you using some sort of proxying or something?
If I try to go to http://blueeos.com:81/chat/stats/admin/ the login seems to work correctly.
Title: Re: Admin page doesn't login
Post by: master_zwerg on December 17, 2013, 02:21:53 AM
I also have a problem with the login in the admin area. While standing there login and password but nothing more (see link)
http://www.mstats.zwergenirc.de/admin

OS ( Server) Win 2012 with plex 11.5
PHP 5.3.24
MagIRC 0.8.7 beta
My question is what do I have to do it in detail please go to say since I'm a beginner. I have talked with my server provider and he said it is supported.
Thanks.


Title: Re: Admin page doesn't login
Post by: Hal9000 on December 29, 2013, 08:27:43 PM
I also have a problem with the login in the admin area. While standing there login and password but nothing more (see link)
http://www.mstats.zwergenirc.de/admin

OS ( Server) Win 2012 with plex 11.5
PHP 5.3.24
MagIRC 0.8.7 beta
My question is what do I have to do it in detail please go to say since I'm a beginner. I have talked with my server provider and he said it is supported.
Thanks.

I just see the default Plesk page so I guess you removed magirc :(
Title: Re: Admin page doesn't login
Post by: master_zwerg on December 29, 2013, 08:33:33 PM
I just see the default Plesk page so I guess you removed magirc :(
No Plesk has been updated and I don't know how I get all my pages in the origin. in the last update I had to make only PHP to 5.4... This goes but not anymore. I'm if I attacked again to have. But the root is still there, I've changed nothing.
Title: Re: Admin page doesn't login
Post by: master_zwerg on January 01, 2014, 10:53:34 AM
So failure of the page found. the 404 is now no longer available. Now I have the PHP support (php run as "CGI application, PHP version 5.4.23") there is now above even more "error"...
Have fun should watch.
Title: Re: Admin page doesn't login
Post by: Hal9000 on January 01, 2014, 03:35:48 PM
Please add the following code at the top of index.php,admin/index.php and rest/denora.php

Code: [Select]
if (!isset($_SERVER['REQUEST_URI']))
{
       $_SERVER['REQUEST_URI'] = substr($_SERVER['PHP_SELF'],1 );
       if (isset($_SERVER['QUERY_STRING'])) { $_SERVER['REQUEST_URI'].='?'.$_SERVER['QUERY_STRING']; }
}
Title: Re: Admin page doesn't login
Post by: master_zwerg on January 01, 2014, 03:47:02 PM
okay but i can't  Login :/
Title: Re: Admin page doesn't login
Post by: Hal9000 on January 02, 2014, 04:15:26 PM
Looks like for some reason the base_url configuration you have is wrong.
Please change the base_url value to http://www.mstats.zwergenirc.de/ in the magirc_config table (using for example phpmyadmin)