chibaguy: joined #tikiwiki Tiki|bot: New Forum Posts: Tiki Installer Security Precaution loop when installing - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=53111
New Forum Posts: Sistema de tickets - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=53110
New Forum Posts: Overriding the template file of a layout - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53106
New Forum Posts: Tiki Installer Security Precaution loop when installing - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=53111
New Forum Posts: Sistema de tickets - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=53110
New Forum Posts: Overriding the template file of a layout - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53106 chibaguy: joined #tikiwiki dabright: joined #tikiwiki
joined #tikiwiki chibaguy: joined #tikiwiki
joined #tikiwiki Tiki|bot: New Forum Posts: Jyhem on Vimeo, Youtube and tv.tiki.org - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53116 chibaguy: joined #tikiwiki
joined #tikiwiki aalex: joined #tikiwiki fabricius: joined #tikiwiki neilcreek: joined #tikiwiki
Hello
Is anybody available for a tech support query? xavi1: joined #tikiwiki xavi: polom
any tikifesters around? ( amette Jyhem et al)
neilcreek: fire your question neilcreek: hi! :) xavi: (I'll do my best, or others might later on if they are able to read your question... this channel is logged) neilcreek: My question is detailed in my post to the forum: http://tiki.org/tiki-view_forum_thread.php?comments_parentId=53111
Thank you Xavi -: xavi reading xavi: mmmmm, do you have shell access?
or just ftp?
in anycase, I'd try ensuring that your .htaccess is in place working as expected... Tiki|bot: New Forum Posts: Jyhem on Vimeo, Youtube and tv.tiki.org - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53116
New Forum Posts: Tiki Installer Security Precaution loop when installing - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=53111
New Forum Posts: Sistema de tickets - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=53110
New Forum Posts: Jyhem on Vimeo, Youtube and tv.tiki.org - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53116
New Forum Posts: Tiki Installer Security Precaution loop when installing - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=53111
New Forum Posts: Sistema de tickets - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=53110 neilcreek: sorry, I had to take care of something.
I do have shell access
the .htaccess is there, as a syn link I believe
just to test, I renamed the .htaccess syn link to -temp and changed the _htaccess to .htaccess so the syn link is bypassed, and the problem persists
You can see for yourself at http://neilcreek.com/clrpg xavi: ok, did you run 'sh setup.sh'? neilcreek: I did xavi: mmmm neilcreek: I recall there being one permission it couldn't set, because it was outside the folders I'm permitted to access on my web host i believe. But I can't remember what the folder name was xavi: it seems that there is some issue with the mysql...
let me see... did you try a bare install first?
after re-reading your forum post: if the installer can't create the local.php file itself, then you have some permission problem for that server/hosting neilcreek: I did, but my host doesn't use "localhost" as the database location. I have to use a variable, and that didn't work in the default installation process. So I had to do it manually xavi: you should try another permission model with the 'sh setup.sh', I reckon neilcreek: I'm not sure what a "permission model" is? xavi: ah, ok, if the problem is the name of the mysql server... then yuo can edit that in the local.php created by the installer neilcreek: this is the database host name I'm required to use, which works for wordpress and others: $_ENV{DATABASE_SERVER}
yes, I have done that. And is why I needed to create the local.php file xavi: create or just edit to change that name? neilcreek: this is the content of my local.php file (with the password obscured)
<?php $db_tiki='mysql'; $dbversion_tiki='8.0'; $host_tiki='$_ENV{DATABASE_SERVER}'; $user_tiki='db33105'; $pass_tiki='*****'; $dbs_tiki='db33105_clrpgwiki'; $client_charset='utf8'; nelsonko: joined #tikiwiki xavi: is this an upgrade or a new install? -: xavi confused after reading your $dbversion_tiki='8.0' but seeing that your site looks like a Tiki13 new install neilcreek: it's a new install. I've never used tikiwiki before, so I'm trying to work it all out. I may have got some things wrong as a result xavi: hi nelsonko . Do you have any clue if there is some chance to allow remote participants in the TikiFest? nelsonko: possibly, we are starting soon. let me try bob one sec xavi: nelsonko: ok, thks nelsonko: last night last night for most of us here just discussing stuff neilcreek: should I change 8.0 to 13.0? I copied the details for the local.php from the site. Perhaps that hadn't been updated to the new version xavi: neilcreek: I would suggest that you first try to install your site locally in your computer. Then clone that (as much as possible) to your hosting
neilcreek: you can also have a look at a script in the server that might provide more hints in what can be wrong with your setup in that hosting... See http://doc.tiki.org/Server+check neilcreek: I don't understand. I'm running windows 7, I've no idea what my host runs, but it's not windows. I don't know how to clone an install?
I just tried running tiki-check.php It took me to the sa,e Tiki Installer Security Precaution page, and when i logged into that, back to the installation page xavi: ok, ok. you coud get an equivalent environment working in your computer installing a whole xampp bundle in your win7 computer. But I would suggest then first to try to understand what's wrong with your local.php or mysql setup neilcreek: I don't want to have to install a web server, php, mysql and whatefver other software I need, just because tiki won't let me progress past one step in the install! That seems excessive, and I don't have that much time xavi: mmm, MySQL 5.1.26-rc-5.1.26rc-log .... maybe too old?... let's review the requirements page...
http://doc.tiki.org/Requirements#MySQL
however, not much information there on the minimum mysql version....
anyway, the tiki-check.php should work even if there was some problem with mysql
therefore, the problem must be somewhere else... I would ask your sysadmins in that hosting if they allow .htaccess in user accounts neilcreek: unfortunately it's not... It DID work at the very first step in the process, before I ran into the database name problem initially. Let me try renaming local.php to see if that lets it run xavi: the installer should set $dbversion_tiki to the correct version you are installing for sure neilcreek: ok, that allowed tiki-check to run. All is good, except for 4 ugly, and no bad
I can link you if you'd like to have a look? xavi: run the installer then, and let it create the local.php for you
then tweak that file created by the installer
to provide whatever name for the db server you are told to use
and if that doesn't work, ask help to your hosting provider... maybe there is something else or different for you to access your db? nelsonko: xavi, could you go into live.tiki.org and test? thanks xavi: @nelsonko : yes, sure
nelsonko: broken layout in that page (fyi), but that's another topic... neilcreek: aahh success! Of course it was something I should have thought of before xavi: :-) glad it worked, neilcreek! :-) neilcreek: a while back when I had a problem with a different piece of software, my host gave me a direct name for my particular database. I plugged that in instead of "localhost" and it seemed to find it! xavi: nelsonko: I can see you, but no mic on your end? nelsonko: changing browser, one sec xavi: ko
s/ko/ok nelsonko: for some reason chrome not picking up mic xavi: neilcreek: btw, very nice pics and site at your main domain :-) neilcreek: Thank you very much xavi! :)
Once I've got the basic install completed I'll update my post on the forum with my solution. I'll credit you with helping me walk through the issue and resolving it :) xavi: nelsonko: in case it matters, it seems Chrome changed the way it handled plugins and such since version 35. In my case, I had to stick with version 34.x for Chrome to work with java, for instance, as usual neilcreek: Much appreciated :) xavi: you are welcome, neilcreek. I hope you enjoy your stay in the Tiki Community! :-) neilcreek: Thank you :)
Good night! xavi: g'night! Jyhem_laptop: joined #tikiwiki amette: polom fabricius: joined #tikiwiki Telesight: joined #tikiwiki xavi: hi amette
torsten can't be heard much from the mic (at the tiki fest)
nor jyhem
in case there is some rellevant discussion that you want it to be recorded properly, you'd better set the computer with the mic in the middle (even if you get rid of the video stream). I presume that current audio recorded won't be of much help later on for people willing to listen to the meeting discussions Tiki|bot: Recent Bug: - http://dev.tiki.org/item5439 xavi: the audio at the fest is waaaaay better :-) Tiki|bot: Info: New Tiki Community Video - http://info.tiki.org/article229-New-Tiki-Community-Video XGuarden: im back dabright: joined #tikiwiki fabricius: Xavi??? xavi: yes fabricius: Audio still good? xavi: kind of, even if difficult to follow the whole discussion fabricius: hi XGuarden xavi: for instance, I wrote in bbb chat that I didn't get the conclusion of the discussion about the mail server
^ fabricius fabricius: xavi: sure ... we are not trained to concentrated on getting recorded xavi: yes, I know :-)
maybe if there were some clear conclusions on the topics discussed, they could be added as text in the tiki.org page about the fest
for instance
at http://tiki.org/TikiFestSysAdmin#Major_topics_for_DevOps fabricius: ahh ... frank will take care on the mailserver and an it-service-provider he knows since long and I met recently working together for a week will host it ... frank wil do the moving and maintanance .. nelson pays
anyway we make notes and create a wikistructure with results etc. xavi: ok, thanks
I still see that a good opportunity would be to set up ClearOS with Zarafa for that fabricius: next thing we concluded this morning at breakfast: DevOps is not an appropriate wording for a useful widespread understanding xavi: yes, I agree :-) fabricius: so we go back to what the guys actually do: sysadmin xavi: yes, clearer for my understanding also :-) fabricius: that's why I backnamed the page (and added alias for bookmarks) xavi: ok fabricius: next: I brought up a few issues which are having to do with marketing, design and a project you are doing with organic groups and dashboard - not closely, but overlapping a bit xavi: ok
thks fabricius: tiki community websites are our all vcard - community, consultants, coders, compynies
never have been nice and sexy, but now the situation is getting very bad
we agreed so far, that at least a professional designer is needed to make at least draft and suggestion of stylesheet and basic layout and I have a few ideas closely connected to that, alike landing pages etc. ...
we will have to go back to that discussion later on, but so far we have a direction about some very soon action
kind of asap
and besides the discussions some extra marketing ideas xavi: regarding the previous discussion at the TikiFestSysAdmin, remember that some guidelines were written/proposed some months ago: http://tiki.org/CommunityCoordinationPlanning?structure=Admins+Team#Sysadmin_REAL_AMP_Server_management
^ amette fabricius: thx xavi xavi: ok, thks to you for being the link between the outside world and current face-to-face tikifesters :-) amette: cheer xavi xavi: :-) fabricius: I just got the message, that I am not filtered in IRC
could anybody provide Jyhem with the info how this would work?
maybe he joked ... French humor or so ... xavi: amette fabricius et al.: we are currently using http://www.uptimerobot.com to monitor many *.t.o sites, afaik amette: login data in clipperz? xavi: yes amette: :) xavi: amette: user "tiki"
regarding the discussion in the tikifest: according to http://info.tiki.org/Version+Lifecycle tiki 9.x LTS is maintained until november 2015
so we could (should?) think in profiles.t.o using tiki 9.x until there or so Tiki|bot: Recent Bug: - http://dev.tiki.org/item5440 fabricius: yes xavi, profiles
we identified a few "minor" sites to keep pre 13 xavi: ok fabricius: although we say *info.tiki.org* must be on 13 *asap after* we have a community agreed new design and *i18n.tiki.org* must be up to date to be able to translate actual versions
(info for marketing reason for the various affected groups in the community) xavi: bbl
back fabricius: hi Xavi xavi: hi fabricius amette: http://tiki.org/CommunityCoordinationPlanning xavi: bbl chibaguy_: joined #tikiwiki Tiki|bot: New Forum Posts: Any problems running Tiki 12 on PHP 5.5 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53120 Telesight: joined #tikiwiki Tiki|bot: New Forum Posts: Problem with sort in articles plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=53122 Jyhem_laptop: rebooting community server Tiki|Log: joined #tikiwiki Topic: for #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki LTS version 12.2 (Altair) is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log) nelsonko: left #tikiwiki Tiki-KGB: 03xavidp r52381 10branches/13.x/templates/ 10admin/include_articles.tpl 10tiki-admin_rssmodules.tpl
[FIX]Unhide 'Article generator' infos for novice admins in Tip remarksboxes (Tips can be closed for experienced admins). Should serve to close issues like the one reported in bug4930.
03xavidp r52382 10branches/12.x/templates/ 10tiki-admin_rssmodules.tpl 10admin/include_articles.tpl
[bp/r52381][FIX]Unhide 'Article generator' infos for novice admins in Tip remarksboxes (Tips can be closed for experienced admins). Should serve to close issues like the one reported in bug4930. chibaguy: joined #tikiwiki aalex: joined #tikiwiki nelsonko: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Telesight: joined #tikiwiki fabricius: joined #tikiwiki chibaguy: joined #tikiwiki fcpd: joined #tikiwiki
TikiWiki 12.2: Is there a simple way to justify text that I write in TikiWiki? I wasn't able to find an option in the toolbar like WordPress or others. Thanx!
Would also like to learn how to create background images per page if it is possible chibaguy: joined #tikiwiki nelsonko: joined #tikiwiki Tiki|bot: Recent Bug: - http://dev.tiki.org/item5441 Jyhem_laptop: joined #tikiwiki Tiki|bot: New Forum Posts: Problem with sort in articles plugin - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=53122
New Forum Posts: Any problems running Tiki 12 on PHP 5.5 - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53120
New Forum Posts: Jyhem on Vimeo, Youtube and tv.tiki.org - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53116