←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
marclaportejoined #tikiwiki [01:57]
.................. (idle for 1h26mn)
goj_killedByISPjoined #tikiwiki [03:23]
.................... (idle for 1h35mn)
Tiki|botNew Forum Posts: Icon flexibility - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48137 [04:58]
............ (idle for 56mn)
fcpdjoined #tikiwiki [05:54]
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
I click the Upgrade database and go unlock it as instructed.
[06:03]
........... (idle for 52mn)
ejoined #tikiwiki [06:56]
Guest72770hey 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
It's totally inaccessable. any advice?
[06:57]
..................... (idle for 1h40mn)
Tiki|botjoined #tikiwiki [08:38]
...... (idle for 26mn)
TomJarvisjoined #tikiwiki
Guest72770: Log in to phpmyadmin, select your Tiki database, and go to SQL and enter:
update `tiki_preferences` set `value` = 'n' where `name` = site_closed;
Oops, that should probably have been: ... where name = 'site_closed';
[09:04]
................ (idle for 1h18mn)
luciash_joined #tikiwiki [10:24]
GillesMMMjoined #tikiwiki [10:35]
rinnanjoined #tikiwiki [10:39]
eliasp_joined #tikiwiki [10:39]
SkiNut1joined #tikiwiki [10:40]
eliaspjoined #tikiwiki [10:48]
Jyhem_laptop_joined #tikiwiki [10:48]
..... (idle for 23mn)
Tiki|botjoined #tikiwiki [11:11]
Jyhem_laptop_joined #tikiwiki [11:12]
eliaspjoined #tikiwiki [11:13]
GillesMMMjoined #tikiwiki [11:13]
gojjoined #tikiwiki [11:13]
charlesbjoined #tikiwiki [11:13]
dcedilottejoined #tikiwiki [11:13]
Tiki-KGBjoined #tikiwiki [11:13]
leagrisjoined #tikiwiki [11:13]
pdxmauxjoined #tikiwiki [11:13]
brolin_empeyjoined #tikiwiki [11:13]
amettejoined #tikiwiki [11:13]
Emenemsjoined #tikiwiki [11:13]
MichaelC|Mobilejoined #tikiwiki [11:13]
DarkCalfjoined #tikiwiki [11:13]
Ludo-joined #tikiwiki [11:13]
refizuljoined #tikiwiki [11:13]
Caarrie|sleepingjoined #tikiwiki [11:13]
Jyhem_joined #tikiwiki [11:13]
sipherdeejoined #tikiwiki [11:13]
changijoined #tikiwiki [11:13]
MichaelC1joined #tikiwiki [11:15]
rinnan1joined #tikiwiki [11:19]
luciashjoined #tikiwiki [11:24]
.................. (idle for 1h25mn)
bubullejoined #tikiwiki [12:49]
leagrishello
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.
How could I avoid this? I could not find an appropriate security setting or cdn setup to allow this.
Here is what I get:
<span class="icon error" title="Erreur : URI 'http://static.example.com/tiki/img/icons/house.png' not allowed by security setting">?</span>
[12:49]
refizulpolom
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:00]
leagrisah yes, I replaced urls for anonymity :)
well if you don't bother (I don't) http://www.sphere-ville.net/tiki/
[13:13]
refizuland you want some content be shipped from another third level domain? [13:14]
leagrisyes
I have setup a vhost static.sphere-ville.net serving content without cokkies, no php and strict minimum
and configured tiki to serve static content from static.sphere-ville.net
[13:15]
refizulhow did you do that configuration in Tiki?
something in the admin panel?
[13:17]
leagrisadmin/performance (preference name tiki_cdn=
CDN url configured to http://static.sphere-ville.net
[13:19]
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
Though the thread ended up without meaningful foloww-up or solution.
Using Tiki version 11.x here and this post talnks about version 9.x it is still an issue
[13:25]
refizulsince 9 is LTS it is still an issue there
I try to produce something
[13:28]
leagrisserving 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.
up to 3 different domains name gain you speed on page loading
more than 3 may waste time with DNS requests and network trafic
[13:30]
refizulI guess I need to grep through the source code
message is probably generated by the file: lib/smarty/libs/sysplugins/smarty_security.php
public function isTrustedUri($uri)
Check if URI (e.g. {fetch} or {html_image}) is trusted
The function does what it is supposed to do...
now the question: how is trusted/untrusted triggered?
[13:37]
leagrisI guess it should whitelist domain form tiki_cdn preference entry as well as string array preference multidomain_config
Setting perspectives and muti-domain still cause this security error.
[13:48]
refizulwhat happens if you use the original third level domain of Tiki as cdn? [13:51]
leagrisrefizul thanks for looking at it. I have to leave for a few hours. Ill look at this room backlog [13:51]
refizulok [13:51]
leagrissame error with http://www.sphere-ville.net as CDN
interesting ;D
[13:52]
refizulthis is a hint [13:53]
leagrissame error with http://sphere-ville.net [13:53]
refizulthx [13:53]
leagrisSo he does not like non-relative URL with protocol
or with hostname
[13:53]
refizulhm - I tried it here, no error
and no layout at all, because no CSS
[13:54]
Tiki-KGBtikiwiki 03jonnybradley r46740 10branches/11.x/styles/ 10(15 files in 7 dirs)
tikiwiki [FIX] icons: Rename theme image dirs - missed out from the Image Directory Revamp for Tiki 9 (oops)
[13:56]
leagrisReally got to go now sorry [13:59]
Tiki-KGBtikiwiki 03jonnybradley r46741 10(16 files in 8 dirs)
tikiwiki [MRG] Automatic merge, branches/11.x 46738 to 46740
[14:00]
....... (idle for 32mn)
fabriciusjoined #tikiwiki [14:32]
redflojoined #tikiwiki [14:36]
..... (idle for 24mn)
arildbjoined #tikiwiki [15:00]
Tiki-KGBtikiwiki 03arildb r46742 10branches/11.x/lib/filegals/filegallib.php
tikiwiki dos2unix
[15:04]
SkiNutjoined #tikiwiki [15:10]
...... (idle for 25mn)
joined #tikiwiki [15:35]
joined #tikiwiki [15:40]
Tiki-KGBtikiwiki 03arildb r46743 10branches/11.x/lib/smarty_tiki/function.popup.php
tikiwiki [FIX] PHP notice. Always initialize variable
[15:50]
fabriciusjoined #tikiwiki [16:03]
............ (idle for 57mn)
Tiki-KGBtikiwiki 03arildb r46744 10branches/11.x/lib/tikilib.php
tikiwiki [FIX] Remove unused code. Thanks jonnyb
tikiwiki 03lindonb r46745 10trunk/ 10(7 files in 6 dirs)
tikiwiki [ENH] tablesorter: add auto row groupings when sorting and other cleanup
[17:00]
............ (idle for 59mn)
Tiki|botNew Forum Posts: Diff in paragraphs between wysiwyg / wiki editors - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48142 [18:03]
...... (idle for 28mn)
kadjffjkjjoined #tikiwiki
hi
anyone here?
[18:31]
..... (idle for 24mn)
leagrisrefizul I am back for a bit :) [18:56]
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
I wil ltry updating smarty if it ifx the issue with CDN
[19:06]
Telesightjoined #tikiwiki [19:20]
...... (idle for 25mn)
leagrisok found out the issue not related to smarty version
it was smarty_security enabled
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
http://www.smarty.net/docs/en/advanced.features.tpl
[19:45]
..... (idle for 20mn)
Reedojoined #tikiwiki
hello
[20:08]
Telesightjoined #tikiwiki [20:09]
ReedoIs 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.
left #tikiwiki
[20:10]
..... (idle for 24mn)
refizulleagris: Smarty Security in tiki-admin.php?page=security ? [20:35]
Telesightjoined #tikiwiki [20:39]
...... (idle for 25mn)
Telesight1joined #tikiwiki [21:04]
.... (idle for 18mn)
Telesightjoined #tikiwiki [21:22]
leagrisrefizul yes [21:25]
SkiNutjoined #tikiwiki [21:36]
TomJarvisjoined #tikiwiki
Telesight: What is the problem?
[21:36]
quit quit-message:Bye. [21:47]
TelesightTomJarvis: Sorry installing a new router ;-)
I will quit the irc untill everything is stable
left #tikiwiki
[21:47]
Tiki-KGBtikiwiki 03arildb r46746 10branches/experimental/ckeditor4/styles/layout/design.css
tikiwiki [ENH] Mark the page-data outline as being in inline-edit mode
tikiwiki 03arildb r46747 03branches/experimental/ckeditor4/tiki-inline_edit.php
tikiwiki [ADD] missing file
tikiwiki 03arildb r46748 10branches/experimental/ckeditor4/styles/layout/design.css
tikiwiki dos2unix
[21:58]
refizulleagris: strange, it's on here and I don't see errors within a 9.5 [22:00]
leagriswierd indeed
I browsed sources and could not find where tiki initialize trusted_uri within the smarty_security class
I can see tiki uses its own wrapper where secure_dir is initialized. But nowhere do it initialize trusted_uri
lib/init/smarty.php" line 459
According to smarty documentation here: http://www.smarty.net/docs/en/advanced.features.tpl
$trusted_uri is an array of regular expressions matching URIs that are considered trusted. This security directive used by {fetch} and {html_image}.
My guess is, tiki should build/initialize $trusted_uri with regex matching preference(tiki_cdn)
refizul did your clear all cached templates renderings?
[22:02]
Telesightjoined #tikiwiki [22:16]
refizulleagris: 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
the domain was never used as trusted or something in that Tiki installation. IP is a complete different Server
thus there is a chance to cause an "untrusted" error, but this didn't happen
I've got no idea what piece of information triggers "untrusted"
[22:20]
arildbjoined #tikiwiki [22:35]
............ (idle for 59mn)
dhazeljoined #tikiwiki [23:34]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)