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
version plugin broken on tw.o
Version Plugin is broken: or at least it's not working on tikiwiki.org. Example:
http://tikiwiki.org/TikiLiveCD (version 0.3, the default) and
http://tikiwiki.org/TikiLiveCD?tikiversion=Version+0.2 are showing the same
tracker item
Versions plugin merges first line of text with marker
{syntax type="tiki" editor="plain"}
When using the __Versions__ plugin, Tiki incorrectly merges the first line of each "version" within the Version navigation bar. This causes problems when parsing wiki syntax for items that must begin at the start of the line (such as the numbering # syntax).


Example:

[http://tikiwiki.org/tiki-index.php?page=UserPagericks99&pagenum=2#Versions_plugin]

This broken numbered procedures, when Versions plugin is used to differentiate software versions (such as on doc.tw.o or ''Smarties'').
tracker item
Versions plugin shows info it is supposed to hide
Versions plugin is showing version 3 + 2 + 1 instead of just version 3:
http://tikiwiki.org/tiki-index.php?page=PluginVersions&tikiversion=version+3

Same problem here:
http://tikiwiki.org/tiki-index.php?page=StylesList&tikiversion=Sirius


related: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=838
tracker item
Versions, Links & Backlinks are missing in latest BRANCH-1-9 (tiki-listpages.php)
As you can see here:
http://themes.tikiwiki.org/tiki-listpages.php
tracker item
Very high number of queries on tikiwiki.org
Please see this page:
http://tikiwiki.org/TikiWiki

When I am anonymous:
[ 1277 database queries used ]

Yes, when I log in:
[ 155 database queries used ]
tracker item
view_image.php issue with internet explorer
I have TikiWiki 1.9.2 installed on a Linux system with PHP Version 4.3.11 (GoDaddy).
I set up my images to be stored on disk not in the database.
The Firefox browser 1.0.x or 1.5.x works fine.
Internet Explorer 6.0 won't diplay the image with view_image.php when you use id=xxx but using name=xxx works fine.
It also won't show images in the Image Gallery. I assume it is using view_image.php based on id.
I didn't see any mention of this in the 1.9.3 release notes so I did not try installing the newer version.
tracker item
view_tracker.php, filtered category item 'Back Items List' button broken
My installed version:1.9.4

Page:
tiki-view_tracker_item.php

Functionality:
Filter Categories

Bug Description:
1) Filter an item by a category
2) View an item from the filtered list
3) Click the Back Items List

This displays the items list with '0 Items found' (bug) and the search criteria is not retained

This does not happen with text fields


More Info:
Warning: Invalid argument supplied for foreach() in /home/zzzzz/public_html/lib/trackers/trackerlib.php on line 449
Warning: Cannot modify header information - headers already sent by (output started at /home/zzzz/public_html/lib/trackers/trackerlib.php:449) in /home/zzzzz/public_html/tiki-view_tracker.php on line 659

Related to:
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=283&trackerId=5
and
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=67&trackerId=5

tracker item
Viewing an image after sorting by file size throws an error.
To reproduce, visit:
http://themes.tikiwiki.org/tiki-browse_gallery.php?galleryId=1

And sort by file size:
http://themes.tikiwiki.org/tiki-browse_gallery.php?galleryId=1&offset=0&sort_mode=filesize_desc

Then, click an image:
http://themes.tikiwiki.org/tiki-browse_image.php?galleryId=1&sort_mode=filesize_desc&imageId=17&scalesize=o


You will get:
{img src=images/code.png}%%% {CODE()}
Warning: mysql error: Unknown column 'filesize' in 'order clause' in query:

select `imageId` from `tiki_images` where `galleryId`=? order by `filesize` desc

in lib/tikidblib.php on line 134
{CODE}

Also see:
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1345
tracker item
VIRUS/SPAM? Forum wierdness
We're having an intermittent problem on our forums.

From time to time, we get a post that looks like this:

