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
13.x regression: rating_smiley icons in reversed order
13.x regression: rating_smiley icons in reversed order

Equivalent configuration in 12.x and 13.x (values for rating are "0,5,4,3,2,1"

When going to rate a forum post (url such as tiki-view_forum_thread.php?comments_parentId=1&forumId=2 )...:
{SPLIT()}
...this is what is shown in 12.x:
{img fileId="800" thumb="y" rel="box[g]"}
---
...and this is what is shown in 13.x:
{img fileId="801" thumb="y" rel="box[g]"}
{SPLIT}
tracker item
13.x regression: rating_smiley icons in reversed order
13.x regression: rating_smiley icons in reversed order

Equivalent configuration in 12.x and 13.x (values for rating are "0,5,4,3,2,1"

When going to rate a forum post (url such as tiki-view_forum_thread.php?comments_parentId=1&forumId=2 )...:
{SPLIT()}
...this is what is shown in 12.x:
{img fileId="800" thumb="y" rel="box[g]"}
---
...and this is what is shown in 13.x:
{img fileId="801" thumb="y" rel="box[g]"}
{SPLIT}
tracker item
13.x regression: rating_smiley icons in reversed order
13.x regression: rating_smiley icons in reversed order

Equivalent configuration in 12.x and 13.x (values for rating are "0,5,4,3,2,1"

When going to rate a forum post (url such as tiki-view_forum_thread.php?comments_parentId=1&forumId=2 )...:
{SPLIT()}
...this is what is shown in 12.x:
{img fileId="800" thumb="y" width="400" rel="box[g]"}
---
...and this is what is shown in 13.x:
{img fileId="801" thumb="y" width="400" rel="box[g]"}
{SPLIT}

To see it reproduced, go there:
http://xavi-9794-5328.show.tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=1&forumId=2

User1 rated that thread with a 5, even if the smiley icon is shown as red.

log in as:
u: user1
p: user1

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

And there is another plain registered user:
u: user2
p: user2

---

The same happens in wiki_simple_ratings (icons shown in revered order). See it reproduced here:
http://xavi-9794-5328.show.tikiwiki.org/tiki-index.php?page=HomePage
tracker item
13.x: 'Add an item' for tracker field 'item link' does nothing when field displayed as multi select.
'Add an item' for tracker field 'item link' does nothing when field displayed as multi select.

See it reproduced here:
http://xavi-9794-5317.show.tikiwiki.org/tiki-ajax_services.php?controller=tracker&action=insert_item&trackerId=1&modal=1

u: admin
p: 12345

::{img src="https://dev.tiki.org/display799"}::
tracker item
13.x & 12.x: Can't display .webm videos uploaded to a tiki site with PluginWebDocViewer (and using html5 video tag not in Firefox)
13.x: Can't display .webm videos uploaded to a tiki site

See it reproduced in a bug report textarea here:
https://dev.tiki.org/item5321

Tried with these two ways:
# Using the html5 video tag, in a similar way as indicated here: http://www.w3schools.com/html/html5_video.asp
+ {CODE()}
{HTML()}
<video width="320" height="240" controls>
<source src="http://doc.tiki.org/dl1108" type="video/webm">
Your browser does not support the video tag.
</video>
{HTML}
{CODE}
** {HTML()}
<video width="320" height="240" controls>
<source src="http://doc.tiki.org/dl1108" type="video/webm">
Your browser does not support the video tag.
</video>
{HTML}
# Using the PlginWebDocViewer in Tiki12+, that according to [http://doc.tiki.org/PluginWebDocViewer|its documentation], it can display webm videos.
+ {CODE()}
{WEBDOCVIEWER(url=>http://doc.tiki.org/dl1108, width=>425, height=>350)}{WEBDOCVIEWER}
{CODE}
** {WEBDOCVIEWER(url=>http://doc.tiki.org/dl1108, width=>425, height=>350)}{WEBDOCVIEWER}

None of them seem to work with Mozilla Firefox (30.0, for GNU/Linux).
Under Google Chrome (35.0), using the html5 video tag (within PluginHTML in Tiki) works fine, but using the PluginWebDocViewer nothing is shown.


See the video itself uploaded to file gallery in doc.t.o: http://doc.tiki.org/dl1108

__140713_dev.t.o_13.x_bug_when_attempting_to_upload_or_select_image_from_textarea.webm__ - 5.69 Mb
tracker item
13.x: Forum Thread Rating doesn't display icons for value 0, wrong icon for value 1, and no icons when labels are set beyond values
13.x: --Forum Thread Rating doesn't display icons for value 0, wrong icon for value 1-- (fixed) {sign user="xavi" datetime="2014-06-03T22:14:56+00:00"}, and no icons when labels are set beyond values (unfixed still) {sign user="xavi" datetime="2014-06-03T22:14:56+00:00"}

I have it reproduced reusing the show instance of this other bug report:
https://dev.tiki.org/item5253
(linked here in case I need to go there to "__svn up__" again)

{BOX()}
See this thread started by admin:
http://xavi-9794-5253.show.tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=1

admin:
u: admin
p: 12345

Log in as user1
u: user1
p: user1
{BOX}

And here you can see a screenshot of the issue reproduced similarly in local:

{img fileId="785" thumb="y" width="500" rel="box[g]"}


With these values in __Wiki rating options__:
{CODE()}
0=foo,1=bar,2=bar2,3=bar3,4=bar4,5=bar5
{CODE}
tracker item
13.x: Ratings in articles gone
13.x: Ratings in articles gone.

See it reproduced in the show instance of this other bug report:
http://xavi-9794-5328.show.tikiwiki.org/tiki-read_article.php?articleId=1

u: admin
p: 12345

In 12.x, they could be rated:
http://doc.tiki.org/Rating#Users_ratings_in_Articles

{img src="http://doc.tiki.org/display973"}
---
Update: wrong report. It needed to be displayed by a different user to see the form to rate the article.
Closing as invalid (works-for-me) {sign user="xavi" datetime="2014-07-14T10:39:59+00:00"}
tracker item
13.x: System Error on t.o when searching a word
I searched "WYSIwat" in the module search in tiki.org and I got System error.

The url was:
http://tiki.org/tiki-searchresults.php?find=WYSIwat&boolean=on&boolean_last=y&search=Search

Duplicate of {wish id=5360}
tracker item
database queries counter: remove until it is fixed
In the bottom bar of Tiki sites if activated there is some "debug" information. Notably:

{img src=images/code.png}%%% {CODE()}
[ xx database queries used ]
{CODE}

The SQL counter report is incorrect and reports higher number. Since this is making Tiki look bad for no good reason I am removing until it's fixed.

Please see:
http://sourceforge.net/mailarchive/message.php?msg_id=469E4D13.8010609%40gmail.com
tracker item
Webmail: No error message when password is incorrect
When login fails, I should get an error message.
tracker item
14.x & 12.x LTS: Screencast (jCapture) needs a new valid certificate (as of September 2015 at least)
Tested with:
* Java Plug-in 10.80.2.15
* Using JRE version 1.7.0_80-b15 Java HotSpot(TM) 64-Bit Server VM

I had to manually set the security settings in the Java Web Start (Java Control Panel) to __Medium__ ("Least secure setting"). They seem to come by default with __High__ security ("Minimum recommended"), which doesn't allow to run java apps with untrusted, or invalid certificates; it could be even worse, with the "Very High" setting).

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

Same issue in a 12.x LTS site, or with a 14.x site (both updated recently through svn)

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

Once that java security setting was changed to Medium, I was able to see the jCapture applet as usual, once I acceped the popup window indicating that it was a security risk to accept to run that java application, etc. (this will frighten most users, imo)

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

FYI, Java console says:
{CODE()}
Missing Application-Name manifest attribute for: http://myproductionserver.org/vendor/jcapture-applet/jcapture-applet/lib/jcapture.jar
{CODE}
tracker item
14.x & 15.x & doc.t.o: export sheet as CSV produces 'Array, Array, Array....'
{BOX()}
14.x: export sheet produced WSOD (blank page). this used to work. (9.x, and 12.x)

error:
Fatal error: Call to a member function sheet_history() on a non-object in /var/www/xavi-9794-5723/tiki-export_sheet.php on line 48

And reproduced here:
https://doc.tiki.org/tiki-export_sheet.php?sheetId=2
(as registered user)

We need export this sheet from doc.t.o because it's the documentation of the feature, and we need a way to easily clone it in a trunk install, or tiki 12, to test regressions, etc.
{BOX}
Issue fixed in r57088 (trunk) and r57089 (14.x). {sign user="xavi" datetime="2015-12-31T15:54:46+00:00"}

However, when exporting in CSV format (either pure CSV, or Excel-CSV format), content is stored as "Array, Array, Array..." (as many times as values) {sign user="xavi" datetime="2015-12-31T15:54:46+00:00"}

Reproduced here:
http://xavi-9794-5723.show.tikiwiki.org/tiki-export_sheet.php?sheetId=1
u: admin
p: 12345

tracker item
14.x: Export Slideshow to PDF produces Fatal Error
14.x: Export Slideshow to PDF is broken
Feature:
http://doc.tiki.org/Slideshow#PDF_Export

See it reproduce here:
http://xavi-9794-5645.show.tikiwiki.org/tiki-slideshow.php?page=Tiki+Wiki+CMS+Groupware#
After cliking at the button at the bottom, to create the pdf out of the slideshow, and allowing popups from the site, this url is produced in the popup:
http://xavi-9794-5645.show.tikiwiki.org/tiki-slideshow.php?page=Tiki%20Wiki%20CMS%20Groupware&pdf&landscape&fontsize=large
u: admin
p: 12345

And the Error shown is:
{CODE()}
Fatal error: Call to a member function get_current_line_box() on a non-object in /var/www/xavi-9794-5645/vendor/dompdf/dompdf/include/absolute_positioner.cls.php on line 92
{CODE}
tracker item
14.x: tab toggle button from PluginTabs not shown or not working
14.x: tab toggle button from PluginTabs not shown or not working

Reproduced here with android 4.2 default browser (clinking on notabs button does nothing but reload the same page), and with chrome i get no tabs and button to recover the tab diaplay mode (i had clicked in a "notabs" button in the same chrome in normal non-mobile view in a 12.x site):
https://doc.tiki.org/PluginTabs


See also related (in 12.x):
https://dev.tiki.org/item5690


tracker item
14.x: wrong comments count displayed (maybe it shows # of edits, and not # of comments?)
14.x: wrong comments count displayed (maybe it shows # of edits, and not # of comments?)

See it reproduced in the comments shown at the bottom of this pagae from another wish show.t.o instance:
http://xavi-9794-5294.show.tikiwiki.org/tiki-index.php?page=HomePage
u: admin
p: 12345

{img fileId="993" thumb="y" rel="box[g]"}
---
Reproduced some issue here, as indicated in the comments:
{QUOTE()}
Hi manivannans
I could reproduce some issue still, in your own page:
http://xavi-9794-5294.show.tikiwiki.org/tiki-index.php?page=test+page+for+comments
# I deleted a few comments as admin. The count updated accordingly.
# I created a few users (through profile Voting_System), and switched to user1, to add a 2 replies and a new comment there. The count was updated appropriately, showing 5, 6 and 7 as the total count of comments, correspondingly. However, since comment moderation was on, the comments were not shown publicly, and the number of comments didn't match the number of comments shown. Maybe the total count should reflect the number of approved comments, not all of them.
# I switched back to admin user, and deleted one of the comments pending moderation, and then, the total count shifted tyo "NaN". Screeshot attached
+ {img fileId="995" thumb="y" rel="box[g]"}
{QUOTE}
tracker item
Tiki Calendar Locations don't sync with database
Help!
The locations drop down menu in my Tiki calendar does not sync with the database.
As I'm new to Tikiwiki, how on earth do I fix this short of dropping the table and re-entering the data?
Thanks for your time.
tracker item
15.x regression: Upload a file in the registration tracker after choosing group is not possible (field Files: using modal or not) - ajax might need to be re-attached
Upload a file in the registration tracker after choosing group is not possible (field Files: using modal or not) - ajax needs to be re-attached probably after the group selection, since the gruop selection already loads the form through ajax.

Reproduced here:
http://xavi-9794-5987.show.tikiwiki.org/tiki-register.php
* choose group (any of the 2)
* attempt to upload a file at the field: "CV-Resume (PDF)"

To login as admin:
u: admin
P. 12345

FYI: everything works as expected when the registration user tracker is just used by the "Registered" group, and no ajax in the gruop choice to see the fields to be filled at registration time.
tracker item
15.x: allow again using decimal points in payments to paypal
An upgrade of a 12.x site to 15.x broke the ability to pay quantities with decimal points (0.5 €) to paypal, which worked fine in 12.x

Changing the amount to 1€, it worked as expected in 15.x

With Plugin "MemberPayment"
---
UPDATE: CLosing it, since I haven't been able to reproduce in another PHP+MySL setup (php 5.6 + mysql 5.7, packages bundled with Ubuntu 16.04 64 bit, instead of using some XAMP version) . {sign user="xavi" datetime="2016-06-03T13:05:32+00:00"}
tracker item
15.x: Tracker: filter items is broken when value=label set (Radio, Dropdowns, ...) + plugin trackerfilter
12.x - 15.x: Tracker: filter items is broken when radio button with labels set (0=No,1=Yes,2=Dunno).

No matches are found when there are some items which met the intended criteria.

--It'll be-- reproduced in an attached intance --in short. Stay tuned!-- :-) {sign user="xavi" datetime="2016-02-09T12:21:27+00:00"}
Login in here:
http://xavi-9794-5810.show.tikiwiki.org/tiki-view_tracker.php?trackerId=1
u: admin
p: 12345

You will see the field TestRaduio, with some values (0, 1 and 2; their labels, in fact)

Try to filter by that field:
http://xavi-9794-5810.show.tikiwiki.org/tiki-view_tracker.php?trackerId=1&status=o&sort_mode=f__asc&filterfield=8&filtervalue%5B1%5D=&filtervalue%5B2%5D=&filtervalue_other=&filtervalue%5B3%5D=5+%28high%29&filtervalue%5B8%5D=0%3DNo&filter=Filter#
---
__Update:__ {sign user="xavi" datetime="2016-02-10T10:42:06+00:00"}
the problem is also found (and still unsolved) at teh trackerfilter level. Sorry, I tried for one hour, but I couldn't get the right syntax to port this type of fix there also. :-/
To reproduce, see it here:
http://xavi-9794-5810.show.tikiwiki.org/tiki-index.php?page=HomePage

__The issue is reproduced also for dropdown fields when labels are set, etc. See it reproduced with field "Priority" (Dropdown). __

__Reproduced also with "Dropdown with other" (field __Location__) in the tracker itself, but it works as expceted through Plugin TrackerFilter.__
Does work:
http://xavi-9794-5810.show.tikiwiki.org/tiki-index.php?page=HomePage

Doesn't work:
http://xavi-9794-5810.show.tikiwiki.org/tiki-view_tracker.php?trackerId=1&status=o&sort_mode=f__asc&filterfield=2&filtervalue%5B1%5D=&filtervalue%5B2%5D=0%3Droom+1.1+%2855+seats%29&filtervalue_other=&filtervalue%5B3%5D=5%3Dhighest&filtervalue%5B9%5D=y&filtervalue%5B10%5D%5B%5D=1&filter=Filter#

Multiselect seems to work well, as expected, in both tracker itself and plugin trackerfilter.

tracker item
sefurl conflicts with best language
Please see:
http://tikiwiki.org/tiki-view_blog_post.php?blogId=2&postId=343

tracker item
Anonymous users can create page without permissions after broken sql page shown
An anonymous user without edit permissions can edit create a new page.

To Repeat:
1. Be logged into a user with no edit permisssions
2. Find a red ? link to an uncreated page.
3. Click the link
4. Note you don't have permission to edit/create the page.

5. Log out
6. Click the red ? link as Anonymous
7. Note you can edit the new page
8. Save the page - Note the error:

An error occured in a database query!

Context:
File tiki-editpage.php
Url tiki-editpage.php
Query:
insert into `tiki_user_watches`(`user`,`event`,`object`,`email`,`type`,`title`,`url`) values(?,?,?,?,?,?,?)
Values:
0 NULL
1 wiki_page_changed
2 LinkToLocPageFigs
3 NULL
4 wiki page
5 LinkToLocPageFigs
6 tiki-index.php?page=LinkToLocPageFigs
Message:
Column 'user' cannot be null
Built query was probably:
insert into `tiki_user_watches`(`user`,`event`,`object`,`email`,`type`,`title`,`url`) values(NULL,'wiki_page_changed','LinkToLocPageFigs',NULL,'wiki page','LinkToLocPageFigs','tiki-index.php?page=LinkToLocPageFigs')


9. Take note that though the error happened, the page was created.
tracker item
Using CTRL-Z while editing a page with wysiwyg will break all wiki links on the page
If a user uses CTRL-Z on a page that they are editing to undo a change, they will break all internal wiki links on the page on the next save.
This appears to only happen when editing with firefox.
tracker item
setup.sh does not work as documented on Debian
This script does not work with http servers that run under UNcommon user ID/GID. There is one good http server example in the Debian repos called yaws where the script becomes a problem. yaws runs under user ID/GID yaws/yaws. If one attempts to run setup.sh with a yaws http server, the script does not work.

1.Clicking on "Admin mods" after installation returns this error.
You need to run setup.sh :
./setup.sh $APACHEUSER all
Common Apache users are www-data, apache or nobody

2. Going to the command line and running setup.sh yaws all (because the username/gid is yaws, not the usual) returns no messages when in fact the script has already decided that the user will be www-data because I'm on Debian. About line 27 of the script. if [ -f /etc/debian_version]; ....

There's no message that says how the ownership has been changed after running the script. There's no message saying the user has been chosen for me because I'm on Debian either. In both cases, I'd still have problems because the userID/GID needs to be yaws/yaws in order to make tikiwiki work right.

Perhaps another way to address the problem is to check and see who owns the server process with an lsof -p :portNumber?
tracker item
POP3 collected e-mail not correctly integrated into forum
An email message hasn't integrated into the forum. Tho forum posting is just empty. I'll attach a zip with the original message.
tracker item
Forum post by email - duplicate emails render forum inaccessible
Setup:
1) Create a new forum
2) Enable the post-by-email function (and create the associated email address)
3) Send an email post
4) Send a second identical post
5) Attempt to visit the forum - denied

We use one of our Tiki forums to archive contents from a mailing list - we have a dedicated address which is enrolled in said (external) list. This normally works great, except we were unable to visit the specific forum recently - the error message notified us that duplicate name and content posts were prohibited. It turns out the mailing list sends out regular (monthly) notifications which happen to be identical. It seems that that the POP server is polled when the forum is accessed - the message is obtained, and the post attempt it denied, and effectively locks the user out of the forum.

Verified on the opensourcecms 1.9.11 demo site.
tracker item
Show PHP error messages