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
"tiki-edit_structure.php" Add Pages To Current Node list truncates at 50 records. Fix included.
The list of tiki pages presented for selection and addition to a structure is truncated at 50 records for no apparent reason and there's no way to add records >50 without running a filter.

I just parroted what I saw in tiki-admin_categories.php for its similar page list and it works.

The diff is below - hope I did that correctly.

*.backup is the original file from the official tiki releast. *.php is the version I modified.
tracker item
PAM authentication broken
An attempt to log in using PAM (php-auth-pam) gives the following error message:

Notice: Undefined variable: error in /var/www/tikiwiki/tikiwiki-1.9.7/lib/userslib.php on line 554

Warning: Error variable must be passed by reference in /var/www/tikiwiki/tikiwiki-1.9.7/lib/userslib.php on line 554

Warning: Cannot modify header information - headers already sent by (output started at /var/www/tikiwiki/tikiwiki-1.9.7/lib/userslib.php:554) in /var/www/tikiwiki/tikiwiki-1.9.7/tiki-login.php on line 292


I'm using:
- php5-auth-pam-0.4-9.2 (Debian package)
- tikiwiki-1.9.7 (source)
tracker item
Login with "Request passcode to register:" fails
Using 1.10cvs from mid june 2007.

Using 2.0 RC2 August 2008

Request passcode to register: fails.

__Example 1:__ (Still broken?) I toggled on "Request passcode to register:" and "Prevent automatic/robot registration:", as well as "user tracker" selected at registration time, and after the registration steps, and filling the user tracker information, I get the message (like): "Codi de registre no vàlid. Necessites saber el codi de registre per donar-te d'alta en aquest lloc web" (catalan)-> Register code not valid. You need to know the register code to register in this web site" (approx)

Tryied three times with different browsers and users names (and double cheking the passcode to register): same effect.

When I toggle off the "Request passcode to register:", then everything works fine.

__Example 2:__ (mlpvolt)
Request password to enter = on
User tracker (for registration) = on
...initial screen of choose name, enter password and email works.
...second screen with user tracker info fails on submit.



tracker item
12.2: Install with InnoDB never ends the db population step
I tried Tiki 12.2, an install with InnoDB, and the process to populate the db with the tables never ended.

My MyISAM, it works as expected in 15 seconds or so.
With InnoDB, I stopped that after 5 minutes.

Using Ubuntu GNU/Linux 13.10, with Mysql 5.5.

---
Update: Works well for me in Tiki 13.x in the same computer. {sign user="xavi" datetime="2014-05-21T06:02:20+00:00"}
---
Update: Works also nowadays in 12.x also, in the same computer. Who knows what happened in previous days. Closing the bug report {sign user="xavi" datetime="2014-05-21T15:58:34+00:00"}
tracker item
12.x - 14.x: can't export any tracker field from a long tracker: Request-URI Too Large or unknown reason
See the associated show.t.o instance.

I created a site using trunk (future 14.x), applied a profile which created a long tracker (160+ fields), with long field names, etc.
When I tried to export a single file from the tracker, I get in a Tiki 12.x installation:
^
Request-URI Too Large

The requested URL's length exceeds the capacity limit for this server.
^

And if I try to do the same with trunk(Tiki14), I get the screen converted into a semi-transparent blackish window, as if something was to be shown, but the user can't see anything happening. Just no message, no tracker definition exported, etc.

See it reproduced here:
# Log in here: http://xavi-9794-5536.show.tikiwiki.org
** u: admin
** p: 12345
# Go to tracker fields:
+ http://xavi-9794-5536.show.tikiwiki.org/tiki-admin_tracker_fields.php?trackerId=1
# Select one (for instance, id 5, which is short and has no commas in the name, etc).
# Go down to the dropdown field at the bottom, and select "Export selected", and click at "Go".
** No field definition is exported.
tracker item
12.x Fatal error: getField() on a non-object in trackerlib.php on line 726
I created a profile long ago to test nested tracker demo.
I applied it, and when reviewing the created tracker items, this is the error I get in a quite white screen (css broken):

^
Fatal error: Call to a member function getField() on a non-object in /var/www/12.x/lib/trackers/trackerlib.php on line 726
^

I've reproduced it in show.
u: admin
p: 12345

