So, if you look at lojban.org (my site), the language dropdown became empty after my last update. Upper right. Anyone know why that might be? -- -_- No text in the option at all. hello SEWilco2 rlpowell: update on which branch? New Forum Posts: Email Settings not available - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37966 tikiwiki: 03chibaguy * r28292 10/branches/5.x/tiki-install.php: [FIX] Corrected background image paths. Thanks to Chealer for spotting and reminding. conflict on lib/jquery/jquery.s5 updating a fresh trunk s/fresh trunk/recently updated trunk checkout" good morning morning chealer: HEAD. hi Any idea why the Passcode for user registrattion changes by itself? do you have PHP errors/notices enabled? rlpowell: assuming you're on trunk, I don't have this problem *nod* It's compalining about this line in tikilib: if ( empty($prefs['available_languages'] ) || (!$all and in_array($lc,$prefs['available_languages']))) { Which is around 7940. Apparently teh second argument to in_array is the wrong time. Erm, type. the wrong type :-? what is the error message? Type: in_array() [function.in-array]: Wrong datatype for second argument $lc isn't too explicit -- like I said. No, the *second* argument. Which should be an array, but appears to just be a string with some colons in it. yes, but I'm wondering what $lc means aha foreach ($languages as $lc) { Yeah, $prefs['available_languages'] is: avail:a:43:{i:0;s:2:"sq";i:1;s:2:"ar";i:2;s:5:"pt-br";i:... Which is some kind of serialization? rlpowell: yes, looks like JSON or serialize() output rlpowell: it does look like available_languages is supposed to be an array rlpowell: so it seems available_languages is not being unserialized properly rlpowell: I can't reproduce even if I enable restrict languages I don't see any error neither -_- Neat. I can't make it stop by turning it off. hum rlpowell: same problem, even though the error is gone? rlpowell: see http://irc.tikiwiki.org/irclogger_log_search/tikiwiki?search=serialize&action=search&error=0 rlpowell: it's worth noting you were the last one to talke about unserialize issues Notice: unserialize() [function.unserialize]: Error at offset 0 of 1 bytes in /var/www/lojban/tiki-svn/lib/setup/prefs.php on line 1825 -- anyone know what that is? chealer: I didn't say the error is gone. Yes, I know. I wonder I've I've been upgrading the same database longer than anybody else. :) mysql> delete from tiki_preferences where name='available_languages'; Query OK, 1 row affected (0.00 sec) -- same error, still broken. rlpowell: well is the error still there? Yes. rlpowell: if you do it that way, there may be a cache issue, because empty($prefs['available_languages'] ) should be true It's still an unserialized string. 0.o Just cleared teh cache; didn't help. Oh, wait, no, there it goes. There, that fixed it. So the value in my database was bad, apparently. Just set the restricted language list; right back to the same problem. rlpowell: you're back with restricted languages and it works? Nope. i18n -> restricted langs -> set all but 3 -> broken rlpowell: do you still have the unserialize notice? Huh? I still have Type: in_array() [function.in-array]: Wrong datatype for second argument Can you see what htis says for you when you set restricted langs? select * from tiki_preferences where name='available_languages'; rlpowell: the Notice: unserialize() [function.unserialize]: Error at offset 0 of 1 bytes in /var/www/lojban/tiki-svn/lib/setup/prefs.php on line 1825 No, I don't see an error like that. Ah, but! PHP (5.2.14-0.dotdeb.0) NOTICE (E_NOTICE): File: lib/prefslib.php Line: 40 Type: Uninitialized string offset: 1 rlpowell: so do you think that notice disappeared? the august 1st notice I'm not sure what pages were giving that; maybe. that's a kinda hacky way to unserialize Which? that line 40 0.o Oh. 1825 has stopped alarming because I *commented it out*. I forgot that. Thanks for mentioning it! :) heh Jonny did a fix on July 22: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/lib/prefslib.php?r1=28096&r2=28095&pathrev=28096 on that line 40 That seems to have fixed it. *sigh* Sorry for wasting your time. *nod* rlpowell: it seems you should have had that fix on August 1st though line 40 only complains on the actual http://www.lojban.org/tiki/tiki-admin.php?page=i18n page And it's only a notice. It was a red herring, I think. according to the log you updated before getting that :1825 notice rlpowell: so it seems what really got it to work again was to "re-set" available_languages? No, it was un-commenting the line 1825 section prefs.php hey is anyone there? y is it possible to edit a wiki page across tikis? echo a common page for more than one site? yes all of them are tikiwikis though is it possible for me to upload padcast or can enable online listening of mp3s ? pluginsnarf -> include the page from one source, so you just have to change once. 2. option is to set up a profile doing the job which option allows all of the websites to edit for e.g if I have 3 websites with one common page rlpowell: so by commenting, you got rid of the error but broke the language selector, and by uncommenting, you're back to the August 1st situation, with an error but not visible problem? recently propose a "eclectic module" for citations because currently there is no easy way to "mashup" content. can all of these website be able to edit this common page....and it will get updated.... editable could be achieved through profiles and data channels. ic...how do i set up a profile and data channels? but the changes are not snced as far as i know *synced @cobra podcasts? rig: no, common page content. @coaboa ok ....thanks though.... :) aung: see profiles.tikiwiki.org and doc.tikiwiki.org data channels @ cobra but if i want to set up a podcast 'service' what do i do rig: no idea thanks any way How can I add a chat feature in tiki 3.6 ? help! >help! 'help' could be way of getting some useful (or not so useful but kind of funny) information from me. By me I mean Sug4r, the IRC bot. You can give me commands like >whatis foo to get some facts from my factoids database about foo , >list alias to get list of command aliases i understand, >help alias about to get some help about alias called about and its parameters or /msg Sug4r help someothercommand to (1 more message) there is a feature minichat yeah exept that is there any way to initate a one to one chat (privacy) a little bit outdated feature : live support oh , I think it sed to be in 1.9 or 2 rigt *used is there any mini chat syntax dont know well thanx tikiwiki: 03jonnybradley * r28293 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX] Tracker plugin: Proper test for perm polom hello New Forum Posts: Imagick not detected - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37967 does one know how a can have a search input field and a go button on an ordinary html page to use tikis search function? basically i need a minipartalpage whcih just have two options search (site) and random article. Any hint how to achieve this? *miniportalpage tikiwiki: 03jonnybradley * r28294 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX] Tracker plugin: Another attempt to get user etc fields behaving properly. Admins can override if the field is included, regular users get to see but not change. tikiwiki: 03sylvieg * r28295 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: notice hi... polom hi gary hi luciash just noticed something - when comparing two wiki page revisions in page history, the old version is ok but the new version has all the quote marks and angle brackets html encoded. This is a branch 5 site, tho not the very latest. :-/ tikiwiki: 03sylvieg * r28296 10/trunk/tiki-upload_file.php: [FIX]FILES: when showupload - init_get when the system does not allow it was preventing the header(location) to work tikiwiki: 03sept_7 * r28297 10/trunk/lib/: [FIX] Use external SVN for PHPCAS, so updates follow upstream tikiwiki: 03sept_7 * r28298 10/branches/5.x/lib/: [FIX/bp28297] Use external SVN for PHPCAS, so updates follow upstream do we have somewhere the information the number of logins in a period . action log and tikilogs have the list - but can not find the stats... Has anyone tried 5.x with php 5.3.3 ? tikiwiki: 03sylvieg * r28299 10/trunk/templates/tiki-admin_actionlog.tpl: [FIX]actionlog: display the total of records RavenC, I think I saw that somebody tried 5.3.3 and it was ok. chibaguy, thanks! This is what I saw: http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2010-08-02,Mon&sel=530#l526 nice catch. Thanks! (and thanks chealer for being the guinea pig! :) :S RavenC: yes, works fine since a couple of days - better than 5.3.2 chealer: I actually haven't seen the error again. I suspect it got fixed by a recent change. tikiwiki: 03sampaioprimo * r28300 10/trunk/lib/captcha/captchalib.php: removing code that has been upstreamed to ZF (see http://framework.zend.com/issues/browse/ZF-10006) hi, does anyone know how to import users from one tiki to another? i have 2 tikis (E.g A and B), and I have 20 registered useres in B but I want to make A the master.....so I need to import users from B to A...how can i do that? New Forum Posts: Recurrent events and daylight savings - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37968 tikiwiki: 03sampaioprimo * r28301 10/trunk/lib/captcha/captchalib.php: ops... deleting the call to the class removed in the last commit tikiwiki: 03sampaioprimo * r28302 10/trunk/ (2 files in 2 dirs): [KIL] import language feature (not necessary anymore since the code use the string in the language.php if not present in the database) tikiwiki: 03sampaioprimo * r28303 10/trunk/ (2 files in 2 dirs): [KIL] removing useless feature "Modify String in Source Language" tikiwiki: 03sampaioprimo * r28304 10/trunk/ (4 files in 2 dirs): [ENH] merge tiki-imexport_languages.php and tiki-edit_languages.php in one single page tikiwiki: 03sampaioprimo * r28305 10/trunk/lib/captcha/index.php: adding index.php file to lib/captcha dir tikiwiki: 03sylvieg * r28306 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [ENH]TRACKERLIST: possibility to filter on date field > or < now or any string time rodrigo_sampaio: pong luciash: I saw your e-mail in tikiwiki-svn list yep, does it make sense ? luciash: yes, my fault :) luciash: but I'm planning to implement a better way to handle interface translation without having to import all the content to the database luciash: so I hope that in the next days it will be fixed rodrigo_sampaio: ok, sounds fair then :) rodrigo_sampaio: there would be also nice if one could get imported a file sent by user (possibly language.php) and diff and merge then i thought when there is export feature from db it make sense to have import and delete too luciash: why you want to import the file send from a user to the database? why not replacing language.php with this file or creating a custom.php with it? luciash: our idea, but we might be wrong, is that there is no reason to import the whole language.php to the database. we want to store in the database only what has been modified because i want easy way to merge without need to go to filesystem ssh/ftp what has been modified where ? you mean without // in language.php ? tikiwiki: 03sampaioprimo * r28307 10/trunk/lib/multilingual/multilinguallib.php: removing unused function i agree commented out doesn't have to be imported, but it was already so everything else is "modified" aka translated or "partly translated" i would prefer GUI way, which would offer me options what to merge/replace at import time, than manually doing diff of language.php and hard work in ftp/ssh also read what i put on the wiki page about approval and voting for contributed translations luciash: are you available for a skype call tomorrow? I think it is going to be easier to discuss all this luciash: one more thing: do you see any use for the "Create language" section of the tiki-edit_language.php page? this is one of the section I was planning to remove after discussing today with louis-phillipe have to work now, i have friday deadline for something so i think tomorrow not, but friday or saturday might work well, you could create (start) your own language from the interface and export then luciash: huh... true :) you guys do tremendous work, but remeber the first rule ;) luciash: so lets try to talk friday luciash: you are right :) okay, c ya luciash: ok, talk to you friday Hello, Info for whom is involved in some trackers with me : sorry I could not connect during one month because of a local sinister on phone line. I have now a line but very slow (140kb/s) which don't allows a very good job, but I have one. Important : Subject feature_sefurl : last version 5.1rc1 (current yesterday). The feature_sefurl don't functions normally (I Have not searched why). So if activated all url(s) as site/ fail. (nota : naturally Il the option is not activated the url generated for display of pages : site/tiki-index.php?page= which functions normally) tikiwiki: 03sampaioprimo * r28308 10/trunk/templates/tiki-edit_languages.tpl: indentation Recent Bug: Tracker item: #3508 - - feature_sefurl : 5. ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3508 Trebly: sefurl works perfectly with 5.1rc1, must be your server setup amette : but with 4.2 it functions ? please, in your opinion which parameter (httpd.conf, .htaccess, php;ini can have a bad action on the operations of sefurl with 5.1rc1 probably since 5.0 and not with 4.x ?) Trebly: access fails or generation fails? if it is access need to have a .htaccess New Forum Posts: 'Dump' including wiki page attachments? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37971 Recent Bug: Tracker item: #3509 - - 5.0RC1 - wiki Editing option "check orthography" ->em ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3509 sylvieg : detail in #3508. If seffeature_sefurl is on, the url is / (sample : http://locald8.teawik-50sanew_cur.net/Accueils&structure=Accueils&page_ref_id=4%27) if not /tki-index.php?page= (sample http://locald8.teawik-50sanew_cur.net/tiki-index.php?page=Accueils&structure=Accueils&page_ref_id=4%27). The first leads to 404... ...error the second normal. I have rewrite.so and .htaccess (without changes), we are with Apache on windows. Nota : if for test I had before "{sefurl .... " into the .tpl "tiki-index.php.page=" I have a "normal" behavior sorry -> Nota : if for test I add before "{sefurl .... " into the .tpl "tiki-index.php.page=" I have a "normal" behavior tikiwiki: 03marclaporte * r28309 10/trunk/lib/setup/prefs.php: [FIX] some default prefs New Forum Posts: No entiendo este problema y Agradeceria Ayuda - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=37973 tikiwiki: 03marclaporte * r28310 10/trunk/templates/tiki-admin-include-socialnetworks.tpl: [FIX] Like video admin panel Recent Bug: Tracker item: #3510 - - Take in account the Apache option "AccessFileName" - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3510