[00:34] Tiki-KGB 03rjsmelo r63098 10trim/scripts/tiki/backup_database.php [00:34] Tiki-KGB [ENH] Ensure Mysql Backups are consistents, by using lock tables (MyISAM) or single transactions (InnoDB) [00:38] Tiki-KGB 03rjsmelo r63099 10trunk/lib/core/Tiki/Command/BackupDBCommand.php [00:38] Tiki-KGB [ENH] Ensure Mysql Backups are consistents, by using lock tables (MyISAM) or single transactions (InnoDB) [01:49] amette_ left #tikiwiki [02:46] Tiki-KGB 03marclaporte r63100 10branches/17.x/lib/prefs/feature.php [02:46] Tiki-KGB Changing the default to off for the Smart em-dash and ellipsis preference because it can produce unintended results for sofwtare-related websites. [09:34] fabricius joined #tikiwiki [10:15] RadoS joined #tikiwiki [10:22] jonnyb joined #tikiwiki [11:02] amette_ joined #tikiwiki [11:09] redflo joined #tikiwiki [11:40] fabricius joined #tikiwiki [11:50] jonnyb joined #tikiwiki [13:04] jonnyb joined #tikiwiki [13:06] amette_ left #tikiwiki [13:06] amette_ joined #tikiwiki [13:18] SortedOut joined #tikiwiki [13:18] SortedOut Good Morning everyone [13:19] arildb joined #tikiwiki [13:38] chibaguy joined #tikiwiki [13:38] chibaguy polom [13:40] jonnyb pompom chibaguy [13:40] chibaguy hi jonnyb [13:42] Tiki-KGB 03jonnybradley r63101 10branches/17.x/templates/admin/include_intertiki.tpl * [FIX] intertiki: Doubled up intertiki_logfile pref [13:44] jonnyb chibaguy: did you get your local 17.x fixed? [13:45] chibaguy Uh, the wiki pages still don't display. [13:47] amette_ polom [13:48] chibaguy Maybe I need to do a fresh check-out. I have no idea why only wiki pages won't display. [13:50] jonnyb any errors in the logs? [13:52] chibaguy nop [13:52] chibaguy nope [13:53] jonnyb but you get an error 500? [13:55] chibaguy Oh, wait, I do have an error, sorry: [13:56] chibaguy [Wed Jun 28 20:45:31.095639 2017] [:error] [pid 6524:tid 1280] [client ::1:57678] PHP Fatal error: Uncaught exception 'Exception' with message 'wlte library not found. This may be due to a typo or caused by a recent update.' in C:\\BitNami\\wamp56\\apache2\\htdocs\\Tiki\\branches\\branch17\\lib\\tikilib.php:80\nStack trace:\n#0 C:\\BitNami\\wamp56\\apache2\\htdocs\\Tiki\\branches\\branch17\\lib\\core\\Tiki\\Event\\Lib.php(26): [13:56] chibaguy TikiLib::lib('wlte')\n#1 [internal function]: Tiki_Event_Lib->__invoke(Array, 'tiki.wiki.view', 0)\n#2 C:\\BitNami\\wamp56\\apache2\\htdocs\\Tiki\\branches\\branch17\\lib\\core\\Tiki\\Event\\Manager.php(83): call_user_func(Object(Tiki_Event_Lib), Array, 'tiki.wiki.view', 0)\n#3 C:\\BitNami\\wamp56\\apache2\\htdocs\\Tiki\\branches\\branch17\\lib\\core\\Tiki\\Event\\Manager.php(66): Tiki_Event_Manager->internalTrigger('tiki.wiki.view' [13:56] chibaguy , Array, 0, 'tiki.wiki.view')\n#4 C:\\BitNami\\wamp56\\apache2\\htdocs\\Tiki\\branches\\branch17\\tiki-index.php(657): Tiki_Event_Manager->trigger('tiki.wiki.view', Array)\n#5 C:\\BitNami\\wamp56\\apache2\\htdocs\\Tiki\\branches\\branch17\\route.php(259): include('C:\\\\BitNami\\\\wamp...')\n#6 {main}\n thrown in C:\\BitNami\\wamp56\\apache2\\htdocs\\Tiki\\branches\\branch17\\lib\\tikilib.php on line 80 [13:59] Tiki|bot Recent Bug: - http://dev.tiki.org/item6378 [14:51] montefuscolo joined #tikiwiki [14:52] montefuscolo luciash, did you tmetric.com [14:52] montefuscolo ?? [14:53] SortedOut joined #tikiwiki [14:58] SortedOut Hello Everyone! [14:58] SortedOut Is anyone active atm? [15:00] SortedOut How feasible is it to use PluginJS in Tiki to use Resumable.js (http://www.resumablejs.com/) to chunk files to exceed the 2GB file limit inherent in Apache/PHP? [15:24] chibaguy Hi SortedOut. Sorry, I have no idea about that. Hopefully somebody else will know. [15:30] Tiki-KGB 03kroky6 r63102 10branches/17.x/templates/search/list/table.tpl [15:30] Tiki-KGB [FIX] ListExecute plugin table output fix column count when using tstotals option [15:30] Tiki-KGB 03kroky6 r63103 10branches/ 1016.x/templates/search/list/table.tpl 1016.x/templates 1016.x [15:30] Tiki-KGB [bp/63102] [FIX] ListExecute plugin table output fix column count when using tstotals option [15:31] SortedOut Does anyone know how to fix the "Internal Server Error" that occurs when I try to upload files? [15:31] SortedOut The files are successfully uploaded, but I always get the error [15:32] Tiki-KGB 03kroky6 r63104 10branches/ 1015.x 1015.x/templates/search/list/table.tpl 1015.x/templates [15:32] Tiki-KGB [bp/63102] [FIX] ListExecute plugin table output fix column count when using tstotals option [15:32] SortedOut RHEL 7.2, Apache v2.4, Tiki 15.4, I'm tried to set permissions using: " chown apache:apache " [15:33] SortedOut I've followed a few guides, but the error still persists... [15:33] jonnyb hi SortedOut [15:33] SortedOut Good morning jonnyb [15:34] Tiki-KGB 03kroky6 r63105 10trunk/templates/admin/include_intertiki.tpl 10trunk/lib/prefs/feature.php 10trunk/templates/search/list/table.tpl 10trunk * [MRG] Automatic merge, branches/17.x 63094 to 63102 [15:34] jonnyb anything in your apache error_log about the internal error? [15:35] SortedOut I recall reading it yesterday, I'll try to get the error code again [15:36] jonnyb re resumablejs.com you can ad the javascript files but it looks like you would need some new php to reassemble the chunks and add them to the file gallery - not trivial [15:36] jonnyb you might get that to work using teh "batch upload" feature [15:37] jonnyb https://doc.tiki.org/Batch+Upload [15:37] jonnyb but if php can't handle files that big you're probably stuck i'm afraid (tiki uses php for all the back end stuff) [15:39] SortedOut Ah, the batch upload option is interesting, however it is FTP/SFTP/SSH dependent. I was hoping to keep the server entirely HTTPS dependent, but thank you for letting me know [15:40] Tiki-KGB 03chealer r63106 10trim/scripts/tiki/backup_database.php * [REF] Fix comment [15:40] SortedOut Reassembling the chunks using php on the server side sounds challenging, if I find anything useful and/or solve the problem, I'll post it to the forums [15:42] Tiki-KGB 03chealer r63107 10trunk/lib/core/Tiki/Command/BackupDBCommand.php * [REF] execute(): Fix comment [15:44] SortedOut I get the AH00558 httpd: Could not reliably determine the server's fully qualified domain name, using . Set the 'ServerName' directive globally to suppress this message [15:45] SortedOut Also, I've often gotten the error: [15:46] SortedOut "Click here to rebuild index", if I click on the link, it reloads the page, but it fails to load successfully. I've tried fixing it, I rebuilt my MariaDB, as well as did a fresh reinstall of Tiki 15.4, but not sure where this is coming from. [15:46] SortedOut However, if I simply refresh the page, the error goes away... [16:05] amette_ left #tikiwiki [16:05] amette_ joined #tikiwiki [16:22] Tiki-KGB 03chealer r63108 10branches/17.x/ 10(7 files in 7 dirs) [16:22] Tiki-KGB CODE plugin: improve definition of wrap parameter [16:22] Tiki-KGB Rename from "Word Wrap" to "Line Wrapping" (IMO clearer) [16:22] Tiki-KGB Clarify description [16:22] Tiki-KGB Fix French translation [16:35] fabricius joined #tikiwiki [16:40] Tiki-KGB 03chealer r63109 10trunk/lib/wiki-plugins/wikiplugin_code.php [16:40] Tiki-KGB wrap: [16:40] Tiki-KGB Clarify [16:40] Tiki-KGB Remove pre-standardization pre-wrap vendor prefixes (Mozilla, Opera) and "-pre-wrap", presumably another [16:40] Tiki-KGB Use proposed standard overflow-wrap for break-word [16:50] luis_asa joined #tikiwiki [16:51] luis_asa polom [16:51] jonnyb polom luis_asa [16:51] fabricius joined #tikiwiki [16:52] luis_asa Just installed tikiwiki using TRIM. after first login, got a "index needs rebuilding". does anyone know what's that? [17:01] luis_asa1 joined #tikiwiki [17:04] robertokir joined #tikiwiki [17:05] robertokir left #tikiwiki [17:05] robertokir joined #tikiwiki [17:06] amette_ luis_asa1 : I think it is the search index. Have a look in Admin -> Search. [17:06] amette_ or if you have a console, you can use console.php to rebuild it [17:06] luis_asa Tks! [17:06] amette_ yw [17:09] luis_asa getting familiar with tiki 8 years later. profiles was a huge experience improvement! [17:12] olinuxx joined #tikiwiki [17:12] olinuxx joined #tikiwiki [17:59] olinuxx joined #tikiwiki [17:59] olinuxx joined #tikiwiki [18:27] torsten1 joined #tikiwiki [18:49] Telesight joined #tikiwiki [19:11] robertokir joined #tikiwiki [19:13] robertokir left #tikiwiki [19:38] SortedOut Hello everyone [19:39] SortedOut I wanted to note that there are two broken links when it comes to the LDAP - Active Directory set-up [19:49] robertokir joined #tikiwiki [20:01] robertokir Polom! I'm working on this task: "Redirect (or page alias) on Deleted or Renamed Wiki Pages"; I created a checkbox in the rename-page page that indicates that the user wants a redirect from the old name to the new name to be created. [20:01] robertokir So in tiki-rename_page.php 1st calls $wikilib->wiki_rename_page($page, $newName); Then I test if I get a true (rename ok) and, if so, I try to create a New Page that will use PluginRedirect, and name it the Old Name of the renamed page. At that point I get: -- tikilib.create_page: ** Page $name already exists. Exiting... [20:01] robertokir But that doesn't make sense to me since the rename operation at that point is supposed to have already happened and thus the Old Name should be free for use again. Anyone has a hint? Thanks? [20:17] jonnyb ho robertokir [20:18] jonnyb i wouldn't use stub pages with redirects in, we're currently trying to clean out a load of those in tiki.org and they generally casue problems [20:20] jonnyb i would use the semantic alias feature, which you could probably do by adding the syntax to the bottom of the renamed page, in a tiki comment, like ~tc~(alias(Old Name))~/tc~ and updating the page should take care of the alias creation (if the pref dependencies are ok) [20:20] jonnyb sorry, got to go now, sounds like fun - more tomorrow! :) [20:21] kotten_ joined #tikiwiki [20:23] luis_asa well, this redirect plugin is the suggested implementation in https://dev.tiki.org/item1185 [21:06] fabricius joined #tikiwiki [22:21] amette_ left #tikiwiki [22:21] amette_ joined #tikiwiki [22:28] fabricius joined #tikiwiki [22:36] Telesight joined #tikiwiki [22:45] robertokir joined #tikiwiki [22:46] robertokir left #tikiwiki [22:48] robertokir joined #tikiwiki [22:49] robertokir left #tikiwiki [23:48] amette_ left #tikiwiki [23:48] amette_ joined #tikiwiki