Name | Type |
---|---|
{TRANSLATIONOF()} fatal error | tracker item |
CGI Error based on values in tiki_modules
Bugs & Wish list |
tracker item |
file_get_contents(/var/local/themes.tiki.org/www//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700): failed to open stream: No such file or directory | tracker item |
Online users (who_is_there) module has gone mad in 2.x :-)
As of now, it says: 28627 online users |
tracker item |
openid login currently not working for me, and it did months ago
I can't login to http://wiki-translation.com (using 1.10svn from june'08) with my openid account http://xavidp.openid.es I successfully used that openid account months ago to create a linked tiki account here (xavidp), but it seems that currently it doesn't work. Using the openid box I get the error: "Authentication error; not a valid OpenID." Maybe openid is broken? We are using kubrick theme there... |
tracker item |
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in tiki-index.php on line 225
This error was seen when using PHP4 Tiki should detect and provide better error message |
tracker item |
PDOException: SQLSTATE[HY093] - when reloading a session (after database transfer SQL from Linux to Windows, with no direct relation to)
Hello, This happens in the same context as my others reports. The database has been saved in SQL and loaded with upgraded versions of mysql, php 5.3.2. There is in my opinion no relation with the context. During start the current session prefs contain the query launch the previous current session. A fatal error occurs in tikisession-pdo.php on line 44 function write statement <$sth->execute();> PDOException: SQLSTATE[HY093]: Invalid parameter number: no parameters were bound in D:\Trebly\Teawik-ld8-422a\lib\tikisession-pdo.php on line 44 The var_dump($qry) in "prepare" function (see my interface in Class TikiDb_Pdo) gives (extract) ''object(PDOStatement)[42] public 'queryString' => string 'update sessions set data='need_reload_prefs|b:0;serialized_prefs|a:9:{i:0;s:27:"feature....'' The problem comes from the fact that into the session->data you can find the HOMEPAGE article "title" which is, in this case (French): ''__s:46:"Page d'accueil spécifique des administrateurs";__'' so the " ' " not escaped generates the crash of the request. |
tracker item |
php console.php cache:clear --all has no effect | tracker item |
Upgrade 4.1->5.0 - Error : x01 : Fatal error on tra.php
Hello, As I told about, during upgrading from 4.2 (I am testing from 4.3) many errors occurs. This threated in a global way in id4377. Here the problem comes from tra.php this generates a __fatal ERROR__ Reason during first tiki-setup __tra.php__ can be called when $tikilib is not yet set then __the function tra_impl crashes__. It seems that at this stage of installation (managing session prefs) is it, as if getone() should answer false, nothing particular to do : I have justed added a first level isset on $tikilib See the joined patched source with comments. |
tracker item |
_categorized-Permissions cannot be assigned when upgrading from 1.9 to 1.10 - cache problem
After upgrading from 1.9 to 1.10 the permissions "tiki_p_view_categorized" and "tiki_p_edit_categorized" on the page tiki-categpermissions.php?categId= will not appear in the dropdown just below "Assign permissions". Consequently, it is not possible to assign this permissions, This problem disappears after emptying ./temp/cache/ directory. |
tracker item |
_getGalleryChildrenIds{List,Tree} does not work correctly in php 5.2.x
Not all galleries are listed (for example when uploading a file). The problem is (IMO): #$allIds is given as reference #foreach go through the array (with an internal iterator) #in next recursion step an other foreach is called (but with the same $allIds-object) #the iterator reaches the end of the array and the loop goes a recursion step back #the "outer" forach continues, but the iterator of $allIds is at the end of the array #no other item is checked, if one of the inner recursion steps reach the end of the array |
tracker item |
.BMP files won't display in Image Galleries
Uploading .bmp images to an Image Gallery results in a box with an X appearing, instead of the image. Tiki is unable to display .bmp images in file galleries. Wiki pages also will not display bmp correctly. |
tracker item |
'ext' fields not displayed by name
Create a new contact, add an ext field to it, say, 'Work Fax', and set it to something obvious. (ie, 911) Save record. When viewing, the name of the field is not displayed, even for the user that entered it. |
tracker item |
'From: ' header incorrectly set in lib/messu/messulib.php
From: and Reply-To: headers are incorrectly set in lib/messu/messulib.php, generating invalid mails: From: Reply-to: |
tracker item |
'next page' link in forum threads doesn't list additional comments
Sometimes we have forum topics with a large number of comments. Let's say the default settings allow to display only the first 20 comments on the first page and provides a "next page" link to the following 20 comments. But this link doesn't work correctly, there aren't any comments displayed on page 2 (only the initial posting). I tried this behaviour on the tikiwiki demo page, too ... it's the same bug in the demo. How can I correct this? |
tracker item |
'There is no class to handle the event wiki_page_created.' | tracker item |
PDF/ office document files are supposed to be indexed while uploading, but indexing + upload fails | tracker item |
"Can Not Download Files" , for older files on the wiki
When attempting to download some older files on the wiki certain users receice the message "Can Not Download Files". If the refresh button is pressed, the user is asked to log in again. After doing so, the file will now download. All files are also downloadable by the admin, all the time, as well as for other recently created users. |
tracker item |
"contact us by mail" cannot handle internationalized domain names
If a designated contact has a mail address of an international domain name, xn--..., address rendering is not correctly done and the link also does not work. For example, an international domain name 傾奇者.jp, which is coded into xn--60qx1sez7a.jp, it is rendered as ...@傾奇者.jp, and the mailto link is handed to mail clients on x@テ・ツã¤ï½¾ï¾ƒï½¥ï¾‚・ツ・ィツ€ツ・jp. |
tracker item |
"Error: Malformed search query" without anything else causes support issues. Add an actionable error message. | tracker item |
"GZip output" (feature_obzip) causes encoding errors in CSRF and error screens
"Gzip output" (feature_obzip) is defective in two different tikis (in 2 different servers).... proposals/6x and trunk Once enabled, when I attempt to visit a few pages as anonymous, for which I should see the "Error, your are not logged in. Go to Log in Page" message, I see instead a message from firefox saying that there is an error in the enconding of the content (attempting to use a compression method not valid or that it doesn't work in this application): {QUOTE()} Error de codificació del contingut No ha pogut mostrar-se la pàgina que esteu intentant visualitzar perquè utilitza una forma de compressió no vàlida o que no funciona en aquesta aplicació. * Poseu-vos en contacte amb els propietaris del lloc per a informar-los del problema. {QUOTE} Once I disable the gzip output, tiki behaves normally. --- Moreover, this issue might have been the reason why the new spreadsheet features being developed in trunk by robertplummer were failing (Chrome just says that the server is temporarily unavailable) recently in a test we were doing in the same server. And that might be the (potential) responsible for the issues with sending newsletters in prposals/6x (just before the release of tiki 6.2). |
tracker item |
"Hide namespace indicator in structure path" Doesnt work in "Structures drill down menu" | tracker item |
"I forgot my password" email message give bad link!
"I forgot my password" email gives ~pp~ ... 2. Click the following link to go to the screen where you must enter a new "permanent" password. Please pick a password only you will know, and don't share it with anyone else. http://http://www.mysite.org/tiki-remind_password.php/tiki-change_password.php?user=<omitted by OmniColos> ... ~/pp~ |
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 |
"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 |