[0:1] CIA-36 tikiwiki: 03nkoth * r40543 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX} Prevent 2nd parameter should be an array errors when exactvalue is not set [0:2] CIA-36 tikiwiki: 03nkoth * r40544 10/branches/8.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [bp/r40543][FIX] Prevent 2nd parameter should be an array errors when exactvalue is not set [0:18] * changi bye bye [0:35] Bernard1 joined #tikiwiki [0:46] panamaus joined #tikiwiki [0:50] sandroandrade joined #tikiwiki [2:1] thegreatwent joined #tikiwiki [2:3] thegreatwent hello folks..have a twiki installed and the wiki link feature doesn't appear to work as expected. how does one go about creating links to other wiki pages? what part of the url sting do i enter in the "Link to this page" field? [2:3] bob__ joined #tikiwiki [2:3] bob__ woot [2:4] thegreatwent what it's doing currently is it opens a page dialog to create a new page... [2:4] bob__ mysql -u root -p city < ./tiki.sql ; login with admin admin, cant do anything [2:4] bob__ but look at a login page [2:4] bob__ admin in users_users in weard [2:4] bob__ 8.3 [2:6] bob__ +--------+-----------------------------+-------+----------+----------+---------------+------------+--------------+------------------+-----------+--------------+---------------+------------------------------------+---------+------------+------------+----------------+------------+---------------+------------+-------+-------+---------------------+------------+---------+ | userId | email | login | password | provp [2:6] bob__ 1 | bob@johns.com | admin | | | NULL | 1333065511 | 1333065533 | NULL | NULL | 1333065511 | NULL | $1$fdISzdU0$8Lb95saE.owYJ3vfvJsDF. | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 0 | NULL | 0 | NULL | NULL | [2:6] bob__ password is blank [2:6] bob__ how many bugs do you have [2:6] bob__ ? [2:6] CIA-36 tikiwiki: 03robertplummer * r40545 10/branches/9.x/ (lib/codemirror_tiki/tiki_codemirror.php tiki-setup.php): [ENH] Added minify support, needed for 9 [2:19] CIA-36 tikiwiki: 03robertplummer * r40546 10/branches/9.x/lib/codemirror_tiki/codemirror_tiki.js: [FIX] Killed all my code for tracking modes, and just do it dynamically since it all loads now by default, works GREAT, next update will be a codemirror upgrade [2:20] CIA-36 tikiwiki: 03robertplummer * r40547 10/third_party/codemirror/ (10 files in 8 dirs): [ENH] Removing and upgrading codemirror [2:24] CIA-36 tikiwiki: 03robertplummer * r40548 10/third_party/codemirror/ (220 files in 55 dirs): [ENH] Upgrade codemirror to 2.23, man they are releasing fast! [2:26] CIA-36 tikiwiki: 03robertplummer * r40549 10/branches/9.x/lib/codemirror_tiki/tiki_codemirror.php: [ENH] wrap each codemirror mode in try {}, there is just too much that can fail, better safe then not. [2:46] Caarrie|sleeping joined #tikiwiki [2:56] CIA-36 tikiwiki: 03robertplummer * r40550 10/branches/9.x/lib/codemirror_tiki/ (codemirror_tiki.css codemirror_tiki.js tiki_codemirror.php): [2:56] CIA-36 tikiwiki: [ENH] Moved tiki mode to load first, where it should be [2:56] CIA-36 tikiwiki: [FIX] Kill auto height, no longer supported [2:56] CIA-36 tikiwiki: [FIX] Ensure pre are right height [3:4] goj_killedByISP joined #tikiwiki [6:48] kstingel1 joined #tikiwiki [7:24] d6chung joined #tikiwiki [8:19] Jenser joined #tikiwiki [8:49] kstingel1 joined #tikiwiki [9:24] Bernard1 joined #tikiwiki [9:37] Jenser left #tikiwiki [9:43] xavi joined #tikiwiki [9:44] kstingel1 joined #tikiwiki [9:48] blackbird_ joined #tikiwiki [9:49] blackbird_ what is wrong with the tracker?: when I want to enter a number with decimal places (e.g. 4.2) and it automatically removes (JavaScript?) the decimal point. what the ...? [9:56] blackbird_ happens in my dev-wiki (8.3), happens in my productive wiki (8.3) and also happens in my dev-wiki (9). big fail, huh? [9:56] xavi blackbird_: read the documentation about tracker fields. it depends on how you set up the tracker field [10:0] NachoMahma joined #tikiwiki [10:1] blackbird_ joined #tikiwiki [10:13] blackbird_ okay, but what is interesting: I used the time sheet profile (so I didn't create the tracker on my own) and this problem exists in this tracker as well [10:16] blackbird_ xavi: can you provide me a link for the number tracker field docu? all I currently found was this... http://doc.tiki.org/Numeric+Tracker+Field&structure=Documentation+TOC [10:17] xavi what type of field ar eyou using? [10:18] blackbird_ xavi: number [10:18] xavi ok, thanks [10:18] xavi oups, that page is a stub! [10:18] xavi :-/ [10:18] xavi let me check, and improve that page.... [10:19] xavi I have this field working nicely for me in tiki6, at least [10:19] blackbird_ that'd be great. especially in relation to my bug(?) mentioned before [10:19] blackbird_ umm [10:20] blackbird_ what is funny: it does not change the value (e.g. from 4.5 to 45) _after_ clicking submit, but _before_ (when I unfocus the input field). so this seems to be some javascript(?) [10:34] xavi blackbird_: some basic info added: http://doc.tiki.org/Numeric+Tracker+Field [10:34] xavi now, let's check my testing site upgraded to tiki9... [10:34] xavi blackbird_: what do you have set as "decimal separator"? [10:34] xavi and the number of decimals? [10:35] blackbird_ xavi: number of decimals: 2, decimal separator: I tried dot and komma - nothing worked fine [10:36] blackbird_ btw: the "same row" option also has never worked for me... :/ [10:36] xavi blackbird_: write "c" for comma [10:36] blackbird_ really? [10:36] xavi without the quotes [10:36] blackbird_ k, I'll try [10:37] xavi that's what the interface in tiki6 says: "Use c for comma and s for space" [10:37] xavi so maybe, the interface in tiki87 and 9 needs to be updated to provide that info [10:37] blackbird_ ok [10:37] xavi if this is true, can you update those files in tiki8 and trunk, so that this info is displayed, please? [10:38] xavi s/tiki8 and trunk/tiki8 and tiki9 [10:38] blackbird_ doesn't work: I entered "c", but still same behavior – when I take a komma (,) it say "invalid value", if I take a dot (.) it automatically removes it [10:40] blackbird_ neither "c" (comma), nor "s" (space) does work [10:41] xavi let me check myself in tiki9... [10:43] xavi oh well, you are right, this is buggy [10:43] xavi blackbird_: try keeping the c in the params for that field [10:44] blackbird_ I will [10:44] xavi and add the data with a dot, instead of a comma [10:44] xavi that's how it works for us [10:44] xavi (weird) [10:44] blackbird_ ... removes the dot automatically [10:44] blackbird_ already tried that [10:44] xavi nope, it works for us [10:44] xavi so maybe, some setting in the computer is affecting this behavior [10:44] blackbird_ ok [10:44] xavi "computer" = server [10:45] blackbird_ don't hope so [10:45] blackbird_ :> [10:45] xavi I can tell you that this works for us (it shouldn't: comma as a param, and dot in the data <= weird!) [10:45] xavi in tiki6, and in tiki9 [10:45] blackbird_ I'll clear my cache, let's see if that works [10:46] xavi so, can you please add a bug report, at least, here: http://dev.tiki.org/Tiki9 or http://dev.tiki.org/regressions+in+trunk [10:46] blackbird_ yes, I'll do so [10:52] blackbird_ I'd love to gain svn access so that I can contribute if developing patches. can I request that in here or do I have to follow http://dev.tiki.org/How+to+get+commit+access ? [10:55] redflo joined #tikiwiki [10:55] blackbird_ xavi: bug with decimals only occurs in chrome! ff worx properly [10:56] xavi oups [10:56] xavi interesting [10:56] xavi blackbird_: ok, about commit access, no problem.... [10:56] * xavi goes to fetch the "ceremony hat" [10:57] xavi you only have to answer a few questions [10:57] * blackbird_ goes down on his knees, lowering his head as a sign of respect [10:58] blackbird_ go ahead [10:58] xavi First, have you read and understand the 3 basic rules for the Tiki developement? [10:58] xavi http://dev.tiki.org/3rules [10:58] xavi ^or similar url [10:58] * xavi writing from the top of his head [10:58] blackbird_ yes [10:59] xavi ok, next step.... [10:59] blackbird_ I consider these rules not to be tiki specific. I consider them in general when developing/commiting [10:59] xavi yes, yes, I agree, they are common to some way of developing software [10:59] xavi but in other comunities, they follow other rules, etc. [11:0] blackbird_ true [11:0] xavi So, what's your sourceforge username? [11:1] blackbird_ it's "dialogik" [11:2] xavi ok, and the next and last step.... [11:2] xavi the more critical one.... [11:2] xavi (many people fail at this step....) [11:3] xavi .... blackbird_ Welcome to the Tiki (Dev) Community! [11:3] xavi :-) [11:3] * xavi hears some trumpets playing a cheerful welcome to blackbird_ to the svn commit group [11:4] * xavi takes the hat off [11:4] * blackbird_ jumps up, throws his hands up in the air and starts to dance the tikidance [11:4] xavi so welcome, blackbird_! (I wish you document how to dance this tikidance! :-) [11:5] xavi so, following the 3 rules, feel free to fix the interface in tiki8 and tiki9, for instance, providing more information about the options for that numeric field [11:5] blackbird_ I will, later. but afk now for couple of minutes [11:6] xavi translate interface to german directly in svn, etc [11:9] JoernOtt joined #tikiwiki [12:13] kstingel evening all [12:13] kstingel if I'm using Tiki for the primary script on my site .... how would I go about adding a privately developed app to the Tiki script, and where should I put it ... I'm assuming inside the lib directory? [12:14] kstingel or, alternately, should I just add the App Objects via trackers and let Tiki manage it all? [12:23] CIA-36 tikiwiki: 03gezzzan * r40551 10/branches/9.x/templates/ (3 files): [MOD] article topic, type label and text simplifications, also removing built-in help text from types as help is already provided through link to the corresponding page at doc.tiki.org [12:47] ricks99 joined #tikiwiki [13:44] kstingel joined #tikiwiki [14:0] rodrigoprimo joined #tikiwiki [14:8] blackbird_ joined #tikiwiki [14:8] rodrigoprimo joined #tikiwiki [14:22] kstingel1 joined #tikiwiki [14:24] kstingel|afk joined #tikiwiki [14:27] blackbird_ one question about structures: what is the difference between the structureID and the alias? [14:27] blackbird_ sry [14:28] blackbird_ typical sort of rtfm... http://doc.tiki.org/Structure+Admin [14:28] fidel joined #tikiwiki [14:30] fidel hi - i am currently using mediawiki - but as i am in need of some permission/access handling i consider jumping to tikiwiki. how good does the mediawiki to tikiwiki converter works? any experiences? [14:34] sandroandrade joined #tikiwiki [14:36] xavi blackbird_: yes, rtfm :-) [14:36] bob__ lol [14:36] blackbird_ :> [14:36] xavi and blackbird_: "itfm" [14:36] blackbird_ improve? [14:36] xavi itfm: improve the F* manual [14:36] bob__ well i read the manual , neverheless i have problem installing 8.3 [14:37] xavi :-) [14:37] bob__ for once the setup script (how lame) exit the session [14:37] xavi Tiki9 has revamped structures [14:37] xavi and doc is ooooldish [14:38] xavi as a short intro, read the section about structures at http://doc.tiki.org/Tiki9 [14:39] blackbird_ okay, thnx 4 info [15:8] radek82 joined #tikiwiki [15:9] Flashdown joined #tikiwiki [15:10] Flashdown Hi there, i have some trouble with the ldap integration of the tiki [15:10] Flashdown after a new user is authenticated it does import all roles from the ldap where the user is a member of [15:11] Flashdown how can I disable the import of roles? [15:11] rodrigoprimo fidel: the mediawiki to tikiwiki converter works well for the basic syntax. the best is to install a tiki somewhere a try the importer. [15:16] rodrigoprimo hi ricks99 [15:26] fidel rodrigoprimo: thx - that was the plan anyways ... i was just curious as the doc sounds like it isnt that heavily tested so far [15:26] redflo left #tikiwiki [15:33] rodrigoprimo fidel: some people have used it already but to my knowledge it haven't been heavily tested [15:33] rodrigoprimo fidel: my impression is that it works well for simple sites using just the basic mediawiki syntax [15:34] rodrigoprimo fidel: you might have to do some manual work if your site is using complex mediawiki syntax [15:37] zac2944 joined #tikiwiki [15:52] Jyhem fidel: I know of some people who have imported significant mediawiki sites, and they have contribued changes to the code to make it better. But this is always a one-time activity, then people start the *real work* part, so doc is likely to be a bit behind [15:52] Jyhem I never tried myself [16:9] CIA-36 tikiwiki: 03nkoth * r40552 10/branches/9.x/lib/wiki-plugins/wikiplugin_trackeritemfield.php: [bp/r40539][FIX] Not getting full fields info and therefore not able to check user field and therefore not able to show user item through special modify perms [16:11] CIA-36 tikiwiki: 03nkoth * r40553 10/branches/9.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [bp/r40543][FIX] Prevent 2nd parameter should be an array errors when exactvalue is not set [16:17] kstingel1 joined #tikiwiki [16:27] xavi RobertPlummer: ? [16:27] xavi hi rodrigoprimo and Jyhem [16:27] rodrigoprimo hi xavi [16:28] xavi rodrigoprimo: quic question for you: the title in plugin convene can't ve translated with the interactive translation tools. Well, you can translate, but you don't see the translation afterwards in Tiki9.... [16:29] xavi do you know if something isi missing in plugin convene code, so taht it can be i18n-ready? [16:29] xavi s/quic/quick [16:33] xavi example: http://demo.tiki.org/trunk/tiki-index.php?page=HomePage [16:33] xavi I've renamed "Convene" (title by deafult) to Convention, using the interactive translation tool. Saved. Unchecked the interactive translation checkbox. Page is reloaded, and no change [16:34] xavi Similar behavior I got in my localhost with the l10n to catalan, etc. [16:41] rodrigoprimo sorry xavi, I don't have time to check it now [16:41] xavi ok, no worries [16:41] xavi the code seems ok for translation [16:41] xavi but it's not importat nor urgent, so don't worry [16:41] rodrigoprimo xavi: working on daily reports to make it display a title for each event type [16:41] xavi nice :-) [16:43] kstingel1 joined #tikiwiki [16:44] ricks99 Q: anyone know of an option to replace the free google translate api for the Machine Translate i18n option? [16:45] ricks99 I've been playing with the free google website translate widget... but looks like a lot of work to shoe-horn it into a nice Tiki package :( [16:47] ricks99 we should really remove the option from tiki [16:50] jonnyb joined #tikiwiki [16:51] jonnyb hi all [16:52] ricks99 hi jonnyb [17:3] xavi hi jonnyb, no ide ricks99 [17:3] xavi s/ide/idea [17:3] jonnyb hi xavi [17:23] arildb joined #tikiwiki [17:25] CIA-36 tikiwiki: 03jonnybradley * r40554 10/branches/9.x/lib/simile_tiki/tiki-timeline.js: [FIX] trackertimeline: Add some more strapping to reload the page for exceptions occurring when loading the simile libs for the first time [17:26] Jyhem hi all [17:27] * Jyhem has difficulty catching up on svn-list [17:34] xavi hi Jyhem [17:44] ricks99|away_ joined #tikiwiki [17:45] Jyhem hi xavi [18:1] gillesm joined #tikiwiki [18:34] RobertPlummer polom all [18:34] RobertPlummer I' [18:34] RobertPlummer m here [18:34] RobertPlummer polom xavi [18:39] Jyhem Hi RobertPlummer [18:39] RobertPlummer Hi Jyhem [18:40] RobertPlummer Did you get a chance to look at the commits I did with codemirror? [18:40] RobertPlummer Jyhem, it seems to be much more stable than before, and now we load all languages at runtime. [18:41] RobertPlummer Before we'd allow the user to select them, but there were just too many dependacies, like html mixed for example. [18:41] RobertPlummer html mixed = (xml + javascript + css) [18:41] jonnyb hi RobertPlummer [18:41] RobertPlummer hey jonnyb. [18:41] jonnyb just doing a svn sw to 9.x :) [18:41] RobertPlummer nice [18:41] RobertPlummer I need to run a merge. [18:46] LOLSOME joined #tikiwiki [18:46] cardcha joined #tikiwiki [18:47] cardcha hi [18:47] LOLSOME LOLOLOL That's what she said LOLOLOLOL [18:47] cardcha wtf [18:47] LOLSOME LOLOLOL That's what she said LOLOLOLOL [18:47] cardcha jesus christ [18:47] LOLSOME LOLOLOL That's what she said LOLOLOLOL [18:47] cardcha dude please hush [18:47] LOLSOME LOLOLOL That's what she said LOLOLOLOL [18:47] cardcha left #tikiwiki [18:49] ricks99 wtf? [18:50] CIA-36 tikiwiki: 03robertplummer * r40555 10/trunk/ (11 files in 4 dirs): [MRG] Automatic merge, branches/9.x 40502 to 40554 [18:55] JoernOtt left #tikiwiki [18:55] xavi back [18:55] xavi hi RobertPlummer [18:56] xavi well, I have to leave (weekend starts sooon :-) [18:56] RobertPlummer xavi! Did you get a chance to play with the latest in codemirror? [18:56] JoernOtt joined #tikiwiki [18:56] xavi I did test a bit more the convene plugin [18:56] xavi (no codemirror) - I had too many things to do today aside of tiki [18:57] frankkahle joined #tikiwiki [18:57] xavi we can talk at any other time about convene if you wish [18:57] xavi just a quick question: what's the roadmap to have autoindenting added to codemirror? [18:57] frankkahle I am running tiki8.3 and trying to config AD LDAP auth. not having any sucess looking for help [18:58] xavi as an option, like line numbering, word wrapping, etc. [18:58] RobertPlummer xavi, in what language? [18:58] xavi smarty, for instance, or R [18:58] RobertPlummer xavi it is built into the parsers, so it is language specific. [18:58] xavi smarty for templates [18:58] xavi R for templates or normal wiki pages [18:58] xavi mmm [18:58] RobertPlummer I can see about having it added, it should be pretty easy. [18:58] xavi ok [18:59] RobertPlummer https://github.com/marijnh/CodeMirror2 [18:59] RobertPlummer I will fork and add. [19:0] JoernOtt joined #tikiwiki [19:0] JoernOtt frankahle, which LDAP server are you using? [19:0] frankkahle Active Directory on Server 2003 [19:1] frankkahle I just looked at tiki-phpinfo and it says vendor name "OpenLDAP" [19:2] JoernOtt well, did you have a look at the settings documented on doc.tiki.org for AD? [19:2] JoernOtt you have to follow the example quite close [19:3] xavi RobertPlummer: see http://dev.tiki.org/Tiki9#Todo for the codemirror things for autoindenting and smarty support [19:3] xavi I collected there the links that you and jonnyb provided in the last bbb meeting [19:3] JoernOtt The problem with AD is that its's hard to debug [19:3] frankkahle that doesnt sound right, and yes i have spen more time reading this stuff than i normally do...I am usually pretty good at figuring things out...but [19:3] frankkahle agreedf [19:3] xavi ok, have a nice weekend all! (se you later this weekend, maybe) [19:3] xavi left #tikiwiki [19:5] JoernOtt frankkahle: Did you turn on "Write LDAP debug Information in Tiki Logs"? [19:5] JoernOtt If so, there are some infos in the tiki logs about the connection [19:6] frankkahle i do have it on and this is what i see [19:6] frankkahle fkahle@alterna.local Connect Host: ldap://alternadc.alterna.local:389. Binddn:... [19:7] frankkahle then fkahle@alterna.local Connect Host: ldap://alternadc.alterna.local:389. Binddn:... [19:7] frankkahle 13:03 fkahle@alterna.local Error: Bind failed: Invalid credentials:...... [19:7] JoernOtt so, the user you are using to connect to the LDAP server is invalid or the password provided is invalid [19:8] Jyhem RobertPlummer: no, I have not looked yet :-( This morning I had some sysadmin stuff to do (customer migration) and then I only got half-way catching-up the svn mails. Now I need to batch-import some trackers and then go out. [19:8] Jyhem So... maybe tomorrow [19:8] RobertPlummer Jyhem, cool! [19:8] frankkahle i am not even sure if it is really hitting the 2003 server [19:9] JoernOtt I'd recommend to create a special user named "tiki" in AD and use that user for connecting from tiki [19:10] Jyhem But I did look at convene yesterday and even add some styling :-) [19:10] JoernOtt well, what does a "ping alternadc.alterna.local" from the host tiki is running on give as IP [19:10] JoernOtt This should be the IP of the DC [19:10] jonnyb anyone got any idea how this happened? http://doc.tiki.org/범주+전이 [19:10] JoernOtt but invalid credentials means username/password is wrong [19:11] frankkahle yes the ping returns the correct answer and i have a user in AD called LDAPREAD [19:11] jonnyb seem to be three pages renamed to something oriental [19:11] JoernOtt ok, this user is used in the binddn, of course, you did turn of anonymous bind [19:11] frankkahle but its a bind failed error, would that not indicate a failure in the LDAP bind process. and where do i put that 'tiki" account info in for v8.3 [19:13] JoernOtt well, if your user is named LDAPREAD, then use that one [19:13] JoernOtt I just wanted to prevent you from using "Administrator" [19:14] frankkahle yes, first off where is the anonymous check box? and where do i insert the LDAPREAD username and password in the tiki [19:14] JoernOtt In order to enter the credentials, you need to set "LDAP Bind Type" to "Active Directory" [19:15] frankkahle yes set to AD (username@domain) [19:16] JoernOtt then enter LDAPREAD@alterna.local as "Admin user" and his password as "Admin password" [19:17] JoernOtt this should show up as "BindDN" in the logs [19:17] JoernOtt Just to rule out some locked account: Can the user LDAPREAD log in from a workstation? [19:18] frankkahle yes [19:19] frankkahle quick question where are the logs stored? [19:19] JoernOtt in the mysql database [19:20] frankkahle viewing them on the tiki logs page, stuff gets cut off... fkahle@alterna.local Connect Host: ldap://alternadc.alterna.local:389. Binddn:... (more here) was going to tail the log file but... [19:23] frankkahle 136 ldap 13:15 fkahle@alterna.local Error: Bind failed: Invalid credentials:... 172.16.17.33 Mozilla/4.0 (compatible;... 138 ldap 13:15 fkahle@alterna.local Connect Host: ldap://alternadc.alterna.local:389. Binddn:... 172.16.17.33 Mozilla/4.0 (compatible;... 133 ldap 13:15 fkahle@alterna.local Connect Host: ldap://alternadc.alterna.local:389. Binddn:... 172.16.17.33 Mozilla/4.0 (compatible;... 135 ldap 13:15 [19:23] JoernOtt when you hold your mouse over the message, there should be a full popup [19:24] JoernOtt otherwise, simply look into the database: tiki_actionlog [19:33] Jyhem Strange, I imported 108 items and everything got in (text field fields) except the country field [19:34] RobertPlummer joined #tikiwiki [19:36] rain`` anyone around? [19:37] JoernOtt yes [19:37] ricks99 yes [19:37] rain`` im trying to use Clean URLs but the documentation im reading is a bit confusing [19:37] rain`` http://doc.tiki.org/Clean+URLs [19:38] rain`` i dont see _htaccess in my root directory [19:38] rain`` so if i add: [19:38] rain`` [19:38] rain`` ... [19:38] rain`` Options FollowSymLinks [19:38] rain`` AllowOverride FileInfo [19:38] rain`` ... [19:38] rain`` [19:39] rain`` can i just add that to the bottom of the .htaccess file? [19:39] JoernOtt rain, do you see a ".htaccess" file? [19:39] ricks99 how did you install Tiki? from the .zip from tiki.org? or from an auto-installer? [19:39] JoernOtt do a "ls -lA" [19:39] rain`` auto installer [19:39] rain`` Quick Install [19:40] rain`` JoernOtt: i can try that but i need to get into my shell access, it should be set up by now [19:40] ricks99 ah.. some auto-installer use their own .htaccess and override tiki's [19:40] rain`` might take a efw [19:40] rain`` oh ok [19:40] ricks99 you can grab the Tiki _htaccess directly from SVN.... [19:41] ricks99 on dev.tiki.org, look for the SVN view link (in left column) [19:42] rain`` k [19:42] rain`` im there [19:42] ricks99 can then simply cut/paste into your existing .htaccess [19:42] rain`` my connection is slow today [19:42] rain`` ok thanks [19:42] ricks99 slow and cold in norway? ;-) [19:43] rain`` nope [19:43] rain`` in texas [19:43] rain`` so slow and warm i guess [19:43] ricks99 lol [19:43] rain`` ok give me a sec to try this [19:43] rain`` brb [19:45] rain`` well i didnt break anything [19:45] rain`` so thats a start :D [19:47] * Jyhem going out for the night. Bye folks [19:47] rain`` ok another problem i had [19:47] _qP joined #tikiwiki [19:47] rain`` i couldnt find the httpd.conf file either [19:47] jonnyb have fun Jyhem [19:47] rain`` bye Jyhem [19:48] JoernOtt rain, that is depending on the distro. Usually somewhere in /etc/httpd or /etc/apache [19:48] JoernOtt if you run apache [19:48] ricks99 httpd.conf is not a tiki file -- it is apache [19:49] rain`` and it is running apache [19:49] rain`` just a sec [19:50] rain`` i havent done web design in a while so i apologize for the silly questions [19:50] benoitg joined #tikiwiki [19:51] JoernOtt well, this is more "server administration" than web design [19:51] rain`` and im using sftp to work with the files [19:51] rain`` true [19:51] rain`` i just havent work on websites in a while [19:51] rain`` i've ran ircd's since i've ran web pages [19:52] CIA-36 tikiwiki: 03jonnybradley * r40556 10/branches/9.x/lib/core/Search/Formatter/Plugin/SmartyTemplate.php: [FIX] search: Use Smarty 3.1 accessor calls to set up smarty (compile_dir etc are now private) [19:52] ricks99 no problems [19:53] rain`` and now im switching from mediawiki to tikiwiki [19:53] rain`` moving the pages was easy though [19:54] rain`` alright i believe i found it in public_html [19:55] rain`` under the parent domain [19:56] JoernOtt are you sure? The httpd.conf should never be exposed via http and the folder public_html looks like a web root [19:57] JoernOtt if you have personal web folders, you have some URL like http://yourserver.com/~yourname/ which points to /home/yourname/public_html [19:57] rain`` no it was something else [19:58] rain`` i need to see if i have shell access [19:58] rain`` im using hostgator (rage bought it) and i've had to get them to enable it twice [20:0] * ricks99 admin several tiki sites on hostgator - all run well [20:0] rain`` yeah i havent had any real issues with hostgator [20:0] rain`` i just wanted to set up the vps the way i wanted it, but really this was probably the better option [20:1] rain`` i tired a couple companies and had issues with them, one wouldnt let me because i am a woman [20:1] rain`` they thought i was fake [20:1] ricks99 ? wow. [20:2] frankkahle ok so with LDAP in the database table for the logs i see the whole thing - Connect Host: ldap://alternadc.alterna.local:389. Binddn: fkahle@alterna.local@alterna.local at line 225 in /var/www/html/lib/auth/ldap.php [20:3] frankkahle then - Error: Bind failed: Invalid credentials: LDAP_INVALID_CREDENTIALS at line 236 in /var/www/html/lib/auth/ldap.php [20:3] frankkahle and finally Connect Host: ldap://alternadc.alterna.local:389. Binddn: sAMAccountName=fkahle@alterna.local,dc=alterna,dc=local at line 225 in /var/www/html/lib/auth/ldap.php [20:3] JoernOtt lol, my brother used to kill fake accounts too, when he started with his old employer. He accidentally deleted a guy named "Reiner Stoff" which could be translated as "Pure heroin", but the guy really existed. He had to fax his ID [20:3] rain`` lol [20:4] rain`` my name isnt weird, but its obvious i am female [20:4] frankkahle then this - Reuse of ldap connection failed: Bind failed: Invalid credentials: LDAP_INVALID_CREDENTIALS at line 260 in /var/www/html/lib/auth/ldap.php [20:5] JoernOtt so frankkahle: Apparently, you don't use your LDAPREAD user but your personal user for user authentication. [20:5] JoernOtt and fkahle is your windows logon name [20:5] frankkahle the only place i am putting my credentials in in the login field on the home page of the wiki [20:6] JoernOtt yes [20:7] JoernOtt in AD, where is your user object located? [20:7] JoernOtt is it in the ou Users? [20:8] JoernOtt I don't have a AD server here, so I can't test it with that [20:8] JoernOtt But we got it running a few weeks ago with a customer using Windows 2008 R2 [20:9] rain`` ok i am in my shell account [20:9] frankkahle i moved the ldapread account to users now, no difference... [20:10] frankkahle what needs to be in the LDAP user fields? [20:11] JoernOtt frankkahle: according to the log, the fkahle user is being used for authentication. So, if it is not in the Users OU, then you should select another base DN for users (maybe leave it empty). For the default AD config see http://doc.tiki.org/LDAP+Authentication [20:12] JoernOtt rain: Look at /var/www [20:12] JoernOtt (depending on your OS) [20:14] rain`` i see etc not var though [20:14] rain`` its running CentOS [20:15] JoernOtt rain: do a "pwd" [20:15] JoernOtt this gives you your current directory [20:15] rain`` im in home/myusername [20:16] rain`` ok [20:16] JoernOtt ok, so if you do a ls -lA /var/www, you should see a folder public_html [20:16] rain`` i fond var [20:16] rain`` *found [20:16] frankkahle Connect Host: ldap://alternadc.alterna.local:389. Binddn: CN=Frank Kahle,OU=Users,OU=IT Infrastructure,OU=Head Office Albert,DC=Alterna,DC=local at line 225 in /var/www/html/lib/auth/ldap.php [20:16] frankkahle Bind successful. [20:16] frankkahle WHOOHOO!!!! [20:17] JoernOtt the important thing is thre "/" before the "var" [20:17] rain`` /bin/ls: cannot access /var/www: No such file or directory [20:18] JoernOtt ok, then have a look at /etc/httpd [20:18] JoernOtt or /etc/apache [20:18] frankkahle So in LDAP user fields = USER DN = blank, user attribute=sAMAccountName user OC = inetOrgPerson, Realname attribute = displayName [20:19] frankkahle Thank you @JoernOtt [20:19] rain`` [/etc]# ls [20:19] rain`` ./ inputrc protocols [20:19] JoernOtt frankkahle: you're welcome [20:19] rain`` ../ ld.so.cache rblblacklist [20:19] rain`` DIR_COLORS ld.so.conf rblbypass [20:19] rain`` aliases localaliases relayhosts [20:19] rain`` antivirus.exim localdomains resolv.conf [20:19] rain`` backupmxhosts localtime secondarymx [20:19] rain`` bashrc lynx.cfg security/ [20:19] rain`` blockeddomains mail/ senderverifybypasshosts [20:19] rain`` cpanel_exim_system_filter mailhelo services [20:19] rain`` cron.deny mailips shadow [20:19] rain`` demodomains man.config skipsmtpcheckhosts [20:19] rain`` demouids mtab spammeripblocks [20:19] rain`` domainusers my.cnf spammers [20:19] rain`` exim.conf nsswitch.conf sudoers [20:19] rain`` exim.pl pam.d/ trustedmailhosts [20:19] rain`` exim.pl.local* passwd userdomains [20:19] rain`` group profile vimrc [20:19] rain`` host.conf profile.d/ [20:20] rain`` sorry for the link paste [20:20] rain`` but thats what is in etc [20:21] JoernOtt strange, that seems not to be a "standard" centos [20:23] JoernOtt what does a "ps auxw|grep httpd" say? [20:24] JoernOtt or "ps auxw|grep apache" [20:24] rain`` just a sec [20:25] rain`` username 17512 0.0 0.0 6416 496 ? SN+ 13:21 0:00 grep --color apache [20:26] rain`` i tired [20:27] rain`` ps -ef | grep apache and got the same thing [20:31] JoernOtt strange, so you are either not root (or a user who is allowed to see those files) or apache is not running [20:31] rain`` it wouldnt let me login with sudo [20:36] JoernOtt is this a dedicated server or a shared hosting? [20:37] rain`` shared [20:38] JoernOtt ok, then you don't have access to those files [20:38] JoernOtt in your home directory, there is a public_html? [20:38] rain`` yes [20:39] JoernOtt cd into it and do a ls [20:39] JoernOtt is that where tiki is lokated? [20:39] rain`` under the domain name folder [20:40] rain`` and im looking at all the files in there [20:41] JoernOtt in the domain name folder, is there a ".htaccess" or a "_htaccess"? [20:42] rain`` i dont see it [20:42] rain`` but i know its there [20:42] rain`` i just changed it [20:43] ricks99 do you have "show hiddent/dot files" enabled? [20:43] rain`` probably not [20:43] rain`` because i know the file is there some where [20:45] JoernOtt if she uses the shell, a "ls -lA *htaccess" should be pretty accurate [20:47] rain`` /bin/ls: cannot access *htaccess: No such file or directory [20:47] rain`` and im in the home dir of the website im trying to deal with [20:48] JoernOtt what does a "ls -lA ".htaccess" say? [20:49] rain`` /bin/ls: cannot access .htaccess: No such file or directory [20:49] rain`` i see it in ftp though [20:50] JoernOtt ok, then do a "wget http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/_htaccess" [20:50] JoernOtt and then mv _htaccess .htaccess [20:50] rain`` i already did that [20:50] rain`` from ftp [20:50] rain`` but ill try it [20:51] JoernOtt well, if you did that, the file should be there. [20:51] rain`` right [20:52] rain`` like i said i can see it on the ftp client [20:53] JoernOtt but the files you see with the ftp client should be identical to the ones you see in the shell. At least when you're in the same directory [20:53] rain`` right [20:54] Hammer joined #tikiwiki [20:54] Hammer Hello hyus [20:54] Hammer guys [20:54] Hammer we were able to set up LDAP [20:55] rain`` a friend said that could be because its a jailed shell [20:55] rain`` so it wont show up . files to keep people away from .bash and what not [20:55] Hammer but when user logs in by default tghere is 2 groups [20:55] Hammer assigned to him [20:55] Hammer registered and another group i created [20:55] Hammer how can i set up only registered to new uers [20:55] Hammer ? [20:56] rain`` thanks everyone, help Hammer out and ill see what i can do with this [20:58] ricks99 gotta sign off. cya [21:11] rain`` ok i got it to work [21:11] rain`` thank you [21:13] JoernOtt good to hear [21:14] rain`` i usually do ok [21:14] rain`` until i get stuck on that one simple thing [21:14] rain`` then im good for a couple of months [21:30] frankkahle left #tikiwiki [21:38] gillesm joined #tikiwiki [21:42] RobertPlummer joined #tikiwiki [21:51] fidel Jyhem: thx regarding the mediawiki-to-tikiwiki info earlier. [22:5] CIA-36 tikiwiki: 03robertplummer * r40557 10/branches/9.x/lib/codemirror_tiki/codemirror_tiki.js: [FIX] Forgot to remove codemirror prep class [22:13] CIA-36 tikiwiki: 03robertplummer * r40558 10/branches/9.x/templates/trackerinput/pageselector.tpl: [FIX] Page selector autocomplete was turned off if the field was manditory, not sure why because finding the right name with manditory is even more important, should work with or without manditory being set [22:59] Hammer joined #tikiwiki [23:1] Hammer guys [23:1] Hammer what a good name should i give to my tikiwiki [23:1] Hammer :P) [23:1] Hammer :) [23:4] benoitg joined #tikiwiki [23:19] goj joined #tikiwiki [23:21] walter__ joined #tikiwiki [23:26] CIA-36 tikiwiki: 03robertplummer * r40559 10/branches/9.x/templates/trackerinput/pageselector.tpl: [FIX] Page selector autocomplete was turned off if the field was manditory, not sure why because finding the right name with manditory is even more important, should work with or without manditory being set [23:40] JoernOtt joined #tikiwiki [23:43] JoernOtt1 joined #tikiwiki