[pLog-svn] r4367 - plog/branches/lifetype-1.1.3

Oscar Renalias oscar at renalias.net
Wed Nov 29 18:08:56 GMT 2006


Perhaps there's something weird in there, but let's not waste any  
more time on this. This fix is good enough for everyone, just  
remember to reenable these lines in your local installation if you  
need them.

On 29 Nov 2006, at 18:51, Jon Daley wrote:

> 	Right, I agree.  I just meant it is strange that they only removed  
> it one place.  Can there be a missing include somewhere, that only  
> affects some things, and not if you have a plugin installed, or  
> some crazy thing?
>
> On Wed, 29 Nov 2006, Oscar Renalias wrote:
>
>> I think so. But in order to avoid any more problems, let's  
>> deactivate it everywhere.
>>
>> On 29 Nov 2006, at 17:56, Jon Daley wrote:
>>
>>> 	What is interesting is the guy on the forums on disabled it in  
>>> one place, right?
>>> On Wed, 29 Nov 2006, oscar at devel.lifetype.net wrote:
>>>> Author: oscar
>>>> Date: 2006-11-29 15:27:07 +0000 (Wed, 29 Nov 2006)
>>>> New Revision: 4367
>>>> Modified:
>>>>  plog/branches/lifetype-1.1.3/admin.php
>>>>  plog/branches/lifetype-1.1.3/index.php
>>>> Log:
>>>> Performance logging seems to be causing problems to some users,  
>>>> so let's keep it disabled by default. Those who need it, will  
>>>> probably figure out how to enable it.
>>>> Modified: plog/branches/lifetype-1.1.3/admin.php
>>>> ===================================================================
>>>> --- plog/branches/lifetype-1.1.3/admin.php	2006-11-28 22:15:04  
>>>> UTC (rev 4366)
>>>> +++ plog/branches/lifetype-1.1.3/admin.php	2006-11-29 15:27:07  
>>>> UTC (rev 4367)
>>>> @@ -43,5 +43,5 @@
>>>>    $controller->process( HttpVars::getRequest(), "op");
>>>>
>>>>    // log statistics, only for debugging purposes
>>>> -    Info::logMetrics();
>>>> +    //Info::logMetrics();
>>>> ?>
>>>> Modified: plog/branches/lifetype-1.1.3/index.php
>>>> ===================================================================
>>>> --- plog/branches/lifetype-1.1.3/index.php	2006-11-28 22:15:04  
>>>> UTC (rev 4366)
>>>> +++ plog/branches/lifetype-1.1.3/index.php	2006-11-29 15:27:07  
>>>> UTC (rev 4367)
>>>> @@ -50,5 +50,5 @@
>>>>    $controller->process( HttpVars::getRequest(), "op");
>>>>
>>>>    // log statistics, only for debugging purposes
>>>> -    Info::logMetrics();
>>>> +    //Info::logMetrics();
>>>> ?>
>>>> _______________________________________________
>>>> pLog-svn mailing list
>>>> pLog-svn at devel.lifetype.net
>>>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>> -- 
>>> Jon Daley
>>> http://jon.limedaley.com/
>>> If God had intended man to smoke, he would have set him on fire.
>>> _______________________________________________
>>> pLog-svn mailing list
>>> pLog-svn at devel.lifetype.net
>>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>
> -- 
> Jon Daley
> http://jon.limedaley.com/
>
> I'm not confused, I'm just well mixed.
> -- Robert Frost
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list