Category: Release20
These are the bugs that are flagged as to do for part of the Release 2.0 process. http://tikiwiki.org/Release20Checklist
Show subcategories objects
| Name | Type |
|---|---|
| illegal character in html source (syntax error) | tracker item |
|
image cannot be displayed in gallery or randam image module in tikiwiki 2.0 RC2 AND RC4
http://panorama.freewebhosting247.com/tikiwiki2/tiki-browse_gallery.php?galleryId=1 If this site is up, I cannot see any image. I'm using Firefox 3.0. This site uses: PHP Version 5.2.5 Max Mem: 32Mbyte GD Support enabled GD Version bundled (2.0.34 compatible) FreeType Support enabled FreeType Linkage with freetype FreeType Version 2.2.1 GIF Read Support enabled GIF Create Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled XPM Support enabled XBM Support enabled I don't have any problem displaying images using Tikiwiki 1.9.7 and 1.9.11 http://othman.1stfreehosting.com/tikiwiki/ |
tracker item |
|
Image Galleries crash
{syntax type="tiki" editor="plain"} The appending images completely crash the image galleries, and create corrupt sql records of images. This can be reproduced in blank installations. |
tracker item |
|
Import revise tracker fields does not overwrite, but duplicates
The Import/Export Screen displays all parameters of the current tracker, which is great. it can be used to import fields+parameters to a new (empty) tracker. currently it does not work to revise current tracker fields, if you edit and "import" the field parameters it creates duplicates that will take a long time to delete. |
tracker item |
|
initialization of tiki_integrator_rules doesnt work
Default values in tiki-integrator don't work: {CODE} INSERT INTO tiki_integrator_rules VALUES ('1','1','1','.*<body[^>]*?>(.*?)</body.*','\1','y','n','i','y','Extract code between <body> and </body> tags'); {CODE} The 'i' for regex options should be 'ism' to not only ignore case, but process multiline and let '.' match newlines. As is, it only works if the original page is all on one line. Likewise the "\1" needs an extra \, and should be '\\1'. mysql is eating the first one and thinking that it is just unmagicking the '1', which didn't need it. I would fix this, but editing the .sql files scares me. :) |
tracker item |
|
Installation with SQLite
With the choice of SQLite database When installing Fatal error: Call to a member function fetchRow() on a non-object in P:\xampp\htdocs\tiki10\installer\tiki-installer.php on line 50 When get tiki-index.php after installation Unable to connect to the database ! SQL logic error or missing database |
tracker item |
|
Item Link field creation doesn't work right
I am using the "Item List" field in one tracker with "Item Link" in the other. It works well, but when I click on "Insert new item" the new item should automatically select the proper field value that is tied to whatever tracker item generated the request. As it stands now, you have to drop the list down and manually select the correct linked item, but that can be a real pain when the tracker gets big. I've tracked the problem - it appears that the issue is in tiki-view_tracker_item.tpl. The code to set up the link is here: <div style="clear:both;text-align:right;"><a href="tiki-view_tracker.php?trackerId={$cur_field.options_array[0]}&vals%5B{$cur_field.options_array[1]}%5D= {section name=ox loop=$ins_fields} {if $ins_fields[ox].fieldId eq $cur_field.options_array[2]} {$ins_fields[ox].value} {/if} {/section} ">{tr}Insert new item{/tr} </div> However, when you have a two item link (e.g. 8,37,31|32,38,1), then cur_field.options_array[2] never matches any ins_fields{ox].value, and consequently that part of the vals parameter is always blank. |
tracker item |
|
Labels self as unusable: "Please do not use this feature to upload data into the database."
The "Directory Batch Upload" page states "Please do not use this feature to upload data into the database." The page is stating that it should not be used, thus rendering it unusable. Clarification is needed. |
tracker item |
|
Large File Upload Problems in File Gallery
I tried to upload a 230MB media file to a file gallery, and the site didn't have progress bar, and it sent the request for 25 minutes, then stopped and the file never uploaded. Marc Laporte adds: "A progress bar, and maybe a test/check first that file is smaller than what is permitted by server config. In image gallery, tiki tells you who much you can upload. This is needed for file gallery as well." |
tracker item |
|
LDAP auth does not really connect to LDAP in order to authenticate (only does it on the first login)
Hello all. Almost by chance I noticed a behavior which seems wrong regarding the LDAP authentication on TikiWiki 2.0. I'm not sure if it was already present in 1.9.11 but I don't think so. We migrated last week. Regarding the TW configuration: - authentication method is "Tiki+PEAR::Auth" - users cannot register and cannot change password - "Create user if not in Tiki?" is on - "Create user if not in Auth?" is off - "Just use Tiki auth for admin?" is on - The LDAP auth configuration paramters are correct, the auth itself works well, as it worked in 1.9.11. When TW connects to the LDAP server (OpenLDAP 2.1.30) the authentication works as expected. This means that a Tiki account is created when LDAP users login for the first time. As expected, in presence of such a user, TW connects to LDAP, authenticates, creates Tiki account and logs the user in (I have some doubts in this last item though). However, when users log in again after this, I would expect that authentication is still delegated completely to the LDAP and is not done through Tiki. Instead, I have confirmed by looking at my LDAP logs that when TW finds a Tiki account, it authenticates the user through Tiki and never connects to the LDAP. This is not the expected behavior, because it means that passwords are being stored on the TW database and actually used for authentication. As a consequence, when a user changes his password on the LDAP, this is not "seen" by TW. I'm pretty sure this is not the intended behavior also because if I go to Admin Users, both the "edit user" and the "add user" boxes show the following: "No password is required Tikiwiki is configured to delegate the password managment to LDAP through PEAR Auth." And actually, the "edit user" box also says "Warning: changing the username will require the user to change his password" which is a contradiction since the password should be managed by LDAP and my TW is configured to disallow users from being able to change their passwords. Paulo |
tracker item |
|
Legacy theme Akwa fails in 2.0
Legacy mod theme Akwa causes blank screen on 2.0. |
tracker item |
|
Link does not work http://doc.tikiwiki.org/Tikiwiki+2.0
Hi the link http://doc.tikiwiki.org/Tikiwiki+2.0 does not work (not found on this server) can i obtain the informations on another place? thx, patrik |
tracker item |
|
Link from WYSIWYG generator in Wiki Editor does not properly link to destination page.
Go to a wiki page and edit it using the WYSIWYG editor. Click the button to create a Wiki link. Select a Wiki page to link to and type the text as its name. Click OK Save page and click on link. Link is broken doesn't go to Wiki page selected from Wiki Link "Generator" |
tracker item |
|
Link to "Look and Feel" missing from "more links" section of the Administration::General Screen
"Look and Feel" feature is activated on install. In the more links section of the Administration ::General page there is a label for this feature, but no link. |
tracker item |
|
Mark blog entry as private doesn't work
Blog post edit page (tiki-blog_post.php) has a "Mark entry as private" check box, to restrict viewing to the author. But it doesn't work; any user can read the post. Needs to be fixed or the option removed from tiki-blog_post.php in time for 1.10.0 |
tracker item |
|
Markup not parsed when switching from normal (wiki) to wysiwyg (html) editors
When switching a "wiki" format page to the wysiwyg editor, wiki markup not converted into HTML. Likewise switching an HTML page to the normal editor, HTML markup not converted to wiki. |
tracker item |
|
Menu for anonymous user to articles
I have been trying all weekend to get a menu item to be visible and active for an anonymous user. The uri is elkstudy.com. There are four items in the menu. Here is the .csv: "optionId","type","name","ur 203,"o","Home","tiki-index.php",2,"","","Anonymous",0,"n" 205,"s","About EMG","",3,"","","Anonymous",0,"n" 208,"o","Introduction","tiki-index.php?page=Introduction",4,"","","Anonymous",0,"n" 207,"o","Purpose","tiki-index.php?page=emgPurpose",5,"","","Anonymous",0,"n" 204,"s","FAQs","tiki-list_faqs.php",8,"feature_faqs","tiki_p_view_faqs, tiki_p_suggest_faq,tiki_p_view","Anonymous",0,"n" 206,"s","News","tiki-view_articles.php",10,"feature_articles","tiki_p_read_article, tiki_p_topic_read","Anonymous",0,"n" I made FAQs work only by pointing to a Wiki page, which is OK. But I cannot get the item to be visible either for anonymous or registered users (only admin) so that anyone can get to the articles section, which I want to be a news section. I have looked into a theme problem (same issue with any of a dozen themes) I'm using a variant of absE. I have tried plain menus {menu id=45} and the three variations on the PHPLayers (fixed, etc.) I have tried a simple flat arrangement (all section0). I have tried attaching a public category to all menu items. I have spend this weekend chasing around for a solution but I haven't found one. I would prefer to link to the FAQs module instead of building Wiki pages, but I couldn't get that to work either. Thanks db |
tracker item |
|
menu is not expandable - bug in icntoggle() javascript
I use Tikiwiki v2.2 I use the standard menu id=42 for admin menu on the right pane on my website but the menus will not expand so I am able to see the menuitems. I get the following javascript error in my browser: Error: document.getElementsByName("icn" + foo)[0] is undefined Source File: http://www.mydomain.com/lib/tiki-js.js Line: 520 |
tracker item |
|
missing field in users_users table after upgrade from 1.9.11
After upgrading from 1.9.11 to 2.0 an error occurs with a missing field (email_confirm) when trying to add a new user as summarised at the end of this post. This seems to be repeatable across several sites that I have upgraded from 1.9.11 so I am assuming something wrong with the upgrade script. Have checked the database using phpMyAdmin and whilst the field is present on a brand new install it is consistently missing in all the upgrades. Manually adding the field from phpMyAdmin rectifies the problem. Would be very useful to have the full 2.0 data structure documented since I am seeing inconsistencies between the the number of tables in an upgraded site versus a new 2.0 site (upgrade had more tables) - some sort of test utility to validate the data structure would also be very very useful. __ERRORS RECEIVED WHEN TRYING TO ADD A NEW USER:__ An error occured in a database query! 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 testuser 1 testuser99 2 admin@enmoreservices.com 3 4 1221214268 5 $1$9LOB42RB$ZHSl8Al4i9Aw4KcLnHlpa. 6 0 7 1221214268 8 1221214268 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('testuser','testuser99','admin@enmoreservices.com','','1221214268','$1$9LOB42RB$ZHSl8Al4i9Aw4KcLnHlpa.','0','1221214268','1221214268',NULL,NULL,NULL,NULL) |
tracker item |
|
Mods xspf_player and flowplayer don't install through admin mods
I can't install these mods through admin mods interface. xspf_player 2006.11.29 1.1 and flowplayer 2008.08.04 1.2 I get the messages: wiki-plugins/xspf_player/license.txt to lib/xspf_player/license.txt impossible to copy and wiki-plugins/flowplayer/README.txt to lib/flowplayer/README.txt impossible to copy respectively. |
tracker item |
|
module last_image_galleries and tiki-galleries.php together produce blank page
Using recent 1.10svn, and as user "admin". Assigning module last_image_galleries to a side column lists the name of the last image gallery created. So far, no problem. When clicking on image galleries links, a blank page is shown. Either "browse galleries" (tiki-galleries.php ), or "Admin home > Image Galleries" (tiki-admin.php?page=gal), produce the same effect. |
tracker item |
|
ModuleGroup assignement has no effect
{syntax type="tiki" editor="plain"} I assigned a user module "My Module" to the group "Anonymous" 'display modules to all groups always' = off anyway my Module is presented to any group. Any Ideas? |
tracker item |
|
multimedia wiki flash plugin broken for audio mp3 after upgrade to 2.0
Using flash plugin for playing mp3 files was possible, as I could reproduce some weeks ago. I also documented that on the appropiate doc.tw.o pages: http://doc.tikiwiki.org/PluginFlash This was a working example listed from the doc.tw.o page: http://moviments.net/ilp/tiki-pagehistory.php?page=EntrevistaRadio4&preview=1 {CODE()} {FLASH(movie=>"tikimovies/multiplayer.swf?ur {CODE} However, after I upgraded to Tiki 2.0, that page stopped working (controls from multiplayer.swf are shown, but no mp3 is listened). Maybe a lateral effect of all html sanitization mesures introduced in tiki 2.0? |
tracker item |
|
MySQL-Errors approve+staging
I have another problem on TikiWiki 2.0RC2: I have two similar TikiWiki-installations. One just for testing on my Linux-Server and the second on a WinNT-Server. The Windows-Server is the one we want to/have to use for our Wiki :-( On my Linux-Server works everything without problems. On the Win-Server don’t work "approve+staging". If I wont approve changes it shows me this error: An error occured in a database query! Context: File tiki-approve_staging_page.php Url tiki-approve_staging_page.php?page=Baustelle_Test Query: update `tiki_pages` set `description`=? `data`=? `comment`=? `lastModif`=? `version`=? `user`=? `ip`=? `page_size`=? `is_html`=? `wysiwyg`=? `wiki_authors_st Values: 0 1 <p>Test</p> 2 [approved by ottonormal] 3 1217330865 4 6 5 ottonormal 6 10.40.153.101 7 225 8 1 9 10 NULL 11 12 13 Test Message: Built query was probably: update `tiki_pages` set `description`='' `data`='<p>Test</p>' `comment`=' [approved by ottonormal]' `lastModif`='1217330865' `version`='6' `user`='ottonormal' `ip`='10.40.153.101' `page_size`='225' `is_html`='1' `wysiwyg`='' `wiki_authors_st |
tracker item |
|
Need a way to insert SCRIPTS into banner code
Many banner advertisers use a javascript for banner adverting. Currently, there is no way to add a JS-based banner. |
tracker item |
This character is a tab stop. However, I haven't found out the difference between this one and the tab stop used in English.
Site: http://list.vic-fontaine.com/
Test user/pw: smarty
This effect can be reproduced with clean installations as well.