after install phplogcon-v1.2.3 blank page

Everything which is related to the installation of phpLogCon.

RE: after install phplogcon-v1.2.3 blank page

Postby mmeckelein on Tue Apr 10, 2007 6:58 am

Hi,

Did you get an error while running the install script? Please check your database values in config.php

Code: Select all
   //Server name (only needed if you not use ODBC)
  define('_DBSERVER', 'localhost');

   // DSN (ODBC) or database name (Mysql)
  define('_DBNAME', 'phplogcon');

   // Userid for database connection ***
  define('_DBUSERID', 'MonitorWareUser');

   // Password for database connection ***
  define('_DBPWD', 'UsersPassword');

   // table name
  define('_DBTABLENAME', 'SystemEvents');

   // Switch for connection mode
   // Currently only odbc and native works
  define('_CON_MODE', 'native');

   // Defines the Database Application you are using,
   // because for example thx ODBC syntax of MySQL
   // and Microsoft Access/SQL Server/etc are different
   // Currently available are:
   // with native: mysql
   // with ODBC: mysql and mssql are available
  define('_DB_APP', 'mysql');


Ensure that _CON_MODE is set to native and _DB_APP to mysql.

If this does not help, change the following line in include.php from
Code: Select all
// error_reporting(E_ALL);

to
Code: Select all
error_reporting(E_ALL);


After this change, is still a blank page displayed or an error?
mmeckelein
Adiscon Support
 
Posts: 167
Joined: Wed Mar 12, 2003 12:07 pm

Re: RE: after install phplogcon-v1.2.3 blank page

Postby mmeckelein on Wed Apr 11, 2007 6:19 am

php-help wrote:What I did is installed the rpm with mysql for the rsyslog then ran the phplogcon/install.

This is the common way of installing phplogcon. Running phplogcon/install will create all necessary tables.

php-help wrote: to make sure its being created.


Simply start mysql and check if the the Syslog database has tables.

php-help wrote:Now I see the web page but there is now data exist nor i can see the database

Please check the SystemEvents table in your Syslog database. Are there any data logged?
mmeckelein
Adiscon Support
 
Posts: 167
Joined: Wed Mar 12, 2003 12:07 pm

Re: RE: after install phplogcon-v1.2.3 blank page

Postby mmeckelein on Wed Apr 11, 2007 6:58 am

php-help wrote:What I did is installed the rpm with mysql for the rsyslog


BTW: May I ask from where you got this rpm package?
mmeckelein
Adiscon Support
 
Posts: 167
Joined: Wed Mar 12, 2003 12:07 pm

Postby mmeckelein on Fri Apr 13, 2007 7:33 am

To attach files to the form is not possible. However, you can directly email the screens to support@adiscon.com or use a a service like Imageshack http://img1.imageshack.us/ to host your image and providing the link here.
mmeckelein
Adiscon Support
 
Posts: 167
Joined: Wed Mar 12, 2003 12:07 pm

Postby mmeckelein on Mon Apr 16, 2007 9:19 am

Hi,

we have received the files. No errors are displyed, you you already checked
Please check the SystemEvents table in your Syslog database. Are there any data logged?
mmeckelein
Adiscon Support
 
Posts: 167
Joined: Wed Mar 12, 2003 12:07 pm

Postby mmeckelein on Mon Apr 16, 2007 3:50 pm

start mysql e.g. as root
Code: Select all
mysql -u root -p

select the Syslog table
Code: Select all
use Syslog;

display data from SystemEvents table
Code: Select all
select * from SystemEvents;
mmeckelein
Adiscon Support
 
Posts: 167
Joined: Wed Mar 12, 2003 12:07 pm

Google Ads


Next

Return to Installation

Who is online

Users browsing this forum: No registered users and 0 guests

cron