polom polom install tikiwiki with error: Fatal error: Call to undefined function ctype_digit(), any idea? join #php tikiwiki: 03pkdille * r26327 10/branches/experimental/coe_filegal_manager/templates/ (5 files): [MOD] some minor changes in templates V5: Again Firefox does not display tiki-index.php but other browsers do... clearing cookys&browsercache solved the issue. so definitely it must be a firefox problem with its cookies. tikiwiki: 03sylvieg * r26328 10/branches/5.x/lang/pt-br/language.php: manual merge happy friday everyone :-) at er ... "quite" Recent Bug: Tracker item: #3092 - - New File Gallery saving - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3092 tikiwiki: 03nkoth * r26329 10/branches/5.x/lib/headerlib.php: [FIX] Fix call to undefined function smarty_modifier_escape(), specifically when trying to send a newsletter. Recent Bug: Tracker item: #3093 - - Sort trackers on more than one field - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3093 tikiwiki: 03alain_desilets * r26330 10/trunk/ (3 files in 3 dirs): [REF][FIX] Remove some traces, most of which (but not all) were commented out (hence the [FIX]) label. hello I remarked Trackers bugs and list on dev.tw.org are very fast .. are they cached ? tikiwiki: 03sylvieg * r26331 10/branches/5.x/ (3 files in 3 dirs): [FIX]Menu: fix option menu_cookie broken since 25503 tikiwiki: 03sylvieg * r26332 10/branches/5.x/templates/tiki-admin_tracker_fields.tpl: [FIX]smarty: all the params that contains {tr} must be enclosed with double quotes in case the translation contains a single quote tikiwiki: 03sylvieg * r26333 10/branches/5.x/templates/tiki-listpages_content.tpl: [FIX]smarty: all the params that contains {tr} must be enclosed with double quotes in case the translation contains a single quote tikiwiki: 03sylvieg * r26334 10/branches/5.x/templates/ (23 files): [FIX]smarty: all the params that contains {tr} must be enclosed with double quotes in case the translation contains a single quote New Forum Posts: Connection reset during installation - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=36745 tikiwiki: 03jonnybradley * r26335 10/trunk/templates/tiki-admin-include-profiles.tpl: [FIX] Admin profiles - make form work after applying a profile without needing a page reload, and [ENH] hide the "Quick Filter" panel when you are doing the manual search (filter) tikiwiki: 03jonnybradley * r26336 10/trunk/lib/webmail/webmaillib.php: [ENH] New function to get webmail account by account name (implementation to come) tikiwiki: 03jonnybradley * r26337 10/trunk/lib/profilelib/installlib.php: [ENH] More on WebmailAccount profile handler (works now!) tikiwiki: 03sylvieg * r26338 10/branches/5.x/ (templates/tiki-tell_a_friend.tpl tiki-tell_a_friend.php): [FIX]tell a friend: user email is mandatory because people are suprised to receive a mail from a friend that is not a friend tikiwiki: 03nkoth * r26339 10/trunk/ (4 files in 4 dirs): [NEW] Clip from articles into newsletter capability tikiwiki: 03nkoth * r26340 10/trunk/tiki-send_newsletters.php: [MOD] remove duplicate lines a question on multi-tiki setup? anyone available? please? see the top line: just ask do not ask to ask yes, i'm on step-by-step, refer to Tiki's Multi Manual install guide, "http://doc.tikiwiki.org/MultiTiki+Manual+Installation?bl=y", lower part, method 2, method by SubDirectories, if my directory structure is, "www.mydomainname.com/main-tiki", files at "public_html/main-tiki", * so my subsite is, "www.mydomainname.com/sub-tiki1", files at "public_html/sub-tiki1", and * second subsite is, "www.mydomainname.com/sub-tiki2", files at "public_html/sub-tiki2", * according to 2.1, I ran "setup.sh" at "public_html/main-tiki", and got 19 directories created for each sub-tiki, * according to 2.2, at "public_html/main-tiki/db/local.php", where default points to "www.mydomainname.com/sub-tiki1", * according to 2.3, at "public_html/main-tiki/db/sub-tiki1/local.php", put db connection in, * according to 2.4, add symlink at /main-tiki, ---this is where I am stuck, no matter which target from and to, I always get a link with permission 0000, and when access on browser, always get permission denied 403 or 404. * P.S. if I rename that file on 2.2, I was able to connect to the setup page, with links recognized sub-site databases, able to setup each site complete, but upon completion login to site, the browser cann your tiki code is in main-tiki? yes from here you have to run 2 time etup.sh setup.sh that will create db/site1 , db/site2, templates_c/site1, templates_c/site2 no, I did "sh setup.sh", then at [Multi} i put in sub-tiki1 and 2 and I do see the directories created, but they are at tiki-main tiki-main? or main_tiki? public_html/main-tiki so what do you have main-tike /site1? tiki sorry, the file-manager does not allow me create directory public_html/sub-tiki1 and my setup is to put each subsite at /public_html/sub-tiki1, 2, 3... in fact I do not know too much - always using methiod 1 i think i am not sure what 2.4 symlink means exactly where are the sub-tiki1's files? are they at /public_html/sub-tiki1, 2, 3..., or are they at /public_html/main-tiki/sub-tiki1, 2, 3...?? sorry - I do not know - always use the method 1 i've also studied method 1, and at step1.4, example, suppose www root is at ”/var/www”, and you setup multitiki out of the apache public directory, as ”/var/tiki”, then you need to create symlinks, “ln -s /var/tiki /var/www/site1”, “ln -s /var/tiki /var/www/site2”, does that means in 1.4, that upon visiting /var/tiki to redirect to /var/www/site1 ?? and example of on working site I a xxx.com going to /var/.../xxx I have xxx ln -s to tiki I have in tiki dir db/xxxx/local.php you need to be distinguish 2 things - the tw structure db/xxx/lcoa.php, templates_c/xxx/, etc ... sorry now I remember yes, that part, /db/sub-tiki1/local.php works, because i've access tiki-install.php on sub-tiki1, and went thru steps all steps, complete install, but upon return to index.php, the redirect failed, so I think i am stuck on the symlink part i think my problem is not /db/sub-tiki1/local.php, but is /db/local.php, and the symlink "from where to where"? i've stuck on this for a week now, that i've tried the symlink from /public_html/sub-tiki1 to /public_html/main-tiki, vice versa, i do get a link, but permission is 0000, and at browser, it redirect to the sub, but denied 403 forbidden ?? do not know the method 2 only using method 1 and another one that is not documented 2.4 is because you arrive with a sudir url so you have to redirect to a rel tiki dir and after in local.php you sort because of the url the good local.php I do not know if method 1 works if tiki is out of the public from the official manual, I figured /var/www should be /public_html, so /var/tiki is already out side public_html/ did you try all this with the tiki dir in public_html? with a /var/www/tiki yes, from start, i put files in /public_html/tiki-main, then, i ssh in, did sh setup.sh, at option [Multi], i put sub-tiki1 sub-tiki2, saw 19 directories created at /public_html/main-tiki for example, /public_html/main-tiki/db/sub-tiki1 was created by setup.sh script, and another 18 as specified by the manual, all within the /public_html/main-tiki, is this step right? at least? there is 2 things .. 1/ tw needs the subdir, the local.php... and you have to find a way to set tikidomain the doc was mainly written by xavi - you can ask him for help - he wrote the doc/ method 1 because I explained him my method (but I never put tiki outside public) alright, suppose everything is within public_html, so step-1, all files unzip into public_html/main-tiki, yes then run 2 setup.sh then, step-2, set db, usr, connect info at public_html/main-tiki/local.php, this local .php needs to have the switcch.. then, step-3, set each subsite's db at public_html/main-tiki/sub-tiki1/local.php yes then, i discover, public_html/main-tiki/local.php, not work, i renamed it something else, then install page appears, i see public_html/main-tiki/sub-tiki1/local.php works, link to db recognized at install, in fact, both sub-tiki1 and sub-tiki2 works, so i went thru the steps, completed, Recent Bug: Tracker item: #3094 - - Module box toggles, tabbed displays, and WYSIWYG / Normal editor ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3094 after that, suppose to login to front-end index.php, unable to, because I was redirected to install again, so I figure, i need to fix public_html/main-tiki/local.php, the switch, and need symlink to work, setup or install? what is the difference? you need to have the dirs db/xx/ templates_c/xxx in the tiki root and you need a way to say because of the url becuse of apache stting that your tikidomain is xx and db ix xxx sorry, i've not seen, "templates_c/xxx" appear in the guide, and i chose method 2 because i can't do domain hello hi sylvieg and the special local.php or link are about telling apache why db is xxx my domai is xxx... hi mose hi step aside method 2 for a moment, I was wondering, if my tiki-farm works, how many sub-tiki can it support under the following criteria there is 100 ways to setup a multitiki - the only point to focus on is tiki needs db/xxx/local templates_c/xxx that are setuip with tiki-setup.php and then you need a way with ln -xs with special local.php .. whatever to set the variables I have a question : I saw that the bug tracker on dev.tw.org is very fast for 2000 records... Is there some cash mechanism on tracker ? Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile I have an install with more than 50 tikis on a same tiki install - a nightmare to install group 4-8, users total 25-250, disk-250Mb, bandwidth 4 users-each sub concurrent, hardware 1.6GHz, 1GB-ddr, 40GB-disk, 350Gb-bandw, GillesM: I think the server was properly set on interesting ... lph and I did some optimizations too what are the secrets ? mac sent a message about this o devel - proper cache.. is the message readable ? my typo is not readeable ;-) yes suppose each sub-tiki has 4-8 groups, total users 25-250, disk-250Mb, 4 users-each sub concurrent bandwidth, on hardware 1.6GHz, 1GB-ddr, 40GB-disk, 350Gb-bandw, lph + maRc spend a lot of time to profile the conclusion is on devel list I am not on dev list hi sylvieg, i was wondering, since i've seen you are among the consultants' page, that will you be willing to consult my project?? andy01: I suggest that you write to her directly at: sgreverend@gmail.com