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
Activating Feature Theme Customizer produces error
Syntax error in template "file:/var/www/html/templates/styleguide/sections/lists.tpl" on line 47 "" unclosed {tr} tag

In version 24.0 and 24.1 as of 18th March 2022
tracker item
Activity stream can't be chosen in PivotTable Plugin Edit UI
Pivottable allows using activitystream as data source in Tiki19. But the edit plugin UI in Tiki doesn't allow the user to do so, it seems to be hardcoded to get some tracker in the first and compulsory field. Otherwise, it complains saying that that field is compulsory (even if you wrote activitystream in the text field), and it doesn't let you save the form.
tracker item
Activity Stream doesn't display created or modified wiki pages
Activity stream / Activitystream doesn't seem to be able to display changes in wiki pages.
Tested in 20.x, with admin, adding new pages from tiki profiles, and editing pages from there.

Activity stream reports no changes in wiki pages.
This might be either a bug in the feature or a problem with the documentation about the feature:
https://doc.tiki.org/tiki-index.php?page=Activity%20Stream

Reproduced here:
http://xavi-9794-6803.show2.tikiwiki.org/tiki-index.php?page=Profile_Activity_Stream
u: admin
p: 12345

tracker item
Add Field & Edit Advanced Options is not working in tracker, create field
On Tiki 21.3vcs (InnoDB) - fdf78fd5992b6a70540c76143b586dac6fdede45 ;
Enable trackers
Create a tracker
Click on Add field
Fill form and click on Add Field & Edit Advanced Options
Field is created but your are back on the fields list instead of this field options.

https://share.vidyard.com/watch/AGcisBausvQYG29Dq2LCCM?
tracker item
Add Field and Edit Advanced Option not working
When I create a new tracker field and click "Add Field and Edit Advanced Option" it used to show the 2nd page where I can enter the field properties. It no longer happens and I have to click again on the fieldname to bring up that screen.
tracker item
Add forum attachment fails for me in 19.x (either in db or file-on-disk storage)
Forum attachments used to work for me in the past.
This time, I tested using them again in a 19.x site on a clearos-based server, with extra php 7.1 added, etc (following documentation of wikisuite, etc)

I get error 500 when attempting to upload a small file (<100Kb) to a forum, either in db or file storage on disk. Folder at the server works for files uploaded to file galleries.
Error message:
{CODE(colors="shell" ln="1")}
[root@server user]# tail /var/opt/rh/rh-php71/log/php-fpm/www-error.log
thrown in /var/www/virtual/example.org/html/lib/comments/commentslib.php on line 121
[10-Dec-2018 11:27:09 Europe/Madrid] PHP Fatal error: Uncaught Error: Class 'Perm' not found in /var/www/virtual/example.org/html/lib/comments/commentslib.php:121
Stack trace:
#0 /var/www/virtual/example.org/html/lib/comments/commentslib.php(3939): Comments->add_thread_attachment(Array, '43', Array, 'Solicitud Audit...', 'application/msw...', 58880, 0, 0, Resource id #10, '')
#1 /var/www/virtual/example.org/html/comments.php(178): Comments->post_in_forum(Array, Array, Array, Array)
#2 /var/www/virtual/example.org/html/tiki-view_forum_thread.php(279): include_once('/var/www/virtua...')
#3 /var/www/virtual/example.org/html/route.php(316): include('/var/www/virtua...')
#4 {main}
thrown in /var/www/virtual/example.org/html/lib/comments/commentslib.php on line 121
{CODE}
tracker item
Add Group fails
{syntax type="tiki" editor="plain"}
Add new Group fails with error:
An error occured in a database query!
Built query was probably:
insert into `users_groups` (`groupName`, `groupDesc`, `groupHome`,`groupDefCat`,`groupTheme`,`usersTrackerId`,`groupTrackerId`, `registrationUsersFieldIds`, `userChoice`, `usersFieldId`, `groupFieldId`) values('IHS','','','0','','0','0','','','','')
--------------------------------------------
No error was reported in error.log

