Cannot login after installation:
jsinclair wrote:I would check your web server error log to see if there are any errors being logged there. Also, can you post your configuration.inc.php settings (minus the database information)?
Hello Justin Sinclair,
Firstly, I liked your live demo. My congratulations to you in developing a good inventory solution.
Secondly, I am also having the same login problem. I read your "PLEASE READ THIS BEFORE POSTING!" and searched the forum for previous solution and i came across this thread.
Well, let me explain the bug for your perusal.
Platform: Windows XP, XAMPP for Windows v1.7.3 [Basic package]
Apache 2.2.14 (IPv6 auto enabled),
MySQL 5.1.41 + PBXT engine,
PHP 5.3.1,
OpenSSL 0.9.8l,
phpMyAdmin 3.2.4,
XAMPP Control Panel 2.5.8,
XAMPP CLI Bundle 1.6,
Webalizer 2.21-02,
Mercury Mail Transport System v4.72,
msmtp 1.4.19,
FileZilla FTP Server 0.9.33,
SQLite 2.8.17,
SQLite 3.6.20,
ADOdb 5.10,
eAccelerator 0.9.6-rc1,
Xdebug 2.0.6-dev,
Ming 0.4.3
http://www.apachefriends.org/en/xampp-windows.html
XAMPP 1.7.2 - Setup
XAMPP path: D:\xampp
enable HTTPS (SSL)
disable Server Side Includes (SSI)
disable mod_perl
disable Apache::ASP
XAMPP Control Panel
Start: Apache
Start: MySql
mySQL Configs via phpMyAdmin:
http://localhost/phpmyadmin
DB: tracmor
User: tracmor
Host: localhost
Password: tracmor
Grant: No
Global privileges: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, FILE, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, CREATE VIEW, EVENT, TRIGGER, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EXECUTE
SQL import 1: D:/xampp/htdocs/data_model/create-01.05.00.sql
SQL import 2: D:/xampp/htdocs/data_model/data-01.05.00.sql
tracmor version: tracmor-0.2.0.zip
tracmor Configs:
D:\xampp\htdocs\includes\configuration.inc.php
define ('__DOCROOT__', 'D:/xampp/htdocs');
define ('__VIRTUAL_DIRECTORY__', '');
define ('__SUBDIRECTORY__', '');
define('DB_CONNECTION_1', serialize(array(
'adapter' => 'MySqli5',
'server' => 'localhost',
'port' => 3306,
'database' => 'tracmor',
'username' => 'tracmor',
'password' => 'tracmor',
'profiling' => false)));
I belive i've finished the setup.
Browser & version: Opera@USB 10.10, FireFox 3.5.6 & IE 6.0.2
i tried 3 browsers & When i open
http://localhost/ or
http://127.0.0.1/
it redirects to login.php but it is blank.
Apache Error Log
[Thu Dec 24 05:57:53 2009] [notice] Digest: generating secret for digest authentication ...
[Thu Dec 24 05:57:53 2009] [notice] Digest: done
[Thu Dec 24 05:57:55 2009] [notice] Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 configured -- resuming normal operations
[Thu Dec 24 05:57:55 2009] [notice] Server built: Jul 22 2009 11:35:54
[Thu Dec 24 05:57:55 2009] [notice] Parent: Created child process 3360
[Thu Dec 24 05:57:56 2009] [notice] Digest: generating secret for digest authentication ...
[Thu Dec 24 05:57:56 2009] [notice] Digest: done
[Thu Dec 24 05:57:57 2009] [notice] Child 3360: Child process is running
[Thu Dec 24 05:57:57 2009] [notice] Child 3360: Acquired the start mutex.
[Thu Dec 24 05:57:57 2009] [notice] Child 3360: Starting 150 worker threads.
[Thu Dec 24 05:57:57 2009] [notice] Child 3360: Starting thread to listen on port 443.
[Thu Dec 24 05:57:57 2009] [notice] Child 3360: Starting thread to listen on port 80.
[Thu Dec 24 06:34:17 2009] [error] [client 127.0.0.1] File does not exist: D:/xampp/htdocs/favicon.ico
Apache Access Log
127.0.0.1 - - [24/Dec/2009:06:15:29 +0530] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979 "http://127.0.0.1/xampp/navi.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:15:44 +0530] "GET / HTTP/1.1" 302 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:15:44 +0530] "GET /login.php HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:18:33 +0530] "GET /login.php HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:18:34 +0530] "GET /login.php HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:34:14 +0530] "GET / HTTP/1.1" 302 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:34:14 +0530] "GET /login.php HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:34:17 +0530] "GET /favicon.ico HTTP/1.1" 404 349 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:44:14 +0530] "GET / HTTP/1.1" 302 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)"
127.0.0.1 - - [24/Dec/2009:06:44:14 +0530] "GET /login.php HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)"
127.0.0.1 - - [24/Dec/2009:06:48:10 +0530] "GET /login.php HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
127.0.0.1 - - [24/Dec/2009:06:48:11 +0530] "GET /login.php HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6"
i tried the logs but nothing is added. i hope you'll be able to solve this bug.
Looking forward to use tracmor soon. Merry X'mas.
Best Regards,
Paval.
Last edited by zxcqwe (2009-12-23 17:39:29)