New Forum Posts: [SOLVED] Problem: Application Module disappeared when debug menu disabled - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36819 if one wiki has a great mesh up. ie gmaps and easy to use interface, could that be used without the content for another site, and so on? combining all the best wiki features into one. gaiahorizon : I don't understand Is it possible to use the framework of one wiki, without the content to build another wiki? why would you want to do that? essentially to make a mesh of the best wiki features tight integration is a feature and that will be difficult by combining various apps and if the the apps where originally written with the same code? Tiki is the Open Source Web Application with the most built-in features you mean like forks? are open source apps written in the same code (language) no different languages There are 2-3 major wiki engine per major language A long time ago, I came to the conclusion that (most of the time) it's less effort and more future-proof to add features to Tiki than to try to maintain glueware language as in speaking, or language as in computer code. computer code http://www.wikimatrix.org/ I have no idea of the slang you guys use. Am just a punter with big ideas hehe Any of the top-10 or so wiki engines will have all the features needed for most projects I have to go noe now but some reading for you: http://tikiwiki.org/Model I hope there is not too much slang (if so, let's improve!) thanks ouch forum search goes boom see http://tikiwiki.org/tiki-searchresults.php?highlight=rss&where=forums&search=Search+in+content also I posted a report without setting category and now I cannot edit it to specify type Recent Bug: Tracker item: #3105 - - Entering "rss" in forums search field causes error - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3105 :P tikiwiki: 03marclaporte * r26564 10/branches/5.x/doc/devtools/release.php: [DOC] Adding important step in release procedure freelikegnu : that bugs was fixed today just need to wait for site to receive latest code part of Dogfood bumpy road :-) you read my mind before I even did the thing, gadzooks dev.tikiwiki.org/Tiki5 has some bugs we are working on take care tikiwiki: 03lindonb * r26565 10/branches/5.x/ (lib/stats/statslib.php templates/tiki-stats.tpl): [FIX] Start pageview stats with date of first pageview tikiwiki: 03lindonb * r26566 10/branches/proposals/4.x/ (lib/stats/statslib.php templates/tiki-stats.tpl): [FIX] Rollback of commit 26461 and change to start pageview stats on day of first pageview Good Morning New Forum Posts: Do we have to pay for help / advice - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=36851 what is the default character set supposed to be on the database? what encoding type? unicode? as far as i know utf8 k...so if my database says latin....that is a problem? or does it matter? depends on how you dump the db. if dumping (without options) on a win it uses latin if dumping on unix it uses utf8 (converting it to) and reimporting this db could cause in getting wrong chars. As far as I know latin is ok as long as you stick with it. But you may have to revise mysql manual for it ok jcyrisse: the DB encoding will be wrong, but Tiki should, baring exceptions, behave fine since decoding reverts encoding issues Trying to get my head round permissions for a small group of super users on an otherwise moderated Tiki. See tiki_p_autoapprove_submission and tiki_p_forum_autoapp. Is there an equivalent permission to allow their comments to be self approved, please? jcyrisse: please don't send non-personal messages in private without asking for permission chealer: my humblest apologies...I am not an irc guru...i thought that was how you communicated with me....very very sorry New Forum Posts: Version 4.2 Blog Problem - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36856 New Forum Posts: Error on this forum - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36855 !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . is it possible to mesh gmaps with tiki wiki? tikiwiki: 03jonnybradley * r26567 10/branches/5.x/db/tiki.sql: [FIX] Missing tiki.sql change for r26544 (module param size - thanks marclaporte) anyone?? tikiwiki: 03jonnybradley * r26568 10/branches/5.x/installer/schema/20100409_bigger_module_params_tiki.sql: [FIX] Correct default for tiki_modules.params does tiki wiki offer test file storage? is there a punter tiki wiki chat? tikiwiki: 03jonnybradley * r26569 10/third_party/jquery/ (jquery-tiki-readme.txt jquery.sheet/jquery.sheet.js): [MOD] Update to jquery.sheet 1.0.2 Hi I am trying to figure out why can't auth off my ldap server, it says there are tikiwiki logs but i can't find them can anyone point in me the right direct to setup some logging to debug my ldap auth incorrect: what it's your config ? oups what's your config ? sorry i was looking on the file system for a log file, didn't find the log file web ui it's in database :) i must admit i am still struggling i've done a fairly standard config, i just keeping failing to bind is it an AD LDAP or an OPen ? openldap what is in your ldap log ? did you catch the connection ? i will need to enable some sensible loggin on the ldap server what's your OS ? just umbungo 9.10 ok what did you put in the ldap configuration on Tiki ? which version of Tiki are you using ? is there an easy way to dump my config? screenshot ? thanks one moment no problem changi, i've sent you a mail, hope it gets to you which version of tiki ? 4.2 ko oups ok I just thought i would try it as i keep getting distracted by using drupal spend too much time developing drupal to manage my documentation rather than doing what i should be done what username do you use ? to authenticate on Tiki just my uid ok did you have a look to this : http://doc.tikiwiki.org/LDAP+authentication#LDAP_Authentication_in_Tiki_4.0 ? at the back there is an Unix example. thanks some ldap logs or tiki ldap logs will help if it still doesn't work its just saying failing to bind, but it has the right user, right host invalid credentials, but if it was wrong i shouldn't have been able to ssh into the local machine other than hovering over, how can i see the log message? ldap or tiki ? in fqdn/tiki-syslog.php for tiki and /var/log/slapd.log for slap i've just enabled logging for slapd i noticed ou=People got changed to ou=people which isn't good ldap isn't key sensitive weird, its trying to bind using the local user i've found it to be case sensitive in the past as far as i know it's not what do you mean its trying to bind using the local user ? ok say you login using guest, it tries to bind using uid=guest,dc=badape,dc=net (or with ou=People) so no wonder it fails http://pastebin.ubuntu.com/412161/ for example i thought it would be doing an anonymous bind searching for the user and matching why even tell it to use sub if you aren't going to search, unless i don't get something it should bind with uid=guest,ou=poeple,dc=badape,dc=net ? s/poeple/people/ well know knows where guest could be, could be uid=guest,ou=something,ou=moo,dc=basedn know/who because you have to specify User DN not to bind in your configuration, you choose LDAP Bind type userattr=username,UserDN,BaseDN i've never really seen anyone do it this way before hmm, i am pretty sure this is wrong to not search before binding ? surely you set the 'subtree' search scope in ldapuser or ldap group, you to bind i am sure you only need a url, you can then have an optional user/pass if you have acls' to stop filtering, you then decide where you filter from ou=moo,ou=oink,dc=basedn you don't need to auth before you filter http://www.php.net/manual/en/function.ldap-bind.php for example you can see that the second example shows an anon bind, you then filter to find the user, you don't try and login using the user ok, is the admin user / admin password empty in your tiki configuration ? i've set it and removed it i will try the pam auth it's really streng, we are using openldap as a proxy, and it first search for the user and then try to bind we were expecting some trouble when making tiki config because of FF auto form fill, which automatically put the user and password in the admin form you need to do a type of bind, as the documentation i showed you says changi, don't worry about that, there is a tag to stop browsers remembering password fields let me find that ok good luck have to go iirc you might need to move that into the