Loading...
 
Skip to main content

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.
Error
Show subcategories objects

Name Type
email notification only working uf user watches set on
/lib/tikilib.php only processing mail notification on update_page if user watches switched on; notifications not being sent if set on the perms for the page. see line 5472

global $feature_user_watches;
if ($feature_user_watches == 'y') {
// Deal with mail notifications.
include_once('lib/notifications/notificationemaillib.php');
global $histlib; include_once ("lib/wiki/histlib.php");
$old = $histlib->get_version($pageName, $old_version);
$foo = parse_url($_SERVER["REQUEST_URI"]);
$machine = $this->httpPrefix(). dirname( $foo["path"] );
require_once('lib/diff/difflib.php');
$diff = diff2($old["data"] , $edit_data, "unidiff");
sendWikiEmailNotification('wiki_page_changed', $pageName, $edit_user, $edit_comment, $old_version, $edit_data, $machine, $diff, $minor);
}
tracker item
Email notifications: Add another notification remove the first of the same kind.
Go to tiki-admin_notifications.php
Add a notification like this one :
any wiki page is changed / destination email / user1@domain.com

It adds a line
wiki_page_changed / * / user1@domain.com / ""

Then add another notification:
any wiki page is changed / destination email / user2@domain.com

The second one will REPLACE the first.

Looks like a bug. And I cannot add an email like user1@domain.com,user2@domain.com.

tracker item
Email required during registration
When user try to register they get the following message after pressing "register":

Your email could not be validated; make sure you email is correct and click register below.

Even if the email has been configured to be not required. (I did not try a blank installation.)
dthacker: Was this installation an upgrade or a new install at version 1.10?

