<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style> dennmans: joined #tikiwiki jacmoe: joined #tikiwiki <br> joined #tikiwiki RobertPlummer: left #tikiwiki arildb: joined #tikiwiki lindonb: joined #tikiwiki marclaporte: joined #tikiwiki panamaus: joined #tikiwiki goj: joined #tikiwiki kstingel: joined #tikiwiki ravi: joined #tikiwiki Guest602: how to show list of pages which are created by user who is login? rinnan: <u>Guest602</u>: if you have a list of online users you can click the user in question on that list <br> on the following screen you'll find a menu selection called "User Contribution" Guest602: i want to see of particular page list which is created by particular users rinnan: with the information you're looking for <br> <URL>/tiki/tiki-user_information.php?userId=<ID> <br> on my site I find the list youre looking for on that particular menu himanshu__: joined #tikiwiki <br> plz help me how to make mini chat in tiki rodrigoprimo: joined #tikiwiki vmachine: joined #tikiwiki <br> left #tikiwiki fabricius: joined #tikiwiki GillesM: joined #tikiwiki jonnyb: joined #tikiwiki Guest602: how to add private chat functionality in tikiwiki? fabricius: hi Guest602 Guest602: hi fabricius: there is an internal minichat integrated, but this is not really good possible to administrate <br> there is an online support system - kind of a ticket based chat-similar thing Guest602: i have used minichat module but i want to use different functionality like all user see online users and chat with that users fabricius: you could - depending on your ISP and wecontract/serverconfig - use phpfreechat, which seem to be somehow integrated or integratable <br> 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 <br> so tecchies can easily login with any client and non-techies have the chat on your website <br> in my mind the best solution Guest602: how to integrate it ? Bsfez: joined #tikiwiki <br> Hi fabricius Guest602: fabricius:r u there? ricks99: joined #tikiwiki <br> polom y'all rodrigoprimo: joined #tikiwiki jonnyb: moloq ricks99 and everybody rodrigoprimo: joined #tikiwiki ricks99: hiya jonnyb fabricius: wolod ricks99 and jonnyb <br> <u>Guest602</u>: sry ... afk <br> iframe? -> doc.tiki.org/PluginIframe <br> err http://doc.tiki.org/PluginIframe dennmans: joined #tikiwiki fabricius: IRC example: http://webchat.freenode.net/?channels=tikiwiki <br> <u>Guest602</u>: 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 <br> hi Bsfez vmachine1: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r44055 10trunk/ 10templates/modules/mod-tracker_input.tpl 10modules/mod-func-tracker_input.php <br> tikiwiki [MOD] tracker input: Add insertmode param to set the mode to go into after the tracker item dialog closes vmachine1: left #tikiwiki dennmans: joined #tikiwiki rinnan: is it just me or is tiki.org struggling today? dhazel: joined #tikiwiki jonnyb: joined #tikiwiki <br> repolom 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 marclaporte: joined #tikiwiki matmat: joined #tikiwiki <br> 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? arildb: <u>matmat</u>: see the db table tiki_preferences matmat: i did query "https" but it returned quite a lot of places in the database... arildb: name = https_login ... set to 'disabled' Jyhem: polom matmat: there is "https_login_required" which is set to n <br> the "https" field is set to auto <br> do i have to change this to "n"? arildb: try to set it to disabled Jyhem: <u>matmat</u>: 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 <br> but editing the database works fine matmat: did that in browser, accepted it, then the https://mysite/tiki-login.php shows up with an 404 <br> there is no field in tike-preferences called "https_login" <br> there is a https value, then https prefix, port, etc. <br> and https login reuquired which is already set to "n" arildb: <u>matmat</u>: not field - name <br> SELECT * FROM tiki_preferences where name = 'https_port'; matmat: returns "Showing rows 0 - 0 (1 total, Query took 0.0006 sec)" <br> should I ADD this? ravi: joined #tikiwiki <br> how to display spreadsheet in page? arildb: <u>matmat</u>: sorry..should be: SELECT * FROM tiki_preferences where name = 'https_login'; Guest78525: i use below code but not working for me <br> {SHEET(id="sheet_11" simple="y")}Cash Book{Cash Book} Tiki|bot: Recent Bug: Tracker item: #4345 - - Batch upload zip file contents in sequential order - http://dev.tiki.org/item4345 refizul: <u>matmat</u>: does http://mysite/tiki-login.php work? or is this 404, too? matmat: arildb that returns 601 hits :-/ <br> http i can call the login page... but it auto-calls the https one after login which is 404 <br> without the "s" the page is available, no 404 <br> i the above query: https_login_required n / https_prefix / http_domain / http_port 80 / http_prefix <br> there is no "https_login" in my database :-/ vmachine: joined #tikiwiki arildb: <u>matmat</u>: you should get 1 hit vmachine: left #tikiwiki matmat: must have made some mistake copying it... not it returned one hit vmachine: joined #tikiwiki matmat: replaced the "encouraged" by "disabled"... still the same error <br> joined #tikiwiki <br> do I have to refresh or something? i clicked "save and return to previous page", where it appears to be changed vmachine: left #tikiwiki arildb: <u>matmat</u>: try to cache ... if you can vmachine1: joined #tikiwiki refizul: <u>matmat</u>: is your webserver configured correctly? what is https://mysite/ ? 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 <br> 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 <br> login with correct password leads to the https tiki-login.php which returns 404 marclaporte: joined #tikiwiki matmat: hm... vmachine1: left #tikiwiki matmat: could i solve this by re-uploaing the files and re-installing? <br> seems the easier option changi: joined #tikiwiki refizul: <u>matmat</u>: I guess the https option is stored in the DB matmat: but i would be able to run the installer again and un-select it? refizul: if it is only login: should work. if you enforced https in security: that's hard matmat: the only thing i changes was selecting "encourage https login" when installing 9.x <br> so I hope this works... uploading all files with replace now refizul: do you have got phpmyadmin? <br> ah - no - you can run the installer again <br> no need to upload all again <br> sometimes there is phpmyadmin at shared hosting matmat: i locked it after install... how can i unlock it? refizul: you need your database credentials <br> or is this only when still unlocked? matmat: yes, there is php my admin, this is how i did query and modify the database <br> i could edit local.php this is where the database settings are... <br> but I think once you lock the install some files are removed? refizul: try phpmyadmin, search table tiki_preferences matmat: i did. I found the https login, changed it from "encourage" to "disabled", did not change a thing when trying to log in. Bsfez: joined #tikiwiki refizul: it was encourage? not required? <br> There should be a checkbox to disable https in this case, I suppose. matmat: no, stupid as i am i did not select "allow user to choose"... <br> because I implied that it would be https if available and do no harm, automatically be non ssl if it's not working :( refizul: what happens if you go to http://mysite/ after login? matmat: right now a blank page... i am re-uploading the files, 6k done, 6k to go jonnyb: <u>matmat</u>: try deleting everything except index.php in temp/cache <br> will clear the prefs cache refizul: <u>matmat</u>: phpmyadmin, look for feature_switch_ssl_mode <br> <u>matmat</u>: you need y there for users to decide whether use ssl or not for login matmat: feature_switch_ssl_mode is set to "n" <br> ok refizul: this should reenable login to fix the rest matmat: changed that. guess i still got to wait for the upload to be done, still get a blank page, 5k files to go vmachine: joined #tikiwiki <br> left #tikiwiki matmat: upload done. ran the configuration again. selected to disable https, allowed users to chose. saved and went to tiki... get a blank page :( arildb: <u>matmat</u>: Try to increase the PHP memory limit, if you can matmat: it's only 64MB :( <br> the old 7.2 was working fine... :( arildb: too low <br> try 128M <br> huahin <br> sorry wrong editor matmat: I will try to complain to the hoster... arildb_: joined #tikiwiki matmat: so if this is a memory problem... I got to downgrade to 7.x again? refizul: can you run tiki-check.php on your site? matmat: also returning a blank page. <br> but the installer told me it only has 64;B ram <br> 64MB refizul: maybe it is possible to override php.ini matmat: the old installation was working well, but I recall having 128MB when installing that... arildb: <u>matmat</u>: I don't think there is a downgrade path. You would have to restore a baackup I am afraid refizul: do you know whether the hoster uses SuPHP or something? matmat: I have no idea what they are using server-side. <br> i can select PHP versions in my web-administration and different kinds of databases, etc. <br> but nothing about memory, installed php plugins or similar <br> i got a full file-by-file backup and a recent DB dump... <br> but then I will have those spam-assaults again and non of the new features :( refizul: <u>matmat</u>: https://doc.tiki.org/Permission+Check <br> <u>matmat</u>: do you have a folder public_html at the hosting? <br> <u>matmat</u>: you may try writing your own php.ini if it does not yet exist - check this first <br> too late... matmat: joined #tikiwiki refizul: <u>matmat</u>: you may try writing your own php.ini if it does not yet exist - check this first matmat: i don't have such a folder... but with the normal ftp account i log into a subfolder for this domain... refizul: if it does not exist, create a new file php.ini with single line: memory_limit = 128M 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) refizul: upload this file to Tiki root directory <br> if it works, you won't need permission check matmat: which one? the permission check is a dozen files... <br> ah. ok. refizul: <u>matmat</u>: no, not permission check. check whether there is a file php.ini or not (Tiki doesn't have this) <br> if not, try to create and upload a new one matmat: in the sub-directory the domain is pointing to and the ftp login starts at there is no such file. <br> let me dig up the general login... <br> or can i upload it into the root folder of tiki? refizul: Tiki root should be fine <br> this is supposed to work if the hoster uses SuPHP or phpsuexec to protect users matmat: where can i get a "pre-made" php.ini? refizul: http://www.watters.ws/mediawiki/index.php/Use_custom_php.ini_file_with_suPHP <br> we should offer this as Tiki file in the future <br> you may use any editor to create it on your Desktop <br> do not care about the other options mentioned at www.watters.ws - just use a single line: memory_limit = 128M 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? refizul: no - you create a php.ini with one line, omit all the rest of that page <br> and replace the value 80M with 128M matmat: LOL <br> that worked :) refizul: Tiki works? 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" RobertPlummer: joined #tikiwiki matmat: guess all i got to do now is restart the webserver? dennmans: joined #tikiwiki refizul: I don't think so, this is a suphp customer php.ini <br> do you have a ssl checkbox at login? matmat: still re-running the installer. <br> the upgrade worked. the login as admin is working :-D refizul: Great! <br> <u>matmat</u>: time to party, eh? RobertPlummer: joined #tikiwiki matmat: yes :) <br> just got to find the website logo in the dump and upload it to the right folder and were ready to rock <br> found the favicon, but not the logo/banner changi: joined #tikiwiki matmat: thanks a lot for your help :) refizul: <u>matmat</u>: you're welcome arildb_: joined #tikiwiki marclaporte: joined #tikiwiki changi: joined #tikiwiki dennmans: left #tikiwiki changi: joined #tikiwiki arildb: Hi jonnyb and Bsfez there are a couple of commits in trunk I think should be backported to 10... <br> 1) r43818 hide namespace indicator in structures. This is a part of the new namespace functions in 10x (I think) <br> 2) r44002 .. fixes the FAQ <br> what do you think? jonnyb: hi arildb - er... probably, no time to find the diffs now, off out - namespaces have been controversial though... ;) <br> bibi 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. <br> then i guess we can discuss about the list arildb: <u>Bsfez</u>: ok, let's talk about it another day JoelObre1ht: joined #tikiwiki <br> Hi everybody <br> here I'm again with some little question :) <br> Is there a way to dismiss the automatic full screen mode on translation of wikipages ? Bsfez: <u>arildb</u>: 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. marclaporte: joined #tikiwiki arildb_: joined #tikiwiki JoelObre1ht: OK found the answer on tiki-devel. Will wait for v10. steve__: joined #tikiwiki Bsfez: joined #tikiwiki RobertPlummer: left #tikiwiki marclaporte: joined #tikiwiki Tiki-KGB: tikiwiki 03marclaporte r44056 10branches/10.x/lang/fr/language.php <br> tikiwiki typo. Thank you Dima and Kenlo