Category: 10.x
Show subcategories objects| Name | Type |
|---|---|
| Unable to enter a fresh tiki install | tracker item |
|
10.x: mass search and replace (wiki) doesn't replace even if it reports as if successful
Mass search and replace (tiki-search_replace.php) indicates as if the replace is successful, but string not replaced. Matches show the right content. But no replacement is done in the wiki pages even if the message reported from tiki is that those pages where updated. In my case, I did that to replace: {CODE()} theme="start" {CODE} with {CODE()} theme="hot-sneaks" {CODE} |
tracker item |
|
No access to tiki wiki due to session problems
Hi, This bug affects version 9.x, but after having a short look at the 10.x source code, that version is probably also affected. It happened after upgrading from version 3.9 to 9.3. When accessing my.host or my.host/index.php, tikiwiki should redirect to tiki-index.php but gets stuck in an endless redirection loop by redirecting to my.host. When accessing my.host/tiki-index.php directly,the following error message is displayed: "Error Required features: feature_wiki. If you do not have the privileges to activate these features, ask the site administrator." Similar errors when accessing other features. |
tracker item |
|
Maketoc not working with WYSIWYG for structured pages
Essentially as the title says, I am unable to use the {maketoc} tag to work correctly on a page in a structure using the WYSIWYG editor. If I switch to the wiki markup, it works, but then I lose my WYSIWYG formatting (eg for tables and the like). I've tried {toc} but it won't show headings in the page. If I try {maketoc} on a wiki created page, the headings will be created in the WYSIWYG editor. |
tracker item |
|
File Gallery Did not transfer from v9 to v10
On my site, the files hosted in the file gallery live in an "uploads" directory. In the admin area, the path to the directory appears to be correct. Also, I have checked to make certain that directory does exist. I am not able to upload any files and any files that are there are now dead links. http://sportmachines.com/wiki/tiki-list_file_gallery.php(external link) The files are stored in a directory, not in the database. This occurred when upgrading from v9 to v10. Cheers, Rick |
tracker item |
|
Item link showing multiple entries for a drop-down menu.
Currently following the guide to create Dynamic Items List found here: http://doc.tiki.org/Dynamic+items+list I've followed it all the way but there seems to be a problem with the "Operating System" drop down menu. I keep getting a reflection of the item list rather than the options specified. I've added a screenshot of what I mean. Is there anything different that I should be doing in 10.x that's not specified in the doc? {img src="display77"} |
tracker item |
|
File upload reports missing function error
Receiving an error from lib/core/FileGallery/Wrapper.php indicating function get_gallery_save_dir does not exist when uploading a file. |
tracker item |
|
Wiki diff of some bigger pages breaks
[http://dev.tiki.org/tiki-pagehistory.php?page=Interoperability&history_offset=1&diff_style=htmldiff&diff_style=htmldiff&show_all_versions=y&compare=Compare&newver=45&oldver=42&paginate=on&history_pagesize=40] |
tracker item |
|
Tracker Field Factory Error: Pref ... required for field type ...
There are a few variants of this: Tracker Field Factory Error: Pref "trackerfield_stars" required for field type "Tracker_Field_Rating" This is caused because in more recent versions of Tiki, each tracker field type is a preference. It should have been handled by an upgrade script but there must be a bug: Related: http://thread.gmane.org/gmane.comp.cms.tiki.devel/26942 http://thread.gmane.org/gmane.comp.cms.tiki.devel/29596 http://thread.gmane.org/gmane.comp.cms.tiki.devel/23733/focus=23759 |
tracker item |
|
All blog posts footnotes parsed and mixed as one post footnotes on a blog homepage
When tiki-view_blog.php?blogId=x lists many posts, each one using footnotes, the footnotes numbers are false except for the first post. As each post of the list is parsed, its first footnote number is not 1, but the total number of all the footnotes of the preceding posts of the list. Versions : 6, 9, 10. See : [http://demo.tiki.org/10x/blog2|http://demo.tiki.org/10x/blog2] and [http://demo.tiki.org/9x/tiki-view_blog.php?blogId=6|http://demo.tiki.org/9x/tiki-view_blog.php?blogId=6] |
tracker item |
|
Logout script with home redirect problem
How to reproduce: 1. Allow Group Homepage 2. Set homepage for anonymous group: agr_home 3. Set homepage for registered group: rgr_home 4. make default page agr_home page 5. login -> you ll be redirected to rgr_gome -> thats ok 6. logout -> you ll be redirected to http://yoursitename.com/agr_home (note: not index.php?page=agr_home) |
tracker item |
|
format error in geolocation parameters, in some local conventions
French (at least) conventions use commas as decimal separator. This causes errors in parsing parameters when passing geolocation coordinates (Maps don't center on the good coordinates). |
tracker item |
|
Show subcategories objects creates an SQL error
I saw this on my 10.0 install and recreated it on the demo 10.0 site. Sign on as admin. 1. Select "Categories" on the left side admin menu. 2. Select "Show subcategories objects" 3. You should have the error page : The query was: SELECT DISTINCT c.*, o.* FROM `tiki_category_objects` c, `tiki_categorized_objects` co, `tiki_objects` o WHERE c.`catObjectId`=o.`objectId` AND o.`objectId`=co.`catObjectId` AND c.`categId` IN (?,?,?,?) ORDER BY `name` asc I looked through the other errors and didn't see this one so I am adding it. I'm not to deep into Tiki ... yet, so I don't really know if the problem is big or small, so I set the measure in the middle to 5. |
tracker item |
|
Expanding the Excersise Plugin so that user data is stored in database
The plugin Exercise is a nice way to for students to get feedback on their learning. For an instructor or an admin it would be very useful to have a way of checking student's success. That way, the instructor could evaluate how easy the material is, or if certain students need extra help with something. As far as I understand, right now exercise input data is not stored in the database so there is no way to track the exercise outcome. It would be great if a table could be added to the database where the this data could be stored and accessed. |
tracker item |
|
colon in definition lists
When you are using definition list plugin, if you want to use a colon in the definition, there is no way to do this that I know of because the colon is used to separate the term from the definition. If you have a second colon on the line, the second colon and everything after it is cut off (not displayed). |
tracker item |
|
10.x page history selected versions are lost
Selection of left version is lost after clicking "compare" {flash type="ur |
tracker item |
|
Failed to Warn 'edit confict' with PluginWysiwyg or PluginSheet in wiki pages
I've just noticed with some potential new users of a Tiki site that the warning of "edit confict" is not working if the wiki page is using either the PluginWysiwyg or PluginSheet (tiki spreadsheets). I mean, for PluginWysiwyg: * UserA visits page "foo" clicks on the section surrounded by the wysiwyg plugin: that section opens for edition (not the full wiki page but just that section). * While UserA has that section open still in page foo, UserB visits page "foo" and clicks on the same section in order to edit it. __There is no warning about concurrent edition conflict.__ And similarly for PluginSheet (no warning for UserB that the same sheet is open for edition at that time by UserA) Is this easily fixable (and backportable to 9.x LTS)? I've reproduced the same issues here with 10.x: * http://demo.tiki.org/10x/HomePage#PluginWYSIWYG * http://demo.tiki.org/10x/HomePage#PluginSheet The downside is that there is no safe way right now to edit big tables in a wysiwyg mode in Tiki 9 LTS. * A Wysiwyg page losses editions every now and then (not recorded in history, for some mysterious reason, even if simple text edits were done some times; other times saves properly; I couldn't identify a common pattern to reproduce it always). * WYSIWYG plugin does not warn about concurrent editions. * The approach with sheets doesn't work either: no warning about concurrent edition. (sad story: Those users decided to go back to attached spreadsheets saved elsewhere aside of Tiki :-/ ) Xavi |
tracker item |
|
user tracker gets input also on registration error
I use email as username and user tracker for more information at registration. If a user types in an invalid email address and wants to register. He gets an error, no user is registered BUT the user tracker gets an entry. mostly I have to hit the save button twice. Perhaps that helps to find the bug? |
tracker item |
|
When i Click on Red Delete Button then it is Display Blankpage on Tiki 10.2
I have updgrade Tiki 10.0 to 10.2. i have facing problem with both version. Problem is when i click on Red Cross Delete button then it will displayed Blank page. but if i select remove option then it is working properly. so i have facing problem with delete button. |
tracker item |
|
Unable to set Object level permissions to articles in 10.2
{syntax type="tiki" editor="plain"} Was using Tiki 6.x, backed up databases, did a fresh install of version 9, then upgraded to version 10.2, moved article database back. When I create an new article, then tried to assign object level permissions. {img fileId="197"} The assign permissions area needs a feature selected (see {img fileId="196"}. When I go to Select Features, none of the installed features show up. However I can check the box for "Show permissions for disabled features" the missing ones show up but still can't set the article permissions. Not sure what the issue can be, I verified that Administrators have all the proper access. I can set global permission for the same "missing" features. Not sure what to do at this point. |
tracker item |
|
How to create a form using Tiki
Hello, Here is a wish in regards to my learning curve. I heard that Tiki is good at allowing others to create forms. Here is the print screen of __this form_, which is quite impressive. --- ::{img src="http://yogapartout.com/extlinks/ftp/useCase/imgs/printScreens/wishToLearnViaVideoHowToCreateAformLikeThis.jpg" link="http://yogapartout.com/extlinks/ftp/useCase/imgs/printScreens/wishToLearnViaVideoHowToCreateAformLikeThis.jpg" width="800"}:: --- I'm actually _the Tiki's most populare Newbie_ as I am still learning the basics about Tiki. Here is my panel box of what my form, the only one I have looks alike on my admin panel --- ::{img src="http://yogapartout.com/extlinks/ftp/useCase/imgs/printScreens/LearnViaVideoHowToCreateAform.jpg" link="http://yogapartout.com/extlinks/ftp/useCase/imgs/printScreens/LearnViaVideoHowToCreateAform.jpg" width="800"}:: --- Is there a video somewhere that shows how to create (this actual form I'm using to communicate this need) a form? Daniel. |
tracker item |
|
userlink does not return a link for the current user if user information pref != 'Public'
The smarty function that generates a user link (lib/smarty_tiki/modifier.userlink.php) will only return an actual link if the user's user_information preference is set to 'public'. In the case where the user link is to the currently logged-in user, however, there is no reason not to display the link even if that preference is set to 'private' as the user should be able to view their own preferences. This is easy to demonstrate; set your user_information preference to private and then look at your name in login module. The name will not be a link to your user preferences. |
tracker item |
|
Incorrect logs truncate before inserting to database
It happens, when multibyte strings is recording to database. Function "substr" work incorrect with multibytes string. |
tracker item |
|
10.x & PHP 5.4.x: Icon of the pdf file uploaded is not shown (Strict Standards: Non-static methods should not be called statically in /path/tiki-download_file.php)
{syntax type="tiki" editor="plain"} From http://irc.tiki.org/irclogger_log/tikiwiki?date=2013-05-08,Wed&sel=42#l38 {QUOTE()} *(13:59:23) xavi: in case it's related, we have an issue to see the icon of the pdf file uploaded (icon is not shown) *(13:59:50) xavi: and when attempting to see the img source, in a url like dl2&thumbnail=y&x=16 (sef is on), then we see this other messages on a white page: *(14:01:37) xavi: Strict Standards: Non-static method Image::is_supported() should not be called statically in /path/tiki-download_file.php on line 253 (& 257) *(14:01:37) xavi: Strict Standards: Non-static method ImageAbstract::icon() should not be called statically in /path/tiki-download_file.php on line 278 *(14:01:37) xavi: Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method Image::get_icon_default_format() should not be called statically in/path/lib/images/abstract.php on line 183 *(14:01:37) xavi: Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method Image::is_supported() should not be called statically in /path/lib/images/abstract.php on line 189 {QUOTE} That seems to happen only when php is 5.4.x. Downgrading php to 5.3.x seems to be a valid workaround (provided that all caches are cleared, etc) |
tracker item |
|
Tracker field type relations: should be viewable and editable
{syntax type="tiki" editor="plain"} Relation should be * visible in view mode: * and editable in tracker item edit mode ex.: https://trunkdev.tiki.org/tiki-view_tracker_item.php?itemId=4025 |
tracker item |
I've just attempted to install Tiki trunk,
all appeared to go fine, installer progressed through to the
"enter Tiki" stage without complaint
upon attempting to enter Tiki (this is a new install, so change __admin__ password is the first page), I see a horribly disfigured Tiki page and an error message -- see attached image
the Error seen is:
"Required features: change_password. If you do not have the privileges to activate these features, ask the site administrator."
I'm running
Apache 2.2.23
PHP 5.3.17
MySQL 5.5.27-log
DB tables are INNOdb (server default)
at the populating the DB stage, only 881 queries were processed