[00:07] fabricius joined #tikiwiki [00:39] dennmans joined #tikiwiki [00:52] jacmoe joined #tikiwiki [01:09] jacmoe joined #tikiwiki [01:19] RobertPlummer left #tikiwiki [01:59] arildb joined #tikiwiki [02:07] lindonb joined #tikiwiki [02:17] marclaporte joined #tikiwiki [04:43] panamaus joined #tikiwiki [05:09] goj joined #tikiwiki [05:59] kstingel joined #tikiwiki [10:48] ravi joined #tikiwiki [10:49] Guest602 how to show list of pages which are created by user who is login? [10:52] rinnan Guest602: if you have a list of online users you can click the user in question on that list [10:53] rinnan on the following screen you'll find a menu selection called "User Contribution" [10:53] Guest602 i want to see of particular page list which is created by particular users [10:53] rinnan with the information you're looking for [10:55] rinnan /tiki/tiki-user_information.php?userId= [10:56] rinnan on my site I find the list youre looking for on that particular menu [11:24] himanshu__ joined #tikiwiki [11:27] himanshu__ plz help me how to make mini chat in tiki [11:50] rodrigoprimo joined #tikiwiki [12:02] vmachine joined #tikiwiki [12:03] vmachine left #tikiwiki [12:34] fabricius joined #tikiwiki [12:42] GillesM joined #tikiwiki [12:47] jonnyb joined #tikiwiki [12:52] Guest602 how to add private chat functionality in tikiwiki? [13:16] fabricius hi Guest602 [13:17] Guest602 hi [13:17] fabricius there is an internal minichat integrated, but this is not really good possible to administrate [13:18] fabricius there is an online support system - kind of a ticket based chat-similar thing [13:19] Guest602 i have used minichat module but i want to use different functionality like all user see online users and chat with that users [13:19] fabricius you could - depending on your ISP and wecontract/serverconfig - use phpfreechat, which seem to be somehow integrated or integratable [13:21] fabricius I would simply use a webfrontend of an IRC in an iframe or canvas on a wikipage, what gives non-teccies access and offers techies all opportunities from the best chatsystem available [13:22] fabricius so tecchies can easily login with any client and non-techies have the chat on your website [13:22] fabricius in my mind the best solution [13:31] Guest602 how to integrate it ? [13:34] Bsfez joined #tikiwiki [13:34] Bsfez Hi fabricius [13:37] Guest602 fabricius:r u there? [14:04] ricks99 joined #tikiwiki [14:05] ricks99 polom y'all [14:05] rodrigoprimo joined #tikiwiki [14:07] jonnyb moloq ricks99 and everybody [14:08] rodrigoprimo joined #tikiwiki [14:09] ricks99 hiya jonnyb [14:24] fabricius wolod ricks99 and jonnyb [14:24] fabricius Guest602: sry ... afk [14:25] fabricius iframe? -> doc.tiki.org/PluginIframe [14:25] fabricius err http://doc.tiki.org/PluginIframe [14:25] dennmans joined #tikiwiki [14:28] fabricius IRC example: http://webchat.freenode.net/?channels=tikiwiki [14:35] fabricius Guest602: you could do a research for an appropriate IRC channel - there are networks, where you can get a room for your private website ... freenode is mainly for OSS projects [14:35] fabricius hi Bsfez [14:35] vmachine1 joined #tikiwiki [14:38] Tiki-KGB tikiwiki 03jonnybradley r44055 10trunk/ 10templates/modules/mod-tracker_input.tpl 10modules/mod-func-tracker_input.php [14:38] Tiki-KGB tikiwiki [MOD] tracker input: Add insertmode param to set the mode to go into after the tracker item dialog closes [14:53] vmachine1 left #tikiwiki [15:07] dennmans joined #tikiwiki [15:29] rinnan is it just me or is tiki.org struggling today? [15:32] dhazel joined #tikiwiki [15:42] jonnyb joined #tikiwiki [15:47] jonnyb repolom [16:03] Tiki|bot New Forum Posts: Indexing PDF and Office files on Windows - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=45603 [16:09] marclaporte joined #tikiwiki [16:10] matmat joined #tikiwiki [16:11] matmat hi people, i got a problem with TW 9.x login: I activated https on a server that does not provide a valid certificate. Can't log in to change it in the preferences (https url gives an error). Where can i find this value in the database? [16:13] arildb matmat: see the db table tiki_preferences [16:13] matmat i did query "https" but it returned quite a lot of places in the database... [16:13] arildb name = https_login ... set to 'disabled' [16:15] Jyhem polom [16:15] matmat there is "https_login_required" which is set to n [16:16] matmat the "https" field is set to auto [16:16] matmat do i have to change this to "n"? [16:16] arildb try to set it to disabled [16:16] Jyhem matmat: strange that you cant login because of an invalid certificate. usually, your browser will just make it hard, not impossible. Like "are you sure you want in anyway?" "store exception?" etc [16:16] Jyhem but editing the database works fine [16:17] matmat did that in browser, accepted it, then the https://mysite/tiki-login.php shows up with an 404 [16:19] matmat there is no field in tike-preferences called "https_login" [16:19] matmat there is a https value, then https prefix, port, etc. [16:19] matmat and https login reuquired which is already set to "n" [16:19] arildb matmat: not field - name [16:20] arildb SELECT * FROM tiki_preferences where name = 'https_port'; [16:22] matmat returns "Showing rows 0 - 0 (1 total, Query took 0.0006 sec)" [16:22] matmat should I ADD this? [16:23] ravi joined #tikiwiki [16:23] ravi how to display spreadsheet in page? [16:25] arildb matmat: sorry..should be: SELECT * FROM tiki_preferences where name = 'https_login'; [16:27] Guest78525 i use below code but not working for me [16:27] Guest78525 {SHEET(id="sheet_11" simple="y")}Cash Book{Cash Book} [16:47] Tiki|bot Recent Bug: Tracker item: #4345 - - Batch upload zip file contents in sequential order - http://dev.tiki.org/item4345 [17:03] refizul matmat: does http://mysite/tiki-login.php work? or is this 404, too? [17:11] matmat arildb that returns 601 hits :-/ [17:11] matmat http i can call the login page... but it auto-calls the https one after login which is 404 [17:12] matmat without the "s" the page is available, no 404 [17:13] matmat i the above query: https_login_required n / https_prefix / http_domain / http_port 80 / http_prefix [17:14] matmat there is no "https_login" in my database :-/ [17:15] vmachine joined #tikiwiki [17:15] arildb matmat: you should get 1 hit [17:18] vmachine left #tikiwiki [17:21] matmat must have made some mistake copying it... not it returned one hit [17:22] vmachine joined #tikiwiki [17:22] matmat replaced the "encouraged" by "disabled"... still the same error [17:23] matmat joined #tikiwiki [17:24] matmat do I have to refresh or something? i clicked "save and return to previous page", where it appears to be changed [17:25] vmachine left #tikiwiki [17:28] arildb matmat: try to cache ... if you can [17:29] vmachine1 joined #tikiwiki [17:30] refizul matmat: is your webserver configured correctly? what is https://mysite/ ? [17:31] matmat it's urpg.info didn't think it matters. it's hosted webspace, the server and SQL were running fine minutes ago on TikiWiki 7.2 [17:31] matmat so i think the config is ok. Just downloaded the old stuff, uploaded the new stuff, updated the DB with the installer after making a correct connection... somehow must have chosen "encourage ssl" and now the login is not working [17:33] matmat login with correct password leads to the https tiki-login.php which returns 404 [17:33] marclaporte joined #tikiwiki [17:42] matmat hm... [17:45] vmachine1 left #tikiwiki [18:06] matmat could i solve this by re-uploaing the files and re-installing? [18:06] matmat seems the easier option [18:22] changi joined #tikiwiki [18:25] refizul matmat: I guess the https option is stored in the DB [18:26] matmat but i would be able to run the installer again and un-select it? [18:29] refizul if it is only login: should work. if you enforced https in security: that's hard [18:30] matmat the only thing i changes was selecting "encourage https login" when installing 9.x [18:31] matmat so I hope this works... uploading all files with replace now [18:31] refizul do you have got phpmyadmin? [18:32] refizul ah - no - you can run the installer again [18:32] refizul no need to upload all again [18:32] refizul sometimes there is phpmyadmin at shared hosting [18:32] matmat i locked it after install... how can i unlock it? [18:33] refizul you need your database credentials [18:33] refizul or is this only when still unlocked? [18:33] matmat yes, there is php my admin, this is how i did query and modify the database [18:34] matmat i could edit local.php this is where the database settings are... [18:34] matmat but I think once you lock the install some files are removed? [18:35] refizul try phpmyadmin, search table tiki_preferences [18:35] matmat i did. I found the https login, changed it from "encourage" to "disabled", did not change a thing when trying to log in. [18:35] Bsfez joined #tikiwiki [18:36] refizul it was encourage? not required? [18:37] refizul There should be a checkbox to disable https in this case, I suppose. [18:37] matmat no, stupid as i am i did not select "allow user to choose"... [18:38] matmat because I implied that it would be https if available and do no harm, automatically be non ssl if it's not working :( [18:38] refizul what happens if you go to http://mysite/ after login? [18:39] matmat right now a blank page... i am re-uploading the files, 6k done, 6k to go [18:40] jonnyb matmat: try deleting everything except index.php in temp/cache [18:40] jonnyb will clear the prefs cache [18:41] refizul matmat: phpmyadmin, look for feature_switch_ssl_mode [18:42] refizul matmat: you need y there for users to decide whether use ssl or not for login [18:42] matmat feature_switch_ssl_mode is set to "n" [18:42] matmat ok [18:43] refizul this should reenable login to fix the rest [18:43] matmat changed that. guess i still got to wait for the upload to be done, still get a blank page, 5k files to go [18:47] vmachine joined #tikiwiki [18:47] vmachine left #tikiwiki [18:52] matmat upload done. ran the configuration again. selected to disable https, allowed users to chose. saved and went to tiki... get a blank page :( [18:53] arildb matmat: Try to increase the PHP memory limit, if you can [18:54] matmat it's only 64MB :( [18:54] matmat the old 7.2 was working fine... :( [18:54] arildb too low [18:54] arildb try 128M [18:54] arildb huahin [18:55] arildb sorry wrong editor [18:57] matmat I will try to complain to the hoster... [19:00] arildb_ joined #tikiwiki [19:03] matmat so if this is a memory problem... I got to downgrade to 7.x again? [19:05] refizul can you run tiki-check.php on your site? [19:06] matmat also returning a blank page. [19:06] matmat but the installer told me it only has 64;B ram [19:06] matmat 64MB [19:06] refizul maybe it is possible to override php.ini [19:06] matmat the old installation was working well, but I recall having 128MB when installing that... [19:07] arildb matmat: I don't think there is a downgrade path. You would have to restore a baackup I am afraid [19:07] refizul do you know whether the hoster uses SuPHP or something? [19:07] matmat I have no idea what they are using server-side. [19:08] matmat i can select PHP versions in my web-administration and different kinds of databases, etc. [19:08] matmat but nothing about memory, installed php plugins or similar [19:08] matmat i got a full file-by-file backup and a recent DB dump... [19:09] matmat but then I will have those spam-assaults again and non of the new features :( [19:09] refizul matmat: https://doc.tiki.org/Permission+Check [19:10] refizul matmat: do you have a folder public_html at the hosting? [19:11] refizul matmat: you may try writing your own php.ini if it does not yet exist - check this first [19:12] refizul too late... [19:12] matmat joined #tikiwiki [19:12] refizul matmat: you may try writing your own php.ini if it does not yet exist - check this first [19:12] matmat i don't have such a folder... but with the normal ftp account i log into a subfolder for this domain... [19:13] refizul if it does not exist, create a new file php.ini with single line: memory_limit = 128M [19:13] matmat will have a look at the permission check tomorrow (and hopefully have an answer, the hosters online-support went to bed already it seems) [19:13] refizul upload this file to Tiki root directory [19:14] refizul if it works, you won't need permission check [19:14] matmat which one? the permission check is a dozen files... [19:14] matmat ah. ok. [19:14] refizul matmat: no, not permission check. check whether there is a file php.ini or not (Tiki doesn't have this) [19:15] refizul if not, try to create and upload a new one [19:15] matmat in the sub-directory the domain is pointing to and the ftp login starts at there is no such file. [19:15] matmat let me dig up the general login... [19:15] matmat or can i upload it into the root folder of tiki? [19:16] refizul Tiki root should be fine [19:16] refizul this is supposed to work if the hoster uses SuPHP or phpsuexec to protect users [19:17] matmat where can i get a "pre-made" php.ini? [19:17] refizul http://www.watters.ws/mediawiki/index.php/Use_custom_php.ini_file_with_suPHP [19:18] refizul we should offer this as Tiki file in the future [19:18] refizul you may use any editor to create it on your Desktop [19:20] refizul do not care about the other options mentioned at www.watters.ws - just use a single line: memory_limit = 128M [19:20] matmat i know how to create & upload a php file... I add all the stuff from that link including the zend section, etc. and add the memory limit code line from tikiwiki documentation about php.ini? [19:21] refizul no - you create a php.ini with one line, omit all the rest of that page [19:21] refizul and replace the value 80M with 128M [19:22] matmat LOL [19:22] matmat that worked :) [19:22] refizul Tiki works? [19:23] matmat i do not get a blank page any more. still cannot log in. re-running the installer it tells me: "Tiki has detected your PHP memory limit at: 64 MB" [19:24] RobertPlummer joined #tikiwiki [19:24] matmat guess all i got to do now is restart the webserver? [19:24] dennmans joined #tikiwiki [19:25] refizul I don't think so, this is a suphp customer php.ini [19:26] refizul do you have a ssl checkbox at login? [19:26] matmat still re-running the installer. [19:27] matmat the upgrade worked. the login as admin is working :-D [19:28] refizul Great! [19:29] refizul matmat: time to party, eh? [19:29] RobertPlummer joined #tikiwiki [19:30] matmat yes :) [19:30] matmat just got to find the website logo in the dump and upload it to the right folder and were ready to rock [19:31] matmat found the favicon, but not the logo/banner [19:31] changi joined #tikiwiki [19:35] matmat thanks a lot for your help :) [19:36] refizul matmat: you're welcome [19:51] arildb_ joined #tikiwiki [19:56] marclaporte joined #tikiwiki [19:59] changi joined #tikiwiki [20:00] dennmans left #tikiwiki [20:05] changi joined #tikiwiki [20:11] arildb Hi jonnyb and Bsfez there are a couple of commits in trunk I think should be backported to 10... [20:12] arildb 1) r43818 hide namespace indicator in structures. This is a part of the new namespace functions in 10x (I think) [20:12] arildb 2) r44002 .. fixes the FAQ [20:12] arildb what do you think? [20:20] jonnyb hi arildb - er... probably, no time to find the diffs now, off out - namespaces have been controversial though... ;) [20:20] jonnyb bibi [20:31] Bsfez hi arildb i'm not really up to it (long day)… my best tough is: first we need to know and discuss what this is about. A list of backport can be established. [20:32] Bsfez then i guess we can discuss about the list [20:32] arildb Bsfez: ok, let's talk about it another day [20:32] JoelObre1ht joined #tikiwiki [20:33] JoelObre1ht Hi everybody [20:33] JoelObre1ht here I'm again with some little question :) [20:34] JoelObre1ht Is there a way to dismiss the automatic full screen mode on translation of wikipages ? [20:34] Bsfez arildb: I think it would be good to set a list so when we talk about it (another day or not) we discuss on specific and ppl had time to think about it. [20:34] marclaporte joined #tikiwiki [20:43] arildb_ joined #tikiwiki [20:59] JoelObre1ht OK found the answer on tiki-devel. Will wait for v10. [21:29] steve__ joined #tikiwiki [21:43] Bsfez joined #tikiwiki [23:19] RobertPlummer left #tikiwiki [23:21] marclaporte joined #tikiwiki [23:32] Tiki-KGB tikiwiki 03marclaporte r44056 10branches/10.x/lang/fr/language.php [23:32] Tiki-KGB tikiwiki typo. Thank you Dima and Kenlo