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 |
|---|---|
| XSS/JS filter hitting when saving a custom Smart template file | tracker item |
|
YAML: one line preference containing operand characters results in PHP fatal error when applying profile
While working on a profile with exported preferences from -+tiki-admin.php?page=profiles&cookietab=2+- I have realized when trying to apply that YAML code as a ((doc:Local Profiles|local profile)) using the following command: -+php console.php profile:apply my-preferences profiles+- the result is fatal error: {CODE()}PHP Fatal error: Unsupported operand types in /var/www/clients/client1/web16/subdirs/.../lib/core/Horde/Yaml/Loader.php on line 363{CODE} The problem is my profile YAML file (which I saved as -+my-preferences.yml+- in a -+profiles/+- dir) contains one line preferences like this: {CODE()} preferences: main_shadow_end: {if $page eq "HomePage"}</div>{/if} main_shadow_start: {if $page eq "HomePage"}<div class="home">{/if} ... {CODE} When I change it to the multiline syntax (notice the "|" character and new indented line): {CODE()} preferences: main_shadow_end: | {if $page eq "HomePage"}</div>{/if} main_shadow_start: | {if $page eq "HomePage"}<div class="home">{/if} ... {CODE} then it works with no fatal error anymore! What can we do to fix this? Fix the YAML exporter somehow to detect if there are any operands like ~gt~ or ~lt~ and if yes export the preference value as multiline even when it is just one line of text? Anything else? Thanks for your time reviewing this bug. luci |
tracker item |
|
Zipfile upload into file area
{syntax type="tiki" editor="plain"} I applied the patch from bug report 2956. Only one of the zipfile content files is added. |
tracker item |
|
Zotero bibliography
Hello, Problem with: - Zotero bibliography - Zotero Bibliography Search Module I followed the [https://doc.tiki.org/Zotero|documentation] and setup everything as it should be, but the mentioned plugins did not work. - Can somebody confirm the plugins actually work ? - From my server errors log: ~np~PHP Fatal error: Call to undefined method Zend\\Http\\Response::isSuccessful() in .../tiki/htdocs/lib/zoterolib.php on line 54 ...~/np~ - The isSuccessful() method is in: /tiki/htdocs/lib/zoterolib.php - The isSuccessful() emthod is called on lines 54, 111 and 161 - Changing isSuccessful() to isSuccess() the error seems to be fixed, but the Zotero plugin is not working. - I think using or relaying on Zend and tags to get feedback or content from Zotero may not be very good. - Something like [https://github.com/ddean4040/phpZoteroWebDAV|this framework](phpZoteroWebDAV) would be much better. Thank you. |
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
At the Tiki.org forums ( [https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=62116#threadId=62160] ), after submitting a reply, I get an error: "No thread indicated." Of course I was in a thread when I submitted the post. This happened in one thread but I was able to post a reply in another thread at about the same time, with no problem. |
tracker item |
|
"No users were selected" error
I've just created a new account for a user. Having created the account, I'd then normally select the account and use the "spanner" icon to "add or remove from a group." Today that resulted in the error "No users were selected. Please select one or more users." Even if I actually select the user (tick in the box, which I never did previously for a single user), I get the same message. This appears to only be happening on the newest minor version (18.8). |
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"
{CODE()}Show.tiki.org is currently unavailable Unable to connect to show.tiki.org. Please let us know of the problem so that we can do something about it. Thanks.{CODE} As seen here: http://dev.tiki.org/item2483 |
tracker item |
|
"SSH2 extension not installed" error on BWL tracker
At this writing, tracker items on dev.tiki.org show the following error under the 'Demonstrate Bug' field: "SSH2 extension not installed SSH2 extension for PHP needs to be installed for show.tiki.org feature to work" This prevents demonstrations being set up on show.t.o for those specific tracker items in the normal way. |
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
cd /data/www/html/tiki/; /usr/bin/php console.php daily-report:send produces: {CODE()}Generating reports... Sending... [Exception] There is no class to handle the event wiki_page_created. daily-report:send{CODE} |
tracker item |
|
"Toogle navigation" in Bing results of Tiki
For reasons unknown, in many (strangely not all) Bing (Microsoft's search engine) results of a running Tiki, the string "Toggle navigation" appears. This is wrong in several ways at once a) it is unwanted and totally unnecessary b) it is confusing for interested web users, as it has nothing to do with content c) it is utterly untranslated d) the reason why it appears remains in the dark. |
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)
{syntax type="tiki" editor="plain"} 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
To reproduce this bug, you need to set up a Tiki within a subdirectory with tilda, e.g. http://localhost/~user/tiki Then login, go to the admin panel and click around, say to some of the feature admin panels. You will be logged out. The problem is that (if you look in tiki-phpinfo.php) that the cookie_path is set to /%7Euser/tiki If you move the tiki to a path with no tilde it is ok. |
tracker item |
It seems that the XSS filter is hitting here. It should not since it is a super-admin function and should not be XSS-filtered, of course.
I tried to edit tiki-editpage.tpl when this occured.