tikiwiki: 03lindonb * r26864 10/branches/5.x/ (23 files in 5 dirs): [FIX] Today focus for calendar and calendar module was showing focus for today's date every month and didn't appear until calendar had been navigated. tikiwiki: 03lindonb * r26865 10/branches/5.x/styles/ (arcturus.css business.css darkroom.css fivealive.css): [FIX] Some borders missing on today focus. morning mornig probably a stupid question, however stupid questions don't exist on the tikiwiki I have made a copyright notice. But I like to delete the whole message. Where can I do this? martijn85: maybe in adminsettings.. look through it I have done it before, it was on a special page which you had to enter out of the tiki a php something let me see on server hmm can't find it neither in admin settings I' m pretty sure I've seen it in admin it's something with license I got it in edit screen of a page 2 Ok hmm can't find where I can delete that from a wikipage use the search function And check the wiki adin page admin got it thankss boker tov When will tiki5 be released? :P is there some kind of notepad which can search in .php .tpl and other text files? the regular windows search is not sufficient notepad/application martijn85: google for it can't find a thing martijn85: http://www.google.se/search?q=windows+search+in+files&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:sv-SE:official&client=firefox-a nais got it working martijn85: you could never even tried google when saying "can't find a thing" that's right I couldn't find proper results with the searches I executed hello morning where can i define the available colors for the edito color palette picker (V4.2) There are most colors defined three times? Is it possible to have a custom.css file? yes, you can either modify an existing css style or add css attributes by importing a css or define css values in the custom site heade area from look and feel admin. you may use firebug to check/identify which div class/css selector you want to modify hi ricks99 hi coaboa quiet this morning... yes. too much work, maybe ;-) last big push for tiki5 When will tiki5 be release? d currently in beta2... yes but 5.0 original schedule called for end of april... yes I know 29 looks like it may be 1-2 wks late... possibly a beta3 will b released... lots of new features to polish ok but is should b much more stable Hey shalom Rick hi yonixxx boker tov (for me, anyway!) ricks99: I see ricks99: I'm waiting :D @Ma: you can get a daily build of tiki5 or straight from svn if u want ricks99: I know Running beta 1 now :) get beta2 at least *lots* of fixes in beta2 ricks99: ok, but I wait for 5.0 or beta 3 I think :D ricks99: it isn't released yet anyway, just setting up stage still, i think you'll appreciate the fixes in Ah, ok :D Hello, I'm migrating a tikiwiki site from linux to WAMP, I can access the site, but if I try to log in as admin, I get a blank screen. Any idea what's going wrong (or where to look)? Thanks! wrong os. just kidding ;-) memory limit of php is ok I asume. haha, I know, but I'm not the one who bought the server :) it's 90M on the "new" server only thing i know in conjunction Windows-Tiki is that 2 people I know had strange effects after unpacking from zip archive and thos effects where gone after unpacking from tar.gz *those hmm, I used tgz to copy over the files and mysqldump at the cli to export, and phpmyadmin to import the database the odd thing is that if I do a fresh install, logging in as admin works fine! heard that mysql on windows uses by default iso instead of utf8 maybe you have to force utf8 usage right. would that be in my.ini? think so. there should be a default char set defined line should look like: default-char-set=utf8 line should look like: default-character-set=utf8 OK, I've added that under [client] should I re-import the database? I think yes, because (if that was the reason) the tables got screwed. OK, doing that now anyhow utf8 is a good thing to set ;-) It's taking its time - big database...! Doesn't seem to be working yet :( Same problem: clicking on login, then it 'hangs' for a while, then I get a connection interrupted error (firefox). testing with other browser or clean browsercache as it might us a wrong cooky? Tried with Konqueror: "An error occurred while loading http://website.ip/tiki-login.php: Connection to host website.ip is broken." (Also as IE on localhost on the server) Nothing in apache_error.log, and only ' "... [POST] /tiki-login.php HTTP/1.1" 302 26' in access.log no idea. mybe check the serverlogs. If it works when installed cleanly maybe there are some resources exhausted with your real db. ups yeah, sounds like that - but not sure where to look... hmm... mysql log, windows should also have a log, but don't know that. maybe increase the execution time for php in php.ini the wamp menu has an option for mysql.log, but there's nothing of note - only the "starting shutdown" "shutdown complete" sort of stuff. The only warning is "[Warning] Forcing shutdown of 1 plugins" php.ini: max_execution_time was 60, which is more than the time it's been taking no more idea, sorry (tried ignore_user_abort = On too) When I was trying to get it to work before today, I tried adding a normal user to the admins group - that also gave the same problem ("normal" users can still login) thanks for your help coaboa tikiwiki: 03lphuberdeau * r26866 10/branches/5.x/lib/rss/rsslib.php: [FIX] Improper use of function_exists() tikiwiki: 03sylvieg * r26867 10/branches/5.x/installer/schema/20090306_text_for_menu_options_tiki.sql: [FIX]upgrade: fix error 'BLOB/TEXT column 'section' used in key specification without a key length Am I the only one to have tiki-install.php -> asking for saving the file on the latest 5 (after the login) before it was only on fedora not ubuntu - I upgraded ubuntu to the latest the we - and the same for ubuntu - now.... probably domething to to wtih the php version 5.3.2 polom sylvieg: no. see http://thread.gmane.org/gmane.comp.cms.tiki.devel/16226 yes I remember you are in the same case .. so now it is true with debian ubuntu and fedora :-( a little scray just before a relese.. for your question hos to debug http://bugs.php.net/bugs-generating-backtrace.php sylvieg: it's known to happen on Fedora, Windows and Debian (and Ubuntu) sylvieg: I mentioned in the mail, though not very prominently, that this happens with any Tiki version. so this is not a blocker. sylvieg: we don't know of any PHP 5.3.2 install that doesn't have the issue, so I assume it's a PHP 5.3.2 regression on all platforms. sylvieg: the problem is this kind of trace is useful to debug PHP itself, but not (really) Tiki. PHP doesn't consider it segfaulting a bug. so we *could* investigate the issue and depth and realize this is just a normal PHP behavior. my plan is to wait at least one minor PHP version and see if the issues persists. If it does, I guess we'll have to investigate. the seg fault occurs on the return of $installer=new Installer; A print last line of the funciton Installer() is iok sylvieg: (for example, a PHP segfault during an infinite loop is not considered a PHP bug) but not after the call sylvieg: oh, I see what you meant... you can get the function call that causes the crash. good. so now we need a core - to be sure and send the core to the php bugs seems thre is no other way to have the option without compilation :-( sylvieg: Debian ships php5-dbg bbl doc.tw.o oddity: Search for "tracker". About 1/3 of the way down the results, all text is in bold. tikiwiki: 03eromneg * r26868 10/trunk/lib/wiki-plugins/wikiplugin_trackerfilter.php: [FIX] $status not being passed through - so only open items were displayed as options New Forum Posts: Call for Community Input - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=37093 Info: Call for Community Input - http://info.tikiwiki.org/article92-Call-for-Community-Input tikiwiki: 03changi67 * r26869 10/trunk/ (lib/commcenter/commlib.php tiki-received_articles.php): [FIX] Better define a default value for instead of changing parameter order. thx jb tikiwiki: 03sylvieg * r26870 10/trunk/ (4 files in 3 dirs): [NEW]user: possible not to give the email while importing user if use the 'change password at first login + ask email when changing password tikiwiki: 03sylvieg * r26871 10/trunk/tiki-remind_password.php: [FIX]remind password: check email is there first tikiwiki: 03sylvieg * r26872 10/branches/5.x/lib/userslib.php: deprecated tikiwiki: 03eromneg * r26873 10/trunk/templates/tiki-admin_trackers.tpl: [FIX] extraneous characters removed - they were breaking the no-tabs view Recent Bug: Tracker item: #3161 - - Tracker plugin does not preserve itemId after posting - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3161 tikiwiki: 03minger0 * r26874 10/branches/5.x/lib/wiki-plugins/wikiplugin_tracker.php: [MOD] 3161 Tracker plugin does not preserve itemId after posting New Forum Posts: Missing page variable in links FIXED on windows Xampp Installation! http_build_query - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37095 Recent Bug: Tracker item: #3162 - - http_build_query - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3162