John Cole schrieb:
> You can run into some problems (on past versions at least) because parts
> OldTextFormattingRules was included on the edit page. If you can still edit
> without that page, I don't think you'll have any problems. One quick
> workaround is to create a blank OldTextFormattingRules page if you do run
> into a problem editing (or remove the link from the edit page file, as I
> used to do).
>
> I think this was fixed long ago, because I haven't need to do that in
> months.
Well, that's actually the php PCRE memory problem hitting us at
ConvertOldMarkup().
It's the main hold back for a release-1.3.11, where I wanted to have
fixed that. (besides other memory related problems, which cause no crash)
It crashes on converting complicated old markup, when the
phpwiki memory is low:
1. the page is big, or we convert
2. in between some other memory hog process like setupwiki or dumphtml
I did improve the situation by trying various things out, but the actual
problem is still unsolved. Just the memory situation got better.
Yes, you can safely remove the content of OldTextFormattingRules. It's
just docs.
> -----Original Message-----
> From: phpwiki-talk-admin@...
> [mailto:phpwiki-talk-admin@...] On Behalf Of Robert
> Croson, Jr
> Sent: Friday, December 03, 2004 10:55 AM
> To: phpwiki-talk@...
> Subject: RE: [Phpwiki-talk] Installation problems
>
> At 0:29 on 4 Dec 2004, Charles Corrigan <charles@...> wrote:
>
>
>>I had a similar problem on a different page (I now have a second
>>installation of phpwiki running on my Windows XP desktop).
>>
>>My workaround was to rename the file in pgsrc containing the page where
>
> the
>
>>error occurred to start with an "x" so it was processed last. Obviously,
>>this is not a real fix, just a workaround - I suspect an Apache or PHP on
>>windows problem here...
>
>
> That worked, except that I had to actually remove two files, instead of
> rename them. Even if I renamed them, they were 'still' processed in the
> same order, just with the new file names. The files I had to remove
> were:
>
> OldTextFormattingRules
> PgsrcRefactoring
>
> That let it finish, and I can run it properly.
>
> Will removing those two pages cause problems?
no.
> BTW - I also had to uncomment the DEBUG = 1 line in the CONFIG.INI
> file, or all my pages would get about 50 "missing DEBUG" warnings at
> the bottom of every page.
>
> Thanks for the help!
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
|