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 |
|---|---|
|
floatval is not compatible to PHP < 4.2
floatval() gets used in tiki-register.php and is not available in PHP < 4.2 |
tracker item |
|
Flowplayer broken in v 2.2
{syntax type="tiki" editor="plain"} When I click "Install" for FlowPlayer I get the error: wiki-plugins/flowplayer/flowplayer/flowplayer.js to lib/flowplayer/flowplayer.js impossible to copy It won't install and I have no idea what to do next. Thanks for any help. |
tracker item |
|
Folder icon for sections does not appear in menu preview
When creating menu options (tiki-amdin_menu_options), Tiki shows a Preview of the menu being built. However, when creating a SECTION option, Tiki does not show the folder icon (as defined on the tiki-admin_menus page). |
tracker item |
|
For incoming RSS feeds -- escaped entities (&) in URL are not replaced with entities (&)
In the RSS module part of Tikiwiki, incoming RSS feeds are incorrectly parsed. Escaped entities (& ' " etc.) have to be replaced with the entities themselves when the RSS feed is viewed. However, this is not done. As a result, when a user clicks on the links, the link still has references to (&) which makes it an invalid URL. The problem is in "parse_rss_data" function of rsslib.php |
tracker item |
|
Formatting of empty Lines in Wiki-Pages is not handled properly
A blank line out of a paragraph should not start a new paragraph (as in 4.2). If feature_wiki_paragraph_formatting_add_br is on, an empty line is created on top of the new paragraph. It comes from lib/tikilib.php line 6838ff } elseif (!$in_paragraph && !$contains_block) { // If not in paragraph, first non-blank line; start a paragraph; if not start of div created by plugins $data .= "<p>"; ... in the comment it is stated that the paragraph should only begin at first NON-BLANK line |
tracker item |
|
Forum & Maillist Sync shows full email for list contributors not registered on tiki
Google Group list and forum posting are working perfectly after following [https://doc.tiki.org/Forum+and+Mailing+List+Synchronization|setup guide here]. According to the guide, email addresses unknown to tiki are to show as "Anonymous" posts. They do not. Instead, they show as the complete From: email address, "full name <email@somewhere.com" Take a look here (I edited the sql database and changed the email address slightly to make it inoperable, but left the address there so you can see what happens.): http://tiki.lingtransoft.info/tiki-view_forum_thread.php?comments_parentId=22&topics_offset=1 There is nowhere to turn this off, and it is a huge security risk as those addresses are posted in plain text. |
tracker item |
|
forum delete
can not delete a created forum. When I ty to delete the forum entry the window to ask it i wish to delete the forum pops up. When I say yes, nothing happens. Best regards Jürgen |
tracker item |
|
Forum has problem displaying a long svn commit mail
Hi, I tried to set up a forum as archive for the commit emails from our svn. It kind of works, but yesterday there was a long commit email. Our commit emails also contain the diff which was committed. This one contained also html pages, so there was html-markup in the email. Additionally the email was *very* long. I disabled wiki syntax for the forum. Nevertheless, there were two problems: the html markup in the email was interpreted, i.e. rendered as html instead of displayed as plain text. I'm not sure whether this is a bug or a feature request. I would prefer if it would just display the message as plain text. The rendered html was all over the page, i.e. it escaped the text box. And it already appeared on the page which should actually list only the threads, not show the post contents. It seems it was maybe only an error message (which as described above caused another problem). This is how the displayed wiki html page starts: --------8<---------------8<---------------------8<----------------------- This is TikiWiki v1.9.10.1 -Sirius- © 2002–2007 by the Tiki community Thu 23 of Oct, 2008 [15:26] + + +Definition at line 50 of file interface.c. + +References MAXSIZE. --------8<---------------8<---------------------8<----------------------- (the lines with the plus signs come from the commit mail). Then the tikiwiki boxes start. In the box where actually the thread list should appear, the following appears: --------8<---------------8<---------------------8<----------------------- Error An error occured in a database query! + + +Definition at line 577 of file interface.c. + +Referenced by print_cpu(), and print_net(). Context: File tiki-view_forum.php Url tiki-view_forum.php?forumId=2 Query: insert into `tiki_comments`(`objectType`, `object`, `commentDate`, `userName`, `title`, `data`, `votes`, `points`, `hash`, `parentId`, `average`, `hits`, `type`, `summary`, `smiley`, `user_ip`, `message_id`, `in_reply_to`) values ( ?, ?, ?, ?, ?, ?, 0, 0, ?, ?, 0, 0, ?, ?, ?, ?, ?, ?) Values: 0 forum 1 2 2 1224768390 3 Anonymous 4 - zoum in trunk/zoum/trunk/interface/docs 5 Author: zoum Date: 2008-10-23 00:06:36 +0200 (Thu, 23 Oct 2008) New Revision: 648 Added: trunk/zoum/trunk/interface/docs/html/classes.html trunk/zoum/trunk/interface/docs/html/cpu__implement_8c-source.html trunk/zoum/trunk/interface/docs/html/example1_8c-source.html trunk/zoum/trunk/interface/docs/html/examp ..... a lot of text skipped ..... trunk/zoum/trunk/interface/docs/perlmod/doxyrules.make ___________________________________________________________________ Name: svn:eol-style + native 6071ba94cc94282dcc6dce5f2694e6a547238n91011131.246.77.1381220081022220639.193F1A2363@somehost.uni-foo.de13Message:Error MessageGot a packet bigger than 'max_allowed_packet' bytes Go back --------8<---------------8<---------------------8<----------------------- Alex |
tracker item |
|
forum moderator seems to have tiki_p_admin_forum permission=y for tiki-view_forum.php
{syntax type="tiki" editor="plain"} although they have tiki_p_admin_forum permission=__n__ (on v3.2). My forum mods gets on tiki-view_forum.php?forumId=<int> the "Edit forum" button, which should be visible to forum admin only. If they click on the button they get the error messages about missing permissions, so there is no serious problem with it, but it's confusing to see this button. I've looked over templates/tiki-view_forum.tpl but didn't see anything as explanation for this. (Btw: the if/else clause from line 15 to 19 doesn't make a sense (for me); it makes the same, never mind the case of the if-clause) |
tracker item |
|
Forum post time phrasing needs adjustment (Timeago)
I just posted a reply at the tiki.org forums and the post time line reads "Posted by ... less than a minute from now". This should be "...less than a minute ago", the same as the cases that are more than one minute in the past. "From now" refers to future time. I didn't test to see if this happens other places such as blog posts and article publishing, but seems like it might. |
tracker item |
|
forum posting of viewing posts yields "Column 'approved' in where clause is ambiguous" to non admins
This is a bit odd. Using trunk from today, Feb 10th, 2009, even if this bug was showing up with previous trunks, also. I post a message as plain registered user, that I get this message just after posting: {CODE(wrap=>1)} Error Error Ha hagut un error en una petició de la base de dades! Context: File tiki-view_forum_thread.php Url tiki-view_forum_thread.php?comments_parentId=3&forumId=1 Query: select tc1.`threadId`, tc1.`object`, tc1.`objectType`, tc1.`parentId`, tc1.`userName`, tc1.`commentDate`, tc1.`hits`, tc1.`type`, tc1.`points`, tc1.`votes`, tc1.`average`, tc1.`title`, tc1.`data`, tc1.`hash`, tc1.`user_ip`, tc1.`summary`, tc1.`smiley`, tc1.`message_id`, tc1.`in_reply_to`, tc1.`comment_rating` from `tiki_comments` as tc1 left outer join `tiki_comments` as tc2 on tc1.`in_reply_to` = tc2.`message_id` and tc1.`parentId` = ? and tc2.`parentId` = ? where tc1.`objectType` = ? and tc1.`object`=? and tc1.`parentId`=? and tc1.`average`>=? and `approved`=? and (tc1.`in_reply_to` = ? or (tc2.`in_reply_to` = "" or tc2.`in_reply_to` is null or tc2.message_id is null or tc2.parentid = 0)) order by tc1.`commentDate` asc,tc1.`threadId` Values: 0 3 1 3 2 forum 3 1 4 3 5 0 6 y 7 prova-0-21fe72956f@moviments.net Message: Column 'approved' in where clause is ambiguous Built query was probably: select tc1.`threadId`, tc1.`object`, tc1.`objectType`, tc1.`parentId`, tc1.`userName`, tc1.`commentDate`, tc1.`hits`, tc1.`type`, tc1.`points`, tc1.`votes`, tc1.`average`, tc1.`title`, tc1.`data`, tc1.`hash`, tc1.`user_ip`, tc1.`summary`, tc1.`smiley`, tc1.`message_id`, tc1.`in_reply_to`, tc1.`comment_rating` from `tiki_comments` as tc1 left outer join `tiki_comments` as tc2 on tc1.`in_reply_to` = tc2.`message_id` and tc1.`parentId` = '3' and tc2.`parentId` = '3' where tc1.`objectType` = 'forum' and tc1.`object`='1' and tc1.`parentId`='3' and tc1.`average`>='0' and `approved`='y' and (tc1.`in_reply_to` = 'prova-0-21fe72956f@moviments.net' or (tc2.`in_reply_to` = "" or tc2.`in_reply_to` is null or tc2.message_id is null or tc2.parentid = 0)) order by tc1.`commentDate` asc,tc1.`threadId` {CODE} As admin user, I can see that post, and any other. |
tracker item |
|
Forum rankings broken
tiki-forum_rankings.php is broken since Tiki 4 due to its usage of function forums_ranking_last_topics(), which was removed: Fatal error: Call to undefined method RankLib::forums_ranking_last_topics() in /var/www/tiki/6.x/tiki-forum_rankings.php on line 70 or Fatal error: Call to undefined method RankLib::forums_ranking_last_topics() in /var/www/tikitrunk/tiki-forum_rankings.php on line 72 The method was removed in r20573. |
tracker item |
|
Forum Watches - notifications are not working as expected
We've been using the forum notifications ("email this address for any postings to this forum"), but would like to start exercising more fine-grained control over these notifications. The "Watch" concept appears to be exactly what we need, but some of the behavior I am seeing is confusing and may be contradictory to the docs. According to the Tiki Docs on Watches, there are three kinds associated with forums: 1. A Watch for a Forum. Any new topic/thread posted should notify this user. I'm assuming it is represented by forum_post_topic associated with forum id within the Mail Notifications listing. 2. A Watch on a Forum Topic. Any new posts to that specific Topic/thread will notify user. Assuming forum_post_thread, associated with the topic's ID. 3. A Watch on Forum Topics & Threads. Any postings within that forum, be it Thread or Replies, will be sent. Assuming forum_post_topic_and_thread associated with the forum ID. The problem I'm seeing: * Some people have established forum_post_topic and forum_post_topic_and_thread on a specific forum * Different user has posted to a forum, and he is set to watch that topic/thread (from_post_thread). * People respond to his post * The only people receiving notifications are a union between forum_post_topic and forum_post_topic_and_thread. * I expected the notifications to be a union of the original author (forum_post_thread, on that thread) and forum_post_topic_and_thread (on that forum). * In other words, the original author asked to watch his topic, but he received no notifications of posts/responses. Additionally, people who have asserted forum_post_topic on that forum are receiving updates, when I would expect they only receive notifications of his original topic post, not the subsequent responses. Thanks, Josh --- Show instance details: http://jhamell-10333-5804.show.tikiwiki.org/ u: admin p: 12345 "Consensus Forums" profile has been applied. This demo profile creates two users (user1 and user2, with passwords user1 and user2 respectively) See more information here: http://jhamell-10333-5804.show.tikiwiki.org/tiki-index.php?page=Instructions+for+the+Consensus+Forums Can you please reproduce your issue in this shjow instance, please, so that it's easier to debug the issue? Thanks! {sign user="xavi" datetime="2016-02-04T08:24:58+00:00"} |
tracker item |
|
Forums list refuses to show latest entries; comments to opening posts are not accesible.
The following error is observed in an installation of Tiki 7.1 which was some weeks earlier migrated from 6.3 via 7.0. Environment: * Apache 2.2.17 * mySQL 5.1.58 * PHP 5.3.8 * Fedora Linux 14 Bug: * The forum list doesn't show the latest entries any more, although even anonymous users have rights to view the forum postings. + + In particular, anonymous user are globally granted the permission __tiki_p_forum_read__. Nothing was changed in the permissions before the forum list stopped displaying latest entries. + + Yet the only user who is presented with a forum list containing the latest entries is the installation's admin. + + * Also, when visting the topics list of some forum, users are presented a list of the latest entries in that forum (below the list of threads), but when clicking on the links in the list of latest entries, they're taken to thread pages which miss every message except the message which started the respective thread. + + This seems to show that the bug described here is not caused by wrongly granted permissions, because if anonymous users had no permission to read forum posts they would not even see the list of latest entries below a forum's topics list. + + * Recently before the bug was noted, the comment feature (for wiki pages), the freetags feature, and the rating feature were activated, but they were not activate precisly before the forums list stopped working, so the issue may be caused by some finer grained change than simply activating some additional feature. + + Could the issue possibly be related to freetagging single forum postings? + + * After removing all object permissions for every single forum and resetting them, clearing caches, removing freetags from every forum posting, and removing unused freetags, the bug remains. + + * The following forum posts on tiki.org are related to this bug report: ** https://tiki.org/tiki-view_forum_thread.php?comments_parentId=42333 ** https://tiki.org/tiki-view_forum_thread.php?comments_parentId=42306 ** https://tiki.org/tiki-view_forum_thread.php?comments_parentId=42325 |
tracker item |
|
Forums lists many pages, regardless of categ.perms., and available forums are not listed in 1st pag
Imagine you have 20 forums (>10 is common case in some educational scenarios). Forums list indicates 2 pages of forums list. Then you select the 15 first forums to a categ. with restrictive permissions, so that normal users don't have the perm. to see them. The last 5 are supposed to be seen by users. The first 15 are in a section called "Salut i Medi Ambient" (without quotes), and the last 5 are in a section called "Salut i Medi Ambient 2005-06" Those last 5 are not listed in the first page of the forum list, which appears to be empty, and the users see as if there were no forums (they are in the second page of the forums list). This should be modified so that the available forums to a user are listed in the first page of forums list. Using 1.10cvs. |
tracker item |
|
Forums: "Posts can be rated" results in "Request URI too long" error when enabled and user tries to rate
When tried to rate a post it resulted in server error message like that because the URI is filled in with the whole forum post content and some other params when doing a request to store the rating. That sounds stoopid to include the whole post content, does not it? |
tracker item |
|
Forwarded messages to a mail-in forum are prefixed with "FW: "
When forwarding messages to a pop "mail-in" account, the forum title is prefixed with "FW: " |
tracker item |
|
Found an error in the Admin Toolbars
Admin Toolbars all installed from scratch. v12.0 error PHP (5.5.11) NOTICE (E_STRICT): File: H:\WEB\**\tiki-12.0\tiki-admin_toolbars.php Line: 52 Type: Only variables should be passed by reference PHP (5.5.11) NOTICE (E_NOTICE): File: H:\WEB\**\tiki-12.0\lib\parser\parserlib.php Line: 705 Type: Undefined index: wikiplugin_expandingoutline v12.1 When added to the line 1, 2 or 3, Plugin Tools Formatting Tools or disappear all Rows except one, but it after saving. Tulbars stops working, it disappears. Error tested as a demo version, and on the local server. v12.1 editing tools do not work, v12.0 works, but with errors which have above. PHP (5.5.11) ERROR (E_WARNING): File: H:\WEB\liksoft.ru\tiki-12.1\tiki-admin_toolbars.php Line: 161 Type: Invalid argument supplied for foreach() PHP (5.5.11) NOTICE (E_NOTICE): File: H:\WEB\liksoft.ru\tiki-12.1\lib\parser\parserlib.php Line: 705 Type: Undefined index: wikiplugin_expandingoutline {img fileId="771" thumb="y" rel="box[g]"} {img fileId="772" thumb="y" rel="box[g]"} {img fileId="773" thumb="y" rel="box[g]"} {img fileId="774" thumb="y" rel="box[g]"} {img fileId="775" thumb="y" rel="box[g]"} |
tracker item |
|
Frame kidnapping
I have a TikliWIki as startup in one of two frames. The other frame has a number of links that are supposed to open in the Tikiframe. But if tiki-index.php has been opened in that frame, subsequent documents opens i new windows (in IE) (as if target=_blank had been used) och new tabs (in FF). If index.php is the only document that has been opened (when the mysql-connection is broken) everything works, but as soon as I try tiki-index.php, the problem comes back. |
tracker item |
|
Freetag search displays categorised content that a user isn't permitted to see
===v2.2=== When an item has a Freetag added and the Freetag menu looks for content with a designated tag it will list ALL content - even if some pages are Categorized and the particular user doing the search does not have permission to access the page. Obviously the user cannot actually access the page but being able to see it makes them think it is available to them and just knowing a particular page exists may create difficulties. Need to filter the objects being listed (presumably in tiki-browse_freetags.php in a similar way that tiki-listpages.php does this) so that only objects that the individual user is allowed to see are listed. |
tracker item |
|
Freetag'ed content not shown while browsing freetags
Using 1.10cvs from mid june 2007. Created a tiki from scratch (basic enabled profile). change features, and make sure freetags are enabled. Added freetags to a wiki page.like this: {CODE()} help ayuda ajuda cómo com howto {CODE} After that, I can see the list of words on top of the page. When we click on any of the freetags, it goes to : http://yourdomain/subdir/tiki-browse_freetags.php?tag=help Ann nothing is displayed there in the table of tagged content: ^ Browse related tags Tots Planes Wiki Galeries d'imatges Imatges Galeries d'arxius Formularis Trackers Items Troba: type name href description [[ant] Pà gina: 1/ [prop ^ Btw, it's a multitiki installation, on subdirectories (not virtual hosting) |
tracker item |
|
Fresh install of v3.2 fails with plugin approval
Made a new install of Tiki v3.2 on a Ubuntu 8.04.3 system as server (includes MySQL in version 5.0.51a-3ubuntu5.4). Surfing at tiki-plugins.php produces the following error message: {CODE(wrap="1",ln="0",ishtml="1")}<div class="cbox-data"><br> <div class="simplebox error"> <div class="simplebox"><b>An error occured in a database query!</b></div><br> <table class="form"> <tbody><tr class="heading"><td colspan="2">Context:</td></tr> <tr class="formcolor"><td>File</td><td>tiki-plugins.php</td></tr> <tr class="formcolor"><td>Url</td><td>tiki-plugins.php</td></tr> <tr class="heading"><td colspan="2">Query:</td></tr> <tr class="formcolor"><td colspan="2"> <tt>SELECT fingerprint, added_by, last_update, last_objectType, last_objectId FROM tiki_plugin_security WHERE status = 'pending' ORDER BY last_update DESC</tt> </td></tr> <tr class="heading"><td colspan="2">Values:</td></tr> <tr class="heading"><td colspan="2">Message:</td></tr> <tr class="formcolor"><td colspan="2"></td></tr> <tr class="heading"><td colspan="2">Built query was probably:</td></tr> <tr class="formcolor"><td colspan="2">SELECT fingerprint, added_by, last_update, last_objectType, last_objectId FROM tiki_plugin_security WHERE status = 'pending' ORDER BY last_update DESC</td></tr> </tbody></table> </div> <br><br> </div> {CODE} edit: Sorry, forgot to mention that this bug also affects the using of plugins. Using a plugin in a wiki page that needs approval produces the same error message. (Saw someone in [http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2009-10-02,Fri|the irc log] with this problem, which is also ===this=== bug, so I edit to clarify it.) |
tracker item |
|
FTP Plugin and big files
{syntax type="tiki" editor="plain"} Using the [http://doc.tiki.org/PluginFtp&structure=Documentation|FTP Plugin], when you try to download a big file you'll encounter an error like this: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 59506688 bytes) in /home/myUser/public_html/lib/wiki-plugins/wikiplugin_ftp.php on line 65 In this case, I had tried to download a 56 MB file with a PHP memory_limit set to 128 MB on my hosting. |
tracker item |
|
Full screen mode: Error on first click on dev.tw.o and doc.tw.o
To reproduce: #Go to a tracker item. Ex.: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2441 #Click full screen mode You are sent to http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId%3D2441&fullscreen=y After, that initial error, full screen mode works well It has been suggested this has a link with ShortURLs {QUOTE(replyto="Gary")}When using the short url, then clicking the fullscreen icon, and then clicking it again to leave fullscreen view, the url gets mangled and I end up at the home page. (Example: http://zukakakina.com/tw3/absE (external link) -> http://zukakakina.com/tw3/tiki-index.php?page%3DabsE&fullscreen=y (external link) -> http://zukakakina.com/tw3/tiki-index.php?page%253DabsE&fullscreen=n. (external link) The first = becomes encoded so the url breaks. chibaguy - r17975) {QUOTE} |
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 |