[http://www.nycwireless.net/tiki-view_forum_thread.php?comments_parentId=943&topics_threshold=0&topics_offset=0&topics_sort_mode=commentDate_desc&topics_find=&forumId=3]

It has a title of ":=?iso-8859-1?B?TG92ZSBwaWxscyAtICQyLjk5L2Rvc2U=?="

and content of

Excellent erection
Long duration of effects
No prescription asked

Only $2.99/$1.99 per dose (2 doses in each pill):
CIALIS - http://www.pillsofdesire.com/sv/
VIAGRA - http://www.pillsofdesire.com/vt/

Directly from the manufacturer!


_
To be taken off future campaigns, go here

Are we being attacked? Our permissions do not allow anonymous posting or topic creation. How can we prevent this? Will an upgrade to 1.9 solve this problem?

Let me know.

Rob
tracker item
Visibilty -> section does not works for "wiki page"
Hello,

I am using the "Visibilty -> section" to manage a module (a simple menu must appear for some contents only)

It works good with some like "trackers" and "cms" but fail with "wiki page" but does not load for "wiki page".
I tried a lot of diffrent variations like "wiki_page" "wiki pages" "wiki" "page" etc. without success.

So it seems to be a bug ;)

(Btw thank you for your fantastic job !)

Regards,

Guillaume
tracker item
Vote on closed poll, break error page
Try to vote on a closed poll.
The showed error break the page layout.
THe display message error page is presented without any css and theme.
tracker item
voting on forum post comments shown & working when rating per forum not selected
When you configu. a forum without the option to vote threads, the comments on forums threads allow users to rate them still. And they shouldn't.

The same even if score system is toggled off from active features.
tracker item
Vue.js toolbar dialogs don't work when opened from a modal
When -+vuejs_toolbar_dialogs+- is enabled, the toolbar dialogs produced from a toolbar in a modal (e.g. when editing a tracker item) don't allow any inputs to accept the keyboard focus.
tracker item
Want MySQL Search, don't seem to be getting it
I have my wiki set to use MySQL full-text search, but since Friday it seems to be using PHP (Lucene?) search instead -- and failing.

It *was* giving an out-of-memory error. I switched Lucene from incremental indexing to bulk indexing -- which should not affect MySQL search at all. I then tried to build an index, which timed out after 60 seconds. (Not surprising: my wiki has 5000+ pages.)

Now my "full-text" search (using module="search_box") gives 0 results.

tracker item
Wanted page links not changing after page is created when wysiwyg is in use
Create a page using the wysiwyg editor and make some page links.

Then create the page from one of these wanted links.

The wanted links are not converted back to normal wiki links (still look like wanted links)
tracker item
Wanted Pages plugin doesn't respect "Accept dashes and underscores in WikiWords" option
There is an option in tiki-admin.php?page=wiki about ->
"Accept dashes and underscores in WikiWords".

This option works nicely in wiki <span style="color:black; background-color:#ff9999;">pages</span>. However, it is not respected in the <span style="color:black; background-color:#ffff66;">Wanted</span> <span style="color:black; background-color:#ff9999;">Pages</span> plugin.

tracker item
warning Wrong datatype for second argument in tiki-admin_calendars.php on line 67
Using 1.9.cvs

Viewing this page as admin:
http://www.moviments.net/drecerca/tiki-admin_calendars.php

I get this warning 10 times on top of the page:
{CODE()}
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67
{CODE}

The only calendar defined (default) is public.
^
ID nom loc participants cat idm prio subscripció perso
1 Public n n n n n n n permisos elimina editar
^

Bug is not (apparently) important, but looks awful for newbies installing tiki and trying calendars...

---
Confirmed using 1.9cvs from July 9th 2007
tracker item
Warning: error
The install seemed to go well, but I get this at the admin login page, and if i log in I get nothing except these three errors. Help please.

-bj




Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/web1/) in /var/www/web1/web/tikiwiki/lib/init/initlib.php on line 95

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/web1/web/tikiwiki/lib/init/initlib.php:95) in /var/www/web1/web/tikiwiki/tiki-setup_base.php on line 274

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/web1/web/tikiwiki/lib/init/initlib.php:95) in /var/www/web1/web/tikiwiki/tiki-setup_base.php on line 274
tracker item
Warning: strpos(): Empty needle in tiki-25.0/lib/cache/memcachelib.php on line 217
clean install of php7.4, apache2 ubuntu 22.04
the error is showing up on multiple combinations of php and tiki.
Warning: strpos(): Empty needle in /var/www/tiki/tiki-25.0/lib/cache/memcachelib.php on line 217

