[pmwiki-users] PHP 5.3 woes.

Vince Administration vadmin at math.uconn.edu
Mon Oct 19 20:52:42 CDT 2009


On Oct 19, 2009, at 5:13 PM, rogutes at googlemail.com wrote:

> Vince Administration (2009-10-19 14:17):
>> On our system, Initially the pages more or less display, but not the
>> pagelists, with the default time zone warning either nicely
>> displayed near the end of the page, or one or several copies at the
>> top.
>> When I added the
>> date_default_timezone_set() = 'America/New_York';
>> to config.php, all the pages come up blank.
>> The session name line seems to have no effect.
>> We are running AuthUser.  Before I start deleting recipes, has
>> anyone got it to work yet?
>>
>> Thanks, Vince
>
> The line you are adding has syntax errors and error reporting is  
> turned
> off in your PHP config. It should read:
>  date_default_timezone_set('America/New_York');
>
> AuthUser seems to works here, but I didn't do much testing and didn't
> investigate beyond the workaround yet.
>
> The problem with pagelists lies in GlobToPCRE() function in pmwiki.php
> and is tracked at http://pmwiki.org/wiki/PITS/01149 . It concerns
> exclusion patterns (name=-Page) only.
>
> These two problems with PHP-5.3 are the only ones I've encountered so
> far.
>
> -- 
> --  Rogutės Sparnuotos
Thanks. I'll work out the error messages, but the fix to the date  
fixed most of the problems.
Thanks again for your help.
      Vince




More information about the pmwiki-users mailing list