***: srishti has left
redflo has left
srishti has joined #tikiwiki
ricks99 has joined #tikiwiki
MartinCleaver has quit IRC (Quit: MartinCleaver)
Cain has quit IRC (Ping timeout: 268 seconds)
timotiCK has joined #tikiwiki
timotiCK has left
kiilo1 has quit IRC (Quit: Leaving.)
kiilo has quit IRC (Quit: Leaving.)
conner_bw has joined #tikiwiki
franck has quit IRC (Ping timeout: 248 seconds)
conner_bw has quit IRC (Quit: conner_bw)
ricks99_ has joined #tikiwiki
ricks99_ has quit IRC (Client Quit)
ricks99 has quit IRC (Ping timeout: 240 seconds)
Caarrie is now known as Caarrie|sleeping
lindon_ has joined #tikiwiki
CIA-59: tikiwiki: 03chibaguy * r26747 10/branches/5.x/css/ie6.css: [FIX] Improvements for IE6.
tikiwiki: 03chibaguy * r26748 10/branches/5.x/styles/ (fivealive/ie6.css jqui.css): [FIX] Improvements for IE6; correct border radius for Opera 10 (CSS3 syntax).
***: srishti has left
Cain has joined #tikiwiki
Cain has quit IRC (Changing host)
Cain has joined #tikiwiki
Cain has quit IRC (Ping timeout: 240 seconds)
Cain has joined #tikiwiki
Cain has quit IRC (Ping timeout: 268 seconds)
Cain` has joined #tikiwiki
Cain` has quit IRC (Ping timeout: 276 seconds)
Cain has joined #tikiwiki
Cain has quit IRC (Changing host)
Cain has joined #tikiwiki
Cain has quit IRC (Ping timeout: 260 seconds)
Cain has joined #tikiwiki
Cain has quit IRC (Changing host)
Cain has joined #tikiwiki
Cain has quit IRC (Ping timeout: 268 seconds)
bitmonki: Congratulations! You folks have made it nearly impossible for web masters to allow access to files on the local disk via your CMS.
Too bad. Because I'd acutally like to do that, instead of 'uploading' several gigabytes of data, and having the file names on disk become gibberish, meaningful only to one row in a mysql database.
I guess I'll write a little custom code, but what a PITA.
***: FrankP_german has joined #tikiwiki
bitmonki: See, the files I'd like to share - databases of insider trading data - already exist on disk. 6 years of them, by year and quarter. Why should I 'upload' them, since they are already on the same server?
But, using TikiWIki, how do I make the available, hmmm? File Gallery is out.
(for the reasons stated above)
*sigh* Spent my _entire_ weekend installing, learning, configuring TikiWiki. I could have hacked together an HTML list - just like I'm about to anyway - and had it in CMSMS page in about 10 minutes, done something else for two days. Sheesh.
I had *so* wanted these things in a File Gallery. Well. XHTML and some JavaScript to the rescue.
BTW, Plugin LSDIR seems pretty badly broken. I'm using v5 beta 1.
"Failed to find end of plugin body."
Heh. No matter what I specify as a parameter, it insists on listing the web server main directory. Hello, black hats!
***: redflo has joined #tikiwiki
Cain has joined #tikiwiki
bitmonki: ANybody know how to prevent the name of a Wiki page from being displayed?
***: kiilo has joined #tikiwiki
luciash: bitmonki: you can change that on Admin → Wiki
***: goj has quit IRC (Ping timeout: 248 seconds)
MartinCleaver has joined #tikiwiki
Cain` has joined #tikiwiki
Cain has quit IRC (Ping timeout: 246 seconds)
Cain` is now known as Cain
Caarrie|sleeping is now known as Caarrie|away
bitmonki: luciash: Thx! :)
***: MartinCleaver has quit IRC (Quit: MartinCleaver)
bitmonki: I think I can do what I want with FIle Gallery using a little database hackery. But it'll have to wait for a bit.
And the Admin->Wiki did the trick, woot!
***: MartinCleaver has joined #tikiwiki
timotiCK has joined #tikiwiki
timotiCK has quit IRC (Client Quit)
pkdille has quit IRC (Ping timeout: 240 seconds)
FrankP_german has quit IRC (Ping timeout: 265 seconds)
kiilo has quit IRC (Quit: Leaving.)
goj has joined #tikiwiki
FrankP_german has joined #tikiwiki
FrankP_german has quit IRC (Client Quit)
goj has quit IRC (Ping timeout: 248 seconds)
mlaporte has joined #tikiwiki
conner_bw has joined #tikiwiki
Tikiwiki|bot: New Forum Posts: Email Friends feature - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37010
***: mlaporte has quit IRC (Quit: Page closed)
conner_bw has quit IRC (Quit: conner_bw)
Tikiwiki|bot: New Forum Posts: Revenue model - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37012
***: _awaylikegnu has quit IRC (Quit: leaving)
Tikiwiki|bot: New Forum Posts: How to ease wiki interlinking? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37013
***: conner_bw has joined #tikiwiki
Caarrie|away has quit IRC (Read error: Connection reset by peer)
conner_bw has quit IRC (Quit: conner_bw)
frojasg has joined #tikiwiki
frojasg: hey guys
i'm currently using tikiwiki 4.2 and i'm having some logins problems. when try to login the site throw the follow error "You must enable cookies to use this site" However after of 3 attemps it works.
obviously the cookies are enabled
Has anyone had the same problem?
no?
all my problems is because of this peace of code
if (ini_get('session.use_cookies') == 1 && !isset($_COOKIE[ session_name() ]) && $prefs['session_silent'] != 'y') {
$smarty->assign('msg', tra('You have to enable cookies to be able to login to this site'));
$smarty->display('error.tpl');
exit;
}
ini_get('session.use_cookies') == 1 <--- is a server question, why the error is throw to the user
what is $prefs['session_silent'] != 'y' ?
chealer: polom
***: goj has joined #tikiwiki
frojasg: ¿?
chealer: frojasg: it's "Silent session" in Admin Performance
frojasg: and what have to do with the cookies?
seems that is the condition that causes problems
***: FrankP_german has joined #tikiwiki
kiilo has joined #tikiwiki
chealer: frojasg: the session identifier is usually stored in cookies
***: Caarrie|away has joined #tikiwiki
chealer: frojasg: the error is thrown to the user because he's the one accessing the site and experiencing the problem
frojasg: ok, but i don't understand, what's "Silent session"
o where/what my problem really could be ?
chealer: frojasg: the description is "Do not automatically start sessions."
frojasg: which site are you trying to log in to?
frojasg: chealer: http://ing.utalca.cl/~foro-icpc/wiki
chealer: frojasg: what is your relation to that site?
frojasg: siteadmin
chealer: frojasg: are you the admin of the machine hosting the site?
***: daniam has joined #tikiwiki
frojasg: yes
chealer: frojasg: which OS does the machine use?
frojasg: debian
chealer: frojasg: and you get this problem whatever browser you use?
frojasg: yes, with firefox after 3 attemps it work, but with epiphany (use webkit) doesn't work never
chealer: frojasg: but it's not working perfectly with firefox?
frojasg: yes
chealer: frojasg: it always works after 3 attempts? how well do you know PHP?
frojasg: not alway,
emmm, not so well, but i'm a quick learning :p
***: MartinCleaver has quit IRC (Quit: MartinCleaver)
chealer: frojasg: could you provide a test user so we can test?
frojasg: yes
***: Gergely has joined #tikiwiki
chealer: frojasg: I got the error once but I can't seem to get it again with Iceweasel
frojasg: "~foro-icpc" *might* be the problem due to encoding of the tilde
frojasg: i thought in the same
well, we'll see when i buy the domain
chealer: thanks for your help
***: timotiCK has joined #tikiwiki
timotiCK has left
Gergely: Hi, how do you refer to the status/comments/attachments in pretty tracker templates?
***: Gergely has quit IRC (Quit: Page closed)
frojasg has quit IRC (Ping timeout: 240 seconds)
frojasg has joined #tikiwiki
redflo has left
FrankP_german has quit IRC (Quit: Nettalk6 - www.ntalk.de)
frojasg has left
Caarrie|away is now known as Caarrie