[00:15] redflo joined #tikiwiki [01:32] redflo joined #tikiwiki [01:33] Tiki|bot joined #tikiwiki [02:17] dabright joined #tikiwiki [02:29] dabright joined #tikiwiki [02:38] dabright joined #tikiwiki [03:30] chibaguy joined #tikiwiki [03:32] Gwayne joined #tikiwiki [05:08] dabright joined #tikiwiki [05:16] dabright joined #tikiwiki [09:09] redflo joined #tikiwiki [09:28] redflo joined #tikiwiki [09:32] mepg joined #tikiwiki [09:32] mepg Hey guys, I'm having some issues with 12.0 [09:33] mepg I have ported an old version (3.1) to a brand new server [09:34] mepg The target was getting the latest version, so far everything works aside of the most important thing! [09:34] mepg Nobody can login with his pw. [09:34] mepg When I do a password recovery, use the recovery URL, set a new pw, then I am logged in. [09:35] mepg However the moment I logout, I cannot login anymore! [09:35] mepg After entering the password I keep getting redirected to tiki-login_scr.php [09:35] mepg with no error message [09:36] mepg Doing a new pw recovery leads to the same result [09:39] Odarys joined #tikiwiki [09:39] Odarys it's me mepg, figured it makes more sense to join with a irc client istead of web. [09:41] Odarys i'm assuming that it has something todo with the encoding [09:41] Odarys the orginal db was latin1_swedich [09:42] Odarys tho all the old articles, posts, comments are getting displayed just fine [09:44] Odarys (btw it also doesn't seem to matter to which version I upgrade, also tested 9.7) [10:20] xavi hi Odarys. I suggest that you follow all the steps indicated here in the way they are indicated: http://doc.tiki.org/Upgrade#If_you_need_to_fix_the_encoding_issue [10:20] xavi just to be sure that you discard the option of an encoding issue [10:20] xavi also ensure that you ugprade in a new directory, not placing the new files over the old ones [10:21] xavi and ensure that you use a brand new .htaccess file, and not an old one from 3.x [10:21] xavi hth [10:21] xavi bbl [10:57] redflo joined #tikiwiki [11:00] Tiki-KGB 03gezzzan r51319 10trunk/templates/tiki-view_articles.tpl * [MOD] adding bootstrap classes to buttons [11:02] Tiki-KGB 03gezzzan r51320 04trunk/templates/layouts/application [11:02] Tiki-KGB [DEL] removing application layout (commited earlier by me), it is too experimental for Tiki13 [11:10] Odarys xavi, okay so that wasn't neccessary. [11:10] Odarys I've found out that I couldn't login, because my httpd server settings were forcing https [11:10] Odarys while https was disabled within the tikiwiki settings [11:10] Odarys meaning, after removing the "force https" from httpd, I can login just fine! [11:10] Odarys However, there is another issues. [11:11] Odarys Even thought I am in the Admins group and see all the settings [11:11] Odarys I can change them in the form, apply, it tells me that they were applied [11:11] Odarys but when I relogin, they are back to what they were [11:13] Odarys (after I click apply, it gives me the notice that everything was applied, eg https_login, feature_show_stay_in_ssl_mode or rememberme etc. (any settings) [11:13] Odarys ideas? [11:13] Odarys can I somehow change those manually? [11:16] Odarys basicially I can't even set error_reporting_level to show all errors :/ [11:17] Odarys or each time I login I get the "Tiki Setup" page display, even after I unchecked the "Show on admin login" or clicked "Skip setup and don't show again" [11:29] xavi Odarys: if you didn't do this beforehand in your upgrade from 3.x to 9.x or 12.x, please, do so once: [11:29] xavi "I suggest that you follow all the steps indicated here in the way they are indicated: http://doc.tiki.org/Upgrade#If_you_need_to_fix_the_encoding_issue " [11:35] jonnyb joined #tikiwiki [11:36] jonnyb pompompom [11:40] chibaguy joined #tikiwiki [11:43] jonnyb hey chibaguy - going to do the menu module thing now, may have questions... [12:04] Odarys xavi: i've dumped the db with default encoding latin1, do I also have to use such a param while importing on the new serv? [12:08] Odarys well when I do it as stated in that doc, I get "Something is wrong with the database encoding" [12:08] Odarys "The schema has UTF-8 as default encoding but some tables in the schema have a different collation, latin1_swedish_ci. " [12:09] Odarys I exported with --default-character-set=latin1, created the new db as latin1_swedich, importet without any extra params [12:09] Odarys imported* [12:09] Odarys then ran the installer, force UTF8.. and convert.. [12:10] Odarys i'll try to important with the same param as export.. [12:10] Odarys import* [12:11] xavi Odarys: nope, create the db with utf8 [12:11] xavi that should be indicated in that doc page [12:12] xavi oh well, mmmm, yes, import (if it's a different server) with same enconding, you are right. The installer tiki-install.php should do the conversion [12:13] xavi s/enconding/encoding [12:14] Tiki-KGB 03jonnybradley r51321 10trunk/lib/smarty_tiki/function.html_body_attributes.php * [FIX] notice: undefined constant layout_ [12:16] Odarys xavi well it doesn't work [12:16] xavi why not? [12:16] Odarys even when importing with --default-character-set=latin1 [12:16] Odarys I still get that error ? [12:17] xavi which one? [12:17] Odarys Something is wrong with the database encoding. The schema has UTF-8 as default encoding but some tables in the schema have a different collation, latin1_swedish_ci. Converting to UTF-8 may solve this but may also make matters worse. You should investigate what happened or only proceed with backups. [12:17] Odarys (when trying to convert via the installer) [12:17] xavi check which tables are still latin1_swedish_ci [12:17] xavi through phpmyadmin or similar [12:18] xavi and in case the process was stopped due to timeouts or similar, run that conversion again through the tiki-install.php script [12:18] Odarys tiki_searchindex [12:18] Odarys tiki_searchwords [12:18] Odarys those two.. [12:19] xavi ok, no problem, you can convert those 2 manually with phpmyadmin if needed (if the installer doesn't for some misterious reason) [12:19] Odarys yeah the installer gives the same error over and over again [12:19] xavi ok, phpmyadmin then to fix [12:19] xavi go to the table, then options (I think), and convert encoding of the table [12:20] xavi in a later step, tiki will convert the content also to utf8 (but this will be later) [12:21] Odarys yeah I did that.. [12:22] Odarys the upgrade to 12.1 gives one sql error [12:22] Odarys UPDATE `tiki_file_galleries` SET `parentId` = (SELECT * FROM (SELECT `galleryId` FROM `tiki_file_galleries` WHERE `type` = 'system') AS t) WHERE `parentId` = -1 AND `type` != 'system' [12:22] Odarys You can't specify target table 'tiki_file_galleries' for update in FROM clause [12:25] jonnyb hi Odarys - which version of mysql are you on? i seem to remember that update script fails on some old versions... [12:25] Odarys jonnyb: it's as up to date as it comes, this is a brand new server running Fedora 20. [12:25] Odarys Software-Version: 5.5.37-MariaDB - MariaDB Server [12:25] Odarys Apache/2.4.9 (Fedora) OpenSSL/1.0.1e-fips PHP/5.5.12 mod_perl/2.0.9-dev Perl/v5.18.2 [12:26] jonnyb ah, don't know about MariaDB - maybe that's not allowed in that [12:26] jonnyb that was an update script from 2009 [12:27] Odarys so, do you maybe have an idea how we could restructure the query I pasted, so that it works on a modern db? [12:28] jonnyb do you have file galleries? [12:28] Odarys tbh. I was asking myself the same questions, I don't really remember :P [12:29] jonnyb well, do you have any row in that table? [12:29] Odarys yeah I just checked.. I do [12:29] jonnyb rows [12:30] jonnyb and do any of them have parentId = -1 and type != system? [12:31] Odarys yes.. 3 [12:32] Odarys ohh.. != system.. no [12:32] jonnyb probably easiest to fix them by hand [12:32] Odarys the only ones with -1 as parentID are system [12:33] jonnyb so all galleries with parentId = -1 (i.e. no parent) are system galleries? [12:33] Odarys so it's fine I guess [12:33] Odarys yeah [12:33] jonnyb you're probably ok then [12:34] jonnyb but if some galleries have disappeared that will be the reason - before that script parent -1 counted as a "root" gallery, i.e. top level [12:34] jonnyb you should be able to mark that schema as "ignore" or whatever it is [12:39] biginnertoblende joined #tikiwiki [12:40] Tiki-KGB 03jonnybradley r51322 10trunk/lib/smarty_tiki/function.button.php * [FIX] buttons: Missing underscore [12:40] Odarys okay so, everything seems to work, but when I go into the admin panel it tells me "Database Version Problem" [12:40] Odarys Your database requires an update to match the the Tiki version; use the installer. Using Tiki with an incorrect database version will cause errors. If you have shell (SSH) access, you can also use the following, on the command line, from the root of your Tiki installation: php installer/shell.php [12:40] Odarys when I use the installer to upgrade again, it gives 2 errors related to the galleries [12:40] Odarys and the admin panel keeps showing me the same error notification [12:45] jonnyb don't you get a checkbox next to the errors in the installer? (the browser one) [12:48] Odarys jonnyb had to click "show all" :P [12:49] Odarys thanks for the great support, I really appriciate it! [12:49] jonnyb aha, super [12:49] Odarys I guess that's it for me, everything seems to work as expected :) [12:49] jonnyb nice [12:49] jonnyb if you can add anything to the documentation that would be great (i'll carry on fixing bugs ;) [13:00] luciash polom [13:03] jonnyb moloq luciash [13:19] Tiki|bot joined #tikiwiki [13:24] jonnyb is tiki-admin_modules.php broekn in 12.x for anyone else? or just a local thing for me? [13:41] luciash jonnyb: lemme check my local up-to-date copy [13:42] jonnyb i'm getting my app menu ending up in the topbar if i drag & drop then save (say a trivial change in the right col) - well weird... [13:45] luciash right col ? lemme try [13:46] luciash jonnyb: works for me (dragged from left col to right col and saved) [13:46] jonnyb aha, think i've got it - i have some category plugins inside my topbar menu (testing for a certain client of ours ;) ) and they're messing things up [13:46] jonnyb can fix... [13:48] luciash :) [13:52] Tiki-KGB 03jonnybradley r51323 10trunk/lib/modules/tiki-admin_modules.js * [FIX] modules: Ignore modules nested in other modules when saving layout [13:52] luciash ah u mean those fluffies ?! ;-) [13:54] Tiki-KGB 03jonnybradley r51324 10branches/ 1012.x/lib/modules/tiki-admin_modules.js 1012.x [13:54] Tiki-KGB [bp/r51323][FIX] modules: Ignore modules nested in other modules when saving layout [13:55] jonnyb :) [13:55] jonnyb fluffies within fluffies... dangerous! [13:55] jonnyb ok, off to get some air/sun/food - bbl [14:01] ricks99 joined #tikiwiki [14:29] Tiki|bot New Forum Posts: Beta character - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52211 [14:39] Tiki|bot Recent Bug: - An option to display comments with PluginArticles - http://dev.tiki.org/item5243 [14:49] Jyhem_ joined #tikiwiki [15:00] nelsonko joined #tikiwiki [15:07] jonnyb joined #tikiwiki [15:07] jonnyb left #tikiwiki [15:07] jonnyb joined #tikiwiki [15:07] jonnyb repolom [15:08] luciash wb [15:26] arildb joined #tikiwiki [15:38] Tiki-KGB 03fmg-sf r51325 10trunk/permissioncheck/.htaccess [15:38] Tiki-KGB [FIX] default password protection disabled, it prevents PHP HTTP request for TPC model check [15:40] Tiki-KGB 03fmg-sf r51326 10branches/12.x/permissioncheck/.htaccess [15:40] Tiki-KGB [bp/r51325] [FIX] default password protection disabled, it prevents PHP HTTP request for TPC model check [15:46] diggy joined #tikiwiki [15:47] Tiki-KGB joined #tikiwiki [15:58] Tiki-KGB 03jonnybradley r51327 10trunk/ 10modules/mod-func-menu.php 10templates/modules/mod-menu.tpl 10lib/smarty_tiki/function.menu.php [15:58] Tiki-KGB [ENH] menus: Make bootstrap menu modules configurable, adding bootstrap and navbar_toggle params [16:00] Tiki-KGB 03jonnybradley r51328 10trunk/ 10lib/modules/tiki-admin_modules.js 10templates/tiki-admin_modules.tpl [16:00] Tiki-KGB [FIX] modules: Fix save button and remove redundant button param (did nothing anyway) [16:04] chibaguy joined #tikiwiki [16:46] Tiki-KGB 03jonnybradley r51329 10trunk/lib/tikilib.php * [FIX] Update TikiLib::lib phpdoc (phpStorm uses it for code completion etc) [16:56] Tiki-KGB 03jonnybradley r51330 10branches/ 1012.x 1012.x/lib/tikilib.php [16:56] Tiki-KGB [bp/r51329][FIX] Update TikiLib::lib phpdoc (phpStorm uses it for code completion etc) [16:56] Tiki-KGB Not quite a backport, rebuilt as 12.x libs are slightly different but still had several missing [17:40] Tiki-KGB 03arildb r51331 10trunk/tiki-view_blog_post.php * [FIX] Make sure categlib exists [17:42] Tiki-KGB 03arildb r51332 10branches/12.x/tiki-view_blog_post.php * [bp/r51331][FIX] Make sure categlib exists [18:00] Tiki-KGB 03jonnybradley r51333 10trunk/templates/admin/admin_navbar_menu.tpl * [FIX] typo [18:08] Tiki-KGB 03jonnybradley r51334 10trunk/templates/admin/include_payment.tpl * [FIX] bootstrap casualty: missing > on closing tag breaking admin form [18:12] Tiki-KGB 03jonnybradley r51335 10trunk/templates/footer.tpl [18:12] Tiki-KGB [FIX] antibot: Trailing comma not allowed in JS (not sure this JS is really needed here, just looks wrong...) [18:14] Tiki-KGB 03jonnybradley r51336 10trunk/ 10lib/payment/cartlib.php 10templates/admin/include_payment.tpl 10lib/prefs/payment.php * [ENH] cart: Make the payment heading a pref [18:14] Tiki-KGB 03jonnybradley r51337 10trunk/lib/prefslib.php [18:14] Tiki-KGB [FIX] prefs: Use single quotes in onclick attributes as double quotes were getting escaped and showing up as validation errors [18:14] Tiki-KGB 03lphuberdeau r51338 10branches/12.x/lib/core/Search/ContentSource/TrackerItemSource.php * [ENH] Indexing the item creation date [18:34] Tiki-KGB 03jonnybradley r51339 10branches/ 1012.x 1012.x/templates/admin/include_payment.tpl 1012.x/lib/prefs/payment.php 1012.x/lib/payment/cartlib.php * [bp/r51336][ENH] cart: Make the payment heading a pref [18:35] Telesight joined #tikiwiki [18:40] Tiki-KGB 03jonnybradley r51340 10branches/ 1012.x/templates/footer.tpl 1012.x 1012.x/lib/prefslib.php [18:40] Tiki-KGB [bp/r51335][FIX] antibot: Trailing comma not allowed in JS (not sure this JS is really needed here, just looks wrong...) [18:40] Tiki-KGB [bp/r51337][FIX] prefs: Use single quotes in onclick attributes as double quotes were getting escaped and showing up as validation errors [18:52] ricks99 left #tikiwiki [18:54] Tiki-KGB 03nkoth r51341 10trunk/lib/wiki-plugins/wikiplugin_customsearch.php [18:54] Tiki-KGB [FIX] Search should be sorted by search relevance where there is a text search query present (even if there is sort mode set, unless overridden [19:20] Tiki-KGB 03jonnybradley r51342 10branches/12.x/ 10templates/tiki-adminusers.tpl 10tiki-adminusers.php [19:20] Tiki-KGB [FIX] user admin: Restore long lost feature to force a user to re-validate their account via email (thanks Xavi for the clue!) [19:44] Tiki-KGB 03jonnybradley r51343 10trunk/templates/tiki-adminusers.tpl [19:44] Tiki-KGB [FIX] bootstrap casualty: Repair user admin form login input (no such var as $userlogin in adminusers) [19:50] Tiki-KGB 03jonnybradley r51344 10trunk/templates/tiki-adminusers.tpl 10trunk/tiki-adminusers.php 10trunk [19:50] Tiki-KGB [bp/r51342][FIX] user admin: Restore long lost feature to force a user to re-validate their account via email (thanks Xavi for the clue!) [19:57] jonnyb hi nelsonko - how's it going? [19:57] nelsonko hi jonny [19:57] jonnyb i did the changes to mod-menu earlier on, have you had a chance to have a look? [19:57] nelsonko not yet [19:57] nelsonko I [19:58] nelsonko I have conference call from 3 to 5, and then on the road [19:58] jonnyb sometime i'll add some upgrade scripts and a little bit more js to make positioning more automatic, but that main enhancement is now in [19:58] nelsonko how much left is there to go? shall we touch base Monday morning? [19:59] jonnyb i tihnk everything else counts as [FIX]es imho, but Monday would be fine for branching too [19:59] jonnyb (i'm knackered ;) ) [19:59] nelsonko ok, I'll have a look Sunday afternoon (between tonight and Sunday morning, my wife is taking me to a mysterious location for our anniversary) [19:59] jonnyb i've also done the critical fixes for 12.2 (i think) [19:59] jonnyb oooooh! :) [20:00] jonnyb have a nice weekend, see you monday if not before [20:00] nelsonko alright. I do want to add a notications bell module [20:00] jonnyb oh, (sorry) i think the git repo is stuck again, could you kick it if you have time? [20:00] nelsonko oh, ok I will look now [20:00] jonnyb oh yes, that would be good too [20:17] nelsonko git updated again [20:18] jonnyb super, thanks! [20:18] jonnyb was it a new contributor again? [20:29] nelsonko jonnyb: no, unknown reason [20:30] jonnyb hmm, flakey [20:30] jonnyb must say i'm sort of getting into git - so quick to do some stuff like history etc [20:30] jonnyb anyway, many thanks :) [20:38] Tiki-KGB 03lphuberdeau r51345 10trunk/ 10lib/jquery_tiki/tiki-jquery.js 10templates/monitor/notification_link.tpl 10lib/smarty_tiki/function.favorite.php [20:38] Tiki-KGB [ENH] Move the local storage expiry logic from the unread count into the base local storage component, apply expiry to favorites so it refreshes once in a while (multi-browser edge case), include the user in the key names so that it does not conflict between sessions [20:42] nelsonko jonnyb: do you think this is back portable? ^ [20:43] jonnyb do you mean r51345? no idea, not looked at it yet [20:46] nelsonko i'm trying it now, basically the favourite buttons show on or off depending on the stuff stored in the local storage (favoriteList) [20:46] nelsonko and if you switch users th buttons show in the wrong state, because you have some other user's list [20:47] jonnyb i'm not too familiar with local storage - sounds like the work of the devil :) [20:47] nelsonko also, if you use different browsers/devices, they don't look right either [20:47] jonnyb but 12.x has favourites to probably relevant there [20:47] nelsonko I'm sure it's broken on 12 as well [20:48] jonnyb sounds likely [20:52] jonnyb ok, i've had enough friday for this week - more soon later... [21:18] Tiki-KGB 03lphuberdeau r51346 10trunk/lib/rss/pagecontentlib.php [21:18] Tiki-KGB [FIX] Expand relative paths when importing the content, ensure the URL used follows the redirects [21:26] Tiki-KGB 03xavidp r51347 10trunk/ 10templates/tracker/replace.tpl 10lang/ca/language.php 10templates/wizard/upgrade_trackers.tpl [21:26] Tiki-KGB [FIX]Typo in English string, split equivalent match in a longer string to match previous ones (separated), and fix in the only language.php with that string translated [21:28] Tiki-KGB 03xavidp r51348 10branches/12.x/ 10templates/tracker/replace.tpl 10lang/ca/language.php [21:28] Tiki-KGB [bp/r51347][FIX]Typo in English string, split equivalent match in a longer string to match previous ones (separated), and fix in the only language.php with that string translated. Only one tpl fixed in 12.x since the other tpl has been backported yet. [21:40] xavi left #tikiwiki [23:05] nelsonko joined #tikiwiki