PenguinMan98: why oh why did I delete through my sftp and not from the command line...
*headdesk* TomJarvis: PenguinMan98: And other that the caching folders (./templates_c/, ./modules/cache/, ./temp/cache/, ./temp/public/), the new Tiki install would have written over all the files anyway. lukeg: joined #tikiwiki PenguinMan98: Yep
So, I've uploaded the database and installed it
Will the installer ask me if I'm upgrading?
Or does the installer not touch the database? TomJarvis: PenguinMan98: After you have installed the new tiki programs, you should be directed to the tiki-install.php automatically. It will ask for your database user and password. Be sure to select upgrade the database.
PenguinMan98: Install the Tiki programs, run setup.sh, then browse to tiki-install.php. PenguinMan98: okies
~7000 files left to copy TomJarvis: PenguinMan98: Have you used ssh before? You could have logged in and did a wget for the Tiki 12 zip file, and then uncompressed it on your VPS. That would be a lot faster than uploading it from your home computer. PenguinMan98: I have maintained servers before but I have very little experience setting them up
So, my linux knowledege is limited to basic nano / vi use
And maybe a few filesystem commands TomJarvis: PenguinMan98: I have found this small addition to the .bashrc file very useful for navigating around in ssh: .http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html PenguinMan98: sweet
I'll read through it TomJarvis: Bye PenguinMan98: later! thanks again
OK files are done. TomJarvis: joined #tikiwiki PenguinMan98: The requested URL /HomePage was not found on this server.
probably a fault with my server TomJarvis: PenguinMan98: You must have the "Search engine friendly URL" turned on. For that to work, your .htaccess file must be a symbolic link to the _htaccess file. PenguinMan98: I had those turned on on my home server Tiki-KGB: 03nkoth r49951 10branches/12.x/lib/core/Tiki/Profile/InstallHandler/Menu.php * [FIX] When exporting menu options, do not parse wiki syntax TomJarvis: PenguinMan98: Try /tiki-index.php?page=HomePage to see if that works. PenguinMan98: ok, gimme a sec
my home life often means I can only do something once in a while
http://162.249.6.150/tiki-index.php?page=HomePage
This is a valid url Tiki-KGB: 03nkoth r49952 10branches/12.x/lib/core/Tiki/Profile/Writer.php
[FIX] Profile export of strings Yes No and strings with { and [ result in type transformation on import PenguinMan98: I turned off Preference feature sefurl
and then turned it back on
homepage still not found TomJarvis: PenguinMan98: /tiki-index.php?page=HomePage really is the URL of the page. It only looks like you are getting the URL /HomePage
There is some regex magic in the .htaccess file. ;-)
In the Tiki .htaccess file, there is a RewriteRule that converts the /HomePage to /tiki-index.php?page=HomePage
RewriteRule ^(.+)$ tiki-index.php?page=$1 [QSA,L]
So, for "Search engine friendly URL" to work, your .htaccess file has to be enabled.
Note that the Rewrite rule I show above does not work on its own, there are a lot of rewrite rules above it that have to fail their regex match before it falls through to that Rewrite rule.
Until you have .htacces working, you can use your site by turning off "Search engine friendly URL". PenguinMan98: I see
So why didn't this cause issues in Tiki 10? TomJarvis: The Tiki .htaccess file must have been working on your home server. PenguinMan98: I wrote my own
I'm pretty sure TomJarvis: PenguinMan98: You still have your home version runnable, I assume? You can check it. PenguinMan98: yep
www.mlpnwrp.com is still life
live* -: PenguinMan98 uploads his .htaccess
PenguinMan98 blinks as that seems to have failed to work correctly PenguinMan98: It looks like it made some kind of symbolic link instead wikityle-: left #tikiwiki TomJarvis: You can either have .htaccess a symbolic link to the _htaccess file, or rename the _htaccess file to .htaccess PenguinMan98: Yeah, but I didn't do that. I told it to upload mine from my home server
why didn't that work...
so somehow, it did create the symbolic link to the _htaccess
http://screencast.com/t/tgOOC3t0CBbs TomJarvis: PenguinMan98: Have your tried /tiki-check.php on your new server?
PenguinMan98: Which system is that screencast from? Your current VPS or you home server? PenguinMan98: vps
that's why I'm confused.
I didn't do that
would tiki have done that? TomJarvis: PenguinMan98: Yes, installing Tiki 12 would do that. Here is a quick way to tell if your _htaccess file is working. Edit it and add a single x as the first line and then save it. Now if you browse to your site you will get a 500 internal server error if the _htaccess file is active. PenguinMan98: Thing is, I'm not entirely sure that by trying to upload my .htaccess it didn't overwrite the _htaccess due to following that link
ok
first: No it didn't overwrite it
second, adding the x didn't give the server a 500 error TomJarvis: If adding the x did not give you the server error, that file is not enabled, so the SEO thing will not work for you. PenguinMan98: Then I need to upload my .htaccess
But that doesn't work because of that symbolic link
I'll have to remove it TomJarvis: If you do not use the rewrite rules in the tiki htaccess file, then you can not use the "Search engine friendly URL" option. PenguinMan98: I removed the symlink and uploaded my .htaccess
And homepage still doesn't work
but all the others still do TomJarvis: your centos on the vps might have the .htaccess file disabled. Check /etc/httpd/conf/httpd.conf for AllowOverride statement for the public_html or www directory. PenguinMan98: it appears you are correct
http://screencast.com/t/rFrsedkS35 TomJarvis: PenguinMan98: I think you are wrong about the other pages working, all pages requiring the htaccess rewrite are failing for me. PenguinMan98: Well, you would know better than I
ok, that should enable them
aaaaaand, it looks like we're working
wooooooo!
You are a total genius man Tiki|bot: joined #tikiwiki TomJarvis: Bye. Tiki|bot: New Forum Posts: internet shop, - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51231 xavi1: joined #tikiwiki Tiki-KGB: 03xavidp r49953 10branches/12.x/lib/core/Tracker/Definition.php
[FIX]Do not force the name to be exactly the non-l10n string "Rating" to allow fetching the fieldID diggy: joined #tikiwiki Telesight: joined #tikiwiki arildb: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Tiki-KGB: 03xavidp r49954 10branches/12.x/ 10lib/core/Tracker/Field/Rating.php 10lib/trackers/trackerlib.php
[FIX]Do not force the field name to be exactly the string "Rating" (translated or not), because admins can rename the field to something more suitd for their use case. Field type should be enough. And indicate elsewhere that stars system is deprecated also as a tracker field.
03xavidp r49955 10(11 files in 11 dirs) * [MRG] Automatic merge, branches/12.x 49943 to 49954 Tiki|bot: New Forum Posts: multi domain option with different perspective set - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51232 jonnyb: joined #tikiwiki
polom xavi: pom pom :-)
I'm looking for fixing a bug in trackercalendar, that displays first day of week always as a Sunday, without respecting the admin choice in the admin panels
I've noticed that in lib/wiki-plugins/wikiplugin_trackercalendar.php, around line 100 or so (tiki 12x), it says: 'firstDayofWeek' => 0,
following how the variable is set up in tiki-calendar_setup.php, I've edited the wikiplugin_trackercalendar.php to be: 'firstDayofWeek' => $firstDayofWeek,
and before that, global $calendarlib; include_once('lib/calendar/calendarlib.php');
and $firstDayofWeek = $calendarlib->firstDayofWeek();
but no way, yet. first day of week shown as Sunday for trackercalendar
I've noticed also that in templates/wiki-plugins/trackercalendar.tpl, line 54 says: firstDay: data.firstDayofWeek,
whereas in templates/tiki-calendar.tpl, line 179: firstDay: {{$firstDayofWeek}},
Jyhem , you were asking the ther day about TrackerCalendar. There is a tiny bug here also : ^
I couldn't find a fix myself (it seems beyond my skills) jonnyb: oops, sorry xavi - got distracted arildb_: joined #tikiwiki Tiki-KGB: 03xavidp r49956 10branches/12.x/lang/ca/language.php * a few strings fixed related to calendar
03xavidp r49957 10branches/12.x/templates/admin/include_performance.tpl
[FIX]Lovely apostrophes break languages (WSOD) where we use apostrophe in our common language. Use double quotation marks, please.
03jonnybradley r49958 10branches/12.x/lib/jquery_tiki/tiki-maps.js
[FIX] maps: Sadly IE8 and before think that "default" is a reserved word in JavaScript and throws an error on it unless it is quoted (thanks eromneg) xavi: oh well, I'm running out of time for today. See you
left #tikiwiki Olaf_Stefanov: joined #tikiwiki
Hi friends, I installed a replacement icon for a new site (t1.aricsa.at). It shows up correctly in Firefox and Chrome, but not in IE9. I cleared cache in my tiki, in my browser, again and again. I even replaced the defualt favicon.ico and favicon.png files on the site, but still keep getting the blue tiki icon in Internet Explorer. Any ideas? I checked all the tiki doc I could find, and irc logs.
Oh, should mention I'm using Tiki version SVN (12.1svn): Sunday 16 of February, 2014 05:30:25 CET - REV 49924 on t1.aricsa.at arildb_: joined #tikiwiki dimi: joined #tikiwiki Tiki|bot: joined #tikiwiki jonnyb: repolom
hi Olaf_Stefanov :)
there is something funny about IE icons... someone committed a bunch of code supposedly to handle that - can't remember who (and it didn't look that good i seem to recall)
hmm, sf.net seems to be playing up a lot these days... dull Tiki|bot: New Forum Posts: Mass Search and Replace with text containing quotemarks - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51234 Olaf_Stefanov_: joined #tikiwiki Jyhem_laptop: polom jonnyb: hi Jyhem_laptop Jyhem_laptop: thanks xavi: noted for when the prospect eventually answers me
hi jonnyb. How are you doing ? Not underwater, I hope? jonnyb: no, i'm fine here thanks - i like on a hill :) Jyhem_laptop: Olaf_Stefanov: some guy next to me has access to IE9; Your site shows the default IE9 windows blue favicon (not the Tiki one, even)
he says the site's html points the png image as favicon and IE9 can't read pngs. So… no favicon
Good planning, jonnyb :) Strangely, here the weather is just unremarkable for the season
http://dailyhawk.co.uk/2014/02/14/african-union-we-cannot-ignore-the-plight-of-berkshire-any-longer/ Olaf_Stefanov: Jyhem_laptop: yes but I have the same image as favicon.ico , how do I set an icon for BOTH IE9 and other browsers? jonnyb: hi Olaf_Stefanov
i think there are some prefs for that... Jyhem_laptop: no idea, what about converting the png to the favicon format? Olaf_Stefanov: hi again Jyhem and Jonny: you can both try logging in as admin, with ps wd being admin followed by jean-marc's 5 char online name (all lower case, no spec chars)
Jyhem and Jonny: can I send you both the favicon.ico and the favicon.png file (by email) so you can advise? Jyhem_laptop: I don't really have access to IE9. I just asked from the guy besides me to fire a virtual machine with IE9 out of curiosity. Now he's gone in a meeting and the VM is switched off anyway :( jonnyb: i'm also not near IE9 (or windows generally), sorry marclaporte: joined #tikiwiki Tiki|bot: New Forum Posts: Mass Search and Replace with text containing quotemarks - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51234
New Forum Posts: multi domain option with different perspective set - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51232
New Forum Posts: internet shop, - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51231 Olaf_Stefanov: thanks anyway, Jyhem, and Jonny. It's really too bad there's nothing in the tiki doc about this. If I find something out, I'll try to add it to the documentation. jonnyb: i think if you set the favicon mime type to image/vnd.microsoft.icon it might work? Olaf_Stefanov: jonnyb: I'm just trying that... jonnyb: that's a .ico file apparently
sf.net not having a good day... http://sourceforge.net/blog/allura-platform-instability/ marclaporte: joined #tikiwiki marclapo1: joined #tikiwiki Tiki|bot: New Forum Posts: Mass Search and Replace with text containing quotemarks - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51234
New Forum Posts: multi domain option with different perspective set - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51232
New Forum Posts: internet shop, - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51231
joined #tikiwiki arildb: joined #tikiwiki Tiki|bot: joined #tikiwiki Olaf_Stefanov: joined #tikiwiki arildb_: joined #tikiwiki Tiki|bot: joined #tikiwiki arildb_: joined #tikiwiki Tiki|bot: joined #tikiwiki lukeg: joined #tikiwiki fabricius: joined #tikiwiki Tiki|bot: joined #tikiwiki jcarter: joined #tikiwiki
hey all! Are there any issues running tiki 12 with PHP 5.5? I'm considering upping my PHP to mess with trunk, but I don't want to cause any problems. jonnyb: hi jcarter - seems to be running fine for me locally on php 5.5, but my main external server is still on 5.3 so i'm not testing the (or trunk) much in the Real World
we haven't had any reports of bad 5.5 things though, so you should be ok jcarter: Great, thanks jonnyb! I did a little testing on a VM and it all seemed fine, just wanted to make sure :) jonnyb: i think the main thing that's different is the opcode cache, which is now built into php but was an extra (APC) before and i don't think worked properly in 5.4
i believe trunk has some fixes for this but i'm not sure if they went into 12.x as well... diggy128: joined #tikiwiki jcarter: Alright. I'll continue tinkering on a vm for a bit, and I'll look a bit more into that, maybe check out what the fixes were and the like. Thanks! Tiki|bot: New Forum Posts: Closing regressions and bug in wishlist - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51236
joined #tikiwiki marclaporte: joined #tikiwiki arildb_: joined #tikiwiki marclapo1: joined #tikiwiki Tiki|bot: joined #tikiwiki
joined #tikiwiki arildb_: joined #tikiwiki arildb__: joined #tikiwiki arildb: joined #tikiwiki Tiki-KGB: 03jonnybradley r49959 10trunk/templates/admin/include_performance.tpl 10trunk/lang/ca/language.php 10trunk/lib/jquery_tiki/tiki-maps.js 10trunk * [MRG] Automatic merge, branches/12.x 49954 to 49958
03jonnybradley r49960 10branches/12.x/templates/structures_toc-leaf.tpl
[FIX] structures: self_links get confused when returned from an AJAX request unless the _script param is set (thanks eromneg)
03jonnybradley r49961 10branches/12.x/ 10lib/structures/structlib.php 10tiki-edit_structure.php 10tiki-editpage.php
[FIX] structures: Simplify and move the code to categorise new pages in a structure into structlib (and call it from s_create_page if feature_wiki_categorize_structure).
Also move the perm check in tiki-editpage to before the global test.
Fixes permissions error on adding pages to categorised structures from tiki-index.php when user doesn't have global edit perms.
(thanks again eromneg)
03arildb r49962 10branches/12.x/ 10tiki-report_string_in_db.php 10templates/tiki-report_string_in_db.tpl * [SEC] Better validation of input parameters.
03jonnybradley r49963 10(7 files in 4 dirs) * [MRG] Automatic merge, branches/12.x 49958 to 49962 jonnyb: byee Tiki|bot: joined #tikiwiki Olaf_Stefanov_: joined #tikiwiki arildb_: joined #tikiwiki arildb__: joined #tikiwiki arildb: joined #tikiwiki Tiki|bot: New Forum Posts: Where can I edit the note at the bottom of the Register page? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51238
New Forum Posts: Most annoying featu Request blocked - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51239 arildb: joined #tikiwiki marclaporte: joined #tikiwiki