Visit this url:
http://xavi-9794-4888.show.tikiwiki.org/tiki-view_tracker.php?trackerId=2

---
The error comes from a defective profile, as I'm seing right now. However, it would be much nicer if there a more informative type of error reporting to the user that there is some syntax problem in the field definition, etc.
tracker item
12.x html code embedded in a tracker item field text-area-with-wysiwyg lost after edition
12.x html code embedded in a tracker item field text-area-with-wysiwyg lost after edition

See it in action here:
http://xavi-9794-5186.show.tikiwiki.org/tiki-view_tracker_item.php?itemId=1

u: admin
p: 12345

Code added (without the code plugin tags):

{CODE()}
{HTML()}<iframe src="http://www.slideshare.net/slideshow/embed_code/33417641" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/xavi/140413-fs-cat2014xavierdepedroconeixementlliure" title="Hack-tivisme amb eines i continguts alliberats: beneficia-te&#x27;n!" target="_blank">Hack-tivisme amb eines i continguts alliberats: beneficia-te&#x27;n!</a> </strong> from <strong><a href="http://www.slideshare.net/xavi" target="_blank">Xavier de Pedro</a></strong> </div>{HTML}
{CODE}

After edition of that tracker item:

http://2014.forumsocialcatala.cat/item11

...in field: "Presentations", with wysiwyg enabled, the html code was lost, and only the non html code is present (converted to wiki) with the surrounding html plugin tags.

