Im still struggelig with my upgrade. Now I have updated to a version of 5 and it seems to work but I have locked myself out. I now get this, without any email instructions sent to me: More than 4 unsuccessful login attempts have been made. An email has been sent to you with the instructions to follow. do anyone know what that instruction says help help help :-) how do I log in after::::::::: More than 4 unsuccessful login attempts have been made. An email has been sent to you with the instructions to follow. Welcome to the official Tikiwiki English Irc Channel. TikiWiki or better known as TW, is your Groupware/CMS (Content Management System) solution, you can get more infomation at http://info.tikiwiki.org/ . anybody? KaiiaKKai: sorry, i am busy now, try later please thanks @luciash KaiiaKKai: try search for "tiki admin password recovery" or something like that anybody else - im hurting thanks will do the problem is it seems you haven't set e-mail for your admin account so it didn't send the instructions to you it seems well I did test the email at install script, and it worked what is the email meant to be I know the password for admin, but it seemes to have locked it out after 4 attempts luciash: please put channel mode +R till the bots stop Caarrie: command pls /mode #tikiwiki +R should do it thank you Caarrie: tks Caarrie: ping me when you want it back ok hi all :-) changi|afk: cheal@hotpop.com was one of my emails For the first time since I got svn access, I'm tempted to run "svn blame" and rip someone a new one. -_- I put code in the tra() call to not go to the database for lang==en. Someone moved it around in such a way that for lang==en the database gets checked, and for any other language it gets checked *TWICE*. To much work to figure out whose fault it *actually* is, but holy shit. >:) Erm. >:( ... Oh. I never pushed that change. 0.o *blush* Nevermind. polom rlpowell: hi, "never pushed" ? luciash: hi :-). quick question from html newbie (playing with the antibot code) xavi: i would consider maybe using the most popular captchas service instead tiki-calendar_edit_item.tpl has a few buttons where ... popular captchas... I'm using just what it's bundled in tiki slow learning here. Just simple hacks so far and I need to improve my simple hack for calendar items. so my question is: everything seems fine for adding events in calendar yep, i mean not that one, even if it's not opensource bundled, maybe it is easy to implement an external captcha, which is more spammers bot proof but not for editing or deleting them ok, I understand what you say. My problem nowadays is in html world, I guess for deleting ? hmm the antibot code is not passing the value typed by the user when deleting them for editing it should be the same as for adding new event, but for deleting, i never saw a captcha yes, you never saw that becuase it's not in svn (yet :-) :)) I mean: Save button has a normal submit action but the other buttons have a onclick="bla bla.php" i don't understand what it should be good for, when the spammer has nothing to input, why to put captcha there on deleting ? and I guess that this might be why the antibot code is not being sent :-) in trunk (and proposals) I added the ability to show antibot captcha when anon is enabled to add calendar items xavi: then you have to add it in the onclick after the ";" but then this all has no sense because bots don't use JS anyway usually ok, that's what I thought, but I don't know how to add that: "; antibotcode=$antibotcode"? just don't do that, having captcha on the new event is enough no need to have it on edit or delete but what if bots are able to edit or delete??? this looks too risky to me no, they will not, it's matter of perms, not matter of spamming I mean in case where anons are granted the perms to change events (I'm considering adding that in one site) for production it's like with wiki pages, you don't usually give perms to delete pages to anonymous, do you ? ok, for edit it makes sense mmm, ok, you are right. However, the perm to change events allows them to delete them but not for deleting, that's something of "higher perms" afaik eh, then it is bad design, and if you can submit but not edit events without JS it is bad usability too ok, I guess that you are very right. anyway, again with my question, if antibot.tpl says: what should I add after the ";": antibotcode=$antibotcode" or just $antibotcode ? xavi: sorry, don't do that, the spamming bots cannot edit anyway if it's JS only now change it to add another submit button for edit instead and then it will work ;) so what's the advanted of adding the extra buttons with JS? s/dvanted/advantage you would need &antibotcode=$antibotcode in the link if it wouldn't be submit button but link instead advantage is it will work with antibot and it will work with JS off (accessibility) not to add them with JS, in tpl as html tags (no JS) no, I mean what the advantage of the way it is now (low accessibility)? i don't see any advantage in the current solution ok, testing... sylvieg1: hi, the option for trackers item view to use custom tpl / wiki is for 5.x only ? can't find it in 4.x 4.1 mmm, no report on commits here on irc any more, it seems... (or delayed some hours, at least) bbl hi marc :) any idea where got the setting "Purify XHTML to be valid on each save" or something like that moved in 4.1 ? it causes me headaches ;) security or experimentl marclaporte: not there marclaporte: ah, right, found it :-p i'd never say it is security feature but nm, thanks found weird bug when using pretty tracker wiki page as template when you have two category dropdowns one next to the other the first one "eats" the other one and merges its select options to one dropdown :-p I need to add an upload from disk option to fck_image.html so that adding an image to a wiki-page becomes a two-step process instead of a five-step process. I think this would be a usefull feature for other users aswell. I might be able to hack something together for my own use, but would anyone like to guide me through it? maybe if I offer up a paypal-donation? !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . After installing tikiwiki 4.1 I only get blank pages :-( I installed it on a windows PC with XAMPP Can anyone help? >whatis memory_limit 'memory_limit' could be the most frequently asked question about trouble getting blank pages. The PHP memory_limit should be >= 16M (see your php.ini). You can check it with and read more at http://doc.tikiwiki.org/tiki-index.php?page=Requirements+and+Setup&bl#PHP Memory limit is set to 128 so that should not be the problem. in the templates_c folder I only have one file is that okay? rubidubi: when do you get your first blank page? chealer: directly after the installation when this page is called: http://localhost/tikiwiki-4.1/tiki-change_password.php?user=admin and tiki-index.php also returns a blank page any TikiFesters here yet this morning? tikiwiki: 03pkdille * r24446 10/trunk/ (3 files in 3 dirs): [MOD] lesser-magic: one more pref in admin blog template polom hi marc rubidubi: you'd need to enable logging of errors for PHP so we can tell you the problem tikiwiki: 03chealer * r24447 10/trunk/templates/tiki-browse_freetags.tpl: [FIX] HTML special chars encoding chealer: Okay. In php.ini I put the following: error_reporting = E_ALL & ~E_NOTICE chealer: and: log_errors = On chealer: and: error_log = "C:\Devel\xampp\apache\logs\phperror.log" tikiwiki: 03chealer * r24448 10/trunk/lib/rankings/ranklib.php: [FIX] Articles Rankings showing articles not published chealer: BUT: no phperror.log is generated (apache was restarted and settins are active as shown by phpinfo() ) rubidubi: I'm afraid Tiki might override the error reporting level to report no errors. there is a setting in tiki_preferences, name error_reporting_level (and error_reporting_adminonly should be n). I use error_reporting_level=2047. tikiwiki: 03jonnybradley * r24449 10/third_party/jquery/ (3 files in 2 dirs): [FIX] New (pre-release) version of jquery.cluetip which fixes problems with Google Chrome. TODO: replace with release version before Tiki 5.0 chealer: are that additional entries for the tiki_preferences table in the database? I don't have those settings yet. rubidubi: I don't know, default preferences might not yet be in tiki_preferences. perhaps due to your problem rubidubi: you need name='error_reporting_level' value='2047' and name='error_reporting_adminonly' value='n' chealer: hm... still no phperror.log :-( rubidubi: you could also try changing the default in lib/setup/prefs.php if I want to make changes to files in the template directory, should I make them directly or in a different place. I'd like to not have to repeat the process (too much) for every new release. chealer: changed it there also but still no logs rubidubi: templates_c/ is a cache directory, you can clean it at any time and the contents should be recreated automatically rubidubi: which PHP / Apache versions do you use? chealer: XAMPP 1.6.6a, PHP 5.2.5, Apache 2.2.8 (Win32) SEWilco2: where do you get http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2032&trackerId=5&show=view ? chealer: It was happening on a site which is not available. I think I had to go into the lib which creates RSS to change the behavior. SEWilco2: and on which Tiki page would you see that behavior? chealer: It was within RSS feeds. SEWilco2: do you have a URL? chealer: The site reported on was using 2.2 and is no longer available. I'm looking on TW.O for an RSS feed. chealer: TW.O RSS feeds for trackers seem to work OK. Looking for more RSS... tikiwiki: 03jonnybradley * r24450 10/trunk/ (5 files in 2 dirs): tikiwiki: [ENH] Replace tiki-assignpermission.php references with tiki-objectpermissions.php in group and wiki admin. tikiwiki: Adapt tiki-objectpermissions.php to show specific group and text filter perms. chealer: All the TW.O RSS feeds seem OK. They have a title like "Tiki RSS feed for ...". Someone probably fixed the problem since 2.2. chealer: There are options for separate RSS feeds for each blog, etc. I don't know what