[01:02] Tiki-KGB 03lindonb r62394 10branches/12.x/ 03lib/core/TikiFilter/PregFilter.php 03lib/core/TikiFilter/Lang.php 10lib/core/TikiFilter.php * [bp/r62386 and r62389][FIX] filters: improve language and imgsize filters [01:14] Tiki-KGB 03lindonb r62395 10trunk/lib/smarty_tiki/modifier.escape.php * add attr smarty escape option, which applies zend's escapeHtmlAttr() method [01:21] fabricius joined #tikiwiki [01:32] Tiki-KGB 03lindonb r62396 10trunk/lib/smarty_tiki/modifier.escape.php * also escape forward slash in smarty escape options html and htmlall [05:32] chibaguy joined #tikiwiki [05:32] chibaguy polom [05:33] chibaguy In branch 17, I'm trying to create a new group. I get an error: Unknown column 'groupColor' in 'field list'. Site is up to date; I ran sh.setup.sh and updated the db. [05:33] chibaguy Any ideas? [05:34] chibaguy There's no input for "group color" visible in the new-group form, btw. [05:38] chibaguy_ joined #tikiwiki [08:25] qwert joined #tikiwiki [09:10] Tiki|bot Recent Bug: - http://dev.tiki.org/item6330 [09:59] Bsfez joined #tikiwiki [10:43] jonnyb joined #tikiwiki [11:05] chibaguy_ Here's a problem: in my localhost branch 17, when I edit custom CSS in L&F page and submit, the page refreshes with no change made. [11:06] chibaguy_ Kind of a new behavior. [11:07] chibaguy_ I wonder why that would happen. [11:07] chibaguy_ So I made a custom.css file instead, but can't delete the content of the custom CSS textarea. [11:08] chibaguy_ But also in branch 17, I'm trying to create a new group. I get an error: Unknown column 'groupColor' in 'field list'. Site is up to date; I ran sh.setup.sh and updated the db. [11:18] chibaguy_ Well, ok, after waiting a while, I submitted the L&F change and this time it took effect. [11:58] jonnyb joined #tikiwiki [12:35] fabricius joined #tikiwiki [13:15] chibaguy_ joined #tikiwiki [13:21] jonnyb pompom [13:22] chibaguy_ hi jonnyb [13:22] jonnyb chibaguy_: did you work out your L&F issie? [13:23] jonnyb issue [13:23] jonnyb hi :) [13:23] jonnyb groupColor is a new database field for groups i think, updating the database should fix that [13:24] chibaguy_ Hm, I did the database:update but still get the error. [13:24] jonnyb installer/schema/20170329_add_color_to_groups_tiki.sql is the schema update script [13:24] jonnyb looks innocent enough to me, no funny business [13:25] jonnyb is tehre an entry in the tiki_schema table for it? [13:26] chibaguy_ Something related is that I used to be able to run composer update in a shell but now I get an error "can't find composor.json". So maybe I don't have the latest files. [13:26] chibaguy_ (er, composer.json) [13:27] jonnyb yes, it got moved into vendor_bundled/vendor [13:27] chibaguy_ oh, ok, I'll try there. [13:27] jonnyb i tihnk the page on dev got updated with the additional param [13:28] chibaguy_ ah, it's in vendor_bundled. [13:28] jonnyb hmm, looks like https://dev.tiki.org/composer still has very mixed up info - you need to add the param "-d vendor_bundled" for 17+ [13:29] jonnyb but setup.sh should do it all for you [13:29] chibaguy_ well, I tried setup.sh first and still get the database error when trying to create a group. [13:30] jonnyb setup.sh doesn't do the database update [13:31] jonnyb you need to do php console.php d:u [13:31] chibaguy_ yep, did that also. [13:31] chibaguy_ anyway now, in vendor_bundled, I'm running composer update and then will try the database update again. [13:31] jonnyb so it must think that script ran - it it in your tiki_schema table? (i have it in mine here) [13:32] chibaguy_ I'll check. [13:35] chibaguy_ Yes, 20170329_add_color_to_groups_tiki is in the schema table. [13:36] chibaguy_ But still, " Error [13:36] chibaguy_ Unknown column 'groupColor' in 'field list'" [13:36] chibaguy_ composer is still updating, if that could have any effect. [13:37] jonnyb so it ran but didn't make the new field - weird [13:37] jonnyb was this a fresh install? [13:37] chibaguy_ It was a fresh install when 17 was branched. [13:38] chibaguy_ So has only been 17. [13:38] jonnyb aha, i have a feeling that it was missing from tiki.sql (i think i added it later) [13:38] jonnyb yup, http://sourceforge.net/p/tikiwiki/code/62110 [13:39] chibaguy_ I see. [13:39] jonnyb on the 6th april, so if you installed before that you'll need ot add it manually [13:39] jonnyb ALTER TABLE `users_groups` ADD `groupColor` VARCHAR(20) NOT NULL DEFAULT '' AFTER `groupTheme`; [13:39] jonnyb :) [13:44] chibaguy_ Ok, great. Thanks very much. :-) [13:59] jonnyb lunch etc, bbl [14:33] patrickproulx joined #tikiwiki [14:57] jonnyb joined #tikiwiki [15:11] montefuscolo joined #tikiwiki [15:23] fabricius joined #tikiwiki [15:48] montefuscolo If I have two server running a Tiki site using the same data, which folders this servers should share?? uploads, cache, is there something more? [15:50] nelsonko joined #tikiwiki [16:02] fabricius montefuscolo: that sounds interesting [16:03] fabricius what you mean montefuscolo: one Tiki on two servers the same time? or two synced Tikis? [17:23] montefuscolo fabricius, two servers running tiki, using the same database [17:23] montefuscolo and answering the same web address [17:37] jonnyb polom [17:38] jonnyb that sounds adventurous montefuscolo - i would be careful about sharing caches i think [17:39] jonnyb generally i would move the database to a separate machine for performance, and then the (elastic) search to another i think before trying to have two tikis pretending to be one [17:40] jonnyb the other option is to make one of them be a CDN just serving the static files - some of the tiki sites used to work like this a while ago so the code is in there (somewhere) [17:45] Jyhem polom [17:45] jonnyb pompom Jyhem [17:45] Jyhem I see Fabio montefuscolo wants load balancing? [17:46] jonnyb :) [17:48] Tiki-KGB 03montefuscolo r62397 10trunk/lib/jquery_tiki/tiki-jquery.js * [FIX] Fix string concat in javascript. [17:49] Jyhem It's strange that we don't seem to have a page on that [17:49] Jyhem s/on/about [17:50] fabricius joined #tikiwiki [17:52] patrickproulx joined #tikiwiki [17:56] Jyhem montefuscolo: you would also need to share PHP sessions [18:06] slyskawa joined #tikiwiki [18:06] montefuscolo Jyhem, share sessions is very easy with memcached :) [18:06] montefuscolo thank jonnyb [18:07] jonnyb :) [18:07] montefuscolo Jyhem, I'm thinking in a high availability structure using small servers [18:11] montefuscolo DigitalOcean offers USD 5 dollars servers ... and extra volumes. If I can share volumes using NFS and manage servers using OpenNebula, I could sell a service of Tiki hosting [18:12] Jyhem the volume sharing would be for the file galleries storage? You might consider storing file gals in the database. [18:12] montefuscolo If in sometime a I get a lot of Tikis, I can duplicate a server [18:13] Jyhem I see no problem with caches on their own server. [18:14] Tiki-KGB 03chealer r62398 10trunk/lib/smarty_tiki/modifier.escape.php * [REF] Clarify html and htmlall [18:50] kotten joined #tikiwiki [18:50] kotten_ joined #tikiwiki [18:59] Telesight joined #tikiwiki [19:08] Tiki-KGB 03jonnybradley r62399 10branches/17.x/lib/core/H5P/H5PTiki.php [19:08] Tiki-KGB [FIX] h5p: On upload the title is missing now from the h5p content array, so get it from the file gallery info [19:19] Tiki-KGB 03jonnybradley r62400 10branches/17.x/ 10(53 files in 53 dirs) * [REL] update language files with get_strings.php [19:21] patrickproulx joined #tikiwiki [19:23] Tiki-KGB 03jonnybradley r62401 10(58 files in 58 dirs) * [MRG] Automatic merge, branches/17.x 62389 to 62400 [19:28] Tiki-KGB 03jonnybradley r62402 10branches/17.x/lang/en-uk/language.php [19:28] Tiki-KGB [TRA] en-uk: Comment out all untranslated strings - not sure why or when these got uncommented and i expect many other langs may also need this fix [19:28] Tiki-KGB I used this regex to search: ^"(.*)" => "\1", [19:28] Tiki-KGB and this as the replacement: // "$1" => "$1", [19:28] Tiki-KGB Seems to have worked ok and should save some memory! [19:28] Durgeoble joined #tikiwiki [19:28] Durgeoble hi [19:28] jonnyb hi Durgeoble [20:06] Tiki-KGB 03jonnybradley r62403 10branches/17.x/templates/tiki-edit_perspective.tpl * [FIX] perspectives: Show the contents of array prefs in the perspectives list [20:26] Tiki-KGB 03jonnybradley r62404 10branches/17.x/templates/layouts/basic/layout_view.tpl [20:26] Tiki-KGB [FIX] modules: Respect feature_right_column=n pref properly (the left one seemed to work already, curiously) [20:48] Tiki-KGB 03jonnybradley r62405 10trunk/templates/tiki-edit_perspective.tpl 10trunk/lang/en-uk/language.php 10trunk/templates/layouts/basic/layout_view.tpl 10trunk * [MRG] Automatic merge, branches/17.x 62400 to 62404 [21:41] Durgeoble i see the tikiwiki is a powerful tool [21:41] Durgeoble but, menus and procedures, are like labirinth [22:05] patrickproulx joined #tikiwiki [23:03] * Durgeoble se va a dormir