Category: Error
error message, broken, etc
A bug is something which doesn't work like it should. It is an obvious error.
This category was probably used as a fallback for bugs which did not fit other Bug subcategories before the general Bug category was created.
Show subcategories objects
A bug is something which doesn't work like it should. It is an obvious error.
This category was probably used as a fallback for bugs which did not fit other Bug subcategories before the general Bug category was created.
| Name | Type |
|---|---|
| ListExecute, Delete trackeritem throw and error checkCsrfForm | tracker item |
|
Categories are not displayed in the modules categories if hideEmpty is set to yes and categories object count is turned off and
Module Categories parameter "hideEmpty" doesn’t work if Performance=>Show category object count is turned off (tiki-admin.php?page=category) even if there are objects in the category. |
tracker item |
|
Plugin, registermemberpayment; Parameters are not applied for the Plugin Register Member Payment
I see strange behaviour when setting the "PluginRegisterMemberPayment". On my fist save it show something close (I didn't ask to see the users... but may be because I'm admin...) to the parameters. Then after a refresh logged as admin or logged as registered user it doesn't show the settings. Using an incognito windows and flushing the cookies doesn't helps. (on the first browser I'm admin and a simple user on the second) {mediaplayer src="display1855"} I categorized it as a regression, because it used to work fine and was broken. Documentation page: https://doc.tiki.org/PluginRegisterMemberPayment It is reproducible, see the show instance. By the way if I load the instance page as Anonymous I see an error message "Insufficient privileges". I don't see an information in the doc about not allowing Anonymous to see the plugin, On the contrary the plugin is described as a way to Register and Pay. |
tracker item |
|
An item link item created inside a tracker update in not properly displayed (you need to refresh)
On Tiki 22 in a tracker you can add an "Add item" option to an Item Link field. It will create a new item in the linked tracker. Since Tiki22, the object is created properly but the item is not displayed correctly in the item link field list making impossible to create more than one. {img fileId="1487" thumb="box"} https://share.vidyard.com/watch/h4zhUXx4MU7YEwpwe4x7ak? I tried to reproduce on Show2 but for some reason adding an item doesn’t open a modal but open a new item creation (which is really bad). Default settings changed or... ? |
tracker item |
|
Can’t rename a page containing an Alias
On a Tiki22 with multilingual set to 3 languages I had to correct a typo on a wiki page name in hebrew; removing an extra space. This page as an alias (see later) On "rename page" I got a system error: {CODE()} System error. חזרה הודעת שגיאה זו: Data too long for column 'href' at row 1 The query was: update `tiki_objects` set `itemId`=?,`name`=?,`href`=? where `itemId`=? and `type`=? Values: בניית אתרים טיקי ויקי ונותן פתרונות ווב אפ מוכנים לשימוש מיידי בניית אתרים טיקי ויקי ונותן פתרונות ווב אפ מוכנים לשימוש מיידי tiki-index.php?page=%D7%91%D7%A0%D7%99%D7%99%D7%AA+%D7%90%D7%AA%D7%A8%D7%99%D7%9D+%D7%98%D7%99%D7%A7%D7%99+%D7%95%D7%99%D7%A7%D7%99+%D7%95%D7%A0%D7%95%D7%AA%D7%9F+%D7%A4%D7%AA%D7%A8%D7%95%D7%A0%D7%95%D7%AA+%D7%95%D7%95%D7%91+%D7%90%D7%A4+%D7%9E%D7%95%D7%9B%D7%A0%D7%99%D7%9D+%D7%9C%D7%A9%D7%99%D7%9E%D7%95%D7%A9+%D7%9E%D7%99%D7%99%D7%93%D7%99 בניית אתרים טיקי ויקי ונותן פתרונות ווב אפ מוכנים לשימוש מיידי wiki page The built query was likely: update `tiki_objects` set `itemId`='בניית אתרים טיקי ויקי ונותן פתרונות ווב אפ מוכנים לשימוש מיידי',`name`='בניית אתרים טיקי ויקי ונותן פתרונות ווב אפ מוכנים לשימוש מיידי',`href`='tiki-index.php'בניית אתרים טיקי ויקי ונותן פתרונות ווב אפ מוכנים לשימוש מיידי'page=%D7%91%D7%A0%D7%99%D7%99%D7%AA+%D7%90%D7%AA%D7%A8%D7%99%D7%9D+%D7%98%D7%99%D7%A7%D7%99+%D7%95%D7%99%D7%A7%D7%99+%D7%95%D7%A0%D7%95%D7%AA%D7%9F+%D7%A4%D7%AA%D7%A8%D7%95%D7%A0%D7%95%D7%AA+%D7%95%D7%95%D7%91+%D7%90%D7%A4+%D7%9E%D7%95%D7%9B%D7%A0%D7%99%D7%9D+%D7%9C%D7%A9%D7%99%D7%9E%D7%95%D7%A9+%D7%9E%D7%99%D7%99%D7%93%D7%99' where `itemId`='wiki page' and `type`=? {CODE} I refreshed and it seems ok the page is here but then had a notice that the Alias in the page is already used on another page. Both page name are the same on the message, but when I click on the page name it display Tiki search and the value in the search field is the page name WITH the double space. None of the links pointing to the alias are working they all send me to "the page doesn’t exist" (page name with a single space) I re-built index, refreshed cache... same. Different browser... I had no choice but to rename back with the typo error to get out of it. __INSTANCE__ Sorry I created an instance at show and after 3h it is still not completed. I moved to something else... |
tracker item |
|
chosenGroup parameter is not applied when using a tracker plugin to register
On a Tiki23 I set login to use user tracker information and a corresponding tracker. User can register and they are assigned to group "Registered". My use case is that when registering from a specific page the user should be assigned to a specific group. The group "Mygroup" with the option "User can assign himself or herself to the group" to y (enable) For this I use a tracker plugin and set it like this : registration="y" chosenGroup="Mygroup" validateusers="y" The user using this tracker plugin will be assigned to registered no matter what. Check the instance. --- In the html I see a hidden input to assign Registered to the variable chosenGroup {img fileId="1681" thumb="box"} I tried to hard coded the value (<input type="hidden" name="chosenGroup" value="Mygroup">) at register-groupchoice.tpl to test but it didn't work. |
tracker item |
|
Global permission for tiki_p_modify_object_categories is not applied when you add permission to a tracker
On a tracker item with category field (multiselect) the admin can assign during the item creation different category to an item. User with "Can admin categories (tiki_p_admin_categories)" and field editable perm can’t even see the categories. I created an instance that show the issue. !!!Update (27/07/2020) It turns out that when you modify "this" tracker permission, the global permissions on "Can change the categories of an object (tiki_p_modify_object_categories)" won’t be applied and will be then "saved" disabled even if you didn’t change anything for it. This is a bug. If you don’t change a perm for an object (in this case a tracker but it may be valid for any object) the global should keep being applied. |
tracker item |
|
Too many redirect when using an alternate register page
Trying to use an alternate page for register... May be something with local setup vs server setup. Waiting to be able to reproduce on show... Not possible to reproduce because show is not SEFURL. :-( |
tracker item |
|
Tracker, plugin Trackerfilter; Compute function (sum or avg) calculation are broken
As show on the instance, compute display always a result of "1" and doesn't perform a sum calculation as expected. Average calculation is working fine so it should be a very hard task. Something was broken. Would be great as an "extra" to have the total aligned as the column value (if a col is part of a calculation align it values right). --- Update 31/01/2022. I updated the instance and check back the case and I confirm the issue. More details, I'm not using table sorter but the sum parameter from the tracker plugin. There is no doc available at https://doc.tiki.org/PluginTrackerFilter so my setup relies on the inline documentation in the plugin. {img fileId="1721" thumb="box"} Using this I setup 2 trackerfilter to test "sum" and "avg" and both failed. |
tracker item |
|
Wiki, Permissions, List; after a recent Git update it is not possible to use {{page}} variable if anonymous
Module execution failed if the visitor is anonymous. Anonymous can't see listpages.php even if they have Wiki admin permissions This filter is no longer work if the user is anonymous {CODE()} {filter field="title" content="~np~{~/np~{page}}"} {CODE} Instance coming... (not reproducible with default settings... more tomorrow) |
tracker item |
|
Wish List tracker does not allow cancellation of email subscription
I've been trying to unsubscribe from the tracker on the Tiki Dev site for over 24 hours. It's been successful for everything but the Wish List Tracker. Clicking on the "stop monitoring" icon has no visible effect and I continue to receive email notifications of entries on that tracker. |
tracker item |
|
WordPress importer error: Out of range value for column 'activity' at row 1
While importing for WordPress 5.7, process reported all extracted data from XML file as expected. After reporting 49 posts as successfully imported, stops with message: Out of range value for column 'activity' at row 1 The query was: update `tiki_blogs` set `activity`=? where `blogId`=? Values: 1. 100 2. 1 The built query was likely: update `tiki_blogs` set `activity`='100' where `blogId`='1' To verify that this was not caused by a specific post, I deleted the first 50 posts from de XML file and reran the import. Exact same scenario repeated (with blogId value incremented by 1). Looking at the table tiki_blogs I thought that the field 'activity' may not allow for a value of 100 so modified to increase length by 1 digit and reran. It now works. Successfully imported all 393 posts. I do not know if the error is caused by the data definition (field to short?) or the importer (value should not reach 100?) as I am not clear on what the "activity" column represents. |
tracker item |
|
Workflow Process Activities not showing up on Admin Process Activities screen
I recently wiped my 1.9.7 install of Galaxia and replaced it from today's BRANCH-1.9 distribution. I am noticing that when I create a new process in the Admin Processes screen, it will auto-create the __start__ and __end__ activities in the ''galaxia_activities'' table. This is fine and dandy. When I go to the Admin Process Activities screen to manipulate and add more activities, the start and end activities do not show up in the Process Activities list. It does report at the top of the screen that there are errors (such as start being interactive but no role assigned, and must use a particular method), but they appear invisible. I also added a unique activity via this screen that does show up in the database as well, but it isn't showing up on the activity list from the Admin screen. Interestingly though, I can go to the Monitor Activities screen, and there they are. This is a significant roadblock to usability. I'll see if I can find what's causing it, but I'm having trouble deciphering a lot of it. Each script farms out to three or four others, which I'm not used to, so by the time I find the statement I'm looking for, I'm 5 scripts deep, and have to go back to get context. Difficult to troubleshoot. |
tracker item |
|
Workspace
When workspace is created - the corresponding perspective and user groups are created, but not the corresponding category. Moreover, a blank (no name) top-level category appearsat the category list. The errors that appear: PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\lib\smarty_tiki\block.permission.php Line: 26 Type: Undefined index: type From <http://localhost/tiki/tiki-ajax_services.php?controller=workspace&action=list_templates> --- PHP (5.6.22) ERROR (E_WARNING): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\lib\categories\categlib.php Line: 820 Type: Invalid argument supplied for foreach() From <http://localhost/tiki/tiki-admin.php?ticket=0c7b2b5a9ac3cb5c3b83cdcce5c8d1e6&profile=debug&repository=&page=profiles&list=Find> --- PHP (5.6.22) ERROR (E_WARNING): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\lib\tikilib.php Line: 5990 Type: array_merge(): Argument #2 is not an array PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\tiki-browse_categories.php Line: 144 Type: Undefined index: categId PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\tiki-browse_categories.php Line: 159 Type: Undefined index: categId PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\tiki-browse_categories.php Line: 160 Type: Undefined index: categId PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\tiki-browse_categories.php Line: 161 Type: Undefined index: parentId PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\tiki-browse_categories.php Line: 162 Type: Undefined index: parentId PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\tiki-browse_categories.php Line: 164 Type: Undefined index: categId PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\tiki-browse_categories.php Line: 165 Type: Undefined index: name PHP (5.6.22) NOTICE (E_NOTICE): File: C:\Bitnami\tiki-15.1-0\apps\tiki\htdocs\templates_c\en_basic^885c9a44badfe96c91a4ceeb73f0209dbec3b39a.file.mod-menu.tpl.php Line: 53 Type: Undefined index: navbar_brand From <http://localhost/tiki/tiki-browse_categories.php> Possible explanations: 1. Workspace initialization problem due to an incompatible name (ex. workspace template is H, workspace name - S:_:P, the resultant name - H:_:S:_:P). 2. Conflict with the Areas feature. 3. Categories are not preconfigured correctly (it used to work, however, without any preconfiguration, stopped working after I reenabled Workspace UI and enabled Areas). |
tracker item |
|
workspace creation broken after upgrade from 15.x to 16.2
I've been using for many semesters this workspace template (See below) which allowed me to create a bunch of pages, groups, category, and a few other objects. I've recently updated to 16.2svn , attempted to create the new workspace "2017a Spring" for this new semester based on this same template, and so far I saw that only the default group __Courses:_:2017a Spring__ was created and not the two subgroups "Courses:_:2017a Spring Faculty" and "Courses:_:2017a Spring Students". So something is borked, and I presume that other parts of the workspace where not created properly (untested yet) {CODE(caption="YAML")} --- objects: - type: categorize data: type: wiki_page object: $50f320f6d7ffe categories: - $profilerequest:category$undefined$ - type: wiki_page ref: 50f320f6d7ffe data: name: $profilerequest:namespace$undefined$ namespace: content: - type: categorize data: type: wiki_page object: $50f320f6d822c categories: - $profilerequest:category$undefined$ - type: wiki_page ref: 50f320f6d822c data: name: Sessions namespace: $profilerequest:namespace$undefined$ content: structure: 0 - type: categorize data: type: wiki_page object: $50f320f6d82c4 categories: - $profilerequest:category$undefined$ - type: wiki_page ref: 50f320f6d82c4 data: name: Menu namespace: $profilerequest:namespace$undefined$ content: - type: categorize data: type: wiki_page object: $50f320f6d8383 categories: - $profilerequest:category$undefined$ - type: wiki_page ref: 50f320f6d8383 data: name: Final Paper namespace: $profilerequest:namespace$undefined$ content: structure: 0 - type: categorize data: type: wiki_page object: $reffinalpapertemplate categories: - $profilerequest:category$undefined$ - type: wiki_page ref: reffinalpapertemplate data: name: Final Paper Template namespace: $profilerequest:namespace$undefined$ content: - type: categorize data: type: forum object: $forumref categories: - $profilerequest:category$undefined$ - type: forum ref: forumref data: name: Main forum namespace: $profilerequest:namespace$undefined$ attachments: everyone list: [ topic_reads ] content: mappings: Base: $profilerequest:group$undefined$ Students: > $profilerequest:group$undefined$ Students Faculty: $profilerequest:group$undefined$ Faculty permissions: Base: description: $profilerequest:group$undefined$ autojoin: y objects: - type: category id: $profilerequest:category$undefined$ allow: - admin_categories - add_object - remove_object - post_comments - read_comments - download_files - upload_files - view_file_gallery - edit_gallery_file - view_fgal_explorer - view_fgal_path - forum_edit_own_posts - forum_post - forum_post_topic - forum_read - forum_vote - view_freetags - freetags_tag - unassign_freetags - group_view - group_view_members - group_add_member - group_remove_member - perspective_view - view_sheet - view_sheet_history - tracker_view_attachments - tracker_view_comments - create_tracker_items - tracker_view_ratings - tracker_vote_ratings - tracker_revote_ratings - view_trackers - view - edit - wiki_view_history - edit_structures - rename - rollback - upload_picture - wiki_view_comments - wiki_view_source - site_report - modify_object_categories - type: group id: Base allow: - group_view - group_view_members - group_add_member - group_remove_member - type: group id: Students allow: - group_view - group_view_members - group_add_member - group_remove_member - type: group id: Faculty allow: - group_view - group_view_members - group_add_member - group_remove_member Students: description: > $profilerequest:group$undefined$ Students objects: - type: category id: $profilerequest:category$undefined$ allow: - admin_categories - add_object - remove_object - post_comments - read_comments - edit_gallery_file - forum_edit_own_posts - forum_post - forum_post_topic - forum_read - forum_vote - view_freetags - freetags_tag - unassign_freetags - edit_sheet - view_sheet - view_sheet_history - type: group id: Base allow: - group_view - group_view_members - type: group id: Students allow: - group_view - group_view_members - type: group id: Faculty allow: - group_view - group_view_members Faculty: description: $profilerequest:group$undefined$ Faculty autojoin: y objects: - type: category id: $profilerequest:category$undefined$ allow: - admin_categories - view_category - add_object - remove_object - assign_perm_category - post_comments - read_comments - admin_comments - edit_comments - remove_comments - dsn_query - admin_file_galleries - assign_perm_file_gallery - batch_upload_files - create_file_galleries - edit_gallery_file - remove_files - admin_forum - forum_attach - forum_autoapp - forum_edit_own_posts - forum_post - forum_post_topic - forum_read - forums_report - forum_vote - view_freetags - admin_freetags - freetags_tag - unassign_freetags - broadcast - perspective_edit - perspective_admin - admin_sheet - edit_sheet - view_sheet - view_sheet_history - admin_trackers - attach_trackers - tracker_view_attachments - comment_tracker_items - modify_tracker_items - modify_tracker_items_pending - modify_tracker_items_closed - remove_tracker_items - remove_tracker_items_pending - remove_tracker_items_closed - tracker_view_ratings - view_trackers_closed - view_trackers_pending - watch_trackers - export_tracker - admin_wiki - assign_perm_wiki_page - lock - remove - use_as_template - wiki_view_ref - wiki_admin_attachments - wiki_attach_files - wiki_view_attachments - workspace_instantiate - type: group id: Base allow: - group_view - group_view_members - type: group id: Students allow: - group_view - group_view_members - type: group id: Faculty allow: - group_view - group_view_members {CODE} |
tracker item |
|
Workspace Resources
I have instaled TW 2.4 and Aulawiki 1.7.1. I can define the workspace types but I can't assign default resources because the list it's empty. |
tracker item |
|
Wrong calculation with plugin trackerstats + item list issue
1/ Wrong calculation There is some issue with the the filtering on status (open, pending, close) and the item count. The average is calculated on the TOTAL of the item in the tracker and not on the total of the item displayed and thats wrong. Fixed : https://sourceforge.net/p/tikiwiki/code/61412/ 2/ Item list fields are not displayed properly. See instance. |
tracker item |
|
Wrong default for remarksbox wikiplugin plugin Close parameter
{syntax type="tiki" editor="plain"} On the remarksbox wikiplugin the inline documentation says : "Show a close button (not shown by default)." It is not true. By default a close button is displayed and you need to set the parameter to hide it. {REMARKSBOX(type="errors" title="This remarksbox shows the error")}The "Close" parameter of this box is not set therefore there shouldn't be a close button displayed... But there is one. ☝️{REMARKSBOX} |
tracker item |
|
Wrong escaping used? Please check
Please correct me if I'm wrong (if I am, this bug may be resolved invalid). If not then these strings need a correction. In /lib/prefs/feature.php I find these escaped strings, line 2082: {CODE(Colors="Tiki")} 'feature_jquery_zoom' => [ 'name' => tra('jQuery zoom'), 'description' => tra('Enables zoom in images on mouseover or click. Used in Plugin Img with the parameter \"thumb=zoombox\"'), 'type' => 'flag', 'help' => 'PluginImg#Zoombox', 'default' => 'n', ], {CODE} And this is just one example, /lib/prefs/feature.php contains more. tra() is called with a string that is enclosed in single quote and that contains double quote characters. But why is there a backslash in front of them? That should - to my understanding of PHP - be unnecessary. On the contrary, only single quotes inside single quote marked strings need a backslash escape. Escaping a double quote character inside single quote strings would lead to backslashes being shelled out to the user in plain visibility (and irritate fellow translators trying to catch this string :-) Or did I miss something? Thanks for bringing me up to speed hman |
tracker item |
|
Wrong label for number of result setting in file galleries
In the file gallery you can set how many results you want displayed, but this setting is called (in find.tpl, line 261) ... {CODE(Colors="Tiki")} {tr}Displayed rows{/tr} {CODE} ... "Displayed rows". The default setting is 25, but not 25 rows are displayed, but just five. With five results per row, that makes 25 results, and not 25 rows. Maybe this is a leftover from old days with line listings? Either change the label or the logic behind the setting, the former possibly easier to achieve :-) Thanks hman |
tracker item |
|
Wrong link encoding in Wysiwyg editor
{syntax type="tiki" editor="plain"} When I create a link to a Wiki page, the editor changes the reference of the link until the fourth time when I edit the page, but this is not a problem. The problem occurs when the link points to a wiki that has a special character, for example - cabeçalho - which means header (in Portuguese from Brazil), since the editor corrupts the link and it crashes. Here I have an example. The link should point to the wiki - Projeto de Pesquisa Social: Quem somos nós ? Proeja 2010 - is corrupted by the editor and points for - Projeto+Pesquisa+Social:+Quem+somos+n%C3%83%C3%83%C3%83%C3%83%C3%83%C3%82%C2%B3s?+Proeja+2010 - Here we have a wiki page as an example: http://www.biblioteca.ifc-camboriu.edu.br/criacitec/tiki-index.php?page=Example |
tracker item |
|
Wrong link to browse_categories.php when rendering a tracker with tiki-view_tracker.php
I have a tracker that contain category field. When i choose to render as "unordered list of links", the tiki-view_tracker.php shows items, and there is a column with a list of categories with this link : tiki-browse_categories.php?parentId=XXdeep=on <- missing the &. i'm using svn version; |
tracker item |
|
Wrong path with additional slash on IIS installs in document root
Environment: Windows Server 2008 + IIS7 Problem: After installation, you're directed to tiki-change_password.php. The URL ist correct (in my case: "http://www.prohibition-online.com/tiki-change_password.php[...]"). I change the password and land on "http://www.prohibition-online.com/tiki-index.php". Now I click onto logout and the URL I get to is: "http://www.prohibition-online.com\/tiki-index.php". Notice the "\" after my website name. If I remove the "\", I access my index page as expected. When I login, the "\" reappears. same error as: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2250&trackerId=5&show=view |
tracker item |
|
Wrong Registration-Link
I switched from LDAP Pear:auth to "Tiki-Only" where Users can Register BUT need a confirmation from the admin. The admin got a Message like this [...] To Confirm.... klick: tiki-login_validate.phpuser=user1&pass=c3746eb1baa6d209128b392680a5329c [...] The question mark for PHP-Code is missing so and the Link is invalid. I've to copy the Link and paste the question mark manually |
tracker item |
|
Wrong template_c caching in multi Tiki
Hi all, i've just installed Tiki and i'm experimenting with multi configurations (at the moment on my Windows pc). I've seen there is a problem in caching the templates compilations. In lib/init/smarty.php there is: {CODE(theme="default")}$this->setCompileDir(TIKI_PATH . "/temp/templates_c");{CODE} while instead in multi configuration it should be "/temp/templates_c/$tikidomain" Infact in tiki-admin_system.php there is: {CODE(theme="default")}$templates_c = $cachelib->count_cache_files("temp/templates_c/$tikidomain");{CODE} This means that in "System Administration/Clear Cache Content" panel, the cache content is always shown as 0 and files cached by smarty compilations in "/temp/templates_c" cannot be deleted from that panel and must be cleared manually. Regards, Gabriele |
tracker item |
When I try to delete items using the de delete item action from a plugin ListExecute (https://doc.tiki.org/PluginListExecute#delete) I have the following error:
Call to undefined method TikiAccessLib::checkCsrfForm()
{mediaplayer src="display2074"}