Fatal error: Uncaught Error: Call to a member function get() on bool in /var/www/tiki/tiki-25.0/lib/cache/memcachelib.php:124 Stack trace: #0 /var/www/tiki/tiki-25.0/lib/cache/cachelib.php(579): Memcachelib->get() #1 /var/www/tiki/tiki-25.0/lib/cache/cachelib.php(52): CacheLibMemcache->getCached() #2 /var/www/tiki/tiki-25.0/lib/cache/cachelib.php(57): Cachelib->getCached() #3 /var/www/tiki/tiki-25.0/lib/setup/prefs.php(49): Cachelib->getSerialized() #4 /var/www/tiki/tiki-25.0/lib/setup/prefs.php(267): get_default_prefs() #5 /var/www/tiki/tiki-25.0/lib/setup/prefs.php(37): initialize_prefs() #6 /var/www/tiki/tiki-25.0/tiki-setup_base.php(315): require_once('/var/www/tiki/t...') #7 /var/www/tiki/tiki-25.0/tiki-setup.php(68): require_once('/var/www/tiki/t...') #8 /var/www/tiki/tiki-25.0/index.php(16): require_once('/var/www/tiki/t...') #9 {main} thrown in /var/www/tiki/tiki-25.0/lib/cache/memcachelib.php on line 124
tracker item
Warnings and Deprecations in 28.1 and PHP 8.4.4
{syntax type="tiki" editor="plain"}
In attempting upgrade from Tiki 27.1 running fine with PHP 8.4.4, Tiki 28.1 exhibits numerous warnings and deprecation warnings rather than displaying installation page:

PHP Deprecated: voku\helper\UTF8::extract_text(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in C:\wwwroot\tiki\vendor_bundled\vendor\voku\portable-utf8\src\voku\helper\UTF8.php on line 1622
PHP Deprecated: voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $offset as nullable is deprecated, the explicit nullable type must be used instead in C:\wwwroot\tiki\vendor_bundled\vendor\voku\portable-utf8\src\voku\helper\UTF8.php on line 1842
PHP Deprecated: voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $max_length as nullable is deprecated, the explicit nullable type must be used instead in C:\wwwroot\tiki\vendor_bundled\vendor\voku\portable-utf8\src\voku\helper\UTF8.php on line 1842
PHP Deprecated: voku\helper\UTF8::getSupportInfo(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in C:\wwwroot\tiki\vendor_bundled\vendor\voku\portable-utf8\src\voku\helper\UTF8.php on line 2580
PHP Deprecated: voku\helper\UTF8::html_entity_decode(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in

....
tracker item
Watch item on trackers sends messages in the language of the tracker poster.
Watch item on trackers sends messages in the language of the tracker poster. It should be in the language of the person watching the item.
tracker item
Watch structures from wiki pages - permission denied
When on a wiki page on my tiki, I have the options available to watch the specific page or to "Monitor the sub-structure". When clicking on the latter, I am redirected to a permission denied page and the watch for the sub-structure is not set.

Even admin is being denied the permission to set a sub-structure watch on a wiki page.

Setting a watch on a sub-structure inside the structure-admin menu works fine for any permitted, though.

tracker item
Watches appear in foreign languages
When you are watching an item, the email is sent in the language of the site visitor, not your own chosen language.
tracker item
Watching a tracker is no longer possible: recently introduced bug
Watching a tracker is no longer possible:
http://dev.tikiwiki.org/tiki-view_tracker.php?trackerId=5
http://themes.tikiwiki.org/tiki-view_tracker.php?trackerId=2

The "monitor" link is missing.

This is a recently introduced bug
tracker item
Watching changes on doc.tikiwiki.org seems broken
I seem to be watching the page http://doc.tikiwiki.org/tiki-index.php?page=Editorial+Board+Meeting+2009+06 but have not recieved an e-mail for changes after 10 June 09 18:13 CEST

This is especially unfortunate for a page like this, where communication somewhat depends on users being informed of changes.
tracker item
Show PHP error messages