{CODE()}
{HTML( wiki="0")}__[https://www.slideshare.net/xavi/140413-fs-cat2014xavierdepedroconeixementlliure|Hack-tivisme amb eines i continguts alliberats: beneficia-te'n!]__ from __[http://www.slideshare.net/xavi|Xavier de Pedro]__{HTML}
{CODE}

(I had to add the html code again)
tracker item
12.x - 15.x: Sheet profile Handler doesn't get sheet content added (following lastest available documentation)
I applied current profile related to spreadsheets (as of September 2015) in profiles.t.o:

... https://profiles.tiki.org/Spreadsheet_Test_Profiles

and it does enable the spreadsheet feature and create the intended spreadsheet indeed, but the indicated contents do not seem to get added.

Syntax in that profile page is:
{CODE()}
objects:
-
type: sheet
data:
-
title: Test Title
- [ Test, =A1 ]
- [ =B2, =B1 + A1 ]
{CODE}

I tried with 12.x and 14.x with same results.

Maybe something needs to be tweaked in the profile handler code?:
{CODE()}
/lib/core/Tiki/Profile/InstallHandler/Sheet.php
{CODE}

In trunk (future tiki15) it also fails to add the data to the sheet. Help is needed. {sign user="xavi" datetime="2015-12-31T14:33:57+00:00"}
tracker item
12.x: accents not shown properly in forum posts when wysiwyg-html is on
12.x: accents not shown properly in forum posts when wysiwyg-html is on

Reproduced in precarios~~black:.org~~

And in
http://xavi-9794-5228.show.tikiwiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=1&amp;thread_sort_mode=commentDate_asc#comments

See he reply that says:
{CODE()}
Otro m&aacute;s
{CODE}

and it should say:
{CODE()}
Otro más
{CODE}

If you disable storing syntax as HTML but revert it to store wiki syntax, then everything is fine again for new posts.
tracker item
12.x: can't post comments if codemirror is on (it says 'Content is empty')
12.x: can't post comments if codemirror is on (it says 'Content is empty'). This was working in 9.x.

Tried with jgui, codemirror on (default theme). Reproduced in a show.t.o instance for 12.x:
http://xavi-9794-5256.show.tikiwiki.org/tiki-index.php

Log in as:
u: admin
p: 12345
and try to ad a new comment.

When you click first to toggle highlighter (disable codemirror for that page and visit), then you can post the comment with no problem.

If this is too difficult to fix in codemirror implementation in Tiki, maybe some preferences would help to indicate in which section to have codemirror on (main text areas from wiki pages, trackers, etc), but disabled for comments, etc.
tracker item
Renaming a group doesn't update the name in the corresponding group watches
Renaming a group doesn't update the name in the corresponding group watches

Reproduced in our production site: http://ueb.vhir.org

This might be the culprit for this other more serious usability issue in our production site:
http://dev.tiki.org/item5497?from=Watch
tracker item
12.x: Fatal error: Unsupported operand types in lib/setup/prefs.php on line 406
After I upgraded a site from 10.x to 12.x, and cleared caches, I got this error when attempting to see or login at the site:

12.x: Fatal error: Unsupported operand types in lib/setup/prefs.php on line 406

using 12.x svn (r53316)

The site uses LDAP, so maybe some pref in LDAP settings interferes somewhere?

our server uses PHP Version 5.3.5-1ubuntu7.2ppa1~lucid1
tracker item
12.x: Mail Queue (SMTP) not placing emails in tiki_mail_queue table but sending emails immediately
12.x: Mail Queue (SMTP) is not placing emails in tiki_mail_queue myslq table but sending emails immediately

See ((doc:Mail Queue))
tracker item
12.x: page alias links lost if full wysiwyg and wiki syntax
When you have your Tikiw with Wysiwyg enabled, and using wiki syntax in the wiki pages, then page alias links are saved as internal links.

Example for the domain example.com. This syntax in that context at page "foobar":
{CODE()}
(alias(foo bar))
{CODE}

Would be converted, after page save, into:
{CODE()}
((foobar|foo bar))
{CODE}

And therefore, we loose the alias name. If you attempt to visit page

http://example.com/foo+bar

you would get that the page doesn't exist, instead of showing you the aliased page

http://example.com/foobar


Reproduced here:
http://xavi-9794-5083.show.tikiwiki.org/tiki-index.php?page=foobar
u: admin
p: 12345
tracker item
12.x: Ratings in articles don't show all options, just a single radio button
12.x: Ratings in articles don't show all options, just a single radio button
To see it reproduced, come here:
http://xavi-9794-5331.show.tikiwiki.org/tiki-read_article.php?articleId=1

and log in as
u: user1
u: user1

^{img src="display802" width="600"}^

You can also log in as admin:
u: admin
p: 12345

---

It was formerly working as expected, as it can be seen in the documentation pages:
http://doc.tiki.org/Rating#Users_ratings_in_Articles

^{img src="http://doc.tiki.org/display973" width="600"}^
tracker item
12.x: content of tracker comments tab is not shown! (in dev.t.o)
The contents from the Tracker comments tab is not shown here in dev.t.o (using 12.x)

Clicking at the button "notabs" doesn't help either.
tracker item
12.x: WebDAV is not working
Testing on show.tiki.org is not a good test because .htpassword is something that could block WebDAV

So, to reproduce, try the following (http and https)
* http://dev.tiki.org/tiki-webdav.php/
* https://dev.tiki.org/tiki-webdav.php/

Also, please try:
# visit http://demo.tiki.org/12x/tiki-webdav.php/
# Activate all WebDAV features
# Use a WebDAV client to access http://demo.tiki.org/12x/tiki-webdav.php/


Try uploading a spreadsheet file, and editing in place
tracker item
12.x: wysiwyg editor in mobile never ends to load in article body
Wywiwyg editor in mobile mode never ends to load in article body

Reproduced using either chrome or firefox on an android smartphone with 1Gb of RAM

~tc~ here
http://creientsendiaspora.org/tiki-edit_article.php?topicId=1
~/tc~
See title (description to be improved in a later stage, even if title shoyld be enough)
tracker item
PDF Generation from structures seems to have trouble with some images
Adding "Tiki Transforming" structure from:
http://themes.tikiwiki.org/tiki-print_pages.php

I get and error (no PDF) and the following in my error log:

{img src=images/code.png}%%% {CODE(wrap=>1)}
[18-Jul-2007 13:16:46] PHP Warning: imagecreatefromstring() [<a href='function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Passed data is not in 'JPEG' format in /home/themetw/public_html/lib/pdflib/pdflib.php on line 393
[18-Jul-2007 13:16:46] PHP Warning: imagecreatefromstring() [<a href='function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Couldn't create GD Image Stream out of Data in /home/themetw/public_html/lib/pdflib/pdflib.php on line 393
[18-Jul-2007 13:16:46] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/pdflib.php on line 394
[18-Jul-2007 13:16:46] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/pdflib.php on line 395
[18-Jul-2007 13:16:46] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/class.pdf.php on line 2887
[18-Jul-2007 13:16:46] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/class.pdf.php on line 2888
[18-Jul-2007 13:16:46] PHP Warning: imagecreatefromstring() [<a href='function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Passed data is not in 'JPEG' format in /home/themetw/public_html/lib/pdflib/pdflib.php on line 393
[18-Jul-2007 13:16:46] PHP Warning: imagecreatefromstring() [<a href='function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Couldn't create GD Image Stream out of Data in /home/themetw/public_html/lib/pdflib/pdflib.php on line 393
[18-Jul-2007 13:16:46] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/pdflib.php on line 394
[18-Jul-2007 13:16:46] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/pdflib.php on line 395
[18-Jul-2007 13:16:46] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/class.pdf.php on line 2887
[18-Jul-2007 13:16:46] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/themetw/public_html/lib/pdflib/class.pdf.php on line 2888
{CODE}
tracker item
14x Inter-User Messages: 'Reply to all' gets the wrong sender of the message to be replied
Inter-User Messages: 'Reply to all' gets the wrong sender of the message to be replied

User1 send a message to User2.
* When User2 clicks at "Reply", everything works as expected, and User1 is transferred to the "To:" field.
* If User2 clicks at "Reply to all", value "User1" is missing from the "To:" field, and only ";User2" is placed (instead of "User1").

To reproduce, in 12.x. come here:
http://xavi-9794-5493.show.tikiwiki.org/messu-read.php?offset=0&flag=&priority=1&flagval=&sort_mode=date_desc&find=&msgId=1

as user1:
u: user1
p: user1

And click at "__replyall__"
You will see the the "To:" field contains: ";user1" instead of "admin"

As a reference: admin account credentials:
u: admin
p: 12345

---
Update {sign user="xavi" datetime="2015-04-11T21:34:50+00:00"}
To reproduce in 14.x, you can do equivalent steps (equivalent users and passwd) here:
http://xavi-9794-5601.show.tikiwiki.org/messu-compose.php

---
Update {sign user="olinuxx" datetime="2016-02-29T14:17:50+01:00"}
A fix is in the comments
tracker item
12x: Wiki 3D (morcego java applet) doesn't load due to security settings
Wiki 3D (through the morcego java applet) used to work with previous versions (Tiki6, probably Tiki9 also, even If I can't confirm), and I can't make it work nowadays with current 12.x

See ((doc:Wiki 3D)) and the screenshot below:

{img fileId="769" thumb="y" rel="box[g]"}

Error shown in the java console:

{CODE(ln="1")}
Java Plug-in 10.55.2.13
Using JRE version 1.7.0_55-b13 Java HotSpot(TM) 64-Bit Server VM
User home directory = /home/foo
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
Exception in thread "AWT-EventQueue-3" java.lang.IllegalMonitorStateException
at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:155)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1260)
at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:460)
at java.awt.EventQueue.getNextEvent(EventQueue.java:545)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Exception in thread "AWT-EventQueue-4" java.lang.IllegalStateException: Applet's parent container not set up
at sun.plugin2.applet.Plugin2Manager.start(Unknown Source)
at sun.plugin2.main.client.PluginMain$StartAppletRunner.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
{CODE}

So probably this is just a question of fine tunning some security setting in the applet or in the local settings of the Java Virtual Machine?
tracker item
13.1 and 14.0 installer keeps asking for validating my db credentials
FF26.0
after reaching the step 'install' in the installer, I was asked in a never ending loop for my db credentials

my work-around solution was to add
$_SESSION[['accessible'] = true;
to
db\local.php

and then the install went on
tracker item
13.x doc.tiki.org :: clicking print offers to print the home page instead of current page
1- Visit http://doc.tiki.org/tiki-index.php?page_ref_id=3714

2- Click the print icon and you get content of front page:
http://doc.tiki.org/tiki-print.php?page_ref_id=3714
tracker item
13.x in dev.t.o: some toolbar buttons like wiki link broken (reload the whole page)
13.x in dev.t.o: some toolbar buttons like wiki link broken (reload the whole page) . Try while reporting a bug.

Tried to reproduce in a show instance:
http://xavi-9794-5448.show.tikiwiki.org/tiki-index.php?page=Community+Members+HomePage
(u admin p: 12345)
but I can't: it works there. It seems to be something specific in dev.t.o
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