Loading...
 
Skip to main content

Category: 2.x

code name for Tiki version after 1.9.x (was 1.10.x)
2.x
Show subcategories objects

Name Type
Enable overlib CSS styling
As installed, there is no easy way to globally style the overLIB popups. Preferably, there should be css classes defined so that themes can style the popups to match.

This patch (attached) can be used to replace the same file in folder lib/smarty_tiki
tracker item
enabling Top and bottom bar does nothing
Selecting Top Bar and Bottom Bar doesn't seem to enable either of my templates.

I commented out the if statement in the tiki.tpl:

{*if $feature_top_bar eq 'y'*}
<div id="tiki-top">
{include file="tiki-top_bar.tpl"}
</div>
{*/if*}

-- and --

{*if $feature_bot_bar eq 'y'*}
<div id="tiki-bot">
{include file="tiki-bot_bar.tpl"}
</div>
{*/if*}

Now both templates are working.
tracker item
Error in tiki-list_comments.php - no comments on list
tiki-list_comments.php shows up blank even though I have comments. This only happens in 1.10 when I set my feature preferences to 1.10 feature styles instead of 1.9 feature styles. Do I need to run an db update if I switch? PHP errors shows:

PHP (5.2.3) ERROR (E_WARNING):
File: tiki-list_comments.php
Line: 51
Type: in_array() [function.in-array]: Wrong datatype for second argument

The entire PHP error list is:
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 20
Type: Undefined variable: feature_wiki_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 22
Type: Undefined variable: feature_article_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 24
Type: Undefined variable: feature_blog_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 24
Type: Undefined variable: feature_blogposts_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 26
Type: Undefined variable: feature_file_galleries_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 28
Type: Undefined variable: feature_image_galleries_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 30
Type: Undefined variable: feature_poll_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 32
Type: Undefined variable: feature_faq_comments
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 50
Type: Undefined index: types
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 51
Type: Undefined index: types
PHP (5.2.3) ERROR (E_WARNING):
File: tiki-list_comments.php
Line: 51
Type: in_array() [function.in-array]: Wrong datatype for second argument
PHP (5.2.3) NOTICE (8):
File: tiki-list_comments.php
Line: 98
Type: Undefined index: types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 84
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 87
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 90
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 93
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 96
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 99
Type: Undefined index: string_types
PHP (5.2.3) NOTICE (8):
File: en^%%08^089^089CC76C%%tiki-list_comments.tpl.php
Line: 170
Type: Use of undefined constant cant_pages - assumed 'cant_pages'
PHP (5.2.3) NOTICE (8):
File: en^%%4B^4B8^4B839B3D%%user_module.tpl.php
Line: 7
Type: Undefined index: modules_params
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%9E^9E2^9E21ED1B%%mod-login_box.tpl.php
Line: 6
Type: Undefined index: do_not_show_login_box
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%18^188^18826D51%%mod-change_category.tpl.php
Line: 6
Type: Undefined index: page
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%4B^4B8^4B839B3D%%user_module.tpl.php
Line: 7
Type: Undefined index: modules_params
PHP (5.2.3) NOTICE (8):
File: en^%%F8^F87^F8728316%%module.tpl.php
Line: 80
Type: Undefined index: module_error
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 11
Type: Undefined index: language
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 12
Type: Undefined index: language
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 142
Type: Undefined index: mootools_windoo
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 145
Type: Undefined index: mootab
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 175
Type: Undefined index: msgError
PHP (5.2.3) NOTICE (8):
File: en^%%F7^F7F^F7F34188%%header.tpl.php
Line: 176
Type: Undefined index: section
PHP (5.2.3) NOTICE (8):
File: en^%%86^863^863C42B0%%tiki-ajax_header.tpl.php
Line: 6
Type: Undefined index: xajax_js
PHP (5.2.3) NOTICE (8):
File: en^%%97^977^977F80C8%%tiki-top_bar.tpl.php
Line: 10
Type: Undefined index: feature_calendar
PHP (5.2.3) NOTICE (8):
File: en^%%97^977^977F80C8%%tiki-top_bar.tpl.php
Line: 17
Type: Undefined index: feature_debug_console
PHP (5.2.3) NOTICE (8):
File: en^%%97^977^977F80C8%%tiki-top_bar.tpl.php
Line: 20
Type: Undefined index: feature_phplayers
PHP (5.2.3) NOTICE (8):
File: en^%%8C^8CD^8CD0DF4C%%tiki-bot_bar.tpl.php
Line: 99
Type: Undefined index: feature_babelfish
PHP (5.2.3) NOTICE (8):
File: en^%%8C^8CD^8CD0DF4C%%tiki-bot_bar.tpl.php
Line: 99
Type: Undefined index: feature_babelfish_logo
Tiki Debugger Console [x]
Current URL: /tiki/tiki-list_comments.php
Command:
Type help to get list of available commands

