Category: Bug
Tickets reporting bugs. Some bugs reports can be categorized in more specific categories such as "Bug::Security" and do not *have* to be directly categorized in this category, but it is never an error to categorize a bug report in this category.
Show subcategories objects
| Name | Type |
|---|---|
| Registration confirm email and change password fail | tracker item |
|
Registration form and field repopulation in case of error
I tried to create an account on Tiki.org. I failed the captcha so the form didn't submit (or so I thought...), but then the form was not repopulated with my answers. |
tracker item |
|
Registration form fails but user is still created
I tried to create an account on Tiki.org. I failed the captcha so the form didn't submit (or so I thought...). When I submitted, I got an error that my username was already existing (I checked before creating the account and I was not registered, so it had actually been created when I submitted the form, even if I was redirected to that form, informed there were issues, and been asked to submit again). |
tracker item |
|
Registration tracker with file pretty tracker template is impossible
I want to setup a custom registration with extra data in a tracker and with a file template for registration presentation. This works with a wiki page used as template, but it fails with a template file used as template. This fails because in the following way: * The registration displays one error message per field in «Registration Fields» (in Registered group config) + ''Incorrect fieldId: 2. Please ensure you are using the correct field ID and that it is properly included in the template, if any.'' * The extra fields do not show upo in the registration page. I tried many syntaxes: $f_2 (as documented), $ins_2, $ins_firstName, etc. A show instance below demonstrates the bug. !More More testing shows an issue when users enter invalid values. * Click on "Login→Register" * Fill some invalid values (no password, email does not contain "@") * Observe that the page now asks to fill data again but it does not use the template :-( |
tracker item |
|
Regular Prompt to upload Logo source (image path) when Logo is already set
Under Look & Feel Layout Tab Site logo and title /var/www/tiki/tiki-25.2/img/tiki/Tiki_WCG.png I keep getting prompted to upload or set the Site Logo image. Which is already set. How does one turn off this automated behaviour. |
tracker item |
|
Related Content Item ignores security grouping
{file type="gallery" fileId="2081" showicon="y"} If you look at the attached image you can see that Related Content module/item appears even though I am not logged in! Not good security. Can this be fixed. |
tracker item |
|
REMARKSBOX breaks 'Automatic table of contents'
Hi, We use ' Last update from SVN (18.1svn): Thursday February 22, 2018 15:47:32 +01 - REV 65559 (InnoDB)' 'Default bootstrap theme' -- 'no customization'. __The REMARKSBOX:__ {CODE(caption="The REMARKSBOX" colors="tiki" theme="default")} {REMARKSBOX(type="information" title="Hva er Wiki")} ... {REMARKSBOX}{CODE} We experience that AutoTOC is not rendered properly (some headings are missing) when a REMARKSBOX is present in the Wiki page: {img fileId="1164" thumb="box"} Thanks! Erik Qvam ------ The first entries seem to be ok up to the point where there's a "REMARKSBOX" in a wiki page. after such a remarksbox, no more (sub-)headings appear in the "autotoc" list, it seems to be truncated. This regression from Tiki 12 to Tiki 15 was first reported by cpeter in {wish id=5928}. This does not happen if REMARKSBOX is called in a level 3 section. |
tracker item |
|
REMARKSBOX icon
Not possible to change icons in REMARKSBOX. |
tracker item |
|
Remove flash parameters (and code ?) from the banner feature
On the banner feature there is still mention (and certainly strains of code) of Flash. (flash is dead) See: http://bsfez-11581-7922.show2.tikiwiki.org/tiki-edit_banner.php The parameters and the strains of code should be removed. |
tracker item |
|
Removing all versions of a page no longer works
{syntax type="tiki" editor="plain"} Hi. When choosing "Remove" from the "More" dropdown list at the lower right of a page, you get a message "Please confirm. Delete the last version of the following Seite?". And there is a checkbox "Remove all versions". That checkbox doesn't do anything. Always the latest version of the page is deleted, not all versions. It had worked before (Tiki 24?). |
tracker item |
|
Reordering of menu options not working
Reordering of menu options is not working. The menu entries can be dragged, but will not be rearranged. This is happening with newly created and already existing menu items. |
tracker item |
|
RSS support broken
Firefox has the RSS feed reader function removed for some while now, MS Edge still carries it. You can add a feed into MS Outlook. When you add the Feed Indicator add-on to Firefox, it will display RSS feeds available (if you turned the feature on in the Control Panels. So you can have Outlook and Firefox display, for instance, the Article feed from your Tiki. It will display just headlines and the introduction, and display a link to read the full article. But that link is broken... Example: Link to article #72 is this: {CODE(Colors="Tiki")} WEBSITE/tiki-read_article.php%3FarticleId%3D72 {CODE} This will only produce a 500 Internal Server Error... The correct syntax would have been: {CODE(Colors="Tiki")} WEBSITE/tiki-read_article.php?articleId=72 {CODE} A look into the generated XML shows this: {CODE(Colors="Tiki")} <entry> <title type="html">TITLE TEXT</title> <summary type="html"> <strong>HEADLINE</strong> </summary> <published>2022-03-02T03:53:00+00:00</published> <updated>2022-03-02T03:53:00+00:00</updated> <link rel="alternate" type="text/html" href="WEBSITE/tiki-read_article.php%3FarticleId%3D72"/> <id> WEBSITE/tiki-read_article.php%3FarticleId%3D72 </id> </entry> {CODE} So both the question mark and the equals sign got encoded into hex, which shouldn't be... |
tracker item |
|
Saved wiki page, the page properties show Description = 1 and Title = 1.
{syntax type="tiki" editor="plain"} On master, any page I save have the value of 1 added for the Properties: Description and Title. All my pages have now the title of "1". It is coming back each time I edit a page, I have to fix manually for each editing. It is possible more options are affected, I could see only these for the options/features I enabled. |
tracker item |
|
Saving a comment using the Save and Comment button on the whishlist creates 2 identical comments
It is the second time (and I see others having the same issue) that saving a comment using the "Save and Comment" button when completing a tracker item on tracker5 creates 2 identical comments instead of one. |
tracker item |
|
Scheduler Admin UI untranslateable text
The admin UI for the schedular contains some help text that is strangely totally untranslateable. /templates/tiki-admin_schedulers.tpl contains this at line 147: {CODE(Colors="Tiki")} {remarksbox type="note" title="{tr}Information{/tr}"} {tr}Use CRON format to enter the values in "Run Time": <br> Minute, Hour, Day of Month, Month, Day of Week <br> Eg. every 5 minutes: */5 * * * *{/tr} {/remarksbox} {CODE} Since the text is correctly enclosed in tr in curly braces. I am at a loss why this is the case, and why it throws no error? Also, I seem unable to translate the task descriptions. These are ConsoleCommand, ShellCommand, HTTPGetCommand. I cannot even find the location where they are set. While I figure that admins who want to use schedulers might understand those terms, so task descriptors are slightly less important, but the help text about CRON syntax isn't. |
tracker item |
|
Scheduler; Valid cron job time formula is rejected by the field verification
On a Tiki25 you can set a cron job that will run every hours from/ specific hours. IE: -+*/15 17-22/2 * * *+- is correct, see https://crontab.guru/#*/15_17-22/2_*_*_* But the scheduler refuse to save it: "Cron run time is not valid" |
tracker item |
|
Score Reset when username is changed
Using "Admin Users" it is possible to change the name of the User. Doing so also resets the user's score back to zero which is not required and on our system is not desired. --It may or may not be significant that we are moving away from requiring e-mail based usernames. Deselecting "Use email as username" does not of itself cause the score to be reset. We are only observing this when we subsequently change from (for example) "test@example.com" to "TST0123"-- --Seems strike thru isn't working on the preceding text-- Your latest demo system also shows the same issue. |
tracker item |
|
Search - content section is empty (when using mysql engine)
Under TikiWIki 21(.2) only the page title is displayed in the search results list, but no longer text in the content section. See also the forum post: https://tiki.org/forumthread75156-Search-content-section-is-empty We tested once in the demo area on tiki.org. There, pages with Lorem ipsum content were created and then we searched for Lorem. All pages were listed as results but no content was displayed. In the local test with newly created databases with TikiWiki 18.2 and TikiWiki 21.2, the text content appears under 18.2 but under 21.2 a number instead: Even rebuilding the search index does not change this. Example Link: http://webclassix-12006-7532.show2.tikiwiki.org/tiki-searchindex.php?filter%7Econtent=lorem&sort_mode=score_ndesc {img fileId="1447" thumb="box"} Site with content: http://webclassix-12006-7532.show2.tikiwiki.org/tiki-index.php?page=testpage&highlight=lorem {img fileId="1448" thumb="box"} |
tracker item |
|
maketoc adds bogus content to search index, causing false positives
hi following problem: i don't know if it was during an upgrade or if it was already there before upgrading to 3.6 but somehow one of our tikis indexes words which aren't on the pages. e.g. lichtschnittgerät (as one example) - should be only in one page but after you search it is listed in several tens maybe hundreds of pages. the text in the resultlist show several other words which shouldn't be there (and are always the same) i trieds refreshing the searchindex, deleting the tiki_searchindex table and redoing the searchindex all with no luck (lichtschnittgerät is listed there as lichtschnittgerät but thats some kind of code issue i guess) Edit: ~np~So far i narrowed the problem down to the {maketoc}-Plugin: on refresh-functions.php on line 175 I added: if (substr($id,0,3) == "KT0") { // Just get me one of the pagegroups I know where the fault is echo $id; insert_index(search_index($content), $index_type, $id); } and on top pf the function &search_index I entered this echo '<pre>'.$data.'</pre><hr>'; just to be able to see what data he gets - and at the place where {maketoc} is in the sourcecode of the page, a whole list of words appear instead of the table of contents (or nothing or whatever it should print out) of the particular page~/np~ |
tracker item |
|
SearchHelp popup window - some sentences are not shown translated
Go to tiki-searchresults.php page and click to SearchHelp link. In help window, check strings: ''Example: wiki and (forum blog) will find objects that contain wiki and forum or that contain wiki and blog in any order.'' and ''Use double quotes ( "" ) around a phrase to find terms in the exact order, next to each other. Example:"Alex Bell" will not find Bell Alex orAlex G. Bell but Alex Bells.'' ... doesn't show in other language. Of course, translation strings exist in language.php |
tracker item |
|
SearchHelp popup window - text format error
Go to tiki-searchresults.php page. Click to SearchHelp link and check format of the bold texts. Some text are without spaces before and after bold text. Why? Tried with default theme. |
tracker item |
|
Searching for content highlights the chosen language in search term text as well
Current behavior: When searching for a term and selecting a language (for example German (DE)) the search results will highlight the searched languages letters (in our example "DE") as well. {img fileId="1128" thumb="box"} Expected behavior: The search results only highlight the searched term and not the chosen language as well. Step to reproduce: Search any term in using the search module and the language filters. {img fileId="1129" thumb="box"} Possible workaround: Disable the whole highlighting using CSS. |
tracker item |
|
Security warning when logout with Web server authentication and Firefox
I'm using the last LTS Tikiwiki version (18.1) on Apache 2.2/PHP 5.6/Mysql 5.5. I configured Tikiwiki with "Web server" authentication method. Using Firefox (no problems with Chrome), when I logout from Tikiwiki, the browser alert me with this popup: "You are about to log in to the site "ww.example.com" with the username "admin", but the website does not require authentication. This may be an attempt to trick you. Is "www.example.com" the site you want to visit?" Looking at code, I found this suspect line (336) of "lib/userslib.php" : header('Location: ' . str_replace('//', '//admin:@', $url)); // simulate a fake login to logout the user |
tracker item |
|
Server check (tiki-check.php) is raising false alarms about Tiki requirements, still happen for Tiki25
At tiki-check.php on several Tiki25 and Tiki26 I can see the following Error remarksbox. Also visible on Tiki websites : https://dev.tiki.org/tiki-check.php {img type="src" src="https://ibb.co/brc9Jzz" thumb="box"} {img type="src" src="https://ibb.co/4sZnChP" thumb="box"} {img type="src" src="https://ibb.co/DYgdcQK" thumb="box"} https://ibb.co/brc9Jzz https://ibb.co/4sZnChP https://ibb.co/DYgdcQK Monitoring tools giving a wrong assessment is bad. --- ~~#F00:Update 2024-02-12:~~ Seems it has been fixed for Tiki26 but not for Tiki25. {img fileId="2148" thumb="box"} |
tracker item |
|
Setting several categories in a module is broken
{syntax type="tiki" editor="plain"} With a Tiki build-in module like logo. In Visibility you can set a parameter to filter to have the module used with specific object categories. For cat22 and cat23 you should add a semi-colon like this : "22:23". On save the semi-columns are deleted and the filter is not working at all. {img fileId="3091" thumb="box"} --- ~~#F00:See Solution (for the custom modules)~~ With a custom module you had to add a parameter per category to have the same behavior. On a custom module in the parameter field if I set several category like this: -+nobox=y&category=22&category=23+- In the modules once saved it look like this as before. {img fileId="3092" thumb="box"} But only the last category entered will have the effect to display the module. All previous categories will be omitted unlike before and this is a regression. |
tracker item |
* Admin registers a new user, with confirm email and change password checked (as is typical)
* User clicks on confirmation email link
** User sees change password form
* User closes password form
* User click links again and sees "you have already validated your email" message
* User doesn't know the previous password and isn't offered the change password form again
---
p.s. there is a similar issue if you fail to match the two passwords