From: Marc-Etienne V. <Mar...@al...> - 2012-01-03 11:08:07
|
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... |