tracker item
Error inserting image in 1.10x with FCKEditor
When editing a wiki page using the FCKEditor, trying to upload an image gives problems. I receive a successful upload message, and when browseing the server at /domain.org/img/wiki_up/image.gif get an error message which states,
"Error creating folder /home/jsullinger/domain.org/html/mytiki2/mytiki2/img/image/, permission denied". Permissions on folder are chmod 777."

I checked some of the previous trackers, and it looks like perhaps it is felt this issue has been fixed? This is a very important feature with respect to WYSIWYG editor, and would be greatly appreciated if this could be looked at. Let me know what additional information you need.
tracker item
Error installing the workspace mod in v2.0
I'm having a problem installing the workspace mod in v. 2.0. I get an error message that indicates that
only 4 fields are being inserted into the table, although the table structure indicates that there are 5
columns. (The missing column appears to be the ICON field.) Is there a known workaround for this problem? I've
thought of modifying the table structure, but I suspect that would be setting up for problems down the road.
tracker item
Error occured when trying to switch user from ADMIN page
{syntax type="tiki" editor="plain"}
Error

An error occured in a database query!

Context:
File tiki-adminusers.php
Url tiki-adminusers.php

Query:

select distinct up.* from `users_permissions` as up, `users_grouppermissions` as ug where ug.`groupName` in () and up.`permName`=ug.`permName`

Values:

Message:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and up.`permName`=ug.`permName`' at line 1

Built query was probably:

select distinct up.* from `users_permissions` as up, `users_grouppermissions` as ug where ug.`groupName` in () and up.`permName`=ug.`permName`
tracker item
Error when adding calendar items
When adding new items to calendar, I get:

An error occured in a database query!

Context:
File tiki-calendar_edit_item.php
Url tiki-calendar_edit_item.php
Query:
INSERT INTO `tiki_calendar_items` (`user`,`name`,`description`,`status`,`url`,`lang`,`calendarId`,`start`,`end`,`locationId`,`categoryId`,`priority`,`nlId`,`lastmodif`,`created`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
Values:
0 ehileman
1 OTA Board Meeting
2 Monthly Board Meeting at CCOSA
3 1
4
5
6 1
7 1219946400
8 1219921200
9 0
10 0
11 0
12 0
13 1219693367
14 1219693367
Message:
Data truncated for column 'priority' at row 1
Built query was probably:
INSERT INTO `tiki_calendar_items` (`user`,`name`,`description`,`status`,`url`,`lang`,`calendarId`,`start`,`end`,`locationId`,`categoryId`,`priority`,`nlId`,`lastmodif`,`created`) VALUES ('ehileman','OTA Board Meeting','Monthly Board Meeting at CCOSA','1','','','1','1219946400','1219921200','0','0','0','0','1219693367','1219693367')
tracker item
Error while uploading pictures in a wiki page
While editing a wiki page i can set and upload an image.

Clicking on the picture image i get to the image properties windows.
In the tab "Image Info" i choose "browse server" and from there shows up the FCKeditor ressources browser.

I choose to create a folder, input name and upload picture.
Then the picture is available and i can choose it and validate it back throught the "Image Properties" windows where the image url show:
/tikiwiki10/img/wiki_up/image/test/tv.png

The picture image is broken
It keeps broken after wiki page save

When i reedit the page and open for this picture the "image properties" it shows as image url:
http://mydomain.com/tikiwiki10/img/wiki_up/image/test/tv.png

The image is not there of course, it have been installed in a folder test 3 step up from the root of my website !

Meaning that path should have been : /var/www/sites/xxx/xxx.com/subdomains/www/html/tikiwiki10/img/wiki_up/test

and the folder test has been in fact created here:
/var/www/sites/xxx/xxx.com/subdoma/tikiwiki10/img/wiki_up/test


And that... is not good at all :)
But it is not over.


