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 |
|---|---|
| 2 errors editing articles in tiki 3.3 | tracker item |
|
2.3: inter-user messages gives wrong message if users separated by comma, as before. now expects ;
Inter-user mesages from within tiki in tiki 2.3: if you write to many users at once, you use to write their usernames separated by commas, but now, tiki seems to work only if you separate them with semicolon (;) If you use commas to separate address in the to or cc fields, you see the wrong message: you have to allow receiving messages from others (or similar). And "no user with that name". BTW, I had that setting enabled for me, as default on the site, and for all my users. |
tracker item |
|
Users cannot edit files galleries
Users cannot edit files galleries properties. At tiki-list_file_gallery.php file, the second if statement is open in the wrong place: tiki-list_file_gallery.php 312 // Check THIS gallery modification rights 313 if ( $galleryId > 0 ) { 314 if ( ! $user || $gal_info['user'] != $user ) 315 $smarty->assign('errortype', 401);{ 316 $smarty->assign('msg', tra('Permission denied you cannot edit this gallery')); 317 $smarty->display('error.tpl'); 318 die; 319 } 320 } |
tracker item |
|
Error when adding a new user
I have an error when I try to add a new user: {img src=images/code.png}%%% {CODE()} Context: File tiki-adminusers.php Url tiki-adminusers.php Query: insert into `users_users`(`login`, `password`, `email`, `provpass`, `registrationDate`, `hash`, `pass_confirm`, `email_confirm`, `created`, `valid`, `openid_url`, `lastLogin`, `waiting`) values(?,?,?,?,?,?,?,?,?,?,?,?,?) Values: 0 trenad 1 2 n.trepanier@rrsss16.gouv.qc.ca 3 4 1224014104 5 $1$98TWiy55$sm3YVgaZTDG8wTR6O9kvz0 6 1224014104 7 1224014104 8 1224014104 9 NULL 10 NULL 11 NULL 12 NULL Message: Unknown column 'email_confirm' in 'field list' Built query was probably: insert into `users_users`(`login`, `password`, `email`, `provpass`, `registrationDate`, `hash`, `pass_confirm`, `email_confirm`, `created`, `valid`, `openid_url`, `lastLogin`, `waiting`) values('trenad','','n.trepanier@rrsss16.gouv.qc.ca','','1224014104','$1$98TWiy55$sm3YVgaZTDG8wTR6O9kvz0','1224014104','1224014104','1224014104',NULL,NULL,NULL,NULL){CODE} Do you guys have any idea what is happening. |
tracker item |
|
External wiki links are mistakenly identified as wanted pages in WANTED plugin
External wiki links are mistakenly identified as wanted pages http://profiles.tikiwiki.org/Admin {WANTEDPAGES()}{WANTEDPAGES} |
tracker item |
|
Forum setting plain-view doesn't get saved bug
User set forum style as Plain and save it after next login style is Threaded again. |
tracker item |
|
3 hours discrepancy between upcoming_events module and calendar items
Adding an event to the calendar adds 3 or 5 hours depending if user is at local or UTF time. Bug reproduced on Tikiwiki.org Bug is present with or without jscalendar. {draw name=CalendarTimeBug} |
tracker item |
|
3.0 bug: problem with categorize.tpl affects number of categories shown and use in Structures
The new 3.0 release of categorize.tpl doesn't show all the available categories to a user when a hierarchy of categories is used if the user is not in the 'top' category. There are also problems with the use of categorisation in the Structures admin screen where categorisation of all the wiki pages in the Structure does not show the changes after submitting the request - although the changes are made. No longer relevant |
tracker item |
|
3.0beta1 Calendar bug with adding events
Two problems: 1. When adding an event to a Calendar using the 'add event' icon, the start and stop time are initialised to 1 hour BEFORE the minimum time set when creating the Calendar. If the times are not changed and an event created/saved with these 'early' times and the Calendar is then exported the date is exported as 1 day earlier, even though it shows correctly in the various Calendar views. If the event is then edited the start times are automatically reset to the correct earliest possible time and the fault is corrected when the event is saved. 2. When adding an event using the "Add event" button, the edit screen does not show any additional parameters e.g Priority, Location etc if they have set for the individual Calendar. |
tracker item |
|
3.0beta1: Smarty error when viewing various admin pages
A Smarty error occurs when using various admin pages e.g. tiki-admin.php?page=look It seems to be the same error on several pages: PHP (5.2.6) ERROR (E_USER_WARNING): File: Smarty.class.php Line: 1092 Type: Smarty error: cycle: missing 'values' parameter No longer relevant - 15th June 2013 |
tracker item |
|
PDF Bugs with WikiLinks and Smilies
Hello, i'm using the pdf extraction utility. It is really great. But there are some mistakes. - WikiLinks are not shown properly as they are in the WikiPage. - Smilies are placed as URL can not be upload. Even if the servername is set correct and the imgs are in that place I tried using the existing BugReport at http://tikiwiki.org/tiki-index.php?page=PdfGenerationDev but what does >>MOre to be add under #876666 on SF search "PDF" mean? Thanks to all developers Tiki is a very good CMS. Moritz |
tracker item |
|
Blog post titles truncated after 78 chars. aprox.
Blogs post titles are truncated after posting (saving the post, not just previewing) in a blog when title is longer than 78 characters aprox.. I have no idea if this is an issue related to bbdd (mysql in my cases) or php. |
tracker item |
|
Webmail has problems with semi-non-standard mail-headers 'Message-ID' vs. 'Message-Id'
Some MTAs set the message id to "Message-Id" in the mail-headers. Tiki only checks for "Message-ID", so that produces an __Notice: Undefined index: Message-ID in /tiki-webmail.php on line 425__ when in ''/tiki-webmail.php?locSection=mailbox'' and an __Notice: Undefined index: Message-ID in /tiki-webmail.php on line 160__ when in ''/tiki-webmail.php?locSection=read'' |
tracker item |
|
Subject in Webmail doesn't get UTF-8 decoded in /tiki-webmail.php?locSection=read
Subject says it.. in list etc. it is good.. just when reading a mail it doesn't get decoded |
tracker item |
|
Tracker Watch notification if not simple
In the function: function send_replace_item_notifications($args) in lib/trackers/trackerlib.php, and change to the tracker generates an error and a failure for attempting to assign() to a non-existent object. The line that generates it is: $smarty->assign('mail_date', $this->now); But if I comment that out, the next one generates it - so I think it is all assigns. The error occurs if: I have a standard "watch" on all tracker activity. I have not tested moving the notification into the tracker setup screen. To test, I: 1. Manually set $simpleEmail = "y"; error goes away 2. Set the Simple Email flag on the edit tracker prefs screen - error does NOT go away |
tracker item |
|
Categories permission assign to groups doesn't work
{syntax type="tiki" editor="plain"} I need to set three group of user. Each user is member of only one group. Each group should not have access to other groups contribution So i've decided to create 3 categories, to set specific permission on each categorie for one group. I add a module category to show category for user. But i always get the message "You do not have permission to use this feature". I'm not able to create page with a user. Really need help !! |
tracker item |
|
XML Export of Tiki pages doesn't work
Update of database to 7.0 doesn't work properly so I was need to export wiki articles to tiki 7.0 version so I tried to use this feature (Tiki -> TikiPages -> XML Zip. I have extended version of PHP so it shouldn't be PHP Problem. |
tracker item |
|
4 Synax Errors in "lib/jquery/jquery.sheet" not sure if they have any effect but they were picked up by Aptana Studio 3 upon adding the project
{syntax type="tiki" editor="plain"} image of file (showing errors) can be found [http://www.attachyons.com/php-synax-errors.png|here] Summary: (I've underlined the errors) Line 1462 : "parse"=> ===function=== () { Line 1464 : }===,=== Line 1465 : "main"=> function ($===args===) { Line 1477 : ===)===; |
tracker item |
|
Pagetop Module w/o Group Kills Tiki
{syntax type="tiki" editor="plain"} If you require login but assign just a custom module to pagetop without selecting at least the registered group, it will kill your Tiki. You'll have to edit the MySQL tiki_modules table and delete your module to make it work again. |
tracker item |
|
WYSIWYG doesn't create tables with Wiki syntax
{syntax type="tiki" editor="plain"} If I create a table using the WYSIWYG Editor and click on the __Source__ button, the generated code is using HTML code like this: <table> <tbody> <tr> <td></td> </tr> </tbody> </table> Instead of the real Wiki Syntax for tables ([http://doc.tiki.org/Wiki-Syntax+Tables]). I guess a "HTML->Wiki Syntax Translation" setting must be missing. As an example, I found out a MediaWiki WYSIWYG CKEditor that does this same translation just fine. Maybe you could check out the code: [http://www.mediawiki.org/wiki/Extension:WYSIWYG|Extension Homepage] [http://sourceforge.net/projects/halo-extension/files/SMWHalo%201.5.3_b36/MediaWiki%20extensions/wysiwyg-1.4.1_3.zip/download|Download] [http://smwdemo.ontoprise.com/index.php/WYSIWYG_Sandbox|Online demo] Thanks a lot! |
tracker item |
|
PluginButton locks entire wiki in 500 internal error when included in a user plugin
{syntax type="tiki" editor="plain"} When the PluginButton plugin is included in a User Module and that User Module is used on the wiki, it will lock down the wiki in "Internal Error 500" mode. So no matter what page you visit, you will get "500 internal error". Tested on: TikiWiki v. 6.1 on IIS 7.5 |
tracker item |
|
LDAP login error causes blank page instead of "Login error" page
{syntax type="tiki" editor="plain"} We are running Tiki 6.2 (clean install), on a Windows 2003 Server, Apache 2.2.16 w SSL, PHP 5.3.3, remote MySQL 5 database. This bug is across all browsers. Our organization has LDAP (Active Directory) enabled. If a user does not type in the correct password or has chosen to remember an old password (that has since been resent by AD) they will not be able to login and there is no screen to tell them why not. On login error, I can see in the LDAP logs: Error: Bind failed: Invalid credentials but a blank page is presented. Since the user does not think their invalid login is the problem, they keep trying and blame the system. |
tracker item |
|
Problem with new installation - v7 - cookies not enabled
{syntax type="tiki" editor="plain"} I have been having problems upgrading from previous versions and decided to install a new blank install of v7. Everything works fine until I try and log in with the admin user name and password I created during the install process. I receive a message that cookies need to be enabled. This is not a message that I have had before on any prior versions and cookies are definitely enabled in my browser. I have tried with Chrome, FireFox and IE and the problem is the same on v7. I have seen various discussions on this topic in the forums but it seems there is no resolution for this one and no clear answer as to what is causing it. My URL's have no ~ in them. |
tracker item |
|
Windows install
{syntax type="tiki" editor="plain"} Using the auto (or manual) installation procedures on a Windows server gives the error: The directory 'd:\domain\www\tiki/img/wiki/' is not writeable by SYSTEM. Since two of the slashes in the address are going in the wrong direction, I'm speculating that is the reason for the error. |
tracker item |
|
Large (4.5MB) file uploads fail when storage engine is DB
{syntax type="tiki" editor="plain"} Set all the right PHP settings to have the upload screen report an available upload size of 200 MBs. However, when uploading just a 4.5MB file (over GigE LAN) the upload never succeeds. Just sits there claiming to be uploading. There is a burst of traffic, followed by apache2 process taking 100% CPU for a while, but then nothing. |
tracker item |
Editing articles fails for me in a tiki 3.3 site.
This is the article that I could finally add, when found a workaround:
http://entitatsdelamarina.org/art10
* At creation time, I added three email adresses to be notified, separated by commas, and made a mistake in one of them (email@domain@org,email2@domain.org,email3@domain.org). Note that first email address has an extra @.
* Tiki notified me that I had an error in email@domain@org (good catch, so far, so good!)
* changed email@domain@org for email@domain.org, and reattempted to submit the article
* I got: 400: Bad Request. Your browser sent a request that this server could not understand.
Ok, removed those email addresses, and finally could save the article successfully.
Then I wanted to edit the article again (moving two lines from the header to the body), but I keep getting the same error 400 at saving time (I didn't make any attempt to set email address for monitoring any more; in fact, the field is not shown any more!)