[00:46] *** kstingel has joined #tikiwiki [00:48] I'm looking at doing a Smarty 3 port for tiki (as I can't see where it's been done yet) .... does tiki follow a class structure, and where do I find the class files? [01:29] *** Caarrie|away is now known as Caarrie|sleeping [01:50] *** goj|ghost has joined #tikiwiki [01:54] *** goj has quit IRC (Ping timeout: 276 seconds) [01:55] *** goj|ghost is now known as goj [02:43] lphuberdeau: lives in a shell? [02:50] kstingel: classes are in lib/ [02:50] kstingel: I believe the switch to Smarty 3 is postponed until after the merges from 7.x to trunk stop, which would be in about a month [03:09] chealer: I already use Smarty 3 for my other sites, and I'm new to Tiki, so I figured I'd jump right in and see if I can get Smarty 3 working with my local copy ... atm I'm trying to track the pieces of a full Tiki page, so I can work out what blocks to put in what files [03:11] chealer: I'm hoping it will assist me to convert my pre-tiki pages into tiki and teach me how to build tiki templates too [03:14] kstingel: oh, for that you want the Smarty comments... [03:15] kstingel: do you know about Smarty template usage indicator (admin features)? [03:16] I know very little at this point, I've got as far as installing on live host via Simplescripts, and asking people to register ... but am still learning how to actually do anything with Tiki [03:19] I've installed Tiki 7 on localhost so that I can break it (as is normal with new libs) without impact to my live Tiki, I'm also looking through the code from trunk which I downloaded, but that's not installed yet [03:27] how do I get my local SVN revision numbers to match up with Tiki revision numbers? ... my SVN repository tells me I'm at revision 4 [03:33] *** TNRR2012 has joined #tikiwiki [03:37] *** TNRR2012 has quit IRC (Client Quit) [03:50] !help [03:50] You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . [03:52] kstingel: uh... how does the svn repository tell you that? [03:55] I have a local SVN server, which I view using Tortiose SVN when I veiw my downloaded Tiki TortioseSVN tells me I'm at revision 4 of xyz.php not the revision number reported in the actual file [03:56] kstingel: huh, you have local SVN server? why? [03:56] I'm also new to the whole SVN concept, so I assume I did something wrong when I created the local repository [03:59] I have _SVN as my base folder for all projects, within that I created a tikiwiki folder, then right-clicked, "Create Repository Here" via TortioseSVN ... was I just supposed to make a directory, not a repository? [04:00] tikiwiki: 03chealer * r35221 10/trunk/lib/userslib.php: remove outdated comment, getting rid of a typo (thanks Karen Stingel) [04:00] kstingel: do you know SVN checkout? which VCS-s do you know? [04:00] bbl [04:10] I'm running Win 7, so to obtain my initial checkout copy, I used Windows PowerShell (instead of command prompt) and just used the commands as shown @ http://dev.tiki.org/SVNTips from within my _SVN/tikiwiki repository [04:14] kstingel: sorry, which commands are that exactly? [04:14] I don't know PowerShell [04:17] *** TNRR2012 has joined #tikiwiki [04:18] *** Bernard1 has joined #tikiwiki [04:19] is there a place i can go view the profiles available for tiki 7? thanx (like collaborative community, etc) [04:21] chealer: svn co https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/trunk was the command I used [04:22] TNRR2012: http://profiles.tiki.org/ [04:29] thanx! heading there now. just bought a new domain and host so i can experiment w/iki 7 [04:29] *tiki 7 [04:34] what gives w/the zotero profile? anywhere to see what kind of bells and whistles it has? didn't put anything really in layman's terms. [04:37] *** Bernard1 has quit IRC (Quit: Leaving.) [04:58] *** Bernard1 has joined #tikiwiki [05:06] kstingel: well, if you just ran a checkout, that doesn't create a repository, that just created a checkout [05:07] kstingel: I'm not under Windows now but I imagine you're not looking at the right information [05:09] *** chealer has quit IRC (Quit: Konversation terminated!) [05:09] *** chealer has joined #tikiwiki [05:12] chealer: I used TortioseSVN to create the repostiory @ D:/_svn/tikiwiki then used powerShell to download into that directory [05:19] *** Bernard1 has quit IRC (Quit: Leaving.) [05:24] kstingel: you don't need to create a repository. you just need to checkout [05:24] it's quite possible our Windows SVN instructions are not so good [05:25] TortoiseSVN can do the checkout (I develop under Windows at times and never needed PowerShell) [05:29] chealer: thanks, so if I do a fresh checkout with Tortiose into D:/_svnWkspc/tikiwiki (to differentiate from my SVN projects repo) and remove the version I've played with already, all should be good? [05:52] kstingel: I guess so... [06:14] *** Bernard1 has joined #tikiwiki [06:15] chealer: have done that and am back to all little green ticks on files (yay) ... will keep that as a "pure" directory and destroy it in a copy in alternate location ... that way I should be able to swap and change tiki versions as I learn the ropes, will just run "update" each week to check that I have most recent files [06:18] kstingel: hum, I'm not sure I understand you, but if you want to have several versions, checkout one, copy it, and switch the copy to another branch (svn switch) [06:25] *** jph_ has joined #tikiwiki [06:25] *** jph_ has quit IRC (Client Quit) [06:25] *** SJ-Jay has joined #tikiwiki [06:25] cHey guys! [06:26] chealer! :) [06:26] from what i've heard, your the one to talk to about LDAP authentication? [06:27] hi SJ-Jay. considering no LDAP person seems to be active currently, I'm afraid so [06:29] i'm having some problems :( [06:29] chealer: I'm pulling down v 6.3 atm, going to learn starting there, then move up to tiki7 and tiki8 (concurrent installs on localhost), all I do to switch is change my server's tiki.conf file to load the tiki I want to play in ... each install has own DB and ROOT_DIR [06:29] it was working like a charm [06:29] but then suddently we got "An error occured while performing the request. [06:29] " [06:30] the weird part is that some users are allowed to login, others receive the error [06:30] i've enabled LDAP debugging [06:31] all i see is: Searching for user information with filter:... and then: Connect Host:... [06:31] developing on Windows and hosting on *NIX is a pain (because I can't have same DIR struct) but at this time I don't have a working machine I can run Linux on [06:33] SJ-Jay: I won't be here for long, but could you show the whole error message? [06:33] there are no more :S [06:33] it just stops there.. don't know were to look other then the syslog? [06:34] SJ-Jay: did you enable error reporting? you could apply the Debug Mode Enabled profile [06:34] how do i enable all this? [06:35] kstingel: OK [06:35] SJ-Jay: do you know profiles? [06:35] yep [06:36] SJ-Jay: apply the "Debug Mode Enabled" profile [06:36] *** kstingel has quit IRC (Quit: Page closed) [06:36] do i have to save my current profile before apllying the debug mode enabled? [06:37] SJ-Jay: there is no such thing as a "current profile" [06:38] *** Merbster has joined #tikiwiki [06:38] SJ-Jay: a profile is basically a set of values for preferences. 2 profiles may set completely different preferences, some of the same, or all of the same and completely conflict [06:38] ok, 2 sec i'll aplly the profile [06:39] ok debugging profile is now enabled [06:41] SJ-Jay: is the error any more verbose now? [06:41] yeah [06:42] Data too long for column 'comment' at row 1 [06:43] chealer, hey I'm SJ-Jay's collegue, it gives us an error about the actionlog, but is that connected to the LDAP? [06:43] or is it just part of the logging system that the debugging profile activated? [06:43] SJ-Jay, Merbster: oh, yeah... which verions? [06:44] s/verions/version/ [06:44] Merbster: the debugging preferences you enabled are just revealing the error [06:44] Tiki 6.1 atm. but we will upgrade to 6.3 sometime soon... We actually tried earlier but upgrading to 6.3 was what started all our LDAP troubles [06:45] now it's aaaaaall fuck up [06:45] Merbster: but it's possible that this error is related to LDAP debugging [06:45] chealer, we will supply a pastebinned error desc. 2 secs [06:45] http://pastebin.com/mpZjDNDU [06:49] Merbster: see http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=34431 [06:49] chealer, basically that means I have to exchange the logslib.php with the one you just linked me? [06:49] the bug is supposed to be fixed for 6.4 (if that can be called a fix, it looks like a workaround to me) [06:50] Merbster: you probably could, or just add the line that Greg added, shown in green [06:51] I am not familiar with these systems, that's why I ask :P [06:51] Merbster: gregmartin, nkoth and maybe RobertPlummer may know more about that problem (but they're not here now) [06:51] WHen is primetime here? [06:51] we are fgrom denmaark we just met at work [06:51] I am a bit worried that we work when you guys sleep :P [06:51] not now [06:52] perhaps at a lazish European time [06:52] but the mailing lists are always there [06:53] to my shame I have never used a mailing list. [06:53] maybe I ought to look into that. [06:56] chealer, we just put in the fixed version [06:56] yet the error is still there [06:56] would it help if we expanded the 200 to more? [06:57] i.e. 400 ? [06:57] Merbster: I guess it may, but I never experienced that bug, I have no idea how much you'd need [06:57] we started experiencing it just recently. [06:58] We had it running for several months [06:58] no problems at all [06:58] then when I tried the upgrade [06:58] we got hte problem [06:58] I did a rollback (from my backups) [06:58] and the LDAP problems moved over to our production Wiki that we never ever upgraded. [06:58] So we've been quite confused [06:59] hmmm. [07:05] *** jonnyb has joined #tikiwiki [07:06] *** jonnyb has quit IRC (Client Quit) [07:11] * Merbster bows in the dust for chealer [07:20] *** chealer has quit IRC (Remote host closed the connection) [07:24] *** Bernard1 has quit IRC (Read error: Connection reset by peer) [07:26] *** jme_ has joined #tikiwiki [07:26] *** Merbster has quit IRC (Ping timeout: 276 seconds) [07:26] *** Bernard1 has joined #tikiwiki [08:16] *** Bernard1 has quit IRC (Quit: Leaving.) [08:29] *** jme_ has quit IRC (Ping timeout: 258 seconds) [08:39] *** kstingel has joined #tikiwiki [08:46] *** jme_ has joined #tikiwiki [08:49] *** kstingel has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330]) [08:50] *** kstingel has joined #tikiwiki [09:07] *** kstingel has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330]) [09:08] *** kstingel has joined #tikiwiki [09:16] *** Merbster has joined #tikiwiki [09:17] *** jme_ has quit IRC (Ping timeout: 240 seconds) [09:21] *** kstingel has left [09:22] *** kstingel has joined #tikiwiki [09:24] apologies for the in-and-out visits, have been trying to get Chatzilla correctly setup [09:33] *** kstingel_ has joined #tikiwiki [09:33] *** kstingel has quit IRC (Ping timeout: 255 seconds) [09:33] *** kstingel_ is now known as kstingel [09:36] *** kstingel has left [09:53] New Forum Posts: Is there any way to make a Tiki frontpage to look like this? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41725 [10:01] *** redflo has joined #tikiwiki [10:07] *** kstingel has joined #tikiwiki [10:14] *** kstingel has left [10:19] *** kstingel has joined #tikiwiki [10:34] *** Caarrie|sleeping is now known as Caarrie|away [10:37] *** kstingel has left [10:48] *** kstingel has joined #tikiwiki [11:02] *** SJ-Jay has quit IRC (Ping timeout: 276 seconds) [11:02] *** SJ-Jay has joined #tikiwiki [11:08] *** jph_ has joined #tikiwiki [11:08] *** SJ-Jay has quit IRC (Ping timeout: 240 seconds) [11:12] *** rodrigo_sampaio has joined #tikiwiki [11:18] *** SJ-Jay has joined #tikiwiki [11:21] *** jph_ has quit IRC (Ping timeout: 246 seconds) [11:21] *** jph_ has joined #tikiwiki [11:24] *** SJ-Jay has quit IRC (Ping timeout: 240 seconds) [11:35] *** jph_ is now known as SJ-Jay [11:54] *** garypp has joined #tikiwiki [11:57] *** GillesM has joined #tikiwiki [12:50] tikiwiki: 03sylvieg * r35222 10/branches/7.x/templates/tiki-adminusers.tpl: [FIX]invite: missing link to invite [12:53] tikiwiki: 03sylvieg * r35223 10/branches/proposals/6.x/templates/tiki-adminusers.tpl: [bp/r35222][FIX]invite: missing link to invite [12:57] *** rodrigo_sampaio has quit IRC (Read error: Connection reset by peer) [12:57] *** rodrigo_sampaio1 has joined #tikiwiki [12:58] tikiwiki: 03tikii18nbot * r35224 10/trunk/lang/de/language.php: German translations done on i18n.tiki.org [12:59] tikiwiki: 03tikii18nbot * r35225 10/trunk/lang/cy/language.php: Welsh translations done on i18n.tiki.org [12:59] *** rodrigo_sampaio1 has quit IRC (Client Quit) [13:01] *** radek82 has joined #tikiwiki [13:01] *** rodrigo_sampaio1 has joined #tikiwiki [13:04] *** conner_bw has joined #tikiwiki [13:18] *** conner_bw has quit IRC (Quit: conner_bw) [13:19] *** TNRR2012 has quit IRC (Quit: Leaving) [13:34] tikiwiki: 03sampaioprimo * r35226 10/trunk/tiki-importer.php: [FIX] sanitize user input in tiki-importer.php [13:34] *** lphuberdeau has quit IRC (*.net *.split) [13:41] *** conner_bw has joined #tikiwiki [13:42] tikiwiki: 03sampaioprimo * r35227 10/branches/7.x/ (. templates/list_file_gallery_content.tpl tiki-importer.php): [bp/35226][FIX] sanitize user input in tiki-importer.php [13:45] tikiwiki: 03sampaioprimo * r35228 10/branches/proposals/6.x/ (5 files in 3 dirs): [bp/35226][FIX] sanitize user input in tiki-importer.php [13:46] *** nkoth has joined #tikiwiki [13:47] *** conner_bw has quit IRC (Quit: conner_bw) [13:51] *** changi|away is now known as changi|tikifest [13:51] hi all [13:53] Yo changi|tikifest [14:11] *** jonnyb has joined #tikiwiki [14:31] tikiwiki: 03sylvieg * r35229 10/branches/7.x/installer/shell.php: [FIX]multitiki: fix sqlupgrade.sh [14:32] *** conner_bw has joined #tikiwiki [14:32] tikiwiki: 03sylvieg * r35230 10/branches/proposals/6.x/installer/shell.php: [bp/r35229][FIX]multitiki: fix sqlupgrade.sh [14:37] *** LordVan has joined #tikiwiki [14:37] *** LordVan has quit IRC (Changing host) [14:37] *** LordVan has joined #tikiwiki [14:39] *** conner_bw has quit IRC (Quit: conner_bw) [14:44] how am I supposed to hook up my FORM when there's a blocking rule on everything that requests php files? [14:56] *** SJ-Jay has quit IRC (Read error: Connection reset by peer) [15:01] *** Caarrie has joined #tikiwiki [15:03] *** Caarrie|away has quit IRC (Ping timeout: 240 seconds) [15:03] *** conner_bw has joined #tikiwiki [15:06] *** LordVan has quit IRC (Quit: Leaving) [15:07] *** conner_bw has quit IRC (Client Quit) [15:12] *** jonnyb has quit IRC (Quit: jonnyb) [15:12] *** Merbster has quit IRC (Read error: Connection reset by peer) [15:14] *** Tiki|bot has quit IRC (Ping timeout: 240 seconds) [15:18] *** kstingel has left "Leaving" [15:19] *** kstingel has joined #tikiwiki [15:25] *** nkoth has quit IRC (Quit: nkoth) [15:26] *** nkoth has joined #tikiwiki [15:33] *** Tiki|bot has joined #tikiwiki [15:34] tikiwiki: 03sylvieg * r35231 10/branches/7.x/templates/tiki-admingroups.tpl: [FIX]invite: button also in admin group [15:34] *** lphuberdeau has joined #tikiwiki [15:35] *** jonnyb has joined #tikiwiki [15:54] *** Tiki|bot has quit IRC (Ping timeout: 260 seconds) [16:00] *** Jyhem_laptop has joined #tikiwiki [16:13] *** lphuberdeau has quit IRC (Read error: Operation timed out) [16:39] *** redflo has left [16:51] *** jonnyb has quit IRC (Quit: jonnyb) [17:01] *** xen216 has joined #tikiwiki [17:14] *** kstingel has quit IRC (Quit: Leaving) [17:16] *** Jyhem_laptop has quit IRC (Remote host closed the connection) [17:19] *** chealer has joined #tikiwiki [17:19] *** chealer has quit IRC (Changing host) [17:19] *** chealer has joined #tikiwiki [18:35] *** marclaporte has joined #tikiwiki [18:35] *** ChanServ sets mode: +o marclaporte [18:55] *** Bernard1 has joined #tikiwiki [19:25] *** RobertPlummer has joined #tikiwiki [19:25] polom all [19:25] chealer, you know anything about archiving files in tiki? [19:32] polom [19:32] RobertPlummer: no [19:47] *** Bernard1 has quit IRC (Quit: Leaving.) [19:47] *** marclaporte has quit IRC (Read error: Connection reset by peer) [19:55] *** _qP has joined #tikiwiki [19:58] *** radek82 has quit IRC (Ping timeout: 260 seconds) [20:11] tikiwiki: 03sampaioprimo * r35232 10/trunk/lang/pt-br/language.php: cleaning pt-br/language.php [20:11] tikiwiki: 03sampaioprimo * r35233 10/trunk/ (get_strings2.php lib/language/FileType/Php.php): new get strings: permission check if running from browser [20:12] tikiwiki: 03sampaioprimo * r35234 10/trunk/lib/ (5 files in 3 dirs): new get strings: add end to end test [20:13] Hi I am stuck on Zend_Http_Client not working with accented characters. From the commit logs I figured jonnyb faced this before, but anyone else has this experience? Is this a generic problem or tiki miplementation problem (google is not helping much) [20:20] I suppose i could url encode the accented characters [20:45] *** garypp has left [20:53] tikiwiki: 03sampaioprimo * r35235 10/trunk/lib/shipping/provider_ups.php: fixing string definition [20:54] *** RobertPlummer has quit IRC (Ping timeout: 252 seconds) [21:24] tikiwiki: 03sampaioprimo * r35236 10/trunk/lang/ (48 files in 48 dirs): updating language.php files to remove invalid strings [21:43] *** redflo has joined #tikiwiki [22:04] *** _qP has quit IRC (Quit: Leaving) [22:54] tikiwiki: 03nkoth * r35237 10/trunk/lib/prefs/fgal.php: [FIX] Remove double entry of fgal_use_dir [23:47] *** redflo has left