has anyone found that OpenID is not working after upgrading to 2.3? I get this error: Could not create the FileStore directory '/tmp/_php_consumer_test'. Please check the effective permissions. but the folders exist and are writable OK then - no OpenID users? It worked fine in v2.2 - anyone? If not how about the right side login box not working and having to login after it gives a link to it in the main window? :s :O how long has v2.3 been out? Has anyone gotten minichat or phpfreechat working in tiki??? Has anyone gotten ANY chat to work??? I have not tried - looks like everyone else must have fallen asleep ;) probably, what about email I have no idea how to get that working email? I guess I don't know what you mean - I use tiki to add misc features to my site, not really as an actual wiki so I am not a tiki guru for sure, it is on eof 4 CMS programs I use, along with 2 forum software packages, one of which is the main 'engine' for the site, not tiki... oh there was a few real helpfull people on before, but right now it seems rather slow... they helped me solve all of the problems I encountered after a 2.3 upgrade except for getting OpenID to wor again, but it is likely not many even use OpenID yet so I may be on my own there... how are you using email / what email functions did you want to have it do? I am emailing out article updates should just work, have you set it up - tiki-admin_notifications.php - and made sure it is trying to send an email to your account? Mine only sends email when someone registers, and that works... but you do have to set up each users that you want it to send an email to... no, I created a email server and sent one email to a distibution group did you have to set anything else up? stoopid minichat I cant get it to display full screen there is a few email options under general admin, but I did not have to change them, did you try to just have it send an email to you (maybe the problem is not tiki but the email server)? hmmm I just got the white screen of death rename your current theme, that might fix it so you can get back in, usually that means you messed up some code... I do not use tiki for articles, I use wordpress for that so cannot test it here - anyway, I am out for today, hopefully someone with an answer to my OpenID problem will be around Wednesday. Good luck (and always save a backup so you can just reload the working files / database if you end up crashing it). hi there i just got a question about the tikiwiki calendar you can add participants to the calendar, but can they change their individual status for this event? Like "acknowledged" for each participant? and if there is no such function... wouldn't it be great to develop some more calendar-funcs for the tikiwiki calendar? and sorry for my english :) since i'm german tikiwiki: 03pkdille * r17845 10/branches/3.0/templates/tiki-admin_content_templates.tpl: [FIX] admin content templates: alt on remove section pooh-lom Feendrache: yup, that would be great, feel free to add your ideas/wishes to dev.tikiwiki.org moirnin :) :) ähm... mornin ... was that supposed to mean... ok... so since i'm not new at programming, but totally new with tikiwiki... how am i supposed to go from my idea to...??? xhtml, php, smarty ? join tikiwiki-developers list on sf.net tikiwiki: 03pkdille * r17846 10/branches/3.0/lib/setup/theme.php: Missed file for r17842. When useGroupTheme is deactivated we go back to the default theme for everybody put your ideas first, then we can go though the ceremony to give you svn commit access :) ah ok :) i'm mostly in php programming.. have worked with smarty great then :) so i will try to get my ideas straight and then post them in the list but it's true that you can only add the names of the participants to the event and they just can stare at their name and do nothin? also you can play with branch 3.0 and trunk to get an idea about tiki but i think you already did ;) no idea, about recent features of calendar... i haven't tried it but i will try soon because i will need it so next question is, should i try to make it for 2.0 or for 3.0 ? i only got 2.0 this far definitely look at 3.0, it's possible calendar is improved there, but your new stuff will go to trunk, because 3.0 is about to be released pretty soon except case it would be only really simple change/enhancement ah... ok getting the 3.0 atm :) will test the calendar there first, just to be sure my ideas are not there already hi again how to set up php error reporting in Tiki when it returns 0 by default and i get WSOD ? found it hello. what collation should i choose for my database? it's going to be a multilingual site using the tiki translation thingo utf8 multilingual hey Luc still there.. i posted my ideas in the mailinglist... checked the 3.0 of tiki, but the funcs in the calendar are mostly the same... not what i need ;) oki :) thanks tikiwiki: 03pkdille * r17847 10/branches/3.0/ (pics/icons/newspaper_add.png templates/tiki-newsletters.tpl): [MOD] newsletters: give another icon for subscribing to a newsletter. This icon has to be different as the one on admin newsletters for the list of subscritions. tikiwiki: 03luciash * r17848 10/branches/3.0/lib/setup/error_reporting.php: [FIX] PHP error reporting fixes test luciash: Are you still having you WSOD probem? Hansi|away: nope :) I tried you update just now, and I still do :-/ you=your Hansi|away: i found out it was caused by my modifications to lang/cs/language.php and after svn up there came conflict and i postponed it but in the language.php file were written these diff chars like "<<<<" so it caused PHP parse error of course but because i previously have set in Admin > General "Display no PHP errors" i couldn't get a clue what was causing it my page is not multilingual (yet) ... is language.php still used? Hansi: i recommend you to put error_reporting(2047); in the end of lib/setup/error_reporting.php file to override it and see the PHP errors if it's the same case for you at the very last line? yep I also found out why my server php error log did't work gave me WSOD with one line: "Fatal error: Call to a member function user_has_assigned_modules() on a non-object in /var/www/tw3/tiki-modules.php on line 33" the directory where the php error.log file is written must be apache writable but error reporting is off on my site ok, now you know what causes the WSOD ;) so error reporting should be on? Hansi: if it's not production server it should be on or set on Admin > General to make it visible only to admin the server with the problem is a test server (thank god) ;-) so, check out the file /tiki-modules.php if there's something odd or in some other which is required by the call of the function might be there's error in the user modules feature too you can disable it in db what do I look for in tiki-modules? I don' know any PHP ;-) Hansi: i'll try on my copy first if i get the same error as you OK thanks tikiwiki: 03luciash * r17849 10/branches/3.0/lib/setup/error_reporting.php: oops, left debug when I svn up, I get "G lib/setup/error_reporting.php" what does the G mean? Hansi: i confirm there's error in Tiki when you enable "Users can configure modules" on tiki-admin.php?page=module I have a tendency to do that, not sure if that's the case here .... hang on G means it was merGed with your local change Hansi: to do what ? ah ... which was the line you asked me to insert I have a tendency to enable that users can change modules you can now rm lib/setup/error_reporting.php; svn up --ignore-externals I still get "Fatal error: Call to a member function user_has_assigned_modules() on a non-object in /var/www/tw3/tiki-modules.php on line 33" but a bit earlier I enabled error reporting when I disable error reporting I'm back to only WSOD when I log in as admin A friend of mine I talked to today gave me a "general" advice ... try replacing the database with one from a known working site Hansi: yes, because there is error tikiwiki: 03sylvieg * r17850 10/trunk/ (114 files in 65 dirs): [MRG] Automatic merge, branches/3.0 17798 to 17843 in the file tiki-modules.php, i'm working on it, but if you want to have the site back working, go to your database and change value of tiki_preferences table user_assigned_modules to 'n' no haste, it's a test site :-P what is the meaning of .form .. is it only for the left part? sylvieg: ? sylvieg: are you talking bout CSS ? in the admin panels sometimes there is .form - sometimes no .form means class form but do me put on the tr on the left td or on both td what "left part" ? the label gebnerally generally put on whole table/div i doubt it is really necessary at all tikiwiki: 03sylvieg * r17851 10/branches/3.0/tiki-index.php: [FIX]wiki: permission denied error if can not view page test yay ;-) luciash: dunno what, but something was wrong in the db obviously ... restored db from my production site, now all seems well, even if I log in as admin :-P caralluna: just don't go to Admin > Modules and check the "A user can assign modules" again ;) I think I wanna try that ;-) caralluna: not enough WSoD for today ? nah ;-) caralluna: i still didn't find a way how to fix it :-/ I sort of do want to enable user assigne modules, just to se 100% that that is the culprit ;-) I mean, I can just re-restore the db after :-P sure it is the culprit I tried changing it to 'n' before I restored tha db ... and still no change so I sort of wanna see for myself :-) tikiwiki: 03sylvieg * r17852 10/branches/3.0/templates/tiki-admin.tpl: clearfix for easy transition to 3.0 back to normal ;) :) ok three more minutes and i finished working for today ;) lucky guy :) sylvieg: any idea about Fatal error: Call to a member function user_has_assigned_modules() on a non-object in /mnt/sda1/Devel/SVN/Tiki/3.0/tiki-modules.php on line 35 when $prefs['user_assigned_modules'] == 'y' ??? sylvieg: i cannot find the problem does anyone know how to get the mini chat to display the entire width of the wiki page? Right now it is only <----------------------> this big sylvieg: when one goes to Admin > Module preferences and enables user can assign modules, it breaks Macleus: add CSS for it in your theme I did.. .classofthechatplugin {width: 100%} or .classofthechatplugin textarea {width: 100%} hey no guy here ;) totally female so Feendrache... already 5 minutes of overtime? :) Feendrache: kewl :) welcome to tiki-not-so-many-girls club hrhr yeah... female programmers are strongly related to mythical beings and aliens ;) tiki girls, raise your hands up ! you see ? not so many of them here ;) sylvieg: is it problem the function is in a class so it must have been called differently than $usermoduleslib->user_has_assigned_modules($user) ? sorry I do not follow the problem.. what is the problem the assign user modules is probably bugged - it has always been the problem is when you enable the preference it yells: Fatal error: Call to a member function user_has_assigned_modules() on a non-object in tiki-modules.php on line 35 on tiki-admin.php?page=module sylvieg: ^ sylvieg: i remember times when it worked, now it fatals, so user has to restore in db sorry lost - which pref? Users can Configure Modules this one? ah ok - got it Feendrache: sylvieg cannot raise hands, she's too busy with her keyboard always :) sylvieg: thanks for looking at it Feendrache: and Caarrie is away :-p tikiwiki: 03sylvieg * r17853 10/branches/3.0/lib/modules/modlib.php: global this should fix the problem sylvieg: wow, that was fast, tiki goddes ! great :) I fixed so many missing globals - so 2 mn and hop :-) nice to know there are other female programmers out there ;) ok folks cu soon *waves* tikiwiki: 03sylvieg * r17854 10/branches/3.0/tiki-list_comments.php: notice tikiwiki: 03jonnybradley * r17855 10/branches/3.0/ (lang/cn/language.php lib/setup/prefs.php): [KIL] Removed last references to feature_siteidentity polom is the search engine friendly url feature still experimental in 3.0? tikiwiki: 03jonnybradley * r17856 10/branches/3.0/templates/categorize.tpl: [FIX] Missing tikiwiki: 03sylvieg * r17857 10/branches/3.0/lib/commentslib.php: [FIX]forum: was not anymore possible to sort on date, the type of the posts was first considered hi...concerning trackers: is there a way of exporting a tracker view or list of trackers, as csv or spread sheet file? hume: : yes marclaporte, ok...how? i can't seem to find it.... where are you supposed to install the css script in the theme .css to get minichat to work neone??? tikiwiki: 03sylvieg * r17858 10/branches/3.0/styles/darkroom.css: [FIX]calendar: next/prev buttons and the same like than navigation Is there anyone here??? marclaporte, ok....found it in the admin trackers, thx. hume: Thanks, I'll try to remember the existence of that. where are you supposed to install the css script in the theme .css to get minichat to work Macleus: I'd make a copy of the css under another name and try appending the minichat alterations. Try try changing to that theme to see if it works. Macleus: I haven't done it but that's how I'd test. It seems like it isnt reading the css at all for my minichat how fast should you see the changes? Macleus: You might have to flush cache and refresh browser. Macleus: Admin>Tiki cache which one Macleus: The first three...unless you're using 3.0 which has the single flushing tool. Probably flushing tiki cache isn't needed for CSS changes, but if you're not getting expected behavior it's something to try. tried it, its not working Macleus: Probably shift-F5 will refresh browser. Macleus: OK, then apparently appending is not sufficient for whatever that CSS stuff is. Switch back to your old theme to avoid confusion. Macleus: Nobody else is piping up, so probably nobody else who is reading this knows more. Macleus: Try asking again in several hours, when other eyes might be watching. You can study CSS more in the meantime to figure out where that stuff might belong. my theme css is supposed to be root/styles/geo.css right? if I am using the geo theme Macleus: probably. tikiwiki: 03marclaporte * r17859 10/branches/3.0/styles/transitions/2.0to3.0.css: [FIX] Avoid overlap of edit plugin interface and wiki syntax and plugins help interface (red question mark) anyone applying for google summer of code tikiwiki: 03marclaporte * r17860 10/branches/3.0/styles/transitions/2.0to3.0.css: [FIX] Make edit plugin interface taller to reduce occurrences of scrolling. tikiwiki: 03aproulx * r17861 10/branches/3.0/lib/wiki-plugins/wikiplugin_tracker.php: [MOD] Replacing some and tags for with classes for best CSS manipulation tikiwiki: 03luciash * r17862 10/branches/3.0/lib/trackers/trackerlib.php: [ENH] tracker simple email notification: added link to the tracker item, simplified email subject tikiwiki: 03aproulx * r17863 10/branches/3.0/ (3 files in 3 dirs): [ADD] CSS rules added to reflect changes on wikiplugin tracker tikiwiki: 03marclaporte * r17864 10/branches/3.0/styles/transitions/2.0to3.0.css: [FIX] tikiwiki: 03sylvieg * r17865 10/branches/3.0/tiki-export_wiki_pages.php: [FIX]wiki: fix export wiki pages for a multiki tikiwiki: 03slordjette * r17866 10/branches/3.0/templates/tiki-admin-include-wiki.tpl: [FIX] Typo (my first commit) tikiwiki: 03aproulx * r17867 10/branches/3.0/lib/wiki-plugins/wikiplugin_split.php: [ADD] new customclass param to wikiplugin split :-D lot's of development I see that tikiwiki: 03jonnybradley * r17868 10/branches/3.0/ (9 files in 4 dirs): [NEW] JQuery slide-show transitions library (Cycle) @niclone: Can anyone help me with phpfreechat??? it's a long time ago for me i've finished with the minichat module instead I can access the phpfreechat through root/lib/phpfreechat but the plugin you created only leaves me with a chat is loading screen what is you're browser? firefox is this one working: http://www.phpfreechat.net/demo ? yes I can run the chat through the directory but not through my wiki err directory - the provided index.php page i don't remember how it work :=) this is a wiki extension? http://www.phpfreechat.net/advanced-configuration check this out yes, but in tikiwiki, how you invoke the phpfreechat in you'res pages? 127.0.0.1/lib/phpfreechat you have to type something like {phpfreechat()} I did mib_gkdubv: If that chat is a module (which usually runs on the side), I think there is a module plugin if that helps. Look for PluginModule I have a chat loading box I have the Plugin Module mib_gkdubv: if you don't need a bling bling chat with lot of features, try the minichat module instead ...I cant get it to stretch to 100% width with my theme Ive tried it well, there is probably a bug somewhere on phpfreechat, but I didn't look at it except the day i've commited it ;) well, it works on its own, shouldnt it work on a wiki page??? maybe, that's what for this mods was made ;) do you have firebug? yes activate it with network & co you should see an ajax query look at the response content, maybe you'll see an html page in it, instead of a javascript content its running the script, it just seems to be getting hung up somewhere in the network pane, do you see a "GET tiki-phpfreechat_ajax.php?....." ? yes, its red 404 not found neither of the downloads from mods.tikiwiki.org had that file actually the download for the phpfreechat lib is only 8.1kb I had to get the source files from phpfreechat.com that better, didnt realize I was running 2 chat windows for the same room @niclone: do you have the original tiki-phpfreechat_ajax.php that I could get??? thats apparently the only file from the original post that I am missing ah, that shoud explain why it won't work :) lol anywhere I might be able to get that??? yeah, wait a minute, i'm searching for it, i have it you rock! i agree :) its actually a really great looking chat program if someone could fix the download on mods.tikiwiki.org, Im sure more people would use it the chat program isn't from me, i've just made the mods I know... ...but its still good none the less very smooth http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/mods/trunk/wiki-plugins/phpfreechat/wiki-plugins/wikiplugin_phpfreechat.php?view=log you can download it from there I have that file, thats just the plugin direct link: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/mods/trunk/wiki-plugins/phpfreechat/wiki-plugins/wikiplugin_phpfreechat.php I need tiki-phpfreechat_ajax.php ah oh, yeah sorry :) lol :) ahhhh there is 2 mods Im appently also missing a file called 1.9to2.3.css, any ideas??? http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/mods/trunk/lib/phpfreechat/tiki-phpfreechat_ajax.php?revision=13140 1.9to2.3.css is not from me ok. is it important??? no idea not for you're actual problem that fixed it cool I just need to tweak some params in the plugin and I will be kicking some rear thank you so much ??? the file on mods.tikiwiki.org does not have any of the files that it is supposed to have in it. you may want to check that out also there are 2 mods : the lib, and the wikiplugin is tiki supposed to be valid xhtml1 transitional? tikiwiki: 03sylvieg * r17869 10/branches/3.0/templates/tracker_item_field_value.tpl: [FIX]tracker: export only the fileIf for an attachment tikiwiki: 03niclone * r17870 10/mods/trunk/Packages/lib-phpfreechat.info.txt: [FIX] mods description didn't include one file correctly, making this mods unusable isn't time to release beta2? (please? :-p) @niclone: try to download the whole lib, its only 8.1kb, its missing all of the phpfreechat files not just the one hum, you're right, that's weird so, how did you make it work? downloaded version 1.2 from phpfreechat.com and basically put two ends together your plugin seems a bit flawed what is $data used for in the function??? tikiwiki: 03pkdille * r17871 10/branches/3.0/lib/ (tikilib.php wiki/histlib.php): [FIX] wiki history: when saving a wiki page, the description has to be saved accordingly (tikilib.php). When rollbacking a wiki page, the description has to be rollbacked too (histlib.php). Bug 1395. hey, is tiki supposed to be w3c valid code? No idea. no, its open source. no one is going to pay for the w3c validation lots of open source CMS are valid it's one of the more important things to me and it's not such a biggie DawnLight: yep, it should be DawnLight: we appreciate any fixes towards xhtml validity i love the development model of putting everything in core but i'm finding more things i don't like in tiki i understand apparently, the features that are achieved are high quality and there're some neat ones i'm counting on a translation feature for my site it's huge project and you'll always find things that are not perfect in it, but we all try hard to make it better every day but the facts that short url's are experimental and the debian and ubuntu packages were dropped seem like there's no one watching out over the important things or at least what i see as important i got to tiki using the wikimatrix site to compare and one of the things was it being translated to hebrew we don't have lot of people with developing skills with high knowledge in these areas but welcome if you can contribute at least some bits i'm not a developer, only a knowledgeable user i can submit good bug reports yes, you're welcome to do so you think there're people who spend time going over the bug lists fixing things? sure, this was just fixed right now: >dewtwo 1395 >devtwo 1395 >devtwo 1395 http://dev.tikiwiki.org/1395 http://dev.tikiwiki.org/1395 :P hey, you ... ! girl ;) NO. Sug4r: sorry, it wasn't meant to you but Carrie :-p *Caarrie :-p :P DawnLight: I personally go over the bug list - only when on the bugs I know in my memory are fixed :-) DawnLight: i tried to simplify the tracker mail notifications using the simple email option so now even it should be easier for devs to respond to the reports dogfooding ;) we're watching it :) thanks for the personal treatment. gnight Permission problem in 2.1 and 3.0! A categorized object causes any perms being tested to be true when tested by user_has_perm_on_object() I have a calendar which is erroneously getting TRUE when testing for tiki_p_add_events. Because the calendar is in a category, the edit icons show up when they shouldn't. Any object with a category and no individual perms thinks it has whatever perm is being tested. I don't know how to fix. A category can't have random permissions, can it? Only a few category-related permissions, and not tiki_p_add_events or tiki_p_admin_users. perhaps it is only calendar - my local with test on categ/ wiki is ok Is user_has_perm_on_object called with no $perm when only testing for category availability? If, so, I can add a test for empty($perm). if $perm ='' seems to be a typo for me I'm not seeing a similar failure example for wiki pages. Only tests for tiki_p_view or tiki_p_edit combined with similar tiki_p_view_categorized or tiki_p_edit_categorized. The problem is actually when a non-read permission is tested with either tiki_p_view_categorized because it's an OR test (if page is categorized then TRUE is returned while ignoring $perm). If a blog can be categorized, blog posting hits the bug. I don't recall if a blog has categories. I need to call it a day. I'm glad I found the bug. Maybe tomorrow I find a permission definition whose encoding will make sense as a solution. polom