If i upload manualy the picture and edit the wiki page i can add in the "image properties" the direct url to the picture after clicking the ok button it show nice in the preview page.

If i save the page the image link is changed for something like:
http://xxx.com/tikiwiki10/show_image.php?id=5

And there again... no picture shows on the saved wiki page.
tracker item
Evaluate all Google Gadgets for potential interaction
Please see:
http://www.google.com/webmasters/gadgets/
tracker item
Expiry date for group membership
Related to ((PayPalSubscription)), it would be useful to have a user no longer have group privileges after a certain date.


Ex.: I add a user to a group X for 1 year.
tracker item
Exporting Tracker fields data leaves out some of the new info
Export and the subsequent import of Field data is very valuable (and essential) for 'porting' a Tracker design from one TW instance to another.

But as the Tracker functionality has continued to expand, the amount of data that is made available in the Field import/export process has not kept up. e.g Description: Error message: etc. are not currently included.

This means that this data still needs to be typed in again and an existing Tracker design cannot be made available to another TW instance in a 'complete' way.



No longer relevant - 15th June 2013
tracker item
Exporting tracker items does not work when selecting a custom default sort order field
Exporting a tracker does not work when selecting a custom default sort order field for the tracker.
Fields that do work :
itemId
Created
Lastmodif

All other fields will result in a csv file containing the error page html code.

It seems that the order by value in the SQL statement is not properly generated.


File tiki-export_tracker.php
Url tiki-export_tracker.php
Query:
select * from `tiki_tracker_items` tti where tti.`trackerId`=? order by `` desc

Values:
0 4
Message:

Built query was probably:
select * from `tiki_tracker_items` tti where tti.`trackerId`='4' order by `` desc
tracker item
Extend the "user can select group at registration" feature
Currently (2.x), admins can configure new registrations to select specific groups during registration. I would like to request the following enhancments:

# Specify a default group. Currently, there is no default. I want to be able to configure a default group (i.e., adding checked="checked"...)
#Allow admins to confirm group requests. For example, I want to allow users to ''request'' to join an admin-level group upon registration, but I want the current admin to be able to verify this, before the user gets admin access.
tracker item
external wikilink can interfere with internal wikilinks in a very odd way (parser bug)
This is a very odd bug. If you have an external link -+~np~[x|y]~/np~+- somewhere on the page where x and y can be anything (even including whitespace), any internal links of the form -+~np~((...x|y...))~/np~+- or -+~np~((...x|y...|...))~/np~+- where the "..." can be anything (even including whitespace) are screwed up. Copy and paste the following examples into a page to see.

!!Examples

moved example to comments because it was breaking trackerlist reports
tracker item
failed to set proper "include_path" in tw 1.9.8.x
Hello

I had a lot of warning when i upgraded to tw 1.9.8.1 this morning.
It talked about include_once() problem and include_path.

Many things to say about:
php in safe_mode (deprecated) cannot modify ini value !
ini value set in apache conf with php_admin_value cannot be modified !

all scripts using "TikiInit::prependIncludePath()" have to check the return value of the method because init_set and set_include_path can return FALSE.
In this case, an error message should be printed to the user, and/or logged.

Here is a list of files using this method.
- db/tiki-db.php
- tiki-install.php
- tiki-setup.php

tracker item
Missing Tracker Item #1377
This tracker item could not be found
tracker item
FAQs mot viewable to Registered users
Registered users can NOT see FAQ list even though:
tiki_p_suggest_faq
tiki_p_view_faqs

Are both checked.

