Name | Type |
---|---|
#7235 | tracker item |
CGI Error based on values in tiki_modules
Bugs & Wish list |
tracker item |
file_get_contents(/var/local/themes.tiki.org/www//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700): failed to open stream: No such file or directory | tracker item |
Online users (who_is_there) module has gone mad in 2.x :-)
As of now, it says: 28627 online users |
tracker item |
openid login currently not working for me, and it did months ago
I can't login to http://wiki-translation.com (using 1.10svn from june'08) with my openid account http://xavidp.openid.es I successfully used that openid account months ago to create a linked tiki account here (xavidp), but it seems that currently it doesn't work. Using the openid box I get the error: "Authentication error; not a valid OpenID." Maybe openid is broken? We are using kubrick theme there... |
tracker item |
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in tiki-index.php on line 225
This error was seen when using PHP4 Tiki should detect and provide better error message |
tracker item |
PDOException: SQLSTATE[HY093] - when reloading a session (after database transfer SQL from Linux to Windows, with no direct relation to)
Hello, This happens in the same context as my others reports. The database has been saved in SQL and loaded with upgraded versions of mysql, php 5.3.2. There is in my opinion no relation with the context. During start the current session prefs contain the query launch the previous current session. A fatal error occurs in tikisession-pdo.php on line 44 function write statement <$sth->execute();> PDOException: SQLSTATE[HY093]: Invalid parameter number: no parameters were bound in D:\Trebly\Teawik-ld8-422a\lib\tikisession-pdo.php on line 44 The var_dump($qry) in "prepare" function (see my interface in Class TikiDb_Pdo) gives (extract) ''object(PDOStatement)[42] public 'queryString' => string 'update sessions set data='need_reload_prefs|b:0;serialized_prefs|a:9:{i:0;s:27:"feature....'' The problem comes from the fact that into the session->data you can find the HOMEPAGE article "title" which is, in this case (French): ''__s:46:"Page d'accueil spécifique des administrateurs";__'' so the " ' " not escaped generates the crash of the request. |
tracker item |
php console.php cache:clear --all has no effect | tracker item |
Upgrade 4.1->5.0 - Error : x01 : Fatal error on tra.php
Hello, As I told about, during upgrading from 4.2 (I am testing from 4.3) many errors occurs. This threated in a global way in id4377. Here the problem comes from tra.php this generates a __fatal ERROR__ Reason during first tiki-setup __tra.php__ can be called when $tikilib is not yet set then __the function tra_impl crashes__. It seems that at this stage of installation (managing session prefs) is it, as if getone() should answer false, nothing particular to do : I have justed added a first level isset on $tikilib See the joined patched source with comments. |
tracker item |
_categorized-Permissions cannot be assigned when upgrading from 1.9 to 1.10 - cache problem
After upgrading from 1.9 to 1.10 the permissions "tiki_p_view_categorized" and "tiki_p_edit_categorized" on the page tiki-categpermissions.php?categId= will not appear in the dropdown just below "Assign permissions". Consequently, it is not possible to assign this permissions, This problem disappears after emptying ./temp/cache/ directory. |
tracker item |
_getGalleryChildrenIds{List,Tree} does not work correctly in php 5.2.x
Not all galleries are listed (for example when uploading a file). The problem is (IMO): #$allIds is given as reference #foreach go through the array (with an internal iterator) #in next recursion step an other foreach is called (but with the same $allIds-object) #the iterator reaches the end of the array and the loop goes a recursion step back #the "outer" forach continues, but the iterator of $allIds is at the end of the array #no other item is checked, if one of the inner recursion steps reach the end of the array |
tracker item |
.BMP files won't display in Image Galleries
Uploading .bmp images to an Image Gallery results in a box with an X appearing, instead of the image. Tiki is unable to display .bmp images in file galleries. Wiki pages also will not display bmp correctly. |
tracker item |
'ext' fields not displayed by name
Create a new contact, add an ext field to it, say, 'Work Fax', and set it to something obvious. (ie, 911) Save record. When viewing, the name of the field is not displayed, even for the user that entered it. |
tracker item |
'From: ' header incorrectly set in lib/messu/messulib.php
From: and Reply-To: headers are incorrectly set in lib/messu/messulib.php, generating invalid mails: From: Reply-to: |
tracker item |
'next page' link in forum threads doesn't list additional comments
Sometimes we have forum topics with a large number of comments. Let's say the default settings allow to display only the first 20 comments on the first page and provides a "next page" link to the following 20 comments. But this link doesn't work correctly, there aren't any comments displayed on page 2 (only the initial posting). I tried this behaviour on the tikiwiki demo page, too ... it's the same bug in the demo. How can I correct this? |
tracker item |
'There is no class to handle the event wiki_page_created.' | tracker item |
PDF/ office document files are supposed to be indexed while uploading, but indexing + upload fails | tracker item |
"Can Not Download Files" , for older files on the wiki
When attempting to download some older files on the wiki certain users receice the message "Can Not Download Files". If the refresh button is pressed, the user is asked to log in again. After doing so, the file will now download. All files are also downloadable by the admin, all the time, as well as for other recently created users. |
tracker item |
"contact us by mail" cannot handle internationalized domain names
If a designated contact has a mail address of an international domain name, xn--..., address rendering is not correctly done and the link also does not work. For example, an international domain name 傾奇者.jp, which is coded into xn--60qx1sez7a.jp, it is rendered as ...@傾奇者.jp, and the mailto link is handed to mail clients on x@テ・ツã¤ï½¾ï¾ƒï½¥ï¾‚・ツ・ィツ€ツ・jp. |
tracker item |
"Error: Malformed search query" without anything else causes support issues. Add an actionable error message. | tracker item |
"GZip output" (feature_obzip) causes encoding errors in CSRF and error screens
"Gzip output" (feature_obzip) is defective in two different tikis (in 2 different servers).... proposals/6x and trunk Once enabled, when I attempt to visit a few pages as anonymous, for which I should see the "Error, your are not logged in. Go to Log in Page" message, I see instead a message from firefox saying that there is an error in the enconding of the content (attempting to use a compression method not valid or that it doesn't work in this application): {QUOTE()} Error de codificació del contingut No ha pogut mostrar-se la pàgina que esteu intentant visualitzar perquè utilitza una forma de compressió no vàlida o que no funciona en aquesta aplicació. * Poseu-vos en contacte amb els propietaris del lloc per a informar-los del problema. {QUOTE} Once I disable the gzip output, tiki behaves normally. --- Moreover, this issue might have been the reason why the new spreadsheet features being developed in trunk by robertplummer were failing (Chrome just says that the server is temporarily unavailable) recently in a test we were doing in the same server. And that might be the (potential) responsible for the issues with sending newsletters in prposals/6x (just before the release of tiki 6.2). |
tracker item |
"Hide namespace indicator in structure path" Doesnt work in "Structures drill down menu" | tracker item |
"I forgot my password" email message give bad link!
"I forgot my password" email gives ~pp~ ... 2. Click the following link to go to the screen where you must enter a new "permanent" password. Please pick a password only you will know, and don't share it with anyone else. http://http://www.mysite.org/tiki-remind_password.php/tiki-change_password.php?user=<omitted by OmniColos> ... ~/pp~ |
tracker item |
"internal link" button doesn't work -- "local.php not found"
the button "insert internal link" (on the WYSIWYG-editor) doesn't work. it opens a new window "local.php not found -- This is normal if you have not run the tiki installer yet". (but i run the tiki installer) |
tracker item |
"internal link" button doesn't work -- "local.php not found"
the button "insert internal link" (on the WYSIWYG-editor) doesn't work. it opens a new window "local.php not found — This is normal if you have not run the tiki installer yet". (but i run the tiki installer) |
tracker item |
"Mandatory category in the categ. tree" nullifies category list in wiki edit page
When I select "Admin > Wiki > Mandatory category in the category tree", the list of categories while editting a wiki page is blank, or it says no category is defined. However, if you click on "admin categories", they are defined indeed. When you unselect this check box, and clean caches, categ. list is working fine again. This is not a theme specific issue (reproduced with geo.css, tikineat.css, lesjetesdelencre.css, ...) ---- update: sylvieg fixed that months ago, I think. (thanks sylvie) |
tracker item |
"new user registration" has problems (newest TIKIWIKI on newest PHP) - either bug or config aspect
"new user registration" has problems. Problemss stated for TIKIWIKI 1.9.8.3 tried on newest PHP versions 5.2x (+newest MySAL) - Fantastico install of 1.9.8.3 also concerned. - It is either a config error by admin, or a problem of latest stable TIKIWIKI (Oct. 2007) with neweset versions of PHP, or something similar. Various tests + details are described - please visit the links below. Hopeful to get opinions on this before going on with my tests. If it is not a software bug, then it would at least probably be an aspect about the ergnomics of instructions. When this problem will be settled and if found of general interest, I will perhaps add the experience to the TIKIWIK docs. Details are in the FORUM: Architecture/Installation : http://tikiwiki.org/tiki-view_forum.php?topics_offset=1&topics_sort_mode=commentDate_desc&forumId=6 There the item: "Register as a new user" does not excecute - config error? or bug in v.1.9.8.3 ?" : http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=27095&topics_offset=3&topics_sort_mode=lastPost_desc&forumId=6 |
tracker item |
"No Thread Indicated" error on normal forum reply submit | tracker item |
"Page" column title missing in tiki-listpages.tpl called from tiki-listpages.php
I found there is a typo on line 58 of tiki-listpages.tpl (Version 1.9.4) which make the "Page" column title disappear in tiki-listpages.php The faulty line looks like this: {QUOTE()} <td class="heading"><a class="tableheading" href="tiki-listpages.php?offset={$offset}&sort_mode={if $sort_mode eq 'pageName_desc'}pageName_asc{else}pageName_desc{/if}{if $initial}&initial={$initial}{/if}{if $find}&find={$find|escape}{/if}{if $exact_match eq 'y'}&exact_match=on"{/if}>{tr}Page{/tr}</a></td> {QUOTE} |
tracker item |
"Prevent automatic/robot registration:" interferes with OpenID
Problem noticed here: http://www.wiki-translation.com/tiki-view_forum_thread.php?forumId=2&comments_parentId=39 {img src=images/code.png}%%% {CODE()} I'm trying to log in with my OpenID. I don't have a wiki-translation.com account yet. After validating my OpenID, I'm taken to a Tiki page that prompts me to create a new account on wiki-translation.com to associate with my OpenID. I enter a username and password, but then get the following error: Wrong registration code {CODE} __Duplicate of {wish id=2204}__ |
tracker item |
"Remove unused pictures" does not work
I have some unused pictures and i would delete them. At tiki-admin.php?page=wiki the link "Remove unused pictures" ( tiki-admin.php?page=wiki&rmvunusedpic=1 ) does not work. What can I do? cu! WALKLiFE |
tracker item |
"Send copies of activity in tracker to e-mail..." blank => mail sent with blank "To:" field
It happens to me with Tiki 1.9.0. I've got two trackers. At their admin screen, I have the option: "Send copies of all activity in this tracker to this e-mail address:" filled with a valid e-mail address (email1), and the second oone with an empty field there. I have them both monitored with my email address as user in the tiki site (email2). When there is a new item created for the first tracker, I get two email messages. one to each email adress (email one, and email2) When there is a new item created for the second tracker, I get just one email message. the one to email2. But hte problem is that the system admin in my server gets a message with an empty "To:" field. It seems as if messages from "Send copies of all activity in this tracker to this e-mail address:" are attempted to be sent, even if there is no email entry there... Could this be the cause of the problem? An example of the wrong email headers here: I'm using catalan l10n of Tiki, and "Damian-based" theme style. ^ To: Subject: =?utf-8?b?W0luZm8gZXh0cmEgdXN1YXJpc10gRWwgcmFzdHJlamFkb3IgdmEgc2Vy?= =?utf-8?b?IG1vZGlmaWNhdCBlbCBnY2x1Yi51Yi5lcw==?= From: xavidp@NOSPAM@porthos.bio.ub.es Content-type: text/plain;charset=utf-8 Message-Id: <E1Dtk0w-0001dW-CI@mailhost.ourproject.org> Date: Sat, 16 Jul 2005 12:35:22 +0200 ^ (note that I've added manually now ar reporting time the "NOSPAM@" bit in the middle of my email address (but the email was ok) |
tracker item |
"Show user's info on mouseover:" in Community settings will break other mouseovers
Turning on 'Show user's info on mouseover:'in the community section will trash the data in other mouseovers, for example, mod-upcoming_events will generate stuff like: {CODE(wrap=1)} <a class="linkmodule summary" href="tiki-calendar_edit_item.php?viewcalitemId=57" title="Thu 28 of Feb., 2008 11:07 PST, by  152 ',HAUTO,VAUTO,CAPTION,' User information - Click for more info ');" inhibited_mouseout="nd()" target='_top' href='tiki-user_information.php?userId=13' >Jeanna  "> Mike Bday </a>{CODE} Which is not at all right... Not only is the title messed up, but the HTML is trashed as well with an extra "> shoved in for no reason, etc. |
tracker item |
"Show.tiki.org is currently unavailable" | tracker item |
"SSH2 extension not installed" error on BWL tracker | tracker item |
"Submitted by" at dev.tw.o/tracker5 forgets username after 2nd edit => user can't edit his items.
To reproduce: * As a user with non admin rights insert a tracker item to dev.tw.o/tracker5 * edit it again, and change something (add some text to a text areas, etc.) And save * you are not able to edit that item any more because the "Submitted by" field has lost the record. * edit that item as a user with admin rights, adn manually provide again the username of the poster. * the poster can edit it one more time. But after that, he loses the ability again. ... Example: http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2885 --- testing this bug --- 2nd edit |
tracker item |
"Template not registered" error for multiple sorts of tracker page
Using v10 Tarball from 5/1/08 and on a Wiki page have the following: ~~np~~ {TRACKERLIST(trackerId=>1,fields=>1:4:6:5,max=>-1,showfieldname=>y,status=>opc,more=>y)} {TRACKERLIST} ~~np~~ Displays the tracker fine and the sort defaults to LastModify. Can click any field name and sort takes place just fine. HOWEVER, selecting another field, even the same one to change the sort order, results in the error message: "Template not registered" |
tracker item |
"The page cannot be displayed" message
We had just reconfigured the disk to RAID1 and backed up mysql, tiki, and php on our linux box. Now, we are getting "Page cannot be displayed" after we edit the homepage and try to save it. It is happening on tiki-editpage.php but it is there. The permissions are 644 apache. The second thing seen is the forums messages can't be accessed anymore. Does anybody have experience with these problems? Any suggestions? Perhaps we should re-install all the software. |
tracker item |
"There is no class to handle the event wiki_page_created" exception at daily-report:send | tracker item |
"Unsubscribe" fonction in newsletter mail unsubscribe the wrong e-mail adress
« Add unsubscribe instructions to each newsletter » fonction in newletter. When you clic « unsubscribe from this newsletter » in newletter mail, tiki suppress the wrong adress. For exemple, y try to suppress yan.turgeon@cipuf.org and tiki suppress marianne.laroche@cipuf.org. |
tracker item |
"Use 'explicit' names in the mirror table" checkbox avoids tracker creation
On 1.10 cvs, trakers configured with mirror tables. When creating a new tracker (the first one), if you click on "Use 'explicit' names in the mirror table" checkbox, then the tracker is not created. When not selecting that box, the tracker is created. Tried several times with simple names without spaces or accents, and it happened the same. |
tracker item |
(2.2) Invalid offset in lib/tikilib.php : 6193 (when dealing with cached pages)
This showed up after upgrading from 1.9.11 to 2.2 When accessing Wiki pages with external links (mixed cacheing and nocache), with PHP error reporting on, notified of an invalid offset in tikilib:6193. |
tracker item |
(Tiki 13) If Tiki is in subdirectory with tilda, it causes user to be logged out by the second click | tracker item |
[ aulawiki 1.6 cannot install in tikiwiki 2.2 ]
An error occured in a database query! Context: File tiki-mods.php Url tiki-mods.php? Query: INSERT INTO tiki_menus VALUES (100,'Workspace menu','Sample workspace menu','d'); Values: Message: Column count doesn't match value count at row 1 Built query was probably: INSERT INTO tiki_menus VALUES (100,'Workspace menu','Sample workspace menu','d'); Any BUG FIXES? |
tracker item |
[] Leads to an Ajax Error in Wysiwyg Mode | tracker item |
[BUG] Mass search and replace | tracker item |
[function.assert]: Assertion failed
http://doc.tikiwiki.org/tiki-pagehistory.php?page=Rewrite%20Rules&compare=1&oldver=15&newver=16&diff_style=minsidediff -> Warning: assert() [function.assert]: Assertion failed in /home/.frodo/doctwo/doc.tikiwiki.org/lib/diff/Diff.php on line 493 |
tracker item |
[tikiwiki4] Tikiwiki-importer causes apache segfault on Debian Etch/lenny 64bit
Uploading a Mediawiki-XML-Dump created by Mediwikis dumpBackup.php leads to an empty page and an apache segfault on debian etch 64bit. From /var/log/messages {CODE()}apache2[3658]: segfault at 7fff3f74cef8 ip 7f3837b9d2f7 sp 7fff3f74ce00 error 6 in libpcre.so.3.12.0[7f3837b8e000+25000]{CODE} File is beeing uploaded correctly in /tmp, upload to File Galleries works correctly. changed the following values in {CODE()} /etc/php5/apache2/php.ini post_max_size=128M upload_max_filesize = 128M max_execution_time = 600 max_input_time = 600 memory_limit = 32M (also tried 64M,128M,256M) {CODE} {CODE()} /etc/apache2/apache2.conf Timeout 600 {CODE} Running Debian Etch amd64 all packages actual version of the distri. Ways to reproduce: 1.) create a XML-Dump from Mediawiki via {CODE()}php dumpBackup.php --full --contents > dump.xml{CODE} 2.) use tikiwiki-importer via ->admin->tikiwiki-importer 3.) Upload in 1. created xml-dump Neither changing export settings of ~np~ dumpBackup.php --full or --current with or without --content ~/np~ nor changing import options in tikiwiki-importer changes outcome. --- Addition: -Upgraded to tikiwiki4, upgraded to debian stable (lenny) as suggested Problem still exists: {CODE()}apache2[2231]: segfault at 7fff2184eec0 ip 7f9019c1bf6b sp 7fff2184edc0 error 6 in libpcre.so.3.12.1[7f9019c0b000+28000]{CODE} |
tracker item |
#258
When making a module with some Wiki-formatted content and checking "Must be Wiki-parsed", the module shows ok, but when using it in a Wiki-page with {MODULE} it won't get wiki-parsed. Unchecking "Must be Wiki-parsed" in Admin->Modules doesn't help. |
tracker item |
#2491
This is best explained with an example: ~pp~ Paragraphs are parsed just fine here {TAG(tag=ul)}foo{TAG} but now paragraphs and line breaks aren't working! ~/pp~ This only happens for tag=ul, not even for tag=ol. This happens regardless whether wiki paragraph formatting is enabled and regardless of whatever is inside the ~np~{TAG(tag=ul)}~/np~, even ~np~{TAG(tag=li)}~/np~'s. |
tracker item |
#2155
Problem 1: I created a Wiki page containing the following: {img src=images/code.png}%%% {CODE()} {THUMB(id=5)}{THUMB} {CODE} If I select Preview while in edit mode, the thumbnail is displayed, and placing the mouse cursor over thumbnail displays the fullsize image. After the page is saved and displayed, moving the mouse cursor over the thumbnail does not display the fullsize image. Problem 2: I created a Wiki page containing the following: {img src=images/code.png}%%% {CODE()} {THUMB(image=>img/wiki_up/someimage.jpg)}{THUMB} {THUMB(id=5)}{THUMB} {CODE} If I select Preview while in edit mode and move the cursor over the first thumbnail, no fullsize image is displayed. If I move the cursor over the second thumbnail, the fullsize image corresponding to the second thumbnail is displayed. If I then move the cursor back over the first thumbnail, the fullsize image corresponding to the second thumbnail is displayed. |
tracker item |
/tiki-map.phtml gives 500 Internal Server Error (if no maps configured?)
I only activated the feature and clicked on "Maps" in the menu - that gave me the mentioned 500 Error. |
tracker item |
/tiki-mobile.php produces Warning on PHP5
Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. in /lib/hawhaw/hawhaw.inc on line 1165 |
tracker item |
/tiki-view_sheets.php doesn't display the sheet before clicking on "edit"
Formerly the sheet got displayed, when going to /tiki-view_sheets.php - it's not like that any more. I can edit it perfectly, etc. - but it doesn't get shown.. |
tracker item |
~ tags not rendering propery | tracker item |
$exatvalue typo in lib/wiki-plugins/wikiplugin_trackerlist.php,v 1.40.2.12
I think $exatvalue maybe should be $exactvalue [r@s tw]# grep -nR exatv * lib/wiki-plugins/wikiplugin_trackerlist.php:262: $exatvalue = array($exactvalue, $user); [r@s tw]# head lib/wiki-plugins/wikiplugin_trackerlist.php <?php // $Id: /cvsroot/tikiwiki/tiki/lib/wiki-plugins/wikiplugin_trackerlist.php,v 1.40.2.12 2008-03-22 12:13:54 sylvieg Exp $ // |
tracker item |
1.10 from August 1st: clean install doesn't allow admin to login after pass. change
Using 1.10cvs from August 1st, 2007. On easyphp-1.8 environment (thus, Window$ XP) Steps I did: * updated cvs code * called tiki-install.php to create a new clean install over an old tiki110cvs databse (assuming it deletes all tables and re-creates them as needed), using basic profile for easy use * installation says eveything ok, no sql queries failed. * login to new site as admin/admin * change password to another string (simple string with only letters, between 6 and 8 chars. in all my attempts) * after password is changed, error produced: ** I cannot login to the site. Using the right admin/pass., I see the homepage again as anonymous (so I'm not logged in). ** If using a wrong pass, I see the user/pass error message. Tried reinstalling several times with different passwords, no success. * the funny thing is that the new admin pass. seems to be recorded ok, since I can re-access the tiki-install.php using that new admin password. |
tracker item |
1.10: a user cannot edit a tracker item creted by him if user selector is a mandatory field
Using 1.10cvs from mid june 2007 I created a new tracker, with this option activated: ^ "Item creator can modify his items? The tracker needs a user field with the option 1" ^ Then, I added many fields, and one of them, of course, user field with option 1, marked as compulsory. As registered user, I created a new item. Ok. I atempted to edit the item, and after cliking on save, I get the message that I need to select a user (or some similar text). This should'nt happen, since the user field should be selected and prefilled by default either from the previous selection, or from the user id. That's the server, tracker and item: [http://www.moviments.net/intercanvis/tiki-view_tracker_item.php?itemId=2&show=view&status=o&trackerId=2&sort_mode=lastModif_desc] I have unselected the compulsory checkbox for this field to make it work (but the bug is still there, if selected to be compulsory) |
tracker item |
1.10: after geolocating traker item (GMaps): "OKOK" label to be removed and user back to trackeritem
Using 1.10 cvs from mid june 2007 To reproduce: # Create a new tracker with Google map field, plus other fields, on a tiki site created with basic profile for easy use. # Log in as registered user (not admin) # Insert an item (as registered). # Edit the item, to click to "Google map locator" to geolocate the tracker item # After cliking on the map (so that having coordinates and zoom for this item), you click on "Save clicked point" button + After that, you see on top: "OKOK", and the Google Map locator again. "The OKOK" message should be removed, and I suggest that the user is automatically taken back to the tracker item after clicking on the "Save clicked point" button |
tracker item |
1.10: Geolocating tracker items (through Google maps) not working anymore, but it was before
Geolocating tracker items (through Google maps) are not working anymore, but they were before. Using recent 1.10 update (from end of november or so) nowadays. Example: [http://intercanvis.net/tiki-view_tracker_item.php?itemId=2&trackerId=2&show=view] |
tracker item |
1.10: PluginTrackerFilter not finding results (it was in 1.9cvs)
Using 1.10cvs from mid june 2007. Plugin Tracker Filter doesn't find items (it is working fine for me in 1.9.x sites). Example: [http://www.moviments.net/intercanvis/tiki-pagehistory.php?page=Cercador%20ofertes&preview=1] Related to [http://www.moviments.net/intercanvis/tracker2] If any coder interested in taking care of this bug, send me a message and I'll manage an admin account there for you to look at or play with the configuration of the tracker, plugin, if needed. |
tracker item |
1.10: PluginTrackerList returning incorrect filterfield when using categories
Using 1.10cvs from mid June 2007 I'm using this code in here: [http://www.moviments.net/intercanvis/Ofertes] {CODE()} !! 1.1. Oferiments de __Cursos__ {TRACKERLIST(trackerId=>2,fields=>9:12:20:11:19, showtitle=>n, showlinks=>y, showdesc=>n, showinitials=>y, showstatus=>y, status=>opc, max=>20, filterfield=>42, filtervalue=>, exactvalue=>6, goIfOne=>n)}Com????{TRACKERLIST} !! 1.2. Oferiments d'__Habitatge__ {TRACKERLIST(trackerId=>2,fields=>9:12:20:11:19, showtitle=>n, showlinks=>y, showdesc=>n, showinitials=>y, showstatus=>y, status=>opc, max=>20, filterfield=>42, filtervalue=>45, exactvalue=>45, goIfOne=>n)}Com????{TRACKERLIST} {CODE} In the three cases cases I get "incorrect filterfield" Which I don't know why, since i follow indications at: [http://doc.tikiwiki.org/PluginTrackerList] I've tried with many more variants, just in case, with the same result (incorrect filterfield): {CODE()} {TRACKERLIST(trackerId=>2,fields=>9:12:20:11:19, showtitle=>n, showlinks=>y, showdesc=>n, showinitials=>y, showstatus=>y, status=>opc, max=>20, filterfield=>42, filtervalue=>6, exactvalue=>6, goIfOne=>n)}Com????{TRACKERLIST} {TRACKERLIST(trackerId=>2,fields=>9:12:20:11:19, showtitle=>n, showlinks=>y, showdesc=>n, showinitials=>y, showstatus=>y, status=>opc, max=>20, filterfield=>42, filtervalue=>6, exactvalue=>, goIfOne=>n)}Com????{TRACKERLIST} {TRACKERLIST(trackerId=>2,fields=>9:12:20:11:19, showtitle=>n, showlinks=>y, showdesc=>n, showinitials=>y, showstatus=>y, status=>opc, max=>20, filterfield=>42, filtervalue=>*, exactvalue=>6, goIfOne=>n)}Com????{TRACKERLIST} {CODE} In this tracker, field 42 is a category (id2), which has some more subcategories inside: http://www.moviments.net/intercanvis/tiki-admin_categories.php?parentId=2 Categ 6 and categ 45 are subcategories of it. Tracker 2, has many fields, but 2 examples for the "incorrect filterfield" behavior are: ^~pp~ Id posit name type options isMain Multil. Tbl vis Search. Public Hidden Mandat. Desc. 11 edit 30 Cursos category 6 n n n y y n n 16 edit 35 Habitatge category 45 n n n y y n n ~/pp~^ However, if I don't set any filterfield nor exact value, then I can list all items without problem.(but no pre-filtering). Example: {CODE()} {TRACKERLIST(trackerId=>2,fields=>9:42:12:20:19, showtitle=>n, showlinks=>y, showdesc=>n, showinitials=>y, showstatus=>y, status=>opc, max=>20, filterfield=>42, filtervalue=>, exactvalue=>, goIfOne=>n)}Com????{TRACKERLIST} {CODE} Some bug around filterfield param when using categories? |
tracker item |
1.10: RSS for individual trackers returns: Permission denied you cannot view this section
Using 1.10cvs code from mid june 2007 I created several trackers. Enabled RSS for individual trackers. Created rss modules for two individual trackers (rss 1 and rss 2). Granted common permissions for anon. (view, ...), and most tracker permissions for Registered group. Added a call to rss plugin within a wiki page: {CODE()} {rss id=1} {rss id=2} {CODE} When viewing the page as registered, I see: ^ Tiki RSS Feed Error Message: Permission denied you cannot view this section ^ Did I miss any special perm to be granted for registered? A bug? (I granted all perms from tracker section - to them, or inherited from anonymous - except for tiki_p_admin_tracker) |
tracker item |
1.10: several module plugins in a wiki page show the same title for all of them (from the first)
1.10: several module plugins in a wiki page show the same title for all of them (from the first call in the page) Using 1.10cvs from mid june 2007 |
tracker item |
1.10: TRACKERFILTER not working for me (Unknown column 'Array' in 'where clause')
1.10 (using cvs from Sept 9th, 2007): TRACKERFILTER not working for me (Unknown column 'Array' in 'where clause') To reproduce, try selecting any field for the tracker filter here: [http://www.moviments.net/intercanvisarxius/tiki-index.php?page=cercador+ofertes] It produces: {CODE(wrap=>1,wiki=>1)} An error occured in a database query! Context: File tiki-index.php Url tiki-index.php?page=cercador+ofertes Query: ^ SELECT tti.*, ttif.`value`, ttf.`type`, tti.`lastModif` as `sortvalue` FROM ( `tiki_tracker_items` tti INNER JOIN `tiki_tracker_item_fields` ttif ON tti.`itemId` = ttif.`itemId` INNER JOIN `tiki_tracker_fields` ttf ON ttf.`fieldId` = ttif.`fieldId`) INNER JOIN `tiki_tracker_item_fields` ttif0 ON (ttif0.`itemId` = ttif.`itemId`) INNER JOIN `tiki_objects` tob13 ON (tob13.`itemId` = tti.`itemId`) INNER JOIN `tiki_category_objects` tco13 ON (tob13.`objectId` = tco13.`catObjectId`) WHERE tti.`trackerId` = ? and (`status`=? or `status`=? or `status`=?) AND ttif0.`fieldId`=? AND tob13.`type` = 'tracker 2' AND tco13.`categId` IN ( 0 ,? ) GROUP BY tti.`itemId` ORDER BY `sortvalue` desc ^ Values: 0 2 1 o 2 p 3 c 4 13 5 Message: Unknown column 'Array' in 'where clause' Builded query was probably: ^ SELECT tti.*, ttif.`value`, ttf.`type`, tti.`lastModif` as `sortvalue` FROM ( `tiki_tracker_items` tti INNER JOIN `tiki_tracker_item_fields` ttif ON tti.`itemId` = ttif.`itemId` INNER JOIN `tiki_tracker_fields` ttf ON ttf.`fieldId` = ttif.`fieldId`) INNER JOIN `tiki_tracker_item_fields` ttif0 ON (ttif0.`itemId` = ttif.`itemId`) INNER JOIN `tiki_objects` tob13 ON (tob13.`itemId` = tti.`itemId`) INNER JOIN `tiki_category_objects` tco13 ON (tob13.`objectId` = tco13.`catObjectId`) WHERE tti.`trackerId` = '2' and (`status`='o' or `status`='p' or `status`='c') AND ttif0.`fieldId`='13' AND tob13.`type` = 'tracker 2' AND tco13.`categId` IN ( 0 ,'Array' ) GROUP BY tti.`itemId` ORDER BY `sortvalue` desc ^ {CODE} It was happening like that with code from months ago, and that's why I've tried today with updated code from cvs HEAD, plus upgrading db using tiki_1.9to1.10.sql script. --- Fixed the 10/9/07 |
tracker item |
1.10cvs: impossible to copy mod files even if perms were reported as ok
using 1.10cvs from Agusut 1st, 2007 at http://uniwiki.aia07.ourproject.org and using http://mods.tikiwiki.org as repository folder. After I select to install Mod jpgraph, I get a screen saying this: ^ Tikiwiki Mods Mods Configuration Update remote index Rebuild local list Attention Apache has the right to write in your file tree, which enables the installation, removal or upgrade of packages. When you are done with those operations, think to fix those permissions back to a safe state (by using "./fixperms fix" for example). * You asked to install these mods: o [[x] jpgraph (lib) * The following mods will be installed: o jpgraph 1.4 (lib) ||Install|| ^ (corresponding to this url: http://uniwiki.aia06.ourproject.org/tiki-mods.php?action=install&package=lib-jpgraph ) When I click on install button, I get a blank page saying: ^ lib/jpgraph/src/index.php to lib/jpgraph/src/index.php impossible to copy ^ and having this: "http://uniwiki.aia06.ourproject.org/tiki-mods.php?" as the url (it seems to be missing params...) What's wrong? |
tracker item |
1.9.0 Directory Batch upload problems
1- The "all" checkbox doesn't work (IE & Moz) 2- Upload works in Moz but not IE |
tracker item |
1.9.1 to 1.9.3.1 upgrade pb on tiki_score table
The install script says to run the 1.8to1.9 SQL upgrade when upgrading from a 1.9.x to another 1.9.x release. I have and error in that script while creating the tiki_score table, which is normal because it already exists. Then, I have a bunch of errors in the following INSERT statements because the category column is missing (along ith the desription and ordd columns). Here is the output of the failed statements: CREATE TABLE tiki_score ( event varchar(40) NOT NULL default '', score int(11) NOT NULL default '0', expiration int(11) NOT NULL default '0', category text NOT NULL, description text NOT NULL, ord int(11) NOT NULL default '0', PRIMARY KEY (event), KEY ord (ord) ) TYPE=MyISAM Message: Table 'tiki_score' already exists Command: INSERT INTO tiki_score (event,score,expiration,category,description,ord) VALUES ('login',1,0,'General','Login',1) Message: Unknown column 'category' in 'field list' .... other similar failed INSERT Here is the tiki_score table definition that is currently in my 1.9.1 database (extracted from a mysqldump): CREATE TABLE tiki_score ( event varchar(40) NOT NULL default '', score int(11) NOT NULL default '0', expiration int(11) NOT NULL default '0', PRIMARY KEY (event) ) TYPE=MyISAM; |
tracker item |
1.97cvs + 1.10cvs: last_tracker_items yields no results even if they exist
Using 1.9.cvs and 1.10cvs from mid June 2007 Module last_tracker_items reports no results, but there are many tracker items inserted, in several trackers. Tested here: http://www.moviments.net/valldelcorb/tiki-index.php?page=prova2 (1.9.7cvs) http://www.moviments.net/valldelcorb/trackers http://www.moviments.net/intercanvis/tiki-index.php?page=HomePage (1.10cvs) http://www.moviments.net/intercanvis/trackers Btw, will it be possible to filter tracker item results in last_tracker_items by tracker id, passing it as argument to the module? (that would be great! :-) ---- UPDATE 9th july 2007: Sylvieg, it still doesn't work as expected: I updated code from today 9th july 2007 at the 1.9.x site, and then it requested the params. missing (name and trackerID). I modified the module call like this: {CODE()} {MODULE(module=>last_tracker_items,trackerId=>2,name=>Ofertes,status=>opc,nonums=>0)}{MODULE} {CODE} and now it shows an empty list: http://www.moviments.net/valldelcorb/tiki-index.php?page=prova2 (1.9cvs) Btw, it's a site with __Trackers with mirror tables__. If it's a config problem, then some lines are needed at: http://doc.tikiwiki.org/Module+last_tracker_items |
tracker item |
Update Notifier: many versions are misreporting available upgrades | tracker item |
Initial homepage cannot be set for first view of anonymous viewer
When I set the homepage in Administration: General Preferences to "Articles" (which is what I want the homepage to be for both anonymous and registered visitors), the initial viewing for "anonymous" displays a homepage of "wiki". When I set the homepage in Administration: General Preferences to Group homepage and then set the two group homepages to a typed-in "Articles" in the empty field and then log in as any user, the display is "No page 'Articles' found". When I set the homepage in Administration: General Preferences to Group homepage and then set the two group homepages to a custom URL (http://www.progressiveomaha.com/tikidir/tiki-view_articles.php), the display is "no such page found". One day I thought maybe the problem had to do with using Firefox on a Linux box, because my ancient Windows 98/IE machine brought up 'Articles' as the home page. The next day both machines bring up the Wiki page as the home page. This is with the homepage set to 'Articles' in Admin-General. Maybe I should be clear that I am refering to which page is brought up when TikiWiki is first accessed (from www.progressiveomaha.com/tikidir/).external link Once I have logged in as a user, I will access the 'Articles' homepage whether returning as another user or as anonymous. The problem only occurs on that initial anonymous access, and only after TikiWiki has had time to "forget" any earlier logons by that user. |
tracker item |
"tiki-edit_structure.php" Add Pages To Current Node list truncates at 50 records. Fix included.
The list of tiki pages presented for selection and addition to a structure is truncated at 50 records for no apparent reason and there's no way to add records >50 without running a filter. I just parroted what I saw in tiki-admin_categories.php for its similar page list and it works. The diff is below - hope I did that correctly. *.backup is the original file from the official tiki releast. *.php is the version I modified. |
tracker item |
PAM authentication broken
An attempt to log in using PAM (php-auth-pam) gives the following error message: Notice: Undefined variable: error in /var/www/tikiwiki/tikiwiki-1.9.7/lib/userslib.php on line 554 Warning: Error variable must be passed by reference in /var/www/tikiwiki/tikiwiki-1.9.7/lib/userslib.php on line 554 Warning: Cannot modify header information - headers already sent by (output started at /var/www/tikiwiki/tikiwiki-1.9.7/lib/userslib.php:554) in /var/www/tikiwiki/tikiwiki-1.9.7/tiki-login.php on line 292 I'm using: - php5-auth-pam-0.4-9.2 (Debian package) - tikiwiki-1.9.7 (source) |
tracker item |
Login with "Request passcode to register:" fails
Using 1.10cvs from mid june 2007. Using 2.0 RC2 August 2008 Request passcode to register: fails. __Example 1:__ (Still broken?) I toggled on "Request passcode to register:" and "Prevent automatic/robot registration:", as well as "user tracker" selected at registration time, and after the registration steps, and filling the user tracker information, I get the message (like): "Codi de registre no và lid. Necessites saber el codi de registre per donar-te d'alta en aquest lloc web" (catalan)-> Register code not valid. You need to know the register code to register in this web site" (approx) Tryied three times with different browsers and users names (and double cheking the passcode to register): same effect. When I toggle off the "Request passcode to register:", then everything works fine. __Example 2:__ (mlpvolt) Request password to enter = on User tracker (for registration) = on ...initial screen of choose name, enter password and email works. ...second screen with user tracker info fails on submit. |
tracker item |
12.2: Install with InnoDB never ends the db population step | tracker item |
12.x - 14.x: can't export any tracker field from a long tracker: Request-URI Too Large or unknown reason | tracker item |
12.x Fatal error: getField() on a non-object in trackerlib.php on line 726 | tracker item |
12.x html code embedded in a tracker item field text-area-with-wysiwyg lost after edition | tracker item |
12.x - 15.x: Sheet profile Handler doesn't get sheet content added (following lastest available documentation) | tracker item |
12.x: accents not shown properly in forum posts when wysiwyg-html is on | tracker item |
12.x: can't post comments if codemirror is on (it says 'Content is empty') | tracker item |
Renaming a group doesn't update the name in the corresponding group watches | tracker item |
12.x: Fatal error: Unsupported operand types in lib/setup/prefs.php on line 406 | tracker item |
12.x: Mail Queue (SMTP) not placing emails in tiki_mail_queue table but sending emails immediately | tracker item |
12.x: page alias links lost if full wysiwyg and wiki syntax | tracker item |
12.x: Ratings in articles don't show all options, just a single radio button | tracker item |
12.x: content of tracker comments tab is not shown! (in dev.t.o) | tracker item |
12.x: WebDAV is not working | tracker item |
12.x: wysiwyg editor in mobile never ends to load in article body | tracker item |
PDF Generation from structures seems to have trouble with some images
Adding "Tiki Transforming" structure from: http://themes.tikiwiki.org/tiki-print_pages.php I get and error (no PDF) and the following in my error log: {img src=images/code.png}%%% {CODE(wrap=>1)} [18-Jul-2007 13:16:46] PHP Warning: imagecreatefromstring() [<a href='function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Passed data is not in 'JPEG' format in /home/themetw/public_html/lib/pdflib/pdflib.php on line 393 [18-Jul-2007 13:16:46] PHP Warning: imagecreatefromstring() [<a href='function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Couldn't create GD Image Stream out of Data in /home/themetw/public_html/lib/pdflib/pdflib.php on line 393 [18-Jul-2007 13:16:46] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/pdflib.php on line 394 [18-Jul-2007 13:16:46] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/pdflib.php on line 395 [18-Jul-2007 13:16:46] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/class.pdf.php on line 2887 [18-Jul-2007 13:16:46] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/class.pdf.php on line 2888 [18-Jul-2007 13:16:46] PHP Warning: imagecreatefromstring() [<a href='function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Passed data is not in 'JPEG' format in /home/themetw/public_html/lib/pdflib/pdflib.php on line 393 [18-Jul-2007 13:16:46] PHP Warning: imagecreatefromstring() [<a href='function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Couldn't create GD Image Stream out of Data in /home/themetw/public_html/lib/pdflib/pdflib.php on line 393 [18-Jul-2007 13:16:46] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/pdflib.php on line 394 [18-Jul-2007 13:16:46] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/pdflib.php on line 395 [18-Jul-2007 13:16:46] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/class.pdf.php on line 2887 [18-Jul-2007 13:16:46] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/class.pdf.php on line 2888 {CODE} |
tracker item |
14x Inter-User Messages: 'Reply to all' gets the wrong sender of the message to be replied | tracker item |
12x: Wiki 3D (morcego java applet) doesn't load due to security settings | tracker item |
13.1 and 14.0 installer keeps asking for validating my db credentials | tracker item |
13.x doc.tiki.org :: clicking print offers to print the home page instead of current page | tracker item |
13.x in dev.t.o: some toolbar buttons like wiki link broken (reload the whole page) | tracker item |
13.x regression: rating_smiley icons in reversed order | tracker item |
13.x regression: rating_smiley icons in reversed order | tracker item |
13.x regression: rating_smiley icons in reversed order | tracker item |
13.x: 'Add an item' for tracker field 'item link' does nothing when field displayed as multi select. | tracker item |
13.x & 12.x: Can't display .webm videos uploaded to a tiki site with PluginWebDocViewer (and using html5 video tag not in Firefox) | tracker item |
13.x: Forum Thread Rating doesn't display icons for value 0, wrong icon for value 1, and no icons when labels are set beyond values | tracker item |
13.x: Ratings in articles gone | tracker item |
13.x: System Error on t.o when searching a word | tracker item |
database queries counter: remove until it is fixed
In the bottom bar of Tiki sites if activated there is some "debug" information. Notably: {img src=images/code.png}%%% {CODE()} [ xx database queries used ] {CODE} The SQL counter report is incorrect and reports higher number. Since this is making Tiki look bad for no good reason I am removing until it's fixed. Please see: http://sourceforge.net/mailarchive/message.php?msg_id=469E4D13.8010609%40gmail.com |
tracker item |
Webmail: No error message when password is incorrect
When login fails, I should get an error message. |
tracker item |
14.x & 12.x LTS: Screencast (jCapture) needs a new valid certificate (as of September 2015 at least) | tracker item |
14.x & 15.x & doc.t.o: export sheet as CSV produces 'Array, Array, Array....' | tracker item |
14.x: Export Slideshow to PDF produces Fatal Error | tracker item |
14.x: tab toggle button from PluginTabs not shown or not working | tracker item |
14.x: wrong comments count displayed (maybe it shows # of edits, and not # of comments?) | tracker item |
Tiki Calendar Locations don't sync with database
Help! The locations drop down menu in my Tiki calendar does not sync with the database. As I'm new to Tikiwiki, how on earth do I fix this short of dropping the table and re-entering the data? Thanks for your time. |
tracker item |
15.x regression: Upload a file in the registration tracker after choosing group is not possible (field Files: using modal or not) - ajax might need to be re-attached | tracker item |
15.x: allow again using decimal points in payments to paypal | tracker item |
15.x: Tracker: filter items is broken when value=label set (Radio, Dropdowns, ...) + plugin trackerfilter | tracker item |
sefurl conflicts with best language
Please see: http://tikiwiki.org/tiki-view_blog_post.php?blogId=2&postId=343 |
tracker item |
Anonymous users can create page without permissions after broken sql page shown
An anonymous user without edit permissions can edit create a new page. To Repeat: 1. Be logged into a user with no edit permisssions 2. Find a red ? link to an uncreated page. 3. Click the link 4. Note you don't have permission to edit/create the page. 5. Log out 6. Click the red ? link as Anonymous 7. Note you can edit the new page 8. Save the page - Note the error: An error occured in a database query! Context: File tiki-editpage.php Url tiki-editpage.php Query: insert into `tiki_user_watches`(`user`,`event`,`object`,`email`,`type`,`title`,`ur Values: 0 NULL 1 wiki_page_changed 2 LinkToLocPageFigs 3 NULL 4 wiki page 5 LinkToLocPageFigs 6 tiki-index.php?page=LinkToLocPageFigs Message: Column 'user' cannot be null Built query was probably: insert into `tiki_user_watches`(`user`,`event`,`object`,`email`,`type`,`title`,`ur 9. Take note that though the error happened, the page was created. |
tracker item |
Using CTRL-Z while editing a page with wysiwyg will break all wiki links on the page
If a user uses CTRL-Z on a page that they are editing to undo a change, they will break all internal wiki links on the page on the next save. This appears to only happen when editing with firefox. |
tracker item |
setup.sh does not work as documented on Debian
This script does not work with http servers that run under UNcommon user ID/GID. There is one good http server example in the Debian repos called yaws where the script becomes a problem. yaws runs under user ID/GID yaws/yaws. If one attempts to run setup.sh with a yaws http server, the script does not work. 1.Clicking on "Admin mods" after installation returns this error. You need to run setup.sh : ./setup.sh $APACHEUSER all Common Apache users are www-data, apache or nobody 2. Going to the command line and running setup.sh yaws all (because the username/gid is yaws, not the usual) returns no messages when in fact the script has already decided that the user will be www-data because I'm on Debian. About line 27 of the script. if [ -f /etc/debian_version]; .... There's no message that says how the ownership has been changed after running the script. There's no message saying the user has been chosen for me because I'm on Debian either. In both cases, I'd still have problems because the userID/GID needs to be yaws/yaws in order to make tikiwiki work right. Perhaps another way to address the problem is to check and see who owns the server process with an lsof -p :portNumber? |
tracker item |
POP3 collected e-mail not correctly integrated into forum
An email message hasn't integrated into the forum. Tho forum posting is just empty. I'll attach a zip with the original message. |
tracker item |
Forum post by email - duplicate emails render forum inaccessible
Setup: 1) Create a new forum 2) Enable the post-by-email function (and create the associated email address) 3) Send an email post 4) Send a second identical post 5) Attempt to visit the forum - denied We use one of our Tiki forums to archive contents from a mailing list - we have a dedicated address which is enrolled in said (external) list. This normally works great, except we were unable to visit the specific forum recently - the error message notified us that duplicate name and content posts were prohibited. It turns out the mailing list sends out regular (monthly) notifications which happen to be identical. It seems that that the POP server is polled when the forum is accessed - the message is obtained, and the post attempt it denied, and effectively locks the user out of the forum. Verified on the opensourcecms 1.9.11 demo site. |
tracker item |
18.x Structures can create bad pages names | tracker item |
18.x svn: Data too long for column 'log' at row 1 | tracker item |
18.x Wiki page history offers to remove page revisions | tracker item |
User registration with anti-bot & user tracker for additional information not working
When a new user registered with anti-bot and user tracker for more user information getting error message that registration code is invalid. Here are steps to reproduce the problem. 1) Setup user information tracker with couple of fields. 2) Go to registration page 3) Enter registration details and click 'register' 4) This will take you to new screen where user tracker information needs to be filled. 5) Once you fill the user tracker information and click 'Save' 6) You will get error message that registration code is invalid |
tracker item |
edit button does not work in latest 1.10
The edit button (and switch to wysiwyg) link to nowhere (except back to homepage.) This appears to be an ajax related problem many buttons/links do not work. verified on my site and 110.tikiwiki.org edit button links to: http://sitename.com/# switch to wysiwyg does not work, navigation buttons in list-pages, |
tracker item |