Category: Administration
Show subcategories objects| Name | Type |
|---|---|
|
Hide levels in tiki-assignpermission.php
Levels in tiki-assignpermission.php are confusing to the new tiki admins. |
tracker item |
|
Hide link when feature "adodb" is disabled
At https://tiki.org/tiki-syslog.php we have a link to "Log SQL". If we click on it we have the following error. {CODE()} × Error This feature is disabled: adodb {CODE} The link shouldn't be displayed if the feature is disabled. |
tracker item |
|
Home Page Not Formatting
For some reason my main page has no sort of formatting instead of actually showing the styling it shows the code, for example: {img fileId="1116" thumb="box"} instead of just showing the "blog posts", that is all I see. |
tracker item |
|
HomePage not found after upgrade from Tiki12
After upgrade from Tiki12, testing: https://site.domain.com/ shows ^Error No name indicated for wiki page^ I was expecting HomePage The same upgrade from Tiki12 to Tiki15 does not have this issue. I can access the normal HomePage through https://site.domain.com/tiki-index.php?page=HomePage I look up in https://site.domain.com/tiki-admin.php?page=wiki and I do see Wiki homepage: HomePage As confirmed in CLI: web# php console.php preferences:get wikiHomePage Preference wikiHomePage has value HomePage Note: option ''Group Homepages'' is active and Anonymous does not have one. In Tiki 15 and before, it would logically default to the ''wikiHomePage'' value, i.e. HomePage |
tracker item |
|
I forgot my password email is truncated and blank.
"I forgot my password" email is truncated after the following message. The password or link is not sent therefore the users are unable to determine their lost password. ----------------------------------- Since this is your registered email address we inform that the password for this account is |
tracker item |
|
If you don't have one keywords set on the admin, metatags no Tiki Tags is set as keyword even if they exist
{syntax type="tiki" editor="plain"} I'm on Tiki Wiki 29 I enabled the Tiki Tags feature. I'm using some tags on wiki page and I have set some tags. But the keyword tags are not displayed in the head. I went at tiki-admin.php?page=metatags (admin metatags). I checked that "Include tags" is enabled. But I have also noticed I no Keywords set in the field Keywords. As result I have no keyword on the page. If I add just one keyword in the field, on the page i see this keyword but also all other missing keywords. The condition for the elseif branch only triggers if either metatag_keywords or metatag_local_keywords is non-empty. NOTE: I don't use forum so I didn't touch anything related to the way the forum fill its keywords. It may worth to have a look at it. |
tracker item |
|
Import forum from yahoo groups
It might be a very useful feature if a complete Yahoo group with all the forum postings could be imported into TW. This definitely seems to be quite a lot of work, but it's just an idea... |
tracker item |
|
Impossible to change avatar with admin user
If you try to change an avatar in user administration list with your admin account, you will change your avatar. |
tracker item |
|
Improve tiki-check.php
In the "MySQL or MariaDB Database Properties" section, tiki-check.php appears to be agnostic about the setting of "Strict Mode" reporting the item in the "info" category. Our experience has shown that how this value is set is very significant to TW and tiki-check should test this item and report as "good" or "ugly". If Strict Mode reports "STRICT_TRANS_TABLES" then the tiki-check explanation is "MySQL is using strict mode." However, in this situation tiki-stats.php fails reporting Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'trp.tiki_pageviews.day' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by The query was: SELECT SUM(`pageviews`) AS views, `day` AS unixtime FROM `tiki_pageviews` GROUP BY FROM_UNIXTIME(`day`, '%Y-%m-%d') ORDER BY views DESC LIMIT 1 The built query was likely: SELECT SUM(`pageviews`) AS views, `day` AS unixtime FROM `tiki_pageviews` GROUP BY FROM_UNIXTIME(`day`, '%Y-%m-%d') ORDER BY views DESC LIMIT 1 If mysqld.cnf is updated to include sql-mode="NO_ENGINE_SUBSTITUTION", then tiki-check shows "MySQL is not using strict mode." and tiki-stats runs without issue. We have tested this on LTS15.5 but I note tickets 6303 reported by DNeukomm on TW16.x and 6453 reported by Bernard Sfez on TW17.x with what I suspect are related issues. |
tracker item |
|
Improving Admin => Profile page
I went at cp => profile and got some preliminaries feedback to share (I know it is over the task but it can’t hurt to know where we fail); It’s a bit unfriendly... I mean the information is very thin and unless I know what I want the page information are not helping. I tried to check the profiles that can help with: user, registration, users, profile, profiles... no results. I turn advanced admin pref = no change. I rebuild Admin Index = success dozens of profiles appears ! Admin Index should be automatically rebuild on install because I guess a lot of things are then not working (search, profile...) as brand new admin expect. Results are not helping again. :-( User = 28 results, many, many fields setting... (mini profile included in another profile) Profile = ... herrrr not better a lot of answers Personal_Blog_and_Profile profiles.tiki.org 3.x, release, Full profile (out of the box & ready to go), Featured profiles Personal_Blog_and_Profile_10x profiles.tiki.org beta, Featured profiles, 10.x Personal_Blog_and_Profile_11x profiles.tiki.org Featured profiles, 11.x Personal_Blog_and_Profile_12x profiles.tiki.org release, Featured profiles, 12.x, 13.x, Available in the Profiles Wizard (12+), 14.x, 15.x, 16.x, 17.x, 18.x Personal_Blog_and_Profile_4x profiles.tiki.org release, Full profile (out of the box & ready to go), Featured profiles, 4.x Personal_Blog_and_Profile_5x profiles.tiki.org release, Full profile (out of the box & ready to go), Featured profiles, 5.x Personal_Blog_and_Profile_6x profiles.tiki.org beta, Featured profiles, 6.x Personal_Blog_and_Profile_7x profiles.tiki.org beta, Featured profiles, 7.x Personal_Blog_and_Profile_8x profiles.tiki.org beta, Featured profiles, 8.x Personal_Blog_and_Profile_9x profiles.tiki.org beta, Featured profiles, 9.x I would limit the profile version displayed to no less than 10x (profile for 3x, 4x, 5x, 6x, 7x... really ?) it is not helping and add confusion. As well as the Profile types it doesn’t help a lot... The links “suggested” would have help if they were at least short description of what do the profile. |
tracker item |
|
In admin panel, show the result of current time & date format
So if I change the format of short date, I can see right away the formatted result with the current time. This was done in later versions of 1.9.11 but not in 2.0 Should be in new magic admin panel |
tracker item |
|
In context of enabling of features: option to activate feature from error page
In Tiki4, and in Tiki5 where accesslib hasn't been deployed {img src=images/code.png}%%% {CODE()} This feature is disabled: feature_games Go back Return to home page {CODE} Suggested: if the current user has admins permissions (tiki_p_admin) 1- enable feature_games 2- add to tiki-syslog.php We'll need to change all feature checks to use accesslib (job for 5.0) Needs to handle more than one feature check. Currently: tiki-orphan_pages.php has: {img src=images/code.png}%%% {CODE()} require_once('tiki-setup.php'); $access->check_feature( array( 'feature_wiki', 'feature_listorphanPages' ) ); {CODE} but upon error. Ex.: http://profiles.tikiwiki.org/tiki-orphan_pages.php just shows one, even if two are needed. |
tracker item |
|
In the administration panel I can not drag-n-drop icons on the toolbar
After upgrade from 4.2 to 5.0 in the administration panel of Toolbars I can not drag-n-drop icons on the toolbar. Changes browsers, computers, don't work. |
tracker item |
|
In the Settings -> textarea, the markdown option is visible after you check the Advanced pref filter but no options
{syntax type="tiki" editor="plain"} When you look at tiki-admin.php?page=textarea with basic pref. filter the Markdown section is not visible. With the Advanced pref filter the section title is visible but no options are available. This doesn't look right. Or we show it with options to use or not. Seeing the title... |
tracker item |
|
It is not possible to set favicons on Tiki20
On previous version of a Tiki (17 and 18) and as per documentation at https://doc.tiki.org/Favicon it is possible to set a favicon using the favicon feature. This is not working with Tiki20. Using a favicon checker it shows the usual Tiki instead of the new favicon and show: ~pp~ http://blabla.com/themes/greenvalley/favicons/favicon.ico is declared but not accessible~/pp~ The browser path for favicon is now: "/themes/base_files/favicons" To have unique favicon for Tiki20 by erasing the content and place your own favicon files. |
tracker item |
|
It should be possible to hide the "More" button (especially if it is "empty")
The more button display should be controllable by admins without using css. See : ... I can’t find the discussion using the forum search tools ? |
tracker item |
|
It should be possible to rebuild the index from the admin panels even of big Tiki sites
At tiki.org it is not possible to rebuild the search index using the admin interface. Worst doing this is broking the site (turn it down). Admin should be able to work without a sysadmin at their side and this should work. If http is not the proper way then we should find a way to send a console command from the admin panel. OR disable it over n’ objects ... But that’s kind of saying we are incapable to fix something to perform properly as the search index is critical for Tiki. |
tracker item |
|
Bug
Im tikiwiki using a my new web site tiki installing after get some big problem ( first using tikiwiki 1 versions) Problem:- 7.1/7.2 editions This testing home virtual sever and x10 hosting (not including x10 hosting URL s but I can send it ). admin edit after not working site http://www.spacenet.x10.mx/ look at http://www.spacenet.x10.mx/tiki/ not working eg http://localhost/tiki-7.1/tiki-7.1/ not working http://localhost/tiki-7.1/tiki-7.1/tiki-admin.php working http://www.spacenet.x10.mx/tiki/tiki-admin.php?page=general working I checking a web directry it still including a index files This type using tiki 6 vertions not get this type problems (install and edit after 6 ) Thanks i cant uploding images Capee (sorry to my English ) |
tracker item |
|
Read-only mode (ex.: when migrating a Tiki to a new server and you want the old one to still show content but not have edits)
We have a site_closed preference which is very useful. However, this permits only the admins to access the site. What if we want a read-only mirror? It would be nice to a have a preference for this, along with a message to users: "This site is in read-only" and admins could change this message to indicate where the live site is. Perhaps it could be interesting to check if the mysql user is "read only" as well... This could also be interesting if a project is completed and we want to keep a site an an archive but no longer have any changes. Things like tiki-logs, date of last login, etc. will need to considered. Perhaps there could be a check: If current users has an edit/add permission (we'd have to make a list), then, he gets a warning that site is read-only (a message that the admin could change) and that any changes will be lost. |
tracker item |
|
Tabs in the Admin interface don't work in Chrome
The tabs in the administrative interface use an on More strangely, the method signatures of the tikitabs function actually appears quite different between the two browsers. On Chrome 17 it is function tikitabs(focus,max,ini) { var didit = false, didone = false; if (!ini) { ini = 1; }... function tikitabs( focus, tabElement) { The problem appears to be that the ini variable is not set, so it we set the ini to 1, then it skips down all the way to if (didone && ...) which gets bypassed, and we exit right away. Why do you have different code for different versions of the same browser? |
tracker item |
|
module svnup : Remove dependency on sh doc/devtools/svnup.sh
last_update.php contains: {CODE(colors="php plain")}/* trick for use with doc/devtools/svnup.sh */ if ( is_file('.lastup') and is_readable('.lastup') ) { $lastup = file('.lastup'); $smarty->assign('lastup', trim($lastup[0])); } if ( is_file('.svnrev') and is_readable('.svnrev') ) { $svnrev = file('.svnrev'); $smarty->assign('svnrev', trim($svnrev[0])); } {CODE} But there is perhaps another way: http://stackoverflow.com/a/111459/526467 |
tracker item |
|
Erreur upgrading doc.tiki.org to trunk
/var/local/trunkdoc.tiki.org/www / Update checkout Fix permission Checking dirs : backups ... ok. db ... ok. dump ... ok. img/wiki ... ok. img/wiki_up ... ok. img/trackers ... ok. modules/cache ... ok. temp ... ok. temp/cache ... ok. temp/public ... ok. templates_c ... ok. templates ... ok. styles ... ok. maps ... ok. whelp ... ok. mods ... ok. files ... ok. tiki_tests/tests ... ok. temp/unified-index ... ok. Fix global perms ... chowned ... done. Fix special dirs ... done. Drop and recreate database Populate trunkdocto with docto data Upgrade schema Running installer for: db/local.php PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: gmap in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: gmap in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: gmap in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: gmap in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:216 PHP 8. Perms->loadBulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:196 PHP 9. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:343 PHP 10. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: gmap in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. Perms::filter() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2898 PHP 7. Perms::hasPerm() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:221 PHP 8. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:236 PHP 9. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 10. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 11. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 12. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 13. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: plugingroup in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: move tiki to a new server in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:3006 PHP 8. Perms->getAccessor() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:120 PHP 9. Perms->getResolver() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:141 PHP 10. Perms_ResolverFactory_CategoryFactory->getHash() /var/local/trunkdoc.tiki.org/www/lib/core/Perms.php:310 PHP 11. Perms_ResolverFactory_CategoryFactory->bulk() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:52 PHP 12. Perms_ResolverFactory_CategoryFactory->bulkLoadCategories() /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php:67 PHP Notice: Undefined index: gmap in /var/local/trunkdoc.tiki.org/www/lib/core/Perms/ResolverFactory/CategoryFactory.php on line 133 PHP Stack trace: PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0 PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54 PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90 PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114 PHP 5. TikiLib->list_pages() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:29 PHP 6. TikiLib->get_perm_object() /var/local/trunkdoc.tiki.org/www/lib/tikilib.php:2923 PHP 7. Perms::get() /var/local/tr |
tracker item |
|
Path for file upload can't be changed
I'm am experiencing a severe problem about my files upload path: I once must have set the path to the absolute path "/files/uploads". When I now try to * change the path to a relative path like "files/uploads" or "./files/uploads" * change the path to the correct abs path like "/var/htdocs/wiki/files/uploads" * change the file storage to database nothing else happens. It keeps trying (and failing) to upload to the path "/files/uploads". The only workaround currently was to create the path "/files/uploads" so that tiki can upload files into that directory (what really strikes me, I don't want a /files directory in my root). But even after this workaround I cannot change my path or change to database storage. Please help. Thanks. |
tracker item |
|
LDAP/Active Directory Multiple Domain Support
I am referencing forum post: https://tiki.org/tiki-view_forum_thread.php?comments_parentId=43682&topics_offset=1 I would like the ability for users in child domains to access the TikiWiki site the same way users in the parent site are able to access it. According to the forum post, "Tiki is not currently capable of authenticating against multiple domains (or multiple LDAP servers)" and "The code could be modified to search, say, the global catalog for the user's DN and then authenticate against the corresponding domain, but this would be custom coding" I would like an option to specify multiple domains, or a custom code I could use to search the global catalog for the user's DN. Basically I want all of my users in all of my offices to access the Tiki site. Not just the home office users. |
tracker item |
|
Add 'Deprecated' preference filter (split "experimental")
Currently, there are four preference filters available in the Control Panel interfaces: "Basic", "Advanced", "Experimental" and "Unavailable". As a user new to Tiki, I have on several occasions noted features that looked interesting, but which I have not enabled as I have subsequently found it is planned to deprecate them. In some cases this was obvious (e.g. a 'warning' icon with the deprecation message on hover next to the feature checkbox), in others it wasn't (i.e. I only found out about it from doc.t.o or related places). On the assumption that it will help with planned deprecations if new installations don't enable and start using deprecated features, I would propose that a "Deprecated" preference filter be added, that relevant controls be assigned to it, and that it be disabled by default in new installations. I understand the criteria for such might be controversial (indeed, I hope I'm not reigniting a heated discussion by posting this!) and so would understand if this is WONTFIXED. I also recognise that it is less appropriate for a new user to suggest criteria here than for those that have had Tiki installations for some time and/or are directly involved in development, which is why I haven't listed any in this initial report. |
tracker item |