Also the email field is present during registration (I don't know if this is related to the bug or if this is normal behaviour)
dthacker: Asking for the email is normal.

This with the following options enabled (and all the others disabled) in the login settings:
(some extra listed here just in case)
* Users can register: yes
* Crypt passwords method: hash-md5
* Reg users can change password: yes
* Reg users can change theme: yes
* Reg users can change language: yes
* Minimum username length: 3
* Minimum password length: 3
* Re-validate user by email after days: -1
* Re-validate user by email after unsuccessful logins: -1
* HTTPS login: disables
* Protect against CSRF with a confirmation step: yes
* Protect against CSRF with a ticket: yes
---
dthacker:
I am unable to reproduce this using your settings. Could you please retest using the latest SVN version?
tracker item
Email SMTP address reconization error
{syntax type="tiki" editor="plain"}
On the latest Beta Version of TikiWiki (5.0 Beta 2) the admin email settings under General option cannot set SMTP. This works fine in 4.x versions.

For example my smtp server address is auth.smtp.1and1.co.uk

Some how the number 1 here is translated to auth.smtp.oneandone.co.uk hence giving the error that the smtp is not valid.

Thank you.
tracker item
External link don’t open in a new tab/window when in a template called by a trackerlist plugin
At : tiki-admin.php?page=textarea "Open external links in new window" is enable.

So all the following create a link that will open in a new-tab or new window;

{CODE()}[http://www.u2.com|U2]{CODE}
[http://www.u2.com|U2]

As well as:
{CODE()}[http://www.u2.com|u2|_blank]{CODE}
[http://www.u2.com|u2|_blank]

As well as:
{DIV(class="external_link")}[http://u2.com|{img type="src" src="https://dev.tiki.org/img/icons/large/mytiki.gif" height="32" width="32"}|_blank]{DIV}
{CODE()}{DIV(class="external_link")}[http://u2.com|{img type="src" src="https://dev.tiki.org/img/icons/large/mytiki.gif" height="32" width="32"}|_blank]{DIV}{CODE}

However if I use the last one in a template called by a trackerlist plugin, it is not working.
Trying to set the link within the img plugin doesn’t work neither.

Check instance.
tracker item
embedding video from vimeo.com fails , but not from other sites with no params in url, like blip.tv
Flash plugin doesn't work well embedding videos from vimeo.com
Example, the video from vimeo.com at:
http://tikiwiki.org/TikiFestMadrid_videos

However, from blip.tv (or youtube, etc.), videos are embedded fine
---
UPDATE: Probably more than outdated (see current improvements in VIMEO by jonnyb in 12.x. {sign user="xavi" datetime="2013-11-17T09:50:12+00:00"}
tracker item
Enabling the forum feature break the Tiki stats (no post yet?)
If the forum feature is enable, the Tiki stats are broken.

__~~#F00:UPDATE~~__: It may happen if there is no forum or topic or thread yet.
I created a forum, a topic and a few threads, refresh index, caches several times and I played with the code at lib/stats/statslib.php I got it to work. After 20mn the page was displayed without the error.

{CODE()}
Erreur système.
Le message d'erreur suivant a été renvoyé:

Column 'parentId' in where clause is ambiguous
La requête était:

select count(*) from `tiki_comments`,`tiki_forums` where `object`=`forumId` and `objectType`=? and `parentId`=?
Valeurs:

forum
0
La requête construite était probablement:

select count(*) from `tiki_comments`,`tiki_forums` where `object`=`forumId` and `objectType`='forum' and `parentId`='0'
{CODE}
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
Wrong encoding at main app menu in side column with non-English lang
Strings from the main app menu in the side column in 24.x from git today, or tiki24beta(.tar.gz) show wrong encoding.
Reproduced with Catalan, Spanish and French,

Using all defaults. In Ubuntu 18.04 and 20.04 computers, with mysql Innodb (all default options at installation time)

{img fileId="1734" thumb="box" width=1000}

---
Attempting to create a show2.t.o instance, I get this error (could it be related?)
{CODE()}
Fatal error: Uncaught Error: Undefined constant 'TIKI_PATH' in /var/www/xavi-9794-8089/lib/core/Tiki/TikiInit.php:51 Stack trace: #0 /var/www/xavi-9794-8089/lib/tikilib.php(63): Tiki\TikiInit::getContainer() #1 /var/www/xavi-9794-8089/lib/init/tra.php(106): TikiLib::lib() #2 /var/www/xavi-9794-8089/lib/init/tra.php(58): init_language() #3 /var/www/xavi-9794-8089/lib/init/tra.php(27): tra() #4 /var/www/xavi-9794-8089/tiki-install.php(122): tr() #5 {main} thrown in /var/www/xavi-9794-8089/lib/core/Tiki/TikiInit.php on line 51
{CODE}
tracker item
End of Installation Pressing Continue to Site Produces "Tiki is not properly set up:" message
Hi,

I installed Tiki v4.2 on a Windows host. The installation appeared to go cleanly to the end with no issues. I selected the first continue button to website locking the installer and received an error message.

I am replacing the real folders with abbreviated ones for security and readability sake.

-------
Tiki is not properly set up:

The directory 'e:\a\b\c\d\e/dump/' does not exist.
The directory 'e:\a\b\c\d\e/img/wiki/' does not exist.
The directory 'e:\a\b\c\d\e/img/wiki_up/' does not exist.
The directory 'e:\a\b\c\d\e/modules/cache/' does not exist.
The directory 'e:\a\b\c\d\e/temp/' does not exist.
The directory 'e:\a\b\c\d\e/templates_c/' does not exist.
-------

My comment is of course the above will produce an error. TikiWiki should have never, even on its own made e:\a\b\c\d\e as a base of the site/tiki folder. The base should be:

e:\a\b\c\d\e\Wiki\tiki

The subdomain / domain points to:

e:\a\b\c\d\e\Wiki

I installed tiki naturally into a /tiki sub-folder. I ran the installer as

http://<mysubdomain>/tiki/tiki-installer.php (or whatever the file name is)

Going manually to the index page produces the same error screen.

How do I fix the bug?

Thanks in advance.
tracker item
Entering a wiki link with ampersand (&) in link txt in wysiwyg results in encoded &amp;
When using wysiwyg, a link such as:

~np~[Etiquette|Etiquette&Guidelines]~/np~

results in a link which displays as:

Etiquette &amp; Guidelines (i.e. the ampersand gets encoded)
tracker item
Entering email address into wysiwyg caused messed up text due to unsuccessful obscuring
Try typing in an email address while using wysiwyg. It becomes something like

{CODE()}
ript language="Javascript" type="text/javascript">document.write('someone'+unescape('@')+'somewhere.com');
{CODE}
tracker item
Error in general help text
There is (presumably) an error in the help system, which I found while editing the help of Spreadsheet, but I guess this help text, since it describes basic Tiki syntax, gets displayed on numerous occasions.

tiki-edit_help.tpl has this on line 55:

{CODE(Colors="Tiki")}
<td>
<strong>{tr}Show/Hide{/tr}</strong> <br/> !+, !!- {tr}show/hide heading section. + (shown) or - (hidden) by default{/tr}.
</td>
{CODE}

I assume both options are to be written with double exclamation marks, and not only the negative?
tracker item
Error (system ERROR on dev.tikiwiki.org by most of "filter" commands
{syntax type="tiki" editor="plain"}
Hello,

This concerns the [http://dev.tikiwiki.org/Search+Bugs] and [http://dev.tikiwiki.org/tiki-index.php?page=Search+Bugs]

I have yet reported this bug, but because of three crossed bugs 3104 and the "not found ones" this had been yet reported but not reachable.

__The three bugs are (were for the first) :__

!! 1- Report with no author
The registering of a "report a bug" was not always getting the author name. So, the report was, till ten days ago (diagnostic by chat and it seems repaired), treated as a not registered user (or logged in user ) writing.

!!!The consequences are :
# No way to access them (no ticket displayed) and no access if found for the real author. Nota : if you have the ticket number (got from chat when submitted ) you can access it reacting the http query for this ticket.

# no way to manage them by the registered author

I have between ten and twenty report lost by this way.
And because of the second bug I can't find them back (just those submitted while I was chatting because the ticked is displayed on the chat.

!! 2- Filter crash :
the reason is the use of the "IN()" SQL clause which is not accepted by MYSQL
It is impossible to check the list in a right manner

!!3- Crash on sort list
(click on column headers) for the same reason : use of "IN() clause into the SQL request

!Problems and solutions

!!Repair the request generation - all

!!Getback the management of his ticket to the real author

It is a lot of job and not fair to rewrite all the reports lost (generates doubletons).

The lonely solution seems to be that the author could submit to the manager (webmaster...) the list of the concerned reports (ticket number or title).

This needs to get a successful search (filter), implies that the 2d and 3td bug should be solved (I could not display an available list to find mines - I have sometimes made a local copy, so I have some dates, but at this dates or around I can't find my report, the list is always just a part of the full one)

!!Display the ticket number even the author is not known should be usefull

!!The mean of "any" in properties of report and display
Even this data means "any not defined" when you say "any" you mean actually : "only the marked - any - reports". So it is impossible without clicking individually all the checks "anyone" of this criteria.
The solution can be either :
*on the filter a button : select all
*a data for filter names "anyone"
*both

- "select all" allow to unselect someones after
- "anyone" makes a more simple query allowing to forgot the criteria


__Without these solutions it is either awful or impossible to manage his "reports a bug"
__

Trebly - 04/28/2010 - 3h.07 Paris



tracker item
Error [] operator not supported for string in Plugin Tracker with itemId in URL
Hi Dev's!

First of all, sorry my english... Is not my natural language.

My fist post here!

I have another contribuition, but stay for another post. ;)

My setup:

Tiki 18.2
PHP 7.2.10-0ubuntu0.18.04.1
Linux 18.04 LTS

In a page with PLUGINTRACKER, if a itemID is passed in URL the follow error message is diplayed:

''Fatal error: Uncaught Error: [] operator not supported for string''

Cause:
In PHP 7+ (I cannot find exactly version) is more restritive in array initialization.

Source affected:
lib/wiki-plugins/wikiplugin_tracker.php

Solution:
In line 1498 the array __$filter__ is initialized as string, and utilized as array, causing the error. Below the affected source snippet with corretion (line 1498)

1495 } elseif (! empty($itemId)) {
1496 if (isset($fields) && empty($wiki) && empty($tpl)) {
1497 $fl = $fields;
1498 $filter = []; // $filter = ''; <- original
1499 foreach ($flds['data'] as $f) {
1500 if (in_array($f['fieldId'], $fl)) {
1501 $filter[] = $f;
1502 }
1503 }
1504 } else {

In my setup, after corretion the error do not more appear.

I hope have helped in something!

Salutes from Brazil!
tracker item
Error 500 if a ' is in the text of a Wiki page description
Error 500 if a ' is in the text of a Wiki page description.
This video doesn’t show the ' because it took me a few tried to understand why it failed but it is there (doesn't) . ?
Once removed (rewriting the sentence without) I could save the page description.

https://share.vidyard.com/watch/uYuxbDN2r4qEzzivSmoecy?

They may be other "forbidden" characters.
tracker item
Error 500 when saving a Wiki page if the description is more than 200 characters
On Tiki22 the page won’t save (Error 500) if you enter more than 200 characters (white space included).

That wasn’t the case previously (19, 20... 21) can’t tell for sure but I use a lot Description of Wiki page as Meta Tags for SEO so I never seen it before.

Related to https://dev.tiki.org/item276-Multilingual-Meta-Keywords-and-Meta-Description-and-increase-255-characters-limit
tracker item
error at admin > login showing list of themes: unserialize() at tiki-admin_include_login.php +
Switching language from admin panel produces blank page (tiki not showing) under some circumstnaces, along the last weeks (repeated today-13th june 2007 again with latest 1.9cvs code)


I have a selection (through "Admin > login") of themes chosen by admin to allow users to change among those themes.
Moreover, mod-switch_theme is assigned to registered users in left column.

From time to time, when I change the theme under "Admin > General", I get this message:

^
Notice: unserialize() [function.unserialize]: Error at offset 239 of 250 bytes in /home/httpd/tiki19/modules/mod-switch_theme.php on line 15
header already sent
^

plus a blank page. After that, I see on top of each page:

^
Notice: unserialize() [function.unserialize]: Error at offset 239 of 250 bytes in /home/httpd/tiki19/modules/mod-switch_theme.php on line 15
^
I cannot change the selecetion of themes any more through "Admin > login": I'm geeting
^
Notice: unserialize() [function.unserialize]: Error at offset 239 of 250 bytes in /home/httpd/tiki19/modules/mod-switch_theme.php on line 15

Notice: unserialize() [function.unserialize]: Error at offset 239 of 250 bytes in /home/httpd/tiki19/tiki-admin_include_login.php on line 522
^
on top of that page, and the selecetion of themes is not showing properly (names of themes), but it produces this hatml lines at that multiple selection box (taken from the html source of the page):

{CODE()}
<b>Warning</b>: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in <b>/home/httpd/tiki19/templates_c/precarios/es^%%00^00C^00CB4449%%mod-switch_theme.tpl.php</b> on line <b>33</b><br />
{CODE}


(until I delete that selection directly from the db).
tracker item
Error creating group
When I try to create new group I receive this error from MySQL:

Error


An error occured in a database query!

Context:
File tiki-admingroups.php
Url tiki-admingroups.php
Query:
insert into `users_groups` (`groupName`, `groupDesc`, `groupHome`,`groupDefCat`,`groupTheme`,`usersTrackerId`,`groupTrackerId`, `registrationUsersFieldIds`, `userChoice`, `usersFieldId`, `groupFieldId`) values(?,?,?,?,?,?,?,?,?,?,?)
Values:
0 ffff
1
2
3 0
4
5 0
6 0
7
8
9
10
Message:
Incorrect integer value: '' for column 'usersFieldId' at row 1
Built query was probably:
insert into `users_groups` (`groupName`, `groupDesc`, `groupHome`,`groupDefCat`,`groupTheme`,`usersTrackerId`,`groupTrackerId`, `registrationUsersFieldIds`, `userChoice`, `usersFieldId`, `groupFieldId`) values('ffff','','','0','','0','0','','','','')
tracker item
error if inserting tracker item from wiki plugin (simple tracker)
I created a tracker with several fields, mainly rating, textareas, dropdown, user selector, date selector.
||
Id position name type options isMain Tbl vis Searchable Public Hidden Mandatory
291 0 Rating system -2,-1,0,1,2 - y - y - -
293 edit 20 Descricpión de la incidencia textarea 1,60,5,1000 y y y y n y remove
294 edit 21 Tipología de redacción colaborativa drop down elegir uno,documentos de ofimática solo... n y y y n y remove
295 edit 22 Comentarios textarea 1,60,5,1000 n y y y n n remove
297 edit 27 Dia jscalendar n y y y n n remove
296 edit 30 Informante user selector 1 n y y y n n remove||

Called all fields from a wiki TRACKER plugin (the data field and user selector are not shown through plugin, even if configured as "public"), and submit some data (required and visible fields).

Then I got this error:

{CODE()}
Warning: mysql error: Duplicate entry '240-296' for key 1 in query:

insert into `tiki_tracker_item_fields`(`itemId`,`fieldId`,`value`) values(?,?,?)


in /var/lib/gforge/chroot/home/groups/gclub/htdocs/lib/tikidblib.php on line 134


Context:
File /tiki-index.php
Url /tiki-index.php?trackit=10&page=prova&refresh=1&track%5B293%5D=prueba&track%5B294%5D=Wiki&track%5B295%5D=prueba&authorfieldid=296&track%5B296%5D=Xavi&action=Envia-ho
Query:
insert into `tiki_tracker_item_fields`(`itemId`,`fieldId`,`value`) values(?,?,?)
Values:
0 240
1 296
2 Xavi
Message:
Error Message Duplicate entry '240-296' for key 1


array(6) {
[0]=>
array(6) {
["file"]=>
string(65) "/var/lib/gforge/chroot/home/groups/gclub/htdocs/lib/tikidblib.php"
["line"]=>
int(84)
["function"]=>
string(9) "sql_error"
["class"]=>
string(10) "trackerlib"
["type"]=>
string(2) "->"
["args"]=>
array(3) {
[0]=>
&string(80) "insert into `tiki_tracker_item_fields`(`itemId`,`fieldId`,`value`) values(?,?,?)"
[1]=>
&array(3) {
[0]=>
int(240)
[1]=>
int(296)
[2]=>
string(4) "Xavi"
}
[2]=>
&bool(false)
}
}
[1]=>
array(6) {
["file"]=>
string(75) "/var/lib/gforge/chroot/home/groups/gclub/htdocs/lib/trackers/trackerlib.php"
["line"]=>
int(619)
["function"]=>
string(5) "query"
["class"]=>
string(10) "trackerlib"
["type"]=>
string(2) "->"
["args"]=>
array(2) {
[0]=>
&string(80) "insert into `tiki_tracker_item_fields`(`itemId`,`fieldId`,`value`) values(?,?,?)"
[1]=>
&array(3) {
[0]=>
int(240)
[1]=>
int(296)
[2]=>
string(4) "Xavi"
}
}
}
[2]=>
array(6) {
["file"]=>
string(87) "/var/lib/gforge/chroot/home/groups/gclub/htdocs/lib/wiki-plugins/wikiplugin_tracker.php"
["line"]=>
int(69)
["function"]=>
string(12) "replace_item"
["class"]=>
string(10) "trackerlib"
["type"]=>
string(2) "->"
["args"]=>
array(4) {
[0]=>
&string(2) "10"
[1]=>
∫(0)
[2]=>
&array(1) {
["data"]=>
array(6) {
[0]=>
array(3) {
["fieldId"]=>
int(293)
["value"]=>
string(6) "prueba"
["type"]=>
int(1)
}
[1]=>
array(3) {
["fieldId"]=>
int(294)
["value"]=>
string(4) "Wiki"
["type"]=>
int(1)
}
[2]=>
array(3) {
["fieldId"]=>
int(295)
["value"]=>
string(6) "prueba"
["type"]=>
int(1)
}
[3]=>
array(3) {
["fieldId"]=>
int(296)
["value"]=>
string(4) "Xavi"
["type"]=>
int(1)
}
[4]=>
array(4) {
["fieldId"]=>
string(3) "296"
["value"]=>
string(4) "Xavi"
["type"]=>
string(1) "u"
["options"]=>
int(1)
}
[5]=>
array(2) {
["fieldId"]=>
bool(false)
["value"]=>
string(5) "prova"
}
}
}
[3]=>
&string(1) "o"
}
}
[3]=>
array(4) {
["file"]=>
string(63) "/var/lib/gforge/chroot/home/groups/gclub/htdocs/lib/tikilib.php"
["line"]=>
int(4117)
["function"]=>
string(18) "wikiplugin_tracker"
["args"]=>
array(2) {
[0]=>
&string(156) "Formulari per informar d'incidències durant la redacció colaborativa de la "Guia Erasmus", segons la tipologia de redacció colaborativa emprada"
[1]=>
&array(7) {
["trackerId"]=>
string(2) "10"
["fields"]=>
string(23) "291:293:294:295:297:296"
["action"]=>
string(8) "Envia-ho"
["showtitle"]=>
string(1) "y"
["showdesc"]=>
string(1) "y"
["showmandatory"]=>
string(1) "y"
["embedded"]=>
string(1) "y"
}
}
}
[4]=>
array(6) {
["file"]=>
string(63) "/var/lib/gforge/chroot/home/groups/gclub/htdocs/lib/tikilib.php"
["line"]=>
int(4399)
["function"]=>
string(11) "parse_first"
["class"]=>
string(7) "tikilib"
["type"]=>
string(2) "->"
["args"]=>
array(3) {
[0]=>
&string(752) "{img src="img/wiki_up/Categories-ADMIN-001.png" }

img src="img/wiki_up/Categories-ADMIN-001.png"

{TRACKER(trackerId=>10,fields=>291:293:294:295:297:296,action=>Envia-ho,showtitle=>y,showdesc=>y,showmandatory=>y,embedded=>y)}Formulari per informar d'incidències durant la redacció colaborativa de la "Guia Erasmus", segons la tipologia de redacció colaborativa emprada{TRACKER}

{TRACKERLIST(trackerId=>10,fields=>291:293:294:295:297:296,showtitle=>y,showlinks=>y,showdesc=>y,showinitials=>y,showstatus=>n,status=>opc,sort_mode=>asc,max=>3,filterfield=>294,filtervalue=>documentos de ofimática solo acesibles en local,exactvalue=>)}Notice{TRACKERLIST}"
[1]=>
&array(2) {
["data"]=>
array(0) {
}
["key"]=>
array(0) {
}
}
[2]=>
&array(2) {
["data"]=>
array(0) {
}
["key"]=>
array(0) {
}
}
}
}
[5]=>
array(6) {
["file"]=>
string(62) "/var/lib/gforge/chroot/home/groups/gclub/htdocs/tiki-index.php"
["line"]=>
int(401)
["function"]=>
string(10) "parse_data"
["class"]=>
string(7) "tikilib"
["type"]=>
string(2) "->"
["args"]=>
array(2) {
[0]=>
&string(752) "{img src="img/wiki_up/Categories-ADMIN-001.png" }

img src="img/wiki_up/Categories-ADMIN-001.png"

{TRACKER(trackerId=>10,fields=>291:293:294:295:297:296,action=>Envia-ho,showtitle=>y,showdesc=>y,showmandatory=>y,embedded=>y)}Formulari per informar d'incidències durant la redacció colaborativa de la "Guia Erasmus", segons la tipologia de redacció colaborativa emprada{TRACKER}

{TRACKERLIST(trackerId=>10,fields=>291:293:294:295:297:296,showtitle=>y,showlinks=>y,showdesc=>y,showinitials=>y,showstatus=>n,status=>opc,sort_mode=>asc,max=>3,filterfield=>294,filtervalue=>documentos de ofimática solo acesibles en local,exactvalue=>)}Notice{TRACKERLIST}"
[1]=>
&string(1) "0"
}
}
}
{CODE}
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 in community wizard
The template for the community wizard has an error, it points users the wrong direction to look at:
{CODE(Colors="Tiki")}
<em>{tr}See also{/tr} {tr}Share{/tr} <a href="tiki-admin.php?page=share" target="_blank">{tr}admin panel{/tr}</a> &amp; <a href="https://doc.tiki.org/Share" target="_blank">{tr}in doc.tiki.org{/tr}</a></em>.
</div>
<div class="col-lg-6">
{preference name=feature_friends}
<div class="adminoptionboxchild" id="feature_friends_childcontainer">
{preference name=social_network_type}
</div>
<br>
<em>{tr}See also{/tr} "{tr}Community{/tr} <a href="tiki-admin.php?page=community&cookietab=2" target="_blank">{tr}admin panel{/tr}</a> > {tr}Social Network{/tr} > {tr}Friendship and Followers{/tr}" &amp; <a href="https://doc.tiki.org/Friendship+Network" target="_blank">{tr}in doc.tiki.org{/tr}</a></em>.
{CODE}

The Friendship&Followers settings are not in Control Panels > Social Network > Friendship and Followers, but rather in Control Panels > Community > Tab "Social Interaction".
tracker item
error in db query with some param in trackerlist plugin (Tiki 3.3)
{syntax type="tiki" editor="plain"}
I've just created a new page on a tiki 3.3 site with this content:
{CODE(wrap=1)}
{TRACKERLIST(trackerId="3",fields="41:42",sort="y",popup="43",stickypopup="n",showtitle="n",showlinks="y",showdesc="n",shownbitems="n",showinitials="n",showstatus="n",showcreated="n",showlastmodif="n",showfieldname="n",status="op",sort_mode="asc",max="15",more="n",moreurl="n",view="user",compute="42/sum:43/avg")}{TRACKERLIST}
{CODE}

That tracker exists, as well as fieldId's 41, 42 and 43.
And it produced this error:

{CODE(wrap=1)}
An error occured in a database query!

Context:
File tiki-index.php
Url tiki-index.php?page=Gradebook
Query:
SELECT tti.*, ttif.`value`, ttf.`type`, tti.`asc` as `sortvalue` FROM ( `tiki_tracker_items` tti INNER JOIN `tiki_tracker_item_fields` ttif ON tti.`itemId` = ttif.`itemId` INNER JOIN `tiki_tracker_fields` ttf ON ttf.`fieldId` = ttif.`fieldId`) INNER JOIN `tiki_tracker_item_fields` ttif0 ON (ttif0.`itemId` = ttif.`itemId`) WHERE tti.`trackerId` = ? and (`status`=? or `status`=?) AND ttif0.`fieldId`=? AND ttif0.`value`=? GROUP BY tti.`itemId` ORDER BY `sortvalue` asc
Values:
0 3
1 o
2 p
3 41
4 Xavi
Message:
Built query was probably:
SELECT tti.*, ttif.`value`, ttf.`type`, tti.`asc` as `sortvalue` FROM ( `tiki_tracker_items` tti INNER JOIN `tiki_tracker_item_fields` ttif ON tti.`itemId` = ttif.`itemId` INNER JOIN `tiki_tracker_fields` ttf ON ttf.`fieldId` = ttif.`fieldId`) INNER JOIN `tiki_tracker_item_fields` ttif0 ON (ttif0.`itemId` = ttif.`itemId`) WHERE tti.`trackerId` = '3' and (`status`='o' or `status`='p') AND ttif0.`fieldId`='41' AND ttif0.`value`='Xavi' GROUP BY tti.`itemId` ORDER BY `sortvalue` asc
{CODE}

---


Sorry, just testing once more the issue related to normal users loosing the ability edit their own items
tracker item
Error in menu id=42
{syntax type="tiki" editor="plain"}
Sorry but i don speak english very well. I use google translate
Queria informar que encontre errores en el menu id=42
Cuando hago click en calendario, article, foro, blog, tikisheet, y otros que no recuerdo, me sale error de pagina no encontrada...Me fije para modificar el menu pero cuando hago los cambios, no los guarda.
Cuando creo paginas wiki me produce el mismo error al guardar me sale pagina no encontrada
Es lo que encontre como error hasta el momento
Muchas gracias por todo


Queria report that found errors in the menu id = 42
When I click on calendar, article, forum, blog, tikisheet, and others who do not remember, I get page not found error ... I determined to change the menu but when I make changes, do not save them.
When I create wiki pages gives me the same error when saving I get page not found
It's what I found as far error.
Thank you very much for everything.
tracker item
Error in PluginMatcher.php causing memory leakage and thus the fatal error: Allowed memory size of X bytes exhausted (tried to allocate X bytes).
I discovered an error in the PluginMatcher.php, which parses text of a wikipage and searches for opening and closing tags. Saving a file with these tags often gave the known error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 77 bytes) in /usr/local/httpd/htdocs/tiki-6.2/lib/core/WikiParser/PluginMatcher.php on line 69

Looking at the size of the wiki-page (which was quite small), the problem was not in the memory_limit size in php.ini, which was set to 64MB.

Closing tags could not always be found (when it contained a nested tag), such that a cascade occurred (due to the recursive function call), resulting in an enormous amount of memory-use.

tracker item
Show PHP error messages