stovenour: joined #tikiwiki panamaus: And I'm more than happy to update/correct/extend the documentation
If it saves even one person from the hours of frustration that the current documentation has give me, it would be worth it dhazel: joined #tikiwiki 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? marclaporte: stovenour: are error messages activated? stovenour: not yet but I think I know how to do that. I'll give it a try. assume you mean php errors? Jyhem: If there a way of having some feedback when a data channel fails? Or confirmation that it happened? Using plugin DATACHANNEL, that is
I can redirect to another page but if nothing happened, I would like a message saying that something went wrong
So far, my best solution is to use the DATACHANNEL plugin in debug mode stovenour: marclaporte: I think this one is interesting " htmlspecialchars(): Invalid multibyte sequence in argument"
I have been having mixed results with utf8 conversion
error was in wiki_edit.tpl.php (48) dhz: joined #tikiwiki Jyhem: changi: ping! profiles.tiki.org → Tiki is unable to connect to the database RobertPlummerMob: joined #tikiwiki Jyhem: changi: ping! profiles.tiki.org → Fixed stovenour: There are back-quote and extended hypen characters in an othewise plain ascii characterset in our database
I’ve tried several combinations of database default char set vs. force utf8 connections vs letting the installer correct latin1 encodings
Can’t say I’ve tried all 8 combinations :)
Do you have any opinion as to the best way to make the database compatable with tiki 9.1? fabricius: polom marclaporte: stovenour: I have no idea, sorry stovenour: ok.
If I try the "fix double encoding" option at the end of the installer, I can then edit the pages.
However the content is truncated at the first occurance of the double byte encoding.
Looks like I'm in for a long manual editing of the database. fabricius: stovenour: did you upgrade 1.9 => 9.1 directly or did you make steps in te middle => 1.9 => 3 => 6 => 9.1 ? stovenour: I tried updating to 6.7 first. Again not sure I tried all the possible combinations of "fix encoding" steps. redflo: left #tikiwiki Tiki|bot: Info: Tiki 8.5 and 9.1 Released - http://info.tiki.org/article198-Tiki-8-5-and-9-1-Released 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. 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
I suspect the problem might be with different versions of mysql between the old and new servers.
I'll try using --default-character-set=latin1 when I dump it to see if that makes a difference in the output file. fabricius: I normally force database collation to utf8 for each new database - before I import a dump stovenour: I did that. fabricius: good stovenour: also tried without it. fabricius: you seem to be stuck in kind of a very specific problem
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
afaik, phpMySQL and HeidiSQL can convert SQL collations of existing databases stovenour: I could give the csv dump a try. Must be better than manually editing each page's data. goj_killedByISP: joined #tikiwiki marclaporte: joined #tikiwiki stovenour: figured it out..... Great resource is: http://www.bluebox.net/news/2009/07/mysql_encoding/
had to specify --default-character-set=latin1 when dumping on the old server "and" had to use the installer fix for double encoding.
without the first part the data ended up "tripple" encoded in the new database. mysql is not very smart when converting encodings.
I've seen the same encoding corruption in the tikiwiki pages. I think it could be corrected using the techniques from that web page. marclaporte: can you add that URL here? http://doc.tiki.org/Understanding+Encoding stovenour: yup.
as far as I can tell the basic problem is that the mysql client, both dumping and restoring, can have various encoding configurations.
I also tried adding "set names utf8" to the dump file before restoring. I didn't need to "fix double encoding" during the install. jacmoe: joined #tikiwiki stovenour: updated http://doc.tiki.org/Upgrade and http://doc.tiki.org/Understanding+Encoding 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 Jyhem_laptop: joined #tikiwiki sandroandrade: joined #tikiwiki GillesM: joined #tikiwiki arildb: joined #tikiwiki fidel: puh ... https://doc.tiki.org seems slow here
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
it stops at 9.0
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
really a pitty that such a nice product seems to have permanent or at least repeating issues with the accessibility of its documentation
question: is using 'minify javascript' and 'minify css' supposed to harm in any way? (both settings under 9.0 -> admin - performance)
apart from being forced to clear the cache arildb: joined #tikiwiki arildb_: joined #tikiwiki deeku: joined #tikiwiki
Can anyone help me with a tracker issue?
I am on tiki-view_tracker_item.php?itemId=26trackerId=2
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} arildb_: joined #tikiwiki deeku: I want to pass all the values of the current record to the second tiki page
How should it call the second tiki page - tiki-index.php?page=show-film-SD?itemId={$f_itemId}trackerId=2
Hmm, apparently this works: tiki-index.php?page=show-film-SD&itemId={$f_itemId}&trackerId=2 ricks99: joined #tikiwiki rodrigoprimo: joined #tikiwiki radek82: joined #tikiwiki ricks99: polom y'all fidel: polom ricks99 - thanks btw again for the performance pointer. it helped at least somehow - while it still doesnt feel really fast ;) ricks99: what version are you using?
performance also varies depending on which/how many modules you have active, which features, etc fidel: ricks99: still on 9.0 - while i've created a ticket already to update to 9.1 in the coming days
guess i should disable some modules
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
not sure right nowq
what i've done today regarding performance was: enabling apache caching, raising the php memory limit, and fiddling with some apache-settings
regarding modules: it lists: -logo & quickadmin in assingend modules
+ 4 custom modules from us
maketoc, display_user_name, display_last_mod_date_ catpath
could it be that the event-calender aka tiki-calendar is somehow using/causing a lot of performance effects? ricks99: are you using the admin/sys/activity log?
that eats a lot of resources, as it logs every tiki action marclaporte: joined #tikiwiki rodrigoprimo: left #tikiwiki fidel: ok - gonna test how the tiki-event-calender is causing the slowness
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 dhazel: joined #tikiwiki RobertPlummer: joined #tikiwiki fabricius: joined #tikiwiki RobertPlummer: joined #tikiwiki redflo: joined #tikiwiki jacmoe: joined #tikiwiki CIA-98: tikiwiki: 03robertplummer * r42835 10/trunk/lib/core/JisonParser/Wiki/DynamicVariables.php: [NEW] Added a dynamic variable handler for jison
tikiwiki: 03robertplummer * r42836 10/trunk/lib/core/JisonParser/Wiki/AutoLink.php: [FIX] Five credit where due
tikiwiki: 03robertplummer * r42837 10/trunk/lib/core/JisonParser/Wiki/Handler.php: [ENH] Give parser the ability to use new dynamic variables class
tikiwiki: 03robertplummer * r42838 10/trunk/lib/core/JisonParser/ (Wiki.jison Wiki.js Wiki.php): [NEW] Parse dynamic variables
tikiwiki: 03robertplummer * r42839 10/trunk/lib/core/WikiPlugin/maketoc.php: [FIX] Just make sure that there is a header parameter to use Bsfez: joined #tikiwiki 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
tikiwiki: 03lphuberdeau * r42841 10/branches/9.x/lib/core/Tracker/Field/Abstract.php: [FIX] Obsolete documentation and bad permission check for item visibility sandroandrade_: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki rodrigoprimo: joined #tikiwiki sandroandrade_: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki rodrigoprimo: joined #tikiwiki sandroandrade_: joined #tikiwiki
joined #tikiwiki rodrigoprimo: joined #tikiwiki marclaporte: joined #tikiwiki
polom rodrigoprimo: joined #tikiwiki CIA-98: tikiwiki: 03robertplummer * r42842 10/trunk/lib/test/core/JisonParser/ (. OutputTest.php): [NEW] Added test for JisonParser, it is getting serios guys!
tikiwiki: 03robertplummer * r42843 10/trunk/lib/test/TikiSeleniumTestCase.php: [FIX] Kept dying due to no name
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!