Category: 4.x
Show subcategories objects| Name | Type |
|---|---|
| can't install tiki 4.0, whereas tiki 3.3 ok with no problem. what's missing at the server side? | 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)
{syntax type="tiki" editor="plain"} 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 |
|
_getGalleryChildrenIds{List,Tree} does not work correctly in php 5.2.x
{syntax type="tiki" editor="plain"} 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 |
|
'next page' link in forum threads doesn't list additional comments
{syntax type="tiki" editor="plain"} 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 |
|
"No such attachment on this page" appearing after change of behavior of PluginFile
Between Tiki2 and Tiki3, behavior of PlginFile changed, and is causing "No such attachment on this page" errors http://www.google.com/search?hl=en&q=%22No+such+attachment+on+this+page%22+site%3ATikiwiki.org&aq=f&oq=&aqi= |
tracker item |
|
"Prevent automatic/robot registration:" interferes with OpenID
Problem noticed here: http://www.wiki-translation.com/tiki-view_forum_thread.php?forumId=2&comments_parentId=39 {img src=images/code.png}%%% {CODE()} I'm trying to log in with my OpenID. I don't have a wiki-translation.com account yet. After validating my OpenID, I'm taken to a Tiki page that prompts me to create a new account on wiki-translation.com to associate with my OpenID. I enter a username and password, but then get the following error: Wrong registration code {CODE} __Duplicate of {wish id=2204}__ |
tracker item |
|
"Submitted by" at dev.tw.o/tracker5 forgets username after 2nd edit => user can't edit his items.
To reproduce: * As a user with non admin rights insert a tracker item to dev.tw.o/tracker5 * edit it again, and change something (add some text to a text areas, etc.) And save * you are not able to edit that item any more because the "Submitted by" field has lost the record. * edit that item as a user with admin rights, adn manually provide again the username of the poster. * the poster can edit it one more time. But after that, he loses the ability again. ... Example: http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2885 --- testing this bug --- 2nd edit |
tracker item |
|
(calendar) permission display wonky
{syntax type="tiki" editor="plain"} Permissions are displayed incorrectly on the "Assign Permissions to this Object" page of tiki-objectpermissions.php for a Calendar (other object types not tested) If there is more than one group assigned then the boxes show the correct permissions If there is only one group assigned no permissions show If a 2nd or subs group is added then the boxes show the correct permissions |
tracker item |
|
[tikiwiki4] Tikiwiki-importer causes apache segfault on Debian Etch/lenny 64bit
{syntax type="tiki" editor="plain"} Uploading a Mediawiki-XML-Dump created by Mediwikis dumpBackup.php leads to an empty page and an apache segfault on debian etch 64bit. From /var/log/messages {CODE()}apache2[3658]: segfault at 7fff3f74cef8 ip 7f3837b9d2f7 sp 7fff3f74ce00 error 6 in libpcre.so.3.12.0[7f3837b8e000+25000]{CODE} File is beeing uploaded correctly in /tmp, upload to File Galleries works correctly. changed the following values in {CODE()} /etc/php5/apache2/php.ini post_max_size=128M upload_max_filesize = 128M max_execution_time = 600 max_input_time = 600 memory_limit = 32M (also tried 64M,128M,256M) {CODE} {CODE()} /etc/apache2/apache2.conf Timeout 600 {CODE} Running Debian Etch amd64 all packages actual version of the distri. Ways to reproduce: 1.) create a XML-Dump from Mediawiki via {CODE()}php dumpBackup.php --full --contents > dump.xml{CODE} 2.) use tikiwiki-importer via ->admin->tikiwiki-importer 3.) Upload in 1. created xml-dump Neither changing export settings of ~np~ dumpBackup.php --full or --current with or without --content ~/np~ nor changing import options in tikiwiki-importer changes outcome. --- Addition: -Upgraded to tikiwiki4, upgraded to debian stable (lenny) as suggested Problem still exists: {CODE()}apache2[2231]: segfault at 7fff2184eec0 ip 7f9019c1bf6b sp 7fff2184edc0 error 6 in libpcre.so.3.12.1[7f9019c0b000+28000]{CODE} |
tracker item |
|
$prefs.language does not work properly?
{syntax type="tiki" editor="plain"} This is related to the Custom Site Header section of Look & Feel on our Web site. We put a top navigation bar which is expected to be showin in different languages depending on the visitor's language (look at http://www.daav.cn/cms/tiki-list_file_gallery.php ). The code in Custom Site Header is like this: <div style=...> <ul> {if $prefs.language eq "cn"} <li>link1 in Chinese</li> ... <li>linkN in Chinese</li> {elseif $prefs.language eq "fr"} <li>link1 in French</li> ... <li>linkN in French</li> {elseif $prefs.language eq "de"} <li>link1 in German</li> ... <li>linkN in German</li> {else} <li>link1 in English</li> ... <li>linkN in English</li> {/if} </ul> </div> however, it seems the top navigation bar is always shown in Chinese even when I set the default browser language to English only. At that time, our php-based language detector works correctly to identify the user/browser language as English (example: our homepage at http://www.daav.cn/ ) but tikiwiki remains in Chinese unchanged. Is there anything wrong with the code or it's just because my Windows XP is in Chinese? Then how to get around this in Tikiwiki? What language do you get on the linked page that I included above? Thanks for any hints. |
tracker item |
|
3D browser not working at Safari at Mac OS X
{syntax type="tiki" editor="plain"} 3D is not working properly at Safari 4.0.3 at Mac OS 10.5.8. I see the java cup inside the window. Then the java star and then nothing else the window becomes white. No image at all. |
tracker item |
|
4.0: changing newsletter editor from wysiwyg to normal produces blank page
{syntax type="tiki" editor="plain"} I created a test newsletter on a new tiki 4.x (using recent svn, similar to tiki4rc1) * Switched editor to wysiwyg * copied some content from this page: http://en.wikipedia.org/wiki/Paul_R._Ehrlich (from the title "Paul R. Ehrlich" until the title "other activites" (so that, it's including also a few images available on the internet, in case it matters) * cliked on the switch editor button (to go back to a normal editor showing wiki syntax) * a blank page is produced, after 10-15 seconds. |
tracker item |
|
4.0: editing tiki sheets at tw.o don't keep the changes made
editing tiki sheets at tw.o don't keep the changes made (no error nor warning message shown; everything apparently ok). But no sign of the changes made, not in the sheet, nor in the history of tiki sheet. Example: http://tikiwiki.org/tiki-view_sheets.php?sheetId=1 I did edit it as user "xavi", add some info the cell A2, save, and no record of the changes. Looking at the tiki sheet history, nothing is shown either about the edit. See a related post of users reporting other problems with tw.o sheets since tiki 4.0 (I couldn't reproduce their problem, though). http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=21908#threadId35330 |
tracker item |
|
4.2 Calendar pop-up full of "n"'s
{syntax type="tiki" editor="plain"} New TW 4.2 installation via Simple Scripts The Calendar shows a number of n characters and no date {IMG(src="http://worldfreemansociety.org/tiki-download_file.php?fileId=416&preview")}{IMG} I've also reproduced this in *a manual upgrade to a working 4.1 installation *a new installation from svn Update: Just tried on a new dedicated server (Ubuntu) with an installation by SVN and got exactly the same results. |
tracker item |
|
5.0rc2: content duplicated at saving time (seems related to usage of hidden headings)
{syntax type="tiki" editor="plain"} This has happened to me seldom on different tikis (3.x, 4.x and nowadadays, even 5x!) on different servers, and it's very annoying for users or admins, since after you make a simple edit to some page, for some reason, it gets the content duplicated after saving your small edit. And it can be repeated 3 times, if you edit again, 4 time if edit again,. ..... I could only avoid it by rollbaking to the last version whithout those duplications. Confirmed that this bug (related to the collapsible headings) is not fixed either yet in 5.0rc2. It seems to show up in some pages were collapsible headings; I mean: {CODE()} !!- !!!- etc. {CODE} Reproduced recently here: [http://r-help-es.ourproject.org/tiki-pagehistory.php?page=Bienvenidos&history_offset=0&diff_style=sidediff&diff_style=sidediff&show_all_versions=y&compare=Comparar&newver=0&oldver=18&tra_lang=ca&paginate=on&history_pagesize=25|r-help-es.ourproject.org] I just editted the {CODE()} {rss id=1} {CODE} to change it for {CODE()} {rss id=1:2} {CODE} as far as I remember, after a few previews and changes in the content before saving. Then, the content was saved twice. See the diff above and the resulting page: http://r-help-es.ourproject.org/tiki-pagehistory.php?page=Bienvenidos&preview=19 This site is using tiki5.0rc2 , no ajax, and wysiwyg editor enabled, even if not used on that page. I can provide admin access to that site to any coder willing to check this issue. --- Initially reported as a comment to this other similar bug report: http://dev.tikiwiki.org/bug2727 |
tracker item |
|
5.x: images in img/trackers are not multitiki-aware as in img/wiki_up
{syntax type="tiki" editor="plain"} images in trackers are not multitiki aware (they are all saved in img/trackers instead in the img/trackers/site1.org , etc. as for images in img/wiki_up/site1.org etc |
tracker item |
|
A SheetID is required shown when attempting to edit a sheet with jquery.sheet
Very similar to this bug that was fixed in Version 5: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3017&trackerId=5&show=view Unfortunately, our host does not support version 5 yet, so I am dead in the water unless this same issue gets addressed in version 4.1 Basically, you can create sheets, but whenever you try to edit them, simply clicking on any of the links (Insert, Remove, etc.) causes a redirect to an error page stating: "A SheetId is required." I haven't been able to import simple spreadsheets either, but that's another issue. |
tracker item |
|
Account disable after validating new account
{syntax type="tiki" editor="plain"} I can't seem to get the self registration of a new user to work in a new install of Tikiwiki 4.0. I can do the self registration, and get the email to validate, and can even successfully validate the account. However, once validated, any subsequent time I try to resign on, I get "Error" page showing "Account Disabled". |
tracker item |
|
Action log error and no results
At the MyTiki Action Log page (a URL like tiki-admin_actionlog.php?selectedUsers%5B0%5D=admin), this message displays a number of times at the top of the page: "Deprecated: Assigning the return value of new by reference is deprecated in ...\tiki-admin_actionlog.php on line 392" And no results display. This is in trunk r22552, but has probably been like this for quite a while. |
tracker item |
|
Actions popup options are truncated
{syntax type="tiki" editor="plain"} Actions popup options are truncated starting at 'Download and lock' (menu text usually truncated to 'Do'), such that 'Lock' option is often missing, and 'Delete' option always missing. Upredictable. problem occurs at templates/fgal_context_menu.tpl line 114, although commenting out this line shifts the proiblem down. ??is this a block.self_link problem - some sort of overload in this function |
tracker item |
|
Active Directory domain users are not recognized by TikiWiki
Domain Users are not recognized by TikiWiki when using IIS and Webserver auth against AD. substr function in tiki-setup_base.php mistakenly removing first char of the login name during substracting domain part. For example "DOMAIN\username" is truncated "sername". I've fixed the issue with the patch below. |
tracker item |
|
add antibot captcha for anons to newsletters, calendars and tracker item comments
add antibot captcha for anons to newsletters, calendars and tracker item comments |
tracker item |
|
Add category description in mouse-over, when using categories in tracker plugin
{syntax type="tiki" editor="plain"} It is now done in the category picker and it's very useful. {img src=show_image.php?id=92} |
tracker item |
|
Add fields to directory
I would love if the Directory feature allowed one to enter an address. If using the directory feature for resources, this would then allow one to search for "local" resources based upon the address. e.g. Within 5 miles, 10 miles, 25 miles, etc. |
tracker item |
http://d-recerca.org
However, I attempted to install a spare tiki4.0 for testing on the same server, and I can't install it:
http://xavidp.pangea.org/tiki40/
I guess the server doesn't have pdo installed. I added the line in local.php to force tiki to use adodb instead (copied from tw.o forums, message from sylvie). With this change I can bo a bit further, but I cannot finish the installation proces. After the sql are run, I'm sent to the authentication page of tiki-install.php, instead of to the step of locking the installer and proceeding to tiki.
I went to the tiki-index.php then. and i could see it, and changed password for admin. But I can't login after that step neither with admin admin or with new admin pass..