[01:57] marclaporte joined #tikiwiki [03:23] goj_killedByISP joined #tikiwiki [04:58] Tiki|bot New Forum Posts: Icon flexibility - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48137 [05:54] fcpd joined #tikiwiki [06:03] fcpd tiki 10.2: I have a message Version 10.4 is still supported. However, a major upgrade to 10.4 is available. When I update it only updates 10.2. Is there something I am doing wrong or missing? Thanx [06:04] fcpd I click the Upgrade database and go unlock it as instructed. [06:56] e joined #tikiwiki [06:57] Guest72770 hey all, I locked my site down for maintence.. when I go to log in it doesn't take me to my site I just get some lines of code about where it's trying to take me [06:58] Guest72770 It's totally inaccessable. any advice? [08:38] Tiki|bot joined #tikiwiki [09:04] TomJarvis joined #tikiwiki [09:05] TomJarvis Guest72770: Log in to phpmyadmin, select your Tiki database, and go to SQL and enter: [09:05] TomJarvis update `tiki_preferences` set `value` = 'n' where `name` = site_closed; [09:06] TomJarvis Oops, that should probably have been: ... where name = 'site_closed'; [10:24] luciash_ joined #tikiwiki [10:35] GillesMMM joined #tikiwiki [10:39] rinnan joined #tikiwiki [10:39] eliasp_ joined #tikiwiki [10:40] SkiNut1 joined #tikiwiki [10:48] eliasp joined #tikiwiki [10:48] Jyhem_laptop_ joined #tikiwiki [11:11] Tiki|bot joined #tikiwiki [11:12] Jyhem_laptop_ joined #tikiwiki [11:13] eliasp joined #tikiwiki [11:13] GillesMMM joined #tikiwiki [11:13] goj joined #tikiwiki [11:13] charlesb joined #tikiwiki [11:13] dcedilotte joined #tikiwiki [11:13] Tiki-KGB joined #tikiwiki [11:13] leagris joined #tikiwiki [11:13] pdxmaux joined #tikiwiki [11:13] brolin_empey joined #tikiwiki [11:13] amette joined #tikiwiki [11:13] Emenems joined #tikiwiki [11:13] MichaelC|Mobile joined #tikiwiki [11:13] DarkCalf joined #tikiwiki [11:13] Ludo- joined #tikiwiki [11:13] refizul joined #tikiwiki [11:13] Caarrie|sleeping joined #tikiwiki [11:13] Jyhem_ joined #tikiwiki [11:13] sipherdee joined #tikiwiki [11:13] changi joined #tikiwiki [11:15] MichaelC1 joined #tikiwiki [11:19] rinnan1 joined #tikiwiki [11:24] luciash joined #tikiwiki [12:49] bubulle joined #tikiwiki [12:49] leagris hello [12:51] leagris When using a subdomain to serve static content like www.example.com with CDN cdn.example.com I get errors not allowed by security setting and icons are replaced by question marks. [12:51] leagris How could I avoid this? I could not find an appropriate security setting or cdn setup to allow this. [12:53] leagris Here is what I get: [12:53] leagris ? [13:00] refizul polom [13:02] refizul leagris: I do not exactly understand. Your Tiki is running, you use it by www.example.com? And cdn.example.com does not point to this Tiki? [13:13] leagris ah yes, I replaced urls for anonymity :) [13:13] leagris well if you don't bother (I don't) http://www.sphere-ville.net/tiki/ [13:14] refizul and you want some content be shipped from another third level domain? [13:15] leagris yes [13:16] leagris I have setup a vhost static.sphere-ville.net serving content without cokkies, no php and strict minimum [13:16] leagris and configured tiki to serve static content from static.sphere-ville.net [13:17] refizul how did you do that configuration in Tiki? [13:18] refizul something in the admin panel? [13:19] leagris admin/performance (preference name tiki_cdn= [13:20] leagris CDN url configured to http://static.sphere-ville.net [13:25] leagris Found this relevant mail exchange in the mailing list http://tikiwiki.1073613.n5.nabble.com/Icons-missing-when-using-own-content-delivery-network-td25736.html [13:26] leagris Though the thread ended up without meaningful foloww-up or solution. [13:27] leagris Using Tiki version 11.x here and this post talnks about version 9.x it is still an issue [13:28] refizul since 9 is LTS it is still an issue there [13:28] refizul I try to produce something [13:30] leagris serving static content from different domains help parallelize HTTP requests and rnd significantly reduce overload while getting ride of php and all cookies. Preformance wise, it is a huge bonus and a very common practice. [13:32] leagris up to 3 different domains name gain you speed on page loading [13:33] leagris more than 3 may waste time with DNS requests and network trafic [13:37] refizul I guess I need to grep through the source code [13:39] refizul message is probably generated by the file: lib/smarty/libs/sysplugins/smarty_security.php [13:41] refizul public function isTrustedUri($uri) [13:43] refizul Check if URI (e.g. {fetch} or {html_image}) is trusted [13:44] refizul The function does what it is supposed to do... [13:44] refizul now the question: how is trusted/untrusted triggered? [13:48] leagris I guess it should whitelist domain form tiki_cdn preference entry as well as string array preference multidomain_config [13:49] leagris Setting perspectives and muti-domain still cause this security error. [13:51] refizul what happens if you use the original third level domain of Tiki as cdn? [13:51] leagris refizul thanks for looking at it. I have to leave for a few hours. Ill look at this room backlog [13:51] refizul ok [13:52] leagris same error with http://www.sphere-ville.net as CDN [13:52] leagris interesting ;D [13:53] refizul this is a hint [13:53] leagris same error with http://sphere-ville.net [13:53] refizul thx [13:53] leagris So he does not like non-relative URL with protocol [13:54] leagris or with hostname [13:54] refizul hm - I tried it here, no error [13:55] refizul and no layout at all, because no CSS [13:56] Tiki-KGB tikiwiki 03jonnybradley r46740 10branches/11.x/styles/ 10(15 files in 7 dirs) [13:56] Tiki-KGB tikiwiki [FIX] icons: Rename theme image dirs - missed out from the Image Directory Revamp for Tiki 9 (oops) [13:59] leagris Really got to go now sorry [14:00] Tiki-KGB tikiwiki 03jonnybradley r46741 10(16 files in 8 dirs) [14:00] Tiki-KGB tikiwiki [MRG] Automatic merge, branches/11.x 46738 to 46740 [14:32] fabricius joined #tikiwiki [14:36] redflo joined #tikiwiki [15:00] arildb joined #tikiwiki [15:04] Tiki-KGB tikiwiki 03arildb r46742 10branches/11.x/lib/filegals/filegallib.php [15:04] Tiki-KGB tikiwiki dos2unix [15:10] SkiNut joined #tikiwiki [15:35] SkiNut joined #tikiwiki [15:40] SkiNut joined #tikiwiki [15:50] Tiki-KGB tikiwiki 03arildb r46743 10branches/11.x/lib/smarty_tiki/function.popup.php [15:50] Tiki-KGB tikiwiki [FIX] PHP notice. Always initialize variable [16:03] fabricius joined #tikiwiki [17:00] Tiki-KGB tikiwiki 03arildb r46744 10branches/11.x/lib/tikilib.php [17:00] Tiki-KGB tikiwiki [FIX] Remove unused code. Thanks jonnyb [17:04] Tiki-KGB tikiwiki 03lindonb r46745 10trunk/ 10(7 files in 6 dirs) [17:04] Tiki-KGB tikiwiki [ENH] tablesorter: add auto row groupings when sorting and other cleanup [18:03] Tiki|bot New Forum Posts: Diff in paragraphs between wysiwyg / wiki editors - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48142 [18:31] kadjffjkj joined #tikiwiki [18:31] kadjffjkj hi [18:32] kadjffjkj anyone here? [18:56] leagris refizul I am back for a bit :) [19:06] leagris mm look like the version of smarty shiped with tiki 11 is outdated 3.0 and the trusted_uri feature wass fixed back in smarty 3.17 in 2011 [19:07] leagris I wil ltry updating smarty if it ifx the issue with CDN [19:20] Telesight joined #tikiwiki [19:45] leagris ok found out the issue not related to smarty version [19:45] leagris it was smarty_security enabled [19:46] leagris so, note if you intend to use a CDN, disable smarty_security because CDN and multi-domain URI are not passed to the marty_security object [19:48] leagris http://www.smarty.net/docs/en/advanced.features.tpl [20:08] Reedo joined #tikiwiki [20:09] Reedo hello [20:09] Telesight joined #tikiwiki [20:10] Reedo Is there anyone who can give me a hand with a problem on my tiki? I have a feeling its something really simple but I cant find it. [20:11] Reedo left #tikiwiki [20:35] refizul leagris: Smarty Security in tiki-admin.php?page=security ? [20:39] Telesight joined #tikiwiki [21:04] Telesight1 joined #tikiwiki [21:22] Telesight joined #tikiwiki [21:25] leagris refizul yes [21:36] SkiNut joined #tikiwiki [21:36] TomJarvis joined #tikiwiki [21:37] TomJarvis Telesight: What is the problem? [21:47] TomJarvis quit quit-message:Bye. [21:47] Telesight TomJarvis: Sorry installing a new router ;-) [21:48] Telesight I will quit the irc untill everything is stable [21:48] Telesight left #tikiwiki [21:58] Tiki-KGB tikiwiki 03arildb r46746 10branches/experimental/ckeditor4/styles/layout/design.css [21:58] Tiki-KGB tikiwiki [ENH] Mark the page-data outline as being in inline-edit mode [22:00] Tiki-KGB tikiwiki 03arildb r46747 03branches/experimental/ckeditor4/tiki-inline_edit.php [22:00] Tiki-KGB tikiwiki [ADD] missing file [22:00] Tiki-KGB tikiwiki 03arildb r46748 10branches/experimental/ckeditor4/styles/layout/design.css [22:00] Tiki-KGB tikiwiki dos2unix [22:00] refizul leagris: strange, it's on here and I don't see errors within a 9.5 [22:02] leagris wierd indeed [22:02] leagris I browsed sources and could not find where tiki initialize trusted_uri within the smarty_security class [22:04] leagris I can see tiki uses its own wrapper where secure_dir is initialized. But nowhere do it initialize trusted_uri [22:05] leagris lib/init/smarty.php" line 459 [22:06] leagris According to smarty documentation here: http://www.smarty.net/docs/en/advanced.features.tpl [22:07] leagris $trusted_uri is an array of regular expressions matching URIs that are considered trusted. This security directive used by {fetch} and {html_image}. [22:08] leagris My guess is, tiki should build/initialize $trusted_uri with regex matching preference(tiki_cdn) [22:10] leagris refizul did your clear all cached templates renderings? [22:16] Telesight joined #tikiwiki [22:20] refizul leagris: it is a quite new installation, Smarty Security was active per default, I switched to CDN with some of my domains, and it didn't cause error [22:21] refizul the domain was never used as trusted or something in that Tiki installation. IP is a complete different Server [22:23] refizul thus there is a chance to cause an "untrusted" error, but this didn't happen [22:23] refizul I've got no idea what piece of information triggers "untrusted" [22:35] arildb joined #tikiwiki [23:34] dhazel joined #tikiwiki