Hi all Nope, not all. hehehe 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. where can I change the way url are displayed in the wiki? I thought there is an option now? franck: I think you're thinking of SEF URL. Only some Wiki pages are altered. People are working on making more SEF. yes, is there an option or I need to modify code as before? SEF url option was in features last time i checked There is an option.. I think it's in Features. My ride is here. ah I see search engine friendly URL... perfect! much easier now... also, I need to investigate why my old style is playing up... it does not load it at all I can't see it in the html... so not sure what is happening... finally, if I have a bit of time I'll add a wiki-plugin to display a table from CSV formatted text SVN: Commit by pkdille :: r 15618 /trunk/templates/ (3 files): [MOD] deploy smarty button franck: That would be nice. Maybe someone can reuse the code to make a Spreadsheet CSV import tool. well php as function to import csv in an array I think... SVN: Commit by nyloth :: r 15619 /trunk/lib/images/ (abstract.php gd.php): [FIX] images lib: better handle some special error cases 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 Hi who removed the IMAP authentication from pear??? 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). I do not know what's happening the pear:auth IMAP type is gone.... polom polom luciash: I found out in 2.0 the Type is Pear:auth is gone... I used to use IMAP to authenticate and it was great lib/pear/Auth/Container/IMAP.php? 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 is there a limit to the size of a HTML page in tikiwiki? 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. DragomirZZ: check php memory_limit >whatis memory_limit '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 memory_limit = 128M the original html document is 138Kb :)) well, then it must be something else :) do you have any apache security mod installed ? maybe, I don't know which ones are exactly for security.. I use wamp sometimes it was causing troubles when some filtered word appeared in the content I'm having issues to configure the ldap authentication... since the IMAP is gone... maybe it can be also Tiki's sanitization with , no idea hmm let me test yep, it's the memory franck: i'd like to help but IMAP and LDAP are a "spanish village" for me actually I moved the site to a professional webhost which probably has lower memory limit DragomirZZ: hmm, how come ? ah, ok :) in old tiki there use to have auth via IMAP http://doc.tikiwiki.org/tiki-index.php?page=Login%20Authentication%20Methods&structure=Documentation it is gone now... 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 yes me too... I was using that to authenticate, as I could not get ldap to work... and still cannot not sure whey I have it running well via pam we have lack of people interested in developing in such areas i think haha, I managed to insert to content via phpMyAdmin direct upload of a the file Unfortunately I can't update it via tiki franck: it seems to be a bad merge http://tikiwiki.cvs.sourceforge.net/viewvc/tikiwiki/tiki/templates/tiki-admin-include-login.tpl?view=log sylvieg: my hero! imap added on 1.27.2.27 and tghe merge 1.58 got nothing what do you suggest? should not be too hard to have that back as the libs are still there you see I wrote that: http://doc.tikiwiki.org/tiki-index.php?page=IMAP+Authentication&bl=y you can try to redo mose changes .... because I could not figure out my ldap setting. I'd like to have it ldap but as long as imaps work well... it is easier... is the bad merge only in the template or in the code too? I see the diff 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... SVN: Commit by sept_7 :: r 15624 /trunk/tiki-download_file.php: [FIX] filegals : rework download_file optimization to work with AdoDB and PDO SVN: Commit by sylvieg :: r 15625 /trunk/templates/tiki-edit_css.tpl: [FIX]css: take away invalid comment why doesn't the cat_path display when reading an article? i have show category path = y {$is_categorized} is always returned as 'n', even though the article *is* categorized SVN: Commit by niclone :: r 15626 /trunk/setup.sh: [FIX] better support for virtuals in setup script SVN: Commit by sylvieg :: r 15627 /trunk/ (5 files in 3 dirs): [NEW]tracker: permission view_comments 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 And a second question...has anybody gotten Tiki to run on a USB thumbdrive in Windows XP using XAMPP? Trying to get it working but the tiki-install.php script never finishes and I get about 17 rows. 17 tables 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 I need to ask question about tikiwiki and wiki pages have tikiwiki running .... recently, wikipages quite working I get a url of http://host.domain/wikipage not http://host.domain/tiki-index.php?page=wikipage what would cause this change and How do I reset it? Someone mentioned earlier about memory limit often causing problems... Is hitting memory limit fatal during a PHP include within a try clause? Yup, I'm wondering if we can detect and whine about memory limit by invoking TW components within "try". 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? I am trying article-put, but there is no new article and no article submissions appear. SEWilco2: it's whining at the installation time luciash: I think you're answering my memory question. Yes, I've seen the installation time test. 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. it was 16 before, seems it got worse :) i think mostly it's sql queries from all the stuff surrounding the wiki Any idea whether uploading a 64MB image or video requires that much PHP memory? more than 64mb ... and you'll prolly want to increase the max run time ;) unless you use some module I bet there's one that will allow multi-packet submission or something... 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/ 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 SVN: Commit by pkdille :: r 15630 /trunk/templates/ (4 files): [MOD] deploying smarty buttons SVN: Commit by nyloth :: r 15631 /trunk/lib/filegals/filegallib.php: [FIX] filegals: empty more cache when removing a gallery SVN: Commit by pkdille :: r 15632 /trunk/templates/ (2 files): [MOD] deploy smarty button I'm trying to use POP3. I don't see POP in phpinfo. How can I find what PEAR stuff is loaded? I found net_pop3.php. Why are we using pop3 for Mail-In instead of the IMAP extension? So IMAP is not mandatory? Hmm. Ubuntu's PHP5 doesn't include IMAP. See you in Montreal 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