I'm slowly migrating from Fedora 11 to Fedora 16 and updating my phpwiki in the process. It's looking pretty food, but I'm seeing a few problems. The new wiki is at http://www.hallikainen.org:8080/phpwiki-1.4.0rc1/index.php/HomePage . The problem areas are in the left margin where I'm seeing stuff like: # setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); ?> # RecentNewPages # What links here # setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); ?> under Toolbox. Also, there are some php warnings and another warning at the bottom of page. Also, when editing a page, the captcha image is not showing up. Instead, I see "<img src="?action=captcha&id=1325476355" alt="captcha" /> <label for="edit-captcha_input">Type word above: </label>" THANKS for any help! Harold
Le 02/01/2012 04:54, Harold Hallikainen a écrit : > I'm slowly migrating from Fedora 11 to Fedora 16 and updating my phpwiki > in the process. It's looking pretty food, but I'm seeing a few problems. > The new wiki is at > > http://www.hallikainen.org:8080/phpwiki-1.4.0rc1/index.php/HomePage . > > The problem areas are in the left margin where I'm seeing stuff like: > > # setAttr("accesskey","r"); $link->addTooltip(_("The list of recent > changes in the wiki.")." [$p-r]"); ?> > # RecentNewPages > # What links here > # setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media > files")." [$p-u]"); ?> > > under Toolbox. Hello Harold, Thank you for your interest in Phpwiki. I cannot reproduce your problem, but it is probably related to the fact that the file themes/Sidebar/templates/navbar.tmpl uses the old PHP syntax "<?" instead of "<?php". Can you please: 1) Try with the latest Subversion trunk instead of 1.4.0RC1 or 2) Modify file themes/Sidebar/templates/navbar.tmpl as in http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/themes/Sidebar/templates/navbar.tmpl?r1=8166&r2=8216&pathrev=8216 Happy new year 2012! Marc-Etienne -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al...
Le 02/01/2012 04:54, Harold Hallikainen a écrit : > Also, when editing a page, the captcha image is not showing up. Instead, I > see "<img src="?action=captcha&id=1325476355" alt="captcha" /> > <label for="edit-captcha_input">Type word above:</label>" Hello again, This is fixed in Subversion 8217. You can: 1) Try with the latest Subversion trunk instead of 1.4.0RC1 or 2) Modify file lib/Captcha.php as in http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/lib/Captcha.php?r1=8071&r2=8217&pathrev=8217 Best regards, Marc-Etienne -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al...