From: Reini U. <ru...@x-...> - 2005-01-13 18:32:38
|
ms...@sp... schrieb: > > On Jan 13, 2005, at 12:13 PM, Reini Urban wrote: > >> ms...@sp... schrieb: >> >>> On Jan 12, 2005, at 6:39 AM, Reini Urban wrote: >>> >>>> Joel Uckelman schrieb: >>>> >>>>> 1. Is there something special I need to to do get 1.3.10 working >>>>> with Apache 2 >>>>> and PHP 4.3? I haven't been able to get the wiki to create a new page >>>>> db, even. >>>> >>>> >>>> The internal redirect-after-edit is broken. >>>> Make sure that your theme has a valid signature ImageAlias, >>>> and not false. >>>> $WikiTheme->addImageAlias('signature', "Signature.png"); >>>> >>>> This seems to be a special problem with apache2, but I got nearer in >>>> the last week. >>>> >>> I'm running apache2, phpwiki 1.3.7, using a provided theme (MacOSX), >>> and can't change the contents of a page. What's going on? >> >> >> Exact error description please. I cannot guess into the blue. >> >> Most likely the signature is missing. If so, you can edit, but get an >> empty page after pressing "Save". >> >> Other failures should print something. > > No error message. If there were one, I'd still be debugging ;) > > I haven't changed the the MacOSX theme, so as far as I know it's there. > The logo shows up properly, so I assume the signature it there too. > (signature.png is in the images folder.) I'm just trying to do something > simple, like edit the Sandbox. If I press preview or save, the page > refreshes with the original contents. Yep, that's it! Try to fix the Signature alias in your themeinfo.php, so that it will be found. > One bit of oddity that I suppose might be related: the theme actually > varies between the default one and the MacOSX one, depending on the > page. The Home Page is default, as is the Sandbox page, Release Notes, > and Doc page, but none of the others that are linked to from the front > page. Edit always shows up as MacOSX. In both cases there is a logo. > > I'm running a Debian box, in case that's relevant. Not relevant. Same on windows. Same on apache1 and apache2. I thought it might be HTTP 1.0 / 1.1 related. Status code quirks. Lots of docs in the src. But I don't have enough time to verify and debug that now. I did a debug build of my apache and tried to step through, but didn't finish yet. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |