Page 1 of 1

logon.php will not logon

PostPosted: 08. March 2013 17:22
by D12108386
Hi

I am running XAMPP 1.7.3 (full) on my Windows XP service pack 3. I have set up my PHPMYADMIN username = root and password = Baut19inci. My PHPMYADMIN database name = timetable.

I set up my config.php to reflect my PHPMYADMIN timetable settings. Now when I access my logon.php through //localhost/timetable and type in the default username = ADMIN and Password = 1234, the screen keeps telling me I am using the "wrong username and password".

Inside my timetable PHPMYADMIN database, there is only 1 username and password, which is the default 1 above ADNIN & 1234. When I use the software on my website server it works just fine, but on XAMPP it refuses to login. This is the config.php script for my timetable PHPMYADMIN root@localhost:

<?php
define('DB_NAME', 'timetable');
define('DB_USER', 'root');
define('DB_PASSWORD', 'root');
define('DB_HOST', 'localhost:3306');

// define('DB_NAME', 'timetable');
// define('DB_USER', 'root');
// define('DB_PASSWORD', 'Baut19inci');
// define('DB_HOST', 'localhost');

//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');

//define('DEBUG', false);

if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');

//require_once(ABSPATH . 'settings.php');
?>

Is there anything I have to do to any XAMPP files or is there an issue with the above config.php script?

Thank you for taking the time to read my post and I appreciate any assistance.

Kindest Regards
Geoff.... :)

Re: logon.php will not logon

PostPosted: 09. March 2013 14:07
by Altrea
Hi Geoff,

I am guessing that the issue has something to do with the contents of your database, but nobody can know for sure without knowing the whole database and scripts.
We can't provide any support for third party webapplications. You should debug your script or (if it is not your own webapplication) ask the support of that script.

best wishes,
Altrea