a syslog data viewer for the web
03.09.2010, 08:53 Uhr
Professional Services
Custom phpLogCon configuration? Maintenance Contract?

phpLogCon professional services


Online
Aktuell 10 Gäste und 0 registrierte Benutzer online.

Anmeldung

FAQ
FAQ  :: What is the reason that new records are not displayed? ::
(6447 Aufrufe)  
Verfasst von therget am Montag, 15. August 2005, 20:46 Uhr

Currently we know one circumstance why phpLogCon does not show all/new data: The time used in phpLogCon is by default set to UTC-time. For example, New York, USA is 5 hours behind UTC. So if you log data to your database at 1pm in New York, the UTC time is 6pm. phpLogCon's timefilter "today" takes all data since the begin of the day (12am) until now (in our sample its 1pm). But the UTC time format of the logged data is 6pm, so it wont be displayed yet. To fix this, open up the config.php, search for:

// Use UTC time
define('_UTCtime', 1);

and replace it with (or change it to):

// Use UTC time
define('_UTCtime', 0);

Now phpLogCon uses local time and your data should be displayed now.

Diesen Beitrag weiterempfehlen  Druckerfreundliche Ansicht
 Last Forum Posts
 · MySQL reports: Invalid SQL when selectin ...
Hi Guys,So I set up rsyslog to forward messages to MySQL DB, whic ...
· Change Password feature in phplogcon ...
I have added a new screen to change password. Currently only admi ...
· A better clean of MySQL sources
When an admin chooses to completely erase the table, it would als ...
· Login page not fully translated into Eng ...
Just an FYI for a later release (I'm on 3.0.0)...On the login pag ...
· Re: Search not working with custom field ...
Was it necessary to change the name of the searchfilter? It is su ...
· Re: Search not working with custom field ...
alorbach wrote:You changed it in the hardcoded field definitions? ...
· Re: Search not working with custom field ...
You changed it in the hardcoded field definitions? Please provide ...
· Re: Italian translation
Hi,unfortunately it does not contain a Spanish translation.best r ...
· Search not working with custom field nam ...
Hi,I edited the display name and search name of a field ( eg: cha ...
· Re: Italian translation
Does it include a spanish translation? Thanks for the information ...

 Login
 




 



:: Syndication: ::
Page created in 0.101495981216 seconds.