[00:18] *** franck_ has joined #tikiwiki [00:19] *** franck_ is now known as franck [00:19] Hi all [00:20] * SEWilco2 checks his mental state [00:20] Nope, not all. [00:21] hehehe [00:21] Looks like maybe tiki-mailin.php has to be run as part of the Mail-in processing. But haven't gotten that to state that it completed processing. [00:21] where can I change the way url are displayed in the wiki? [00:22] I thought there is an option now? [00:22] franck: I think you're thinking of SEF URL. Only some Wiki pages are altered. [00:23] People are working on making more SEF. [00:23] yes, is there an option or I need to modify code as before? [00:24] SEF url option was in features last time i checked [00:24] There is an option.. I think it's in Features. [00:24] My ride is here. [00:24] *** SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.3/2008092417]") [00:25] ah I see [00:25] search engine friendly URL... [00:26] perfect! [00:26] much easier now... [00:27] also, I need to investigate why my old style is playing up... [00:27] it does not load it at all [00:28] I can't see it in the html... so not sure what is happening... [00:28] *** Caarrie|away is now known as Caarrie [00:29] finally, if I have a bit of time I'll add a wiki-plugin to display a table from CSV formatted text [00:33] *** PrezKennedy has joined #tikiwiki [00:33] *** snarlydwarf has quit IRC ("Ex-Chat") [01:56] *** freakerz has joined #tikiwiki [02:11] *** Caarrie is now known as Caarrie|sleeping [02:34] *** Amorphous has quit IRC (Read error: 110 (Connection timed out)) [02:37] *** Amorphous has joined #tikiwiki [02:40] *** grobda24 has quit IRC (Remote closed the connection) [03:03] SVN: Commit by pkdille :: r 15618 /trunk/templates/ (3 files): [MOD] deploy smarty button [03:33] *** nkoth3 has joined #tikiwiki [04:05] franck: That would be nice. Maybe someone can reuse the code to make a Spreadsheet CSV import tool. [04:06] well php as function to import csv in an array I think... [04:13] *** freakerz has quit IRC (Read error: 60 (Operation timed out)) [04:37] *** franck has quit IRC () [04:45] *** nkoth3 has quit IRC () [06:45] *** aoirthoir has quit IRC ("Leaving.") [06:48] *** marclaporte has quit IRC (Read error: 110 (Connection timed out)) [07:03] *** marclaporte has joined #tikiwiki [07:08] *** jerkface03 has quit IRC (Nick collision from services.) [07:08] *** jerkface0 has joined #tikiwiki [07:08] *** jerkface0 is now known as jerkface03 [07:33] SVN: Commit by nyloth :: r 15619 /trunk/lib/images/ (abstract.php gd.php): [FIX] images lib: better handle some special error cases [07:34] *** lq_801 has joined #tikiwiki [07:37] SVN: Commit by nyloth :: r 15620 /trunk/tiki-download_file.php: [ENH] filegals: add support of client cache (with etag and last-modified headers) + reduce download file memory usage + use DB hash for cache key instead of regenerating one + remove useless function and comments + some minor perf improvements [07:39] *** lq_801 has quit IRC ("CGI:IRC (EOF)") [08:08] *** Wilkins has joined #tikiwiki [08:12] *** dfd has joined #tikiwiki [08:12] *** dfd has quit IRC (Client Quit) [08:26] *** navster has joined #tikiwiki [08:33] *** gizwill has quit IRC ("Leaving.") [09:05] *** marclaporte has quit IRC (Read error: 110 (Connection timed out)) [09:07] *** st1x is now known as stix_ [09:54] *** Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [10:05] *** franck has joined #tikiwiki [10:11] Hi [10:11] who removed the IMAP authentication from pear??? [10:39] SVN: Commit by nyloth :: r 15621 /trunk/lib/images/ (4 files): [ENH] filegals: optimize thumbnails generation by using EXIF thumbnail if available (thanx sept_7). [11:06] *** DavidSev has quit IRC (Broken pipe) [11:06] *** Khalsa has quit IRC (Remote closed the connection) [11:07] *** jerkface03 has quit IRC () [11:11] *** jerkface03 has joined #tikiwiki [11:56] I do not know what's happening the pear:auth IMAP type is gone.... [11:58] polom polom [12:12] luciash: I found out in 2.0 the Type is Pear:auth is gone... [12:12] I used to use IMAP to authenticate and it was great [12:36] *** raji1 has joined #tikiwiki [12:38] lib/pear/Auth/Container/IMAP.php? [12:59] *** Caarrie|sleeping is now known as Caarrie [13:06] SVN: Commit by sylvieg :: r 15622 /branches/2.0/lib/trackers/trackerlib.php: [FIX]tracker: backport: to avoid error when emptying visible by/ editable by tracker field [13:11] *** DragomirZZ has joined #tikiwiki [13:21] is there a limit to the size of a HTML page in tikiwiki? [13:24] I see the sql setting is longblog for the html content, but there are no limits there... O.o I'm trying to copy/paste a large HTML documents, dozens of pages, and it won't go in. When I save the page the content vanishes, and it's like a blank html page. [13:26] DragomirZZ: check php memory_limit [13:26] >whatis memory_limit [13:26] 'memory_limit' could be the most frequently asked question about trouble getting blank pages. The PHP memory_limit should be >= 16M (see your php.ini). You can check it with and read more at http://doc.tikiwiki.org/tiki-index.php?page=Requirements+and+Setup&bl#PHP [13:27] memory_limit = 128M [13:27] the original html document is 138Kb :)) [13:27] well, then it must be something else :) [13:27] do you have any apache security mod installed ? [13:28] maybe, I don't know which ones are exactly for security.. I use wamp [13:28] sometimes it was causing troubles when some filtered word appeared in the content [13:28] I'm having issues to configure the ldap authentication... [13:29] since the IMAP is gone... [13:29] maybe it can be also Tiki's sanitization with , no idea [13:29] hmm let me test [13:29] yep, it's the memory [13:30] franck: i'd like to help but IMAP and LDAP are a "spanish village" for me [13:30] actually I moved the site to a professional webhost which probably has lower memory limit [13:30] DragomirZZ: hmm, how come ? [13:30] ah, ok :) [13:30] in old tiki there use to have auth via IMAP [13:31] http://doc.tikiwiki.org/tiki-index.php?page=Login%20Authentication%20Methods&structure=Documentation [13:31] it is gone now... [13:31] franck: you can be sure i didn't remove it and there must be reason it was removed although i don't like the fact stuff gets removed instead of fixed/improved [13:32] yes me too... I was using that to authenticate, as I could not get ldap to work... and still cannot [13:32] not sure whey [13:32] I have it running well via pam [13:32] we have lack of people interested in developing in such areas i think [13:34] haha, I managed to insert to content via phpMyAdmin direct upload of a the file [13:37] Unfortunately I can't update it via tiki [13:41] *** DragomirZZ has left [13:42] *** lphuberdeau has joined #tikiwiki [13:42] *** aoirthoir has joined #tikiwiki [13:53] *** grobda24 has joined #tikiwiki [14:02] *** Caarrie is now known as Caarrie|away [14:03] *** FrankP_german has joined #tikiwiki [14:09] franck: it seems to be a bad merge [14:09] http://tikiwiki.cvs.sourceforge.net/viewvc/tikiwiki/tiki/templates/tiki-admin-include-login.tpl?view=log [14:09] sylvieg: my hero! [14:10] imap added on 1.27.2.27 and tghe merge 1.58 got nothing [14:10] what do you suggest? [14:10] should not be too hard to have that back as the libs are still there [14:10] you see I wrote that: http://doc.tikiwiki.org/tiki-index.php?page=IMAP+Authentication&bl=y [14:11] you can try to redo mose changes .... [14:11] because I could not figure out my ldap setting. I'd like to have it ldap but as long as imaps work well... [14:11] it is easier... [14:12] is the bad merge only in the template or in the code too? [14:25] I see the diff [14:28] *** freakerz has joined #tikiwiki [14:32] *** lphuberdeau has quit IRC (Read error: 113 (No route to host)) [14:34] *** travisdh1 has joined #tikiwiki [14:55] *** travisdh1_ has joined #tikiwiki [15:12] *** travisdh1 has quit IRC (Read error: 110 (Connection timed out)) [15:25] SVN: Commit by sept_7 :: r 15623 /trunk/ (3 files in 2 dirs): [ENH] filegals : thumbnail optimization use minimal function to have a twofold performance increase... [15:41] SVN: Commit by sept_7 :: r 15624 /trunk/tiki-download_file.php: [FIX] filegals : rework download_file optimization to work with AdoDB and PDO [15:47] *** lphuberdeau has joined #tikiwiki [15:49] SVN: Commit by sylvieg :: r 15625 /trunk/templates/tiki-edit_css.tpl: [FIX]css: take away invalid comment [16:11] why doesn't the cat_path display when reading an article? i have show category path = y [16:15] {$is_categorized} is always returned as 'n', even though the article *is* categorized [16:34] SVN: Commit by niclone :: r 15626 /trunk/setup.sh: [FIX] better support for virtuals in setup script [16:48] *** Lucymoz has joined #tikiwiki [17:03] SVN: Commit by sylvieg :: r 15627 /trunk/ (5 files in 3 dirs): [NEW]tracker: permission view_comments [17:16] *** lphuberdeau has quit IRC (Read error: 148 (No route to host)) [17:22] *** Wilkins has quit IRC (Remote closed the connection) [17:23] *** snarlydwarf has joined #tikiwiki [17:50] *** kerrnel has joined #tikiwiki [17:51] *** aoirthoir has quit IRC ("Leaving.") [17:51] Howdy... Has anyone had issues with since_last_visit_new module where the roll-up cookie isn't remembered? Everytime i load a page the cookie resets and I get the full expanded list of changes when all I want is the rollup [17:52] And a second question...has anybody gotten Tiki to run on a USB thumbdrive in Windows XP using XAMPP? [17:52] Trying to get it working but the tiki-install.php script never finishes and I get about 17 rows. [17:53] 17 tables [17:53] *** aoirthoir has joined #tikiwiki [17:58] *** Caarrie|away is now known as Caarrie [18:03] *** lphuberdeau has joined #tikiwiki [18:36] *** navster has quit IRC ("going away now") [18:37] *** ricks99 has quit IRC ("Trillian (http://www.ceruleanstudios.com") [18:38] *** sylvieg has quit IRC (Read error: 110 (Connection timed out)) [18:46] *** Caarrie is now known as Caarrie|away [18:50] SVN: Commit by sept_7 :: r 15628 /trunk/lib/images/ (4 files): [ENH] filegals : optimization on thumbnail generation if exif thumbnail exists... it is just six time faster ! ;p [19:01] *** lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer)) [19:03] *** Caarrie|away is now known as Caarrie [19:03] *** lphuberdeau has joined #tikiwiki [19:08] *** jdh has joined #tikiwiki [19:09] *** jdh has quit IRC (Client Quit) [19:09] *** jdh has joined #tikiwiki [19:09] I need to ask question about tikiwiki and wiki pages [19:10] have tikiwiki running .... [19:10] recently, wikipages quite working [19:11] I get a url of http://host.domain/wikipage not http://host.domain/tiki-index.php?page=wikipage [19:11] what would cause this change and How do I reset it? [19:12] *** gizwill has joined #tikiwiki [19:14] *** travisdh1_ has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.3/2008092417]") [19:15] *** aoirthoir has quit IRC ("Leaving.") [19:17] *** jdh has left [19:21] *** SEWilco2 has joined #tikiwiki [19:27] Someone mentioned earlier about memory limit often causing problems... [19:27] Is hitting memory limit fatal during a PHP include within a try clause? [19:28] Yup, I'm wondering if we can detect and whine about memory limit by invoking TW components within "try". [19:37] *** kerrnel has quit IRC ("CGI:IRC (EOF)") [19:40] *** kerrnel has joined #tikiwiki [19:43] *** sylvieg has joined #tikiwiki [19:44] tiki-mailin.php behaves as if it has to be run to trigger Mail-In submissions, but nothing seems to be happening. Is something logged someplace? [19:45] I am trying article-put, but there is no new article and no article submissions appear. [19:46] *** sylvieg has quit IRC (Client Quit) [19:51] *** lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer)) [19:52] *** ForwardMover has joined #tikiwiki [19:54] *** sylvieg has joined #tikiwiki [19:56] *** ForwardMover has quit IRC (Client Quit) [19:58] SEWilco2: it's whining at the installation time [20:05] luciash: I think you're answering my memory question. Yes, I've seen the installation time test. [20:06] luciash: I was just wondering if "try" might allow some more protective programming. I don't know what TW activity might require more than 32M or 64M. [20:10] *** Lucymoz has quit IRC (Read error: 104 (Connection reset by peer)) [20:12] it was 16 before, seems it got worse :) [20:12] *** aoirthoir has joined #tikiwiki [20:13] i think mostly it's sql queries from all the stuff surrounding the wiki [20:29] *** lphuberdeau has joined #tikiwiki [21:13] *** gizwill has quit IRC ("Leaving.") [21:13] Any idea whether uploading a 64MB image or video requires that much PHP memory? [21:14] more than 64mb ... and you'll prolly want to increase the max run time ;) [21:15] unless you use some module I bet there's one that will allow multi-packet submission or something... [21:18] nvm, can't find anything, but you'll need to change several php.ini settings... http://www.gen-x-design.com/archives/uploading-large-files-with-php/ [21:20] SVN: Commit by nyloth :: r 15629 /trunk/tiki-download_file.php: [FIX] filegals: when downloading file using session infos, do not get fgal_use_dir pref from db if it's already in session vars + fix handling images stored in DB [21:26] *** kerrnel has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** Amorphous has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** franck has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** danopia has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** niclone has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** GillesMM has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** FrankP_german has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** jerkface03 has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** stix_ has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** SEWilco has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** obnox has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** freakerz has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** PrezKennedy has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** CIA-15 has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** sylvieg has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** grobda24 has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** Redhatter has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** amette has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** Sug4r` has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** pkdille has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** nietaki has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** aoirthoir has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** SEWilco2 has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** raji1 has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** uSlacker has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** _freelikegnu has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** snarlydwarf has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** Caarrie has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** lphuberdeau has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** Jyhem has quit IRC (verne.freenode.net irc.freenode.net) [21:26] *** luciash has quit IRC (verne.freenode.net irc.freenode.net) [21:36] SVN: Commit by pkdille :: r 15630 /trunk/templates/ (4 files): [MOD] deploying smarty buttons [21:46] SVN: Commit by nyloth :: r 15631 /trunk/lib/filegals/filegallib.php: [FIX] filegals: empty more cache when removing a gallery [21:48] *** Caarrie has joined #tikiwiki [21:48] *** snarlydwarf has joined #tikiwiki [21:48] *** sylvieg1 has joined #tikiwiki [21:48] *** aoirthoir has joined #tikiwiki [21:48] *** sylvieg has joined #tikiwiki [21:48] *** kerrnel has joined #tikiwiki [21:48] *** SEWilco2 has joined #tikiwiki [21:48] *** freakerz has joined #tikiwiki [21:48] *** FrankP_german has joined #tikiwiki [21:48] *** grobda24 has joined #tikiwiki [21:48] *** raji1 has joined #tikiwiki [21:48] *** jerkface03 has joined #tikiwiki [21:48] *** franck has joined #tikiwiki [21:48] *** Amorphous has joined #tikiwiki [21:48] *** PrezKennedy has joined #tikiwiki [21:48] *** GillesMM has joined #tikiwiki [21:48] *** stix_ has joined #tikiwiki [21:48] *** danopia has joined #tikiwiki [21:48] *** nietaki has joined #tikiwiki [21:48] *** Redhatter has joined #tikiwiki [21:48] *** uSlacker has joined #tikiwiki [21:48] *** obnox has joined #tikiwiki [21:48] *** CIA-15 has joined #tikiwiki [21:48] *** Jyhem has joined #tikiwiki [21:48] *** SEWilco has joined #tikiwiki [21:48] *** _freelikegnu has joined #tikiwiki [21:48] *** pkdille has joined #tikiwiki [21:48] *** amette has joined #tikiwiki [21:48] *** Sug4r` has joined #tikiwiki [21:48] *** niclone has joined #tikiwiki [21:48] *** luciash has joined #tikiwiki [21:52] * SEWilco2 watches the bouncing ball [21:55] *** sylvieg has quit IRC (Read error: 110 (Connection timed out)) [22:08] *** FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") [22:10] SVN: Commit by pkdille :: r 15632 /trunk/templates/ (2 files): [MOD] deploy smarty button [22:11] I'm trying to use POP3. I don't see POP in phpinfo. How can I find what PEAR stuff is loaded? [22:33] I found net_pop3.php. Why are we using pop3 for Mail-In instead of the IMAP extension? So IMAP is not mandatory? [22:34] Hmm. Ubuntu's PHP5 doesn't include IMAP. [22:55] *** danopia has quit IRC (Read error: 104 (Connection reset by peer)) [22:58] *** Caarrie is now known as Caarrie|away [23:20] *** franck has quit IRC () [23:34] See you in Montreal [23:35] *** kerrnel has quit IRC ("CGI:IRC") [23:39] *** franck_ has joined #tikiwiki [23:40] *** franck_ is now known as franck [23:44] *** raji1 has quit IRC ("Leaving.") [23:50] SVN: Commit by adren67 :: r 15633 /trunk/templates/tiki-admin-include-look.tpl: [FIX] revert mistake (off by one error ?) in one of the cleaning of suffix spaces