The two last parameters correspond usersFieldId and groupFieldId fields in the users_groups table and defined as int(11) there.
The problem seems to be in default values of those parliaments as they defined in add_group function in userlibs.php:
{CODE()}function add_group($group, $desc='', $home='', $utracker=0, $gtracker=0, $rufields='', $userChoice='', $defcat=0, $theme='', $ufield='', $gfield='') {{CODE}
tracker item
Add more keywords to "unsuccessful login attempts" options
It took me quite a while to figure out where the "unsuccessful login attempts" options were.
https://doc.tiki.org/Login+General+Preferences

I think some additional admin panel search terms might include:
"brute force"
"brute-force"
"login failure"
"login-failure"
"failed logins"

Thanks!
Pete
tracker item
Add natural sorting of Priority field in the bug tracker at dev.t.o
We need to provide natural sorting of the -+Priority+- field in the bug tracker at dev.t.o
Example: click at sort bugs in the wishlist page by Priority in descending order:
https://dev.tiki.org/tiki-index.php?session_filters=y&tr_sort_mode1=f_138_desc&page=Wishlist

First, items with priority 90 are shown.

After that, items with priority 9 are shown. However, between 9 and 90 there are lots of priorities that should be shown before 9 is shown, if they were understood as numbers, not as characters.

See:
https://www.php.net/manual/en/function.natsort.php
tracker item
Add user fails after upgrade from 1.9.11 to 2.0
I have upgraded from 1.9.11 to 2.0 and now I cannot add users manually in "Admin users"

I get the following error when adding user "testuser" with pasword "testuser" as an example...

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
2
3
4 1220738236
5 $1$opJz3I9u$Qcgr2S0jFBIBklNAdZyv60
6 1220738236
7 1220738236
8 1220738236
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','','','','1220738236','$1$opJz3I9u$Qcgr2S0jFBIBklNAdZyv60','1220738236','1220738236','1220738236',NULL,NULL,NULL,NULL)
tracker item
Adding "file" to a Tiki url goes to a WSoD instead of redirect.
Try the url : https://tiki.org/files/
It will display a WSoD instead of redirect or even the "route does not exist" page.
tracker item
Adding a character form the special characters palette deletes content after the new character
Some characters inserted using the special characters palette into an article cut the text of the article behind the new character off after saving the article. When still in edit mode, the preview shows the complete text.
I tested a few greek characters, since we need them. Test items can be both omegas, but other greek characters cause the same problem.
tracker item
Adding a page to a category breaks permissions
when a wiki-page is added to a category, it's is no longer viewed to anonymous users. (Login screen appears) By removing the page from the category it appears again.
tracker item
Adding a topic to articles conflicts with language switching
On this site:
http://www.brolin.ca/tiki-view_articles.php

Articles are in English & in French. Users can toggle between each language. However, if I add a topic to an article, it no longer works.
tracker item
Adding calendar returns notices: categorize_list.php (lines 42, 48) & tiki-admin_calendars.php (67)
Using latest 1.9.cvs code (from today - 13 june 2007). Using simple.css and tpl's.

Related to [http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1136&show=view&offset=0&reloff=2&status=op&trackerId=5&sort_mode=created_desc|this other bug report].

When adding a new calendar like "Comisión Web" (without double quotes), cateogrized to 1 cateogry called "Comisión Web" (child of Category "Comisiones"), and seeting all the other settings as n (default values), I got these messages on top of the page:

^Notice: Undefined offset: 86 in /home/httpd/tiki19/categorize_list.php on line 42

Notice: Undefined index: categId in /home/httpd/tiki19/categorize_list.php on line 48

Notice: Undefined offset: 87 in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Notice: Undefined index: categId in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/tiki19/categorize_list.php:42) in /home/httpd/tiki19/tiki-admin_calendars.php on line 75
^

Calendar seems to have been created.

--
Update: confirmed using tikineat.css and tpl's

---
Update July 26th 2007:
Admin calendar produces to me:
{CODE()}
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

(... repeated like 50 times or so)
{CODE}

But not categorize list any more...
tracker item
Adding inline references
Hi there. We are using the References plugin for inline citation.
When adding several references in one instance the system starts to get really slow. After the first 2 references added the autocomplete search box is not responding.
tracker item
Admin calendar: in_array() [function.in-array]: Wrong datatype for 2nd arg. on line 67
Using latest 1.9.cvs (from today - 13th june 2007), cleaned caches, etc. Using simple.css and tpl's.

