The set up I have on my local install, and it is demonstrated below.
Problem:
Dunno why this fixes it, but probably not the best way to do this.
Modify lib/smarty_tiki/function.menu.php
, comment out statement starting at line 123, shown below.
if (strpos($_SERVER['SCRIPT_NAME'], 'tiki-register') === false) { $cachelib->cacheItem($cacheName, serialize(array($menu_info, $channels)), $cacheType); }
create a cron job to clear the cache with this command:
ls -1d ./temp/cache/* |grep -v -e index.php | xargs -r /bin/rm
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |