is there a way to have trackerlist in cache ? It is very slow Anybody there? who knows about passing double-quotes to plugins? or any wiki characters like % tikiwiki: 03sylvieg * r16297 10/trunk/styles/darkroom.css: [FIX]darkroom: find box tuning tikiwiki: 03sylvieg * r16298 10/trunk/templates/modules/mod-switch_lang.tpl: wysiwyg q: which fields from the file gallery are indexed for a tiki search? i cant get any of my file galleries to appear in search results, even though the search term appears in the gallery description tikiwiki: 03sylvieg * r16299 10/trunk/lib/setup/prefs.php: [FIX]prefs: notice + to have site_language for instance correctly set on fresh instal tikiwiki: 03sylvieg * r16300 10/trunk/lib/tikilib.php: [FIX]switch-lang: to have all the languages on a fresh install tikiwiki: 03sylvieg * r16301 10/trunk/tiki-admin_tracker_fields.php: [FIX]tracker: default field type to text instead of action -> fix the incoherent text help tikiwiki: 03sylvieg * r16302 10/trunk/templates/tracker_item_field_value.tpl: [FIX]tracker: display 0 for a nul numeric tikiwiki: 03sylvieg * r16303 10/trunk/lib/trackers/trackerlib.php: [FIX]tracker: computed field must be sorted as number I'm trying to get google analytics to work with my website. I followed the instructions here: http://doc.tikiwiki.org/tiki-index.php?page=Google+Analytics&bl=y It's been a week and I'm still getting the "tracking unknown" message from google. I used the "new" tracking code. Suggestions? @holyfeld: review the html source of the page, and verify that that google code was added correctly OK to post the footer.tpl code here? use: http://pastebin.com/ tikiwiki: 03sylvieg * r16304 10/trunk/_htaccess: [FIX]sefurl: allow also page name with . @ricks99 - I'm new to pastebin. I have the code pasted (with the UA number changed). Typed in "holyfeld" for the name. If I hit "send" what happens? it gets posted this way, folks can review ur code So I'd need to paste the URL of http://pastebin.com/d749d3b0a here. The google code is from lines 26 - 34 looks correct to me did u complete the google analytics verifciation step? I got as far as the analytics page that shows my website profile. It said it takes a day or so for the data to accumulate so I wasn't worried about the "tracking unknown" icon. A week later I'm thinking something's not quite right. The UA number in the footer.tpl matches the UA number on the analytics page when u editited the footer.tpl, did u use the template file for your style? /templates/styles/YOUR THEME/footer.tpl Oh. for my style? Hmm. You mean for the theme I'm currently using? Oh. /That/ footer! I think you hit the nail on the head. You wait there, I have a little work to do. ;{)> b sure to clear ur tiki caches after making the change tikiwiki: 03sewilco * r16305 10/trunk/tiki-sefurl.php: [ENH] add feature_sefurl_filter for Smarty SEFURL filtering (web cache recommended). sewilco, nice hack q: how to validate email of new user? my admin: users page shows "Need to validate email" for a user @ricks99 - Interesting. tiki/templates/styles/tikipedia/ doesn't have a footer.tpl sewilco, as part of a longer term strategy to get sefurl really working, could you add a some logging to it or something like that? @holyfeld: that means ur theme is using the default ../templates/footer.tpl lphuberdeau1: I might add logging if I can figure out a useful way to do so. I haven't noticed relevant TW logging tools. @ricks99 - /tiki/templates/footer.tpl is the code I posted to pastebin.com @holyfeld: on ur site, review the generated html source. verify that the analytics code is there lphuberdeau1: Besides, my SEFURL filter seems to need adjustment. Imagedir pages are showing both normal and SEFURL links in various parts of the page, as if some of it is not being filtered. sewilco, I don't know of any either, but in debug mode it would be nice to get a list of the urls that were replaced... a bit like notice warnings pattern may need adjustment the same way we fix notices when we catch them, we could start fixing the links too as long as it catches like 90% of em, it's not bad, patterns will be adjusted over time lphuberdeau1: Also someone would have to figure out how to make logging work within a Smarty filter environment. Maybe shared memory buffer of a few Kb. right now there are too many of em to really log them... I would think of something more simple, like dumping at the bottom of the page (when in dev mode or something) try just calling trigger_error with E_USER_NOTICE and see what happens ;) I don't know when I'll have time for that. I need to figure out why some stuff isn't being filtered, and why logging in gives a blank screen until page reloaded. what do yo mean? I suspect the login problem is related to my proxied IP logging, but haven't found the connection between login and the log process. What do who mean about what? was wondering about the blank page thing @ricks - on http://pastebin.com/d749d3b0a the script from lines 26 - 29 shows in the html, but for the script in lines 30 - 34 lines 32 & 33 don't show in the html code . I checked the code in the footer with a text editor and I see no spaces or odd characters. When I log in, I get a blank page. Refresh the page or go to any other of my pages and all works, and shows me as being logged in. Because it knows I'm logged in, most of the login process worked. The TW log shows me as having logged in, but includes phrasing as if the logged-in status was detected on a page other than tiki-login.php. Thus I suspect that the login process is crashing, and upon reentry to the site the log entry is being created to report the login. I noticed this happening after I added logging of the user's IP address through a proxy (web cache), but I was logged in for a while so am not certain. @ricks99 - cleared the cache and still nothing ... Actually, I added recognition of proxied IP addresses, not only logging of it. Needed for things like IP blocking to work behind web cache. @holyfeld: not sure. if u updated footer.tpl (and there's no theme-specific footer.tpl) it should work. might be something specifc to the tikipedia theme... (maybe it doesn't use footer.tpl)? I'm guessing it uses the \templates\footer.tpl. I am getting most of the two scripts from google. If the theme didn't use a footer how could that happen? http://pastebin.com/dd8121a5 has corresponding html from my home page dont know why its not working. try moving the last to a separate line is there a spare () between the catch and ? fwiw, on my google code, i do not have the try/catch look at all This supposedly a "new" set of code. Is the var pageTracker and such is part of the previous script? dont know. this is the script i use: http://pastebin.com/d776e8987 holyfeld: Try switching lines 26-29 and 30-34 just to see what is emitted (not caring about javascript error). @SEWilco2 - I left the try/catch in as I switched the lines. The resulting html is same as http://pastebin.com/dd8121a5 except lines 5 - 6 now precede 1 - 4 I am cleaning my cache after each change before I look at the html. *rick doesnt have the try/catch loop on his sites and analytics works just fine do you have one script or 2? This will be my next change. see http://pastebin.com/d776e8987 got it. lemmee try that. That puts the UA number on the page. and another. almost like the footer gets attached to every page. r u editing the footer.tpl via tiki's internal template editor? No. I guess this means there is one? y, but dont use it for templates that contain im out of ideas as to why it wont work for you, sorry :( actually, I have hope that it /is/ working for me. The tracking code now shows in the html. anyone ever seen this error before? Illegal mix of collations (utf8_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation 'UNION' its having problems with the sql query for creating a file gallery check the table charset how did you install? oh, and which version? latest version of 2.2 well i exported my db from my online hosting to apache2triad local hosting and everything seems to work fine so far it loads everything except i ran into that error let me look at the table charset, i dont see why it owuld be latin make sure all the tables have the same encoding and it should be fine the export script probably messed up some of them weird, none of them say they are latin they all say utf general that would mean the connection's encoding is different is there a restrition on which (if any) plugins can be used in forum posts? I guess it's all or nothing don't know which one I don't know which option is used for forum parsing, but plugins are either enabled or disabled globally k. thee ones im testing seem to be working odd that forum post page has its own mini-help instead of the regular wiki/plugin help link thats what was confusing to me one more question, if i locked the installer script from begin accessed again, how do i unlock it for database being* @cellvia: remove the ../db/lock file removed, but keeps sending me back to ../index.php tiki-index i mean Hello from germany heya Hello cellvia @cellvia: can u access tiki-install.php directly? I work as an administrator in a german company, we primary are cartographs sorry my english is not the best... lol nope, it keeps sending me back to tiki-index whats cartographs? even when i access directly wait a minute @cellvia: what tiki version? cartography 2.2 we work with 2.2 oh cool, you make maps need to rename tiki-install.php.done to tiki-install.php yes we make maps, very nice maps.... and we work in berlin for a company for public transportation, they produce ther own map of berlin we controll the change of map in berlin and we use the TW to documention the changes with tracker, that work very well Now we will build a secound company to consult the TW for other companys, we thing TW is the best Wiki We want to provide the TW in germany hello? is there anybody outthere? i am here :) The provide in germany is very bad, we think sounds awesome, you should talk to the TW developers and now we will complete the german translation to 100% and we will work on a german docomentation we have two developers an a very good english speakink member of our company speaking sorry it is possible to work together to provide TW in Germany? German translations? definitely. see: http://tikiwiki.org/TikiWikiInternationalizationAndLanguages First and most problem is the decimal separator we work in europe with , in US it is the point (.) are you aware of: http://de.tikiwiki.org this is 75% is there a way to make the wiki's created by a user, only viewable to that group & admins? (automatically) we need 100% to provide the TW in germany, work is in progress sorry de.tikiwiki.org is not very good, he is to slow to provide this wiki in germany... we want to give all our power for TW in germany can you contact me under lindow@cartogis.de @carlos7: u can use the "force and limit categorization..." option to require that newly created wiki pages be in a specific category. and give the group access to that category ricks99: I'll need to enable categories I guess? y thanks np we think more of 1000 companys need a TW in germany, we will sale support and we will provide the TW community and the developers we want to startup a businees ricks: I don't find, where to assign a category when creating a new wiki click the SHOW CATETGORIES when editing a wiki page. see http://twbasics.keycontent.org/Categorizing+Objects you want to provide TW in germany? who me? not sure what you mean? in germany we need a professionel Consulting we will make the job that could be fun but we need consulting in the TW developing for europe.. decimal separator is in europe the , how much are you offering? what if you dont speak german i was born in germany :) but we moved when i was 5 we have this day a meeting with one of the best SEO in germany Ich spreche deutsch you speak german? I don't know german :( we want to make buisenees with TW in germany but TW has problems with the european standards ahh, mainly the , problem? for numbers We think the TW is the best Wiki the closest i've been to germany is drinking Beck's beer do you have a list of these problems? the Frecnh community is very strong... lol we need , for seperating decimal separator in US you work wit the point ..... (.) ... where are decimals displayed? can be a server localisation problem too in tracker computed fielp par example no server problem but this popint I think it is server localisation - to be checked you could always have a simple function that converts number output before being displayed that might not be the best route but it would work then all users would have to set their locale Don't PHP and Smarty have options for handling numeric display? then there would be confusion in the input... I'm in Canada and we have this mixed standard... the fact that different installations may use . or , is just more confusing I find the computed field is the result of eval PHP usually relies on environment locales for that... don't know about smarty... Zend_Locale can handle it but still is one of those long tedious tasks we work with computed field in tracker but no way with , we can not work, no computed are possible suppose it should be easy to replace the eval with a zend function only with . as a decimal separator it could be nice to add a param to computed field like format TW is one of the best Wiki with CMS we will provide a work wiki in germay, we need help to provide the TW in europe / germany 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/ . sylvie... requires a little more work than that as you still need to configure it with the appropriate locale my concern is not so much about displaying values as it is about input... and inconsistency that is bound to arise it is late i must go to bed, i have this day a TW presentaition.. contact me via emal... lindow@cartogis.de yeh input can be tricky... on monday i am here... Klaus nice day I wouldn't want a situation where writing 100,000 would have a different meaning in different fields TW festival in germany???? 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/ . but the number of palce you can find real number is limitted? ... you know them all? probably not.... Testing what the bot does when the word help is mentioned within a sentence. Testing what the bot does when TW and the word help are mentioned. Testing if the bot is sensitive to TW and help when a question mark is present? TW mentioned? 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/ . hello, so im having this problem: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation 'UNION' i reinstalled the database with the tiki installer and i still get that problem, from trying to create a file gallery any ideas? everything else seems to work my sql default character set is utf8 as well my php cant think of what else im mising check the client default charset as well constants in SQL queries will be in the connection charset and that can cause conflicts hi