When attempting to admin calendars (http://www.moviments.net/precarios/tiki-admin_calendars.php) : I get plenty of messages at the top of the page, like:
^
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67


(...)
^

And after that, the page is displayed, but first central column getting the full width, and below, left column getting the full width also.

---
Update: Confirmed using tikineat.css and tpl's
tracker item
Admin can't access when site_closed=y
When I set the site to closed in the general admin, I then can not login to open the site.
tracker item
Admin Cannot Validate New Users
I had tested this successfully in version 3.3, but now with the upgrade to version 4.0 it does not seem to work. Here are the steps to recreate the issue:

1. Set up a TikiWiki so that users need to be validated by an Admin prior to actually logging in.

2. Register as a new user and get the following message:

Your account request has been stored and will be activated by the admin as soon as possible.
You'll receive email notification once your account is activated.
Please do not attempt to login until you receive the email notification.

3. Log in as 'admin' and navigate to Users page of admin tools. Push the round green checkmark graphic which has a hover display that says "Validate user: junkman". It sends me to this URL:

http://www.mywebsite.info/tiki-login_validate.php?user=junkman&pass=n

On that page the site returns a simple dialog box that says "Invalid username or password". Who's username & password? The Admin's?

At this point it wants to redirect me to the home page and I cannot get these new users validated.
tracker item
admin categories broken on 1.9cvs (edu.tw.o)
Admin categories is not listing all categories created in the site, using 1.9.cvs (from several days ago)

For instance:
http://edu.tikiwiki.org/tiki-admin_categories.php?parentId=0

Shows only WSDOC category, but if you go to browse categories, you can see that tehre are many more created:

http://edu.tikiwiki.org/tiki-browse_categories.php?parentId=0&deep=off&type=

---
update:
using cvs from today (May 2nd, 2007), problem dissappeared.
tracker item
admin categories displays sub category under wrong parent in special cases
If you have categories and sub-categories like the following:

try
try::tt
try2
try2::tt

The try::tt sub-category will be placed under parent try instead of parent try2.

This is because the ksort($ret) towards the end of get_all_categories_respect_perms in categlib sorts try::tt after try2:tt (since ':' comes after "2" in the ASCII table).
tracker item
Admin Groups - Error appears during Group renaming
When you try to edit and rename the group in Administration->Groups appears the following error message:

An error occured in a database query!

Context:
File tiki-admingroups.php
Url tiki-admingroups.php
Query:
insert into `tiki_group_inclusion`(`groupName`,`includeGroup`) values(?,?)
Values:
0 G_Communication
1 Registered
Message:

Built query was probably:
insert into `tiki_group_inclusion`(`groupName`,`includeGroup`) values('G_Communication','Registered')

_____________________________________________________________________

Step to reproduce:

Create a Group G.
{
Assign to this group some user
Assign to this group a default
}
Rename the Group G into G'
_____________________________________________________________________

Notes:

I checked the security flag because where there's a DB error could be there a SQL security issue.
tracker item
Admin links gone....can't access admin
I upgraded from 1.85 to 1.9.0 without any problems. Things were working fine. Today, however, I logged in to access the admin area, and no admin links from the menu! All gone! What do I need to do to fix this? How can I access the admin area without links?
tracker item
Admin menus problematic with "Invalid section:" errors
{syntax type="tiki" editor="plain"}
Via Admin -> Website Functions -> Menus -> Some Menu -> "Create menu option"

Name: Test Section
URL: ((HomePage))
Type: section level 0
Position: 20

Result: ! Error
Invalid section:

The same error happens when editing a menu option that already exists. For example, I have just created an example option that is set as:

Name: pickles
URL: HomePage
Type: section level 0
Position: 7

If I edit it and replace URL to "index.php", the same Invalid section: error shows up.

On both, the Section field is blank.

I suspect this is a bug as it is unexpected if one follows documentation found on the Menu topic, such as at: https://doc.tiki.org/Menu

My environment:
PHP (fpm) 8.5.9
nginx 1.31.3
Linux kernel 7.0.14
tracker item
"internal link" button doesn't work -- "local.php not found"
the button "insert internal link" (on the WYSIWYG-editor) doesn't work.

it opens a new window "local.php not found — This is normal if you have not run the tiki installer yet".


(but i run the tiki installer)
tracker item
Show PHP error messages