[00:12] panamaus marclaporte: yeah, if I had a few good working examples, I could figure it out
[00:12]  stovenour joined #tikiwiki
[00:12] panamaus And I'm more than happy to update/correct/extend the documentation
[00:15] panamaus If it saves even one person from the hours of frustration that the current documentation has give me, it would be worth it
[00:22]  dhazel joined #tikiwiki
[00:25] stovenour Hi everyone.  Ive been trying to upgrade a v1.9.8.1 tiki site to v9.1 and am unable to edit some pages.  The edit window shows up blank but not for all pages.  Is this a known issue?
[00:35] marclaporte stovenour: are error messages activated?
[00:35] stovenour not yet but I think I know how to do that.  I'll give it a try.  assume you mean php errors?
[00:38] Jyhem If there a way of having some feedback when a data channel fails? Or confirmation that it happened? Using plugin DATACHANNEL, that is
[00:38] Jyhem I can redirect to another page but if nothing happened, I would like a message saying that something went wrong
[00:39] Jyhem So far, my best solution is to use the DATACHANNEL plugin in debug mode
[00:39] stovenour marclaporte: I think this one is interesting " htmlspecialchars(): Invalid multibyte sequence in argument"
[00:40] stovenour I have been having mixed results with utf8 conversion
[00:41] stovenour error was in wiki_edit.tpl.php (48)
[01:00]  dhz joined #tikiwiki
[01:09] Jyhem changi: ping! profiles.tiki.org → Tiki is unable to connect to the database
[01:10]  RobertPlummerMob joined #tikiwiki
[01:11] Jyhem changi: ping! profiles.tiki.org → Fixed
[01:26] stovenour There are back-quote and extended hypen characters in an othewise plain ascii characterset in our database
[01:26] stovenour I’ve tried several combinations of database default char set vs. force utf8 connections vs letting the installer correct latin1 encodings
[01:26] stovenour Can’t say I’ve tried all 8 combinations :)
[01:26] stovenour Do you have any opinion as to the best way to make the database compatable with tiki 9.1?
[01:32] fabricius polom
[02:00] marclaporte stovenour: I have no idea, sorry
[02:03] stovenour ok.
[02:04] stovenour If I try the "fix double encoding" option at the end of the installer, I can then edit the pages.
[02:05] stovenour However the content is truncated at the first occurance of the double byte encoding.
[02:05] stovenour Looks like I'm in for a long manual editing of the database.
[02:10] fabricius stovenour: did you upgrade 1.9 => 9.1 directly or did you make steps in te middle => 1.9 => 3 => 6 => 9.1 ?
[02:12] stovenour I tried updating to 6.7 first.  Again not sure I tried all the possible combinations of "fix encoding" steps.
[02:13]  redflo left #tikiwiki
[02:16] Tiki|bot Info: Tiki 8.5 and 9.1 Released - http://info.tiki.org/article198-Tiki-8-5-and-9-1-Released
[02:24] CIA-98 tikiwiki: 03muscote * r42834 10/trunk/lib/parser/parserlib.php: [FIX] Fixed a warning that appeared publicly under some circumstance - caused by a missing (array) in line 88. Thx to RobertPlummer for the quick reply and code snippet.
[02:26] stovenour I've been testing Tikiwiki 9.1 with a new server.  In the process I dump the mysql from the old server and import to the new server
[02:26] stovenour I suspect the problem might be with different versions of mysql between the old and new servers.
[02:27] stovenour I'll try using --default-character-set=latin1 when I dump it to see if that makes a difference in the output file.
[02:28] fabricius I normally force database collation to utf8 for each new database - before I import a dump
[02:28] stovenour I did that.
[02:28] fabricius good
[02:28] stovenour also tried without it.
[02:29] fabricius you seem to be stuck in kind of a very specific problem
[02:30] fabricius about two years ago I had to export a database table per table as csv files and reimport them ... just to get rid of a strange collation problem
[02:31] fabricius afaik, phpMySQL and HeidiSQL can convert SQL collations of existing databases
[02:32] stovenour I could give the csv dump a try.  Must be better than manually editing each page's data.
[03:09]  goj_killedByISP joined #tikiwiki
[03:56]  marclaporte joined #tikiwiki
[04:11] stovenour figured it out.....   Great resource is: http://www.bluebox.net/news/2009/07/mysql_encoding/
[04:12] stovenour had to specify --default-character-set=latin1 when dumping on the old server "and" had to use the installer fix for double encoding.
[04:13] stovenour without the first part the data ended up "tripple" encoded in the new database.  mysql is not very smart when converting encodings.
[04:35] stovenour I've seen the same encoding corruption in the tikiwiki pages.  I think it could be corrected using the techniques from that web page.
[04:44] marclaporte can you add that URL here? http://doc.tiki.org/Understanding+Encoding
[04:55] stovenour yup.
[04:56] stovenour as far as I can tell the basic problem is that the mysql client, both dumping and restoring, can have various encoding configurations.
[04:57] stovenour I also tried adding "set names utf8" to the dump file before restoring.  I didn't need to "fix double encoding" during the install.
[05:47]  jacmoe joined #tikiwiki
[06:20] stovenour updated http://doc.tiki.org/Upgrade and http://doc.tiki.org/Understanding+Encoding
[09:45] Tiki|bot New Forum Posts: Can I make a list of current user favorites docs in the site? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45140
[10:40]  Jyhem_laptop joined #tikiwiki
[11:37]  sandroandrade joined #tikiwiki
[11:40]  GillesM joined #tikiwiki
[12:27]  arildb joined #tikiwiki
[12:56] fidel puh ... https://doc.tiki.org seems slow here
[13:03] fidel sidenote: http://info.tiki.org/article198-Tiki-8-5-and-9-1-Released points to the ReleaseNotes article for details - but the releasenotes article does not seem to cover 9.1
[13:04] fidel it stops at 9.0
[13:05] fidel anyone able to visit: http://doc.tiki.org/Performance - i do see the well-known unable to connect to db error - or a neverending loading-procedure
[13:06] fidel really a pitty that such a nice product seems to have permanent or at least repeating issues with the accessibility of its documentation
[13:13] fidel question: is using 'minify javascript' and 'minify css' supposed to harm in any way? (both settings under 9.0 -> admin - performance)
[13:13] fidel apart from being forced to clear the cache
[13:48]  arildb joined #tikiwiki
[13:58]  arildb_ joined #tikiwiki
[14:04]  deeku joined #tikiwiki
[14:06] deeku Can anyone help me with a tracker issue?
[14:06] deeku I am on tiki-view_tracker_item.php?itemId=26trackerId=2
[14:07] deeku I want to link to a tiki pahe which contains: {TRACKERLIST(trackerId="2" fields="1:2:4:14" showtitle="n" showlinks="y" showdesc="n" showinitials="n" showstatus="n" showpagination="n" max="1" tpl="show-film-SD.tpl" list_mode="csv")}Show Film in SD{TRACKERLIST}
[14:08]  arildb_ joined #tikiwiki
[14:08] deeku I want to pass all the values of the current record to the second tiki page
[14:10] deeku How should it call the second tiki page - tiki-index.php?page=show-film-SD?itemId={$f_itemId}trackerId=2
[14:24] deeku Hmm, apparently this works: tiki-index.php?page=show-film-SD&itemId={$f_itemId}&trackerId=2
[14:27]  ricks99 joined #tikiwiki
[14:57]  rodrigoprimo joined #tikiwiki
[15:14]  radek82 joined #tikiwiki
[15:15] ricks99 polom y'all
[15:23] fidel polom ricks99 - thanks btw again for the performance pointer. it helped at least somehow - while it still doesnt feel really fast ;)
[15:25] ricks99 what version are you using?
[15:26] ricks99 performance also varies depending on which/how many modules you have active, which features, etc
[15:27] fidel ricks99: still on 9.0 - while i've created a ticket already to update to 9.1 in the coming days
[15:27] fidel guess i should disable some modules
[15:27] fidel we manually edited some modules as well - as some functions are just not that useful how they come out of the box ...so maybe its even a self-created effect
[15:27] fidel not sure right nowq
[15:28] fidel what i've done today regarding performance was: enabling apache caching, raising the php memory limit, and fiddling with some apache-settings
[15:29] fidel regarding modules: it lists: -logo & quickadmin in assingend modules
[15:29] fidel + 4 custom modules from us
[15:30] fidel maketoc, display_user_name, display_last_mod_date_ catpath
[15:31] fidel could it be that the event-calender aka tiki-calendar is somehow using/causing a lot of performance effects?
[15:31] ricks99 are you using the admin/sys/activity log?
[15:32] ricks99 that eats a lot of resources, as it logs every tiki action
[15:49]  marclaporte joined #tikiwiki
[15:56]  rodrigoprimo left #tikiwiki
[16:17] fidel ok - gonna test how the tiki-event-calender is causing the slowness
[16:17] fidel i somehow loved the idea behind it - logging each edit on our wiki - but then again - yes it will for sure cause a lot of db-activity
[16:37]  dhazel joined #tikiwiki
[17:58]  RobertPlummer joined #tikiwiki
[18:30]  fabricius joined #tikiwiki
[18:49]  RobertPlummer joined #tikiwiki
[19:45]  redflo joined #tikiwiki
[19:45]  jacmoe joined #tikiwiki
[19:58] CIA-98 tikiwiki: 03robertplummer * r42835 10/trunk/lib/core/JisonParser/Wiki/DynamicVariables.php: [NEW] Added a dynamic variable handler for jison
[20:00] CIA-98 tikiwiki: 03robertplummer * r42836 10/trunk/lib/core/JisonParser/Wiki/AutoLink.php: [FIX] Five credit where due
[20:01] CIA-98 tikiwiki: 03robertplummer * r42837 10/trunk/lib/core/JisonParser/Wiki/Handler.php: [ENH] Give parser the ability to use new dynamic variables class
[20:02] CIA-98 tikiwiki: 03robertplummer * r42838 10/trunk/lib/core/JisonParser/ (Wiki.jison Wiki.js Wiki.php): [NEW] Parse dynamic variables
[20:03] CIA-98 tikiwiki: 03robertplummer * r42839 10/trunk/lib/core/WikiPlugin/maketoc.php: [FIX] Just make sure that there is a header parameter to use
[20:47]  Bsfez joined #tikiwiki
[21:19] CIA-98 tikiwiki: 03lphuberdeau * r42840 10/branches/9.x/lib/core/Tracker/Item.php: [FIX] Link would not display in trackerlist when using user trackers because trackerlist does not provide the item information in the same way as everything else
[21:20] CIA-98 tikiwiki: 03lphuberdeau * r42841 10/branches/9.x/lib/core/Tracker/Field/Abstract.php: [FIX] Obsolete documentation and bad permission check for item visibility
[21:33]  sandroandrade_ joined #tikiwiki
[21:47]  sandroandrade_ joined #tikiwiki
[21:50]  sandroandrade_ joined #tikiwiki
[21:51]  sandroandrade_ joined #tikiwiki
[21:53]  sandroandrade_ joined #tikiwiki
[21:59]  rodrigoprimo joined #tikiwiki
[21:59]  sandroandrade_ joined #tikiwiki
[22:02]  sandroandrade_ joined #tikiwiki
[22:03]  sandroandrade_ joined #tikiwiki
[22:08]  sandroandrade_ joined #tikiwiki
[22:14]  sandroandrade_ joined #tikiwiki
[22:18]  rodrigoprimo joined #tikiwiki
[22:19]  sandroandrade_ joined #tikiwiki
[22:21]  sandroandrade_ joined #tikiwiki
[22:42]  rodrigoprimo joined #tikiwiki
[23:00]  marclaporte joined #tikiwiki
[23:18] marclaporte polom
[23:38]  rodrigoprimo joined #tikiwiki
[23:43] CIA-98 tikiwiki: 03robertplummer * r42842 10/trunk/lib/test/core/JisonParser/ (. OutputTest.php): [NEW] Added test for JisonParser, it is getting serios guys!
[23:45] CIA-98 tikiwiki: 03robertplummer * r42843 10/trunk/lib/test/TikiSeleniumTestCase.php: [FIX] Kept dying due to no name
[23:46] CIA-98 tikiwiki: 03robertplummer * r42844 10/trunk/lib/core/JisonParser/ (Wiki/Handler.php Wiki/List.php Wiki.jison Wiki.js Wiki.php): [FIX] Numerios fixes caught while using the unit tester, woohoo!