Confirmed on test install with SVN current as of 3/31/2008
Created new FAQ with 2 questions
Created new user in group registered
Granted permissions as above.
FAQ's do not appear on user menu, but do appear on Admin menu.

dthacker: 2008/04/03
This is now fixed for me. Please svn update and re-test.

dthacker: restested on 2008/04/03. Closing
tracker item
FCKEditor missing tikiwiki toolbar
After checking out 1.10 from svn and enabling FCKEditor, attempts to use the editor fail with an error claiming the tikiwiki toolbar does not exist. More specifically, FCKEditor loads, but there are no toolbars.
tracker item
fckeditor missing while updating previous 1.10tw
I have cvs update a previous tw1.10 the folder fckeditor is missing from the lib.
tracker item
Feature Workspaces is half broken on 1.10: add resources: ko, ws calendar: ko, ...
Workspaces (from ((doc:Mod AulaWiki)) are half broken on 1.10 since months ago.
Any action which is related to workspce calendar module gives fatal error (blank screen). Adding resources to workspaces also fails:

^
Fatal error: Call to undefined method WorkspaceResourcesLib::get_url_admin_file() in /var/www/tiki110/lib/workspaces/resourceslib.php on line 117
^

On this url (on an updated site to 1.10svn from May 2nd):
[http://moviments.net/cursos/tiki-workspaces_view_module.php?module=workspaces_resources&workspaceId=110]


http://edu.tikiwiki.org is also having the same kind of problem, on a less updated 1.10 site.
tracker item
feature_redirect_on_error (in tiki-admin.php?page=features) doesn't seem to do anything
If the page I am looking for doesn't exist, Tiki will send to a similar page (if only one) or to the list of pages (if many)

This is interesting.

However, I may not want this behavior if I am building my wiki pages from the menu 1- create menu and 2 click on it to create page and thus testing the link.

This new feature (which wasn't there before) creates a new behavior that maybe should be the default. But it should be possible to turn it off.

AFAICT, feature_redirect_on_error (in tiki-admin.php?page=features) doesn't seem to do anything in 1.9 or 1.10 Redirect on error seems to always be on.

tracker item
featured links feature unusable: module shows no links
Module featured links is not working for me.
I enabled the feature in a 1.10 svn site (code from may 2008). I created this new link:
http://xarxantoni.net/Xarxes.html

Title: Xarxes
Position: 1
Link type: framed

and no way... featured_links module shows no link.
tracker item
Featured Links is not appearing
Featured links is not working well:

{img src=show_image.php?id=47 }
tracker item
file galleries broken (db error) for some registered users on upgraded 1.10 site
Since some weeks (maybe a couple of months?) file galleries return db error when users logs in tiki. (Using updated 1.10)

Example:
http://uniwiki.ourproject.org/tiki-file_galleries.php

When logging in as user sylvie (or Xavier.dePedro, for instance), I get

{CODE(wrap=>1)}
An error occured in a database query!
Context:
File tiki-file_galleries.php
Url tiki-file_galleries.php
Query:
select * from (select u.* , f.`friend` from `users_users` u left join `tiki_friends` as f on (u.`login` = f.`friend` and f.`user`=?) order by `login` asc) as tab
Values:
0 sylvie
Message:
Error Message You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'select u.* , f.`friend` from `users_users` u left join `tiki_
{CODE}

If you try as anonymous, or as newly created plain registered users (try with user/pass: prova/prova ), everything is shown fine.

FYI: friendship is toggled off as feature.
tracker item
{TAG(tag=ul)}...{TAG} screws up paragraphs and line breaks after plugin usage
This is best explained with an example:

~pp~
Paragraphs are parsed

just fine here

{TAG(tag=ul)}foo{TAG}

but now

paragraphs and

line breaks aren't working!
~/pp~

This only happens for tag=ul, not even for tag=ol.

This happens regardless whether wiki paragraph formatting is enabled and regardless of whatever is inside the ~np~{TAG(tag=ul)}~/np~, even ~np~{TAG(tag=li)}~/np~'s.
tracker item
Show PHP error messages