good morning tikiverse good night coaboa ;-) moin Carsten moinmoin Jörn tssk tssk ? chealer tssk - moin stands for good morning in northern germany coaboa: no kidding. OK then, but we have polom in here polom redflo coaboa: Did you try Ubuntu 11.04 in VMWare yet? It complains about unity with me but seems fine otherwise yes. unity doesn't work but dist-upgrade runs smooth. unity requies compiz. btw, are you at TikiFestStrasbourg? we should have a look for accomodation soon July? there is the rmll as well and its holiday season in france the ladt time I was in strasbourg was in '91, so I'll have to see what changed ;-) s/ladt/last/ polom y'all polom all dmesg oops wrong window :) anyone here running tiki on Windows Server? on my usb stick, yes but not atm as the stick is used to start a linux on a test machine cool - your using the usb stick to test the different server configs? the usb stick has a knoppix linux and a xampp on it and a shared mysql server/webroot so I can have the same webserver on a machine without OS and on a windows pc useful for tiki demo when you did the Windows Server setup, did you have any problems with email on it? nope, I set it using my mailserver as relay host, but I think with the registration stuff it needs localhost I like the idea of using the usb stick for demos as the mail functions there are not using the zend stuff Ah, I was wondering that the "mail test" works fine in general admin but works nowhere else have a look at http://unixmail-w32.sourceforge.net/ there is ssmtp included I use ssmtp under linux to forward to the real mailserver if tiki's using the send_mail (I think that's right) package on PHP, then it should be able to talk to SMTP fine. I prob need to see how it's being used on tiki - maybe I have my php.ini wrong the test email I think uses zend I see zend logged for that well, the problem is that in different features, different mail implementations exist and some of them are really old, so the registration email is one of them and if I remember correctly, it relies on the builtin mail ok, thanks. You've given me something to get going with do you know which file the registration email is implemented in off top of head? if not I'll search sorry, not really my guess would be in userslib that's ok - I'll do some digging thanks for the pointers So who do you end up demo'ing tiki to? customers for example or for courses I'll be back on later - need to get my son to school, then I'm, going to do some digging. Thanks again Joern yw hey lphuberdeau, I'm working on plugin draw and was wondering what do you think about using the body as a possible location for an svg image source? Too much you think? svg looks pretty horrible That is what I was thinking. expecially when it gets comples complex* It is a neat concept, but not at all user friendly. Hey lp, great blog read - http://dev.tiki.org/blog3 hey dudes.. I'm getting a weird error.. I keep being logged of tikiwiki til I use only ajax command there is no problem while when I use internal links it often says I'm not logged in (and it actually logs me out) any hint ? any tiki errors being reported in the log? also this happen only in firefox opera is working fine chromium is not loggin in at all =) I'll take a look at the logs nope empty set ah no.. wait I disabled mysql logs -_-" in admin: general, turn on "show all php/smarty/tiki errors just did it.. let's see no error only notices eldios: what is the error? Just that you get logged out? yes.. and sometime it looks like I cannot login til I reach the 20 attempts and only FF? get the mail.. confirm it and I'm logged in nope in firefox it works 50% times chromium never opera 95% What version of tiki? 6.3 I found a path to reproduce it while logged in as admin I try to add a new user (in firefox) it works correctly til the "are you sure you want to add this user" confirm button then when I press that button it just says "you're not logged in" .. and indeed I'm logged out I'm almost sure that if I do this same operation via opera it works (as I already added another non-admin user.. I suppose via opera at this point) tikiwiki: 03lphuberdeau * r34173 10/branches/7.x/lib/wiki-plugins/wikiplugin_trackeritemfield.php: [FIX] Few filters missing (and slowing down execution of trackeritemfield) eldios, do you have some cookie blocker in firefox? I had a get mail/get in normal login failure due to some messed up https settings but on all browsers Thanks eldios we will look into getting it resolved if it is possible. RobertPlummer, you're welcome.. so what is the error? JoernOtt, no I have not.. anything other than FF default protection anyway which https settings may I double-check? We will investigate and find out. I'm not sure yet. oh.. nice eldios, do you have https login? all the site is in HTTPS no traffic is on plain HTTP ok, then its the same error I had what was your fix? its a misconfiguration one sec yes on tiki-admin.php?page=login Use HTTPS login: Consider we are always in HTTPS but do not check AND Users can choose to stay in SSL mode after an HTTPS login AND Use HTTPS when building user-specific links ok let me try nope that's not fixing it AND if I manually go to tiki-login_scr.php it says "you're logged in as admin.. which user do you want to switch?" °_° and it automagically log me in again oh and the path is /%7Eweek-e/ like www.mydomain.com/~week-e/ which gets translated in %7E I suppose it was realted to that part.. I changed it back in the general tab to ~ let's try it again nope ok.. it worked problem was a bit complex :) or indeed it still is ready? :) hehe tiki installation is encapsulated in HTTPS the whole URL is www.domain.com/~user (it's a user directory local apache instance) BUT in installation phase it URL_encoded it in "%7E" so the cookie was set like that BUT sometimes while loggin in it still used the ~ in the name probably using for such a cookie I used firebug to debug and needed coaboa to push me into the right direction now I stepped forward to a different problem.. which is "Sea Surfing (CSRF) detected. Operation blocked." well, in that setup, you should set a different cookie name imagine some other user sets up a tiki using the same cookie because probably now both the cookies are working and messing witch each other :) na.. not possible.. it's me with the two versions ok.. changed cookie name let's see mm.. stil getting "Sea Surfing (CSRF) detected. Operation blocked." hey all, I'm having difficulty editing a wiki page in trunk, anything I can quickly resolve? I got xdebug running, but can't seem to pin it down. It is a fresh install, just updated about an hour ago from svn trunk. ok.. enabling the CSRF confirmation fixed it nice.. thank you guys.. hope my contrieved example helped .. =) maybe you'll put up a note on doc.tiki.org for the next one stumbling upon this https-only requires a bit more than the default tiki installation all, found it: [Fri Apr 29 09:36:32 2011] [error] [client ::1] PHP Fatal error: Class 'TikiFilter_PreventXss' not found in /home/robert/Desktop/SVN Projects/tikiwiki/trunk/lib/core/TikiFilter.php on line 50, referer: http://localhost/tikiwiki/trunk/tiki-index.php Anyone know what TikiFilter_PreventXss is? Should it be in Tiki? New Forum Posts: Tiki 6.3 on IIS - issues with mail (debugging pointers?) - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41145 hmmm, seems like autoload is not working for you HOw can I resolve? I do not know what auto load is Now I'm not even getting the error. it's a mechanism in PHP to load classes dynamically when they are not yet loaded to avoid including files manually all over it basically maps the class name to a file name lphuberdeau: When I visit http://localhost/tikiwiki/trunk/tiki-editpage.php?page=HomePage I get a blank screen, no errors at all on that fresh install. I think that error happens only when I clear cache Now I just get nothing, anything I need to change in trunk? you'll have to dig a bit more, I can't reproduce that check apache error logs and such apache: [Fri Apr 29 09:51:53 2011] [error] [client ::1] File does not exist: /var/www/favicon.ico lol that's not the one "/var/log/apache2/error.log"? well, that really depends on distributions, but it looks fine add ini_set('display_errors', 'on');error_reporting(E_ALL); at the end of tiki-setup.php Thansk! *Thanks! woohoo! we have it! Some character issue... very odd. knock, knock… I have a question about tracker:field group selector. I want to set a single tracker for several project. Each project are private (they should not see others). Inside a project tracker item i have viewer and dev. viewer just see tracker item with "thisproject-viewer" (group) and dev can view/assign/edit to both. Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! I try to use the "Field is hidden?" + visible by and editable by option. But if i use this the group selector = no show even for the group selected in the selector tool. /msg NickServ identify mangodesk367 ups ooops :) tikiwiki: 03lphuberdeau * r34174 10/trunk/lib/ (setup/events.php trackers/trackerlib.php): [MOD] Begin clean-up of replace_item tikiwiki: 03robertplummer * r34175 10/trunk/ (3 files in 3 dirs): [NEW] wiki plugin draw that displays a image in a wiki page from tiki draw tikiwiki: 03sylvieg * r34176 10/branches/7.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]TRACKERLIST: filter on the page only if the param view=page is on tikiwiki: 03sylvieg * r34177 10/branches/7.x/lib/wiki-plugins/wikiplugin_trackerlist.php: notice tikiwiki: 03lphuberdeau * r34178 10/trunk/lib/ (7 files in 3 dirs): [MOD] More clean-up of replace_item, extracting the notification building & sending, always storing categories in the field as well New Forum Posts: 'could not find driver'-ERROR while installing tikiwiki 7 - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41146 i use a category field (project) in a tracker to restrict the item view (customer with cat view perm view their items). It work fine, user from cat A see item from cat A. But, if i use a Tracker Filter plugin this don't work. User from cat A see everything… I missed a checkbox ? polom