←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
fabriciusjoined #tikiwiki [00:08]
.... (idle for 18mn)
PenguinMan98why oh why did I delete through my sftp and not from the command line...
*headdesk*
[00:26]
TomJarvisPenguinMan98: 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. [00:34]
lukegjoined #tikiwiki [00:41]
PenguinMan98Yep [00:43]
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?
[00:57]
TomJarvisPenguinMan98: 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. [01:09]
PenguinMan98: Install the Tiki programs, run setup.sh, then browse to tiki-install.php. [01:15]
PenguinMan98okies
~7000 files left to copy
[01:16]
TomJarvisPenguinMan98: 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. [01:20]
PenguinMan98I have maintained servers before but I have very little experience setting them up [01:20]
So, my linux knowledege is limited to basic nano / vi use
And maybe a few filesystem commands
[01:25]
TomJarvisPenguinMan98: 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 [01:28]
PenguinMan98sweet
I'll read through it
[01:34]
TomJarvisBye [01:45]
PenguinMan98later! thanks again [01:54]
OK files are done. [02:00]
...... (idle for 29mn)
TomJarvisjoined #tikiwiki [02:29]
...... (idle for 26mn)
PenguinMan98The requested URL /HomePage was not found on this server.
probably a fault with my server
[02:55]
TomJarvisPenguinMan98: 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. [03:02]
PenguinMan98I had those turned on on my home server [03:03]
Tiki-KGB03nkoth r49951 10branches/12.x/lib/core/Tiki/Profile/InstallHandler/Menu.php * [FIX] When exporting menu options, do not parse wiki syntax [03:04]
TomJarvisPenguinMan98: Try /tiki-index.php?page=HomePage to see if that works. [03:04]
...... (idle for 26mn)
PenguinMan98ok, 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
[03:30]
............ (idle for 57mn)
Tiki-KGB03nkoth 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
[04:28]
PenguinMan98I turned off Preference feature sefurl
and then turned it back on
[04:29]
homepage still not found [04:35]
........ (idle for 39mn)
TomJarvisPenguinMan98: /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".
[05:14]
PenguinMan98I see
So why didn't this cause issues in Tiki 10?
[05:15]
TomJarvisThe Tiki .htaccess file must have been working on your home server. [05:16]
PenguinMan98I wrote my own
I'm pretty sure
[05:16]
TomJarvisPenguinMan98: You still have your home version runnable, I assume? You can check it. [05:18]
PenguinMan98yep
www.mlpnwrp.com is still life
live*
PenguinMan98 uploads his .htaccess
PenguinMan98 blinks as that seems to have failed to work correctly
It looks like it made some kind of symbolic link instead
[05:18]
wikityle-left #tikiwiki [05:23]
TomJarvisYou can either have .htaccess a symbolic link to the _htaccess file, or rename the _htaccess file to .htaccess [05:23]
PenguinMan98Yeah, 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
[05:24]
TomJarvisPenguinMan98: Have your tried /tiki-check.php on your new server?
PenguinMan98: Which system is that screencast from? Your current VPS or you home server?
[05:34]
PenguinMan98vps
that's why I'm confused.
I didn't do that
would tiki have done that?
[05:36]
TomJarvisPenguinMan98: 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. [05:41]
PenguinMan98Thing 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
[05:42]
TomJarvisIf adding the x did not give you the server error, that file is not enabled, so the SEO thing will not work for you. [05:47]
PenguinMan98Then I need to upload my .htaccess
But that doesn't work because of that symbolic link
I'll have to remove it
[06:01]
TomJarvisIf you do not use the rewrite rules in the tiki htaccess file, then you can not use the "Search engine friendly URL" option. [06:14]
PenguinMan98I removed the symlink and uploaded my .htaccess
And homepage still doesn't work
but all the others still do
[06:15]
TomJarvisyour 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. [06:16]
PenguinMan98it appears you are correct
http://screencast.com/t/rFrsedkS35
[06:18]
TomJarvisPenguinMan98: I think you are wrong about the other pages working, all pages requiring the htaccess rewrite are failing for me. [06:18]
PenguinMan98Well, you would know better than I
ok, that should enable them
aaaaaand, it looks like we're working
[06:19]
wooooooo!
You are a total genius man
[06:28]
.... (idle for 17mn)
Tiki|botjoined #tikiwiki [06:45]
................... (idle for 1h31mn)
TomJarvisBye. [08:16]
............. (idle for 1h3mn)
Tiki|botNew Forum Posts: internet shop, - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51231 [09:19]
xavi1joined #tikiwiki [09:21]
................ (idle for 1h17mn)
Tiki-KGB03xavidp 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
[10:38]
........ (idle for 36mn)
diggyjoined #tikiwiki [11:14]
..... (idle for 20mn)
Telesightjoined #tikiwiki [11:34]
arildbjoined #tikiwiki [11:40]
...... (idle for 27mn)
Jyhem_laptopjoined #tikiwiki [12:07]
Tiki-KGB03xavidp 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.
[12:20]
03xavidp r49955 10(11 files in 11 dirs) * [MRG] Automatic merge, branches/12.x 49943 to 49954 [12:28]
Tiki|botNew Forum Posts: multi domain option with different perspective set - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51232 [12:40]
........ (idle for 35mn)
jonnybjoined #tikiwiki
polom
[13:15]
xavipom 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}},
[13:16]
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)
[13:32]
jonnyboops, sorry xavi - got distracted [13:37]
arildb_joined #tikiwiki [13:41]
.... (idle for 15mn)
Tiki-KGB03xavidp 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)
[13:56]
xavioh well, I'm running out of time for today. See you
left #tikiwiki
[14:08]
.... (idle for 15mn)
Olaf_Stefanovjoined #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
[14:24]
..... (idle for 21mn)
arildb_joined #tikiwiki [14:50]
dimijoined #tikiwiki [14:53]
....... (idle for 32mn)
Tiki|botjoined #tikiwiki [15:25]
jonnybrepolom
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)
[15:29]
hmm, sf.net seems to be playing up a lot these days... dull [15:39]
Tiki|botNew Forum Posts: Mass Search and Replace with text containing quotemarks - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51234 [15:41]
Olaf_Stefanov_joined #tikiwiki [15:54]
Jyhem_laptoppolom [15:54]
jonnybhi Jyhem_laptop [15:54]
Jyhem_laptopthanks xavi: noted for when the prospect eventually answers me
hi jonnyb. How are you doing ? Not underwater, I hope?
[15:54]
jonnybno, i'm fine here thanks - i like on a hill :) [15:55]
Jyhem_laptopOlaf_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/
[15:56]
Olaf_StefanovJyhem_laptop: yes but I have the same image as favicon.ico , how do I set an icon for BOTH IE9 and other browsers? [15:59]
jonnybhi Olaf_Stefanov
i think there are some prefs for that...
[15:59]
Jyhem_laptopno idea, what about converting the png to the favicon format? [16:00]
Olaf_Stefanovhi 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?
[16:03]
Jyhem_laptopI 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 :( [16:10]
jonnybi'm also not near IE9 (or windows generally), sorry [16:11]
marclaportejoined #tikiwiki [16:11]
Tiki|botNew 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
[16:12]
Olaf_Stefanovthanks 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. [16:12]
jonnybi think if you set the favicon mime type to image/vnd.microsoft.icon it might work? [16:13]
Olaf_Stefanovjonnyb: I'm just trying that... [16:13]
jonnybthat's a .ico file apparently
sf.net not having a good day... http://sourceforge.net/blog/allura-platform-instability/
[16:13]
marclaportejoined #tikiwiki [16:18]
marclapo1joined #tikiwiki [16:21]
Tiki|botNew 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
[16:22]
joined #tikiwiki [16:35]
arildbjoined #tikiwiki [16:44]
Tiki|botjoined #tikiwiki [16:50]
Olaf_Stefanovjoined #tikiwiki [17:00]
.... (idle for 16mn)
arildb_joined #tikiwiki [17:16]
Tiki|botjoined #tikiwiki [17:25]
.... (idle for 15mn)
arildb_joined #tikiwiki [17:40]
Tiki|botjoined #tikiwiki [17:45]
lukegjoined #tikiwiki [17:52]
..... (idle for 24mn)
fabriciusjoined #tikiwiki [18:16]
Tiki|botjoined #tikiwiki [18:23]
.... (idle for 15mn)
jcarterjoined #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.
[18:38]
jonnybhi 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
[18:43]
jcarterGreat, thanks jonnyb! I did a little testing on a VM and it all seemed fine, just wanted to make sure :) [18:45]
jonnybi 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...
[18:47]
diggy128joined #tikiwiki [18:50]
jcarterAlright. 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! [18:55]
Tiki|botNew Forum Posts: Closing regressions and bug in wishlist - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51236 [19:05]
..... (idle for 20mn)
joined #tikiwiki [19:25]
marclaportejoined #tikiwiki [19:29]
arildb_joined #tikiwiki [19:31]
marclapo1joined #tikiwiki [19:34]
Tiki|botjoined #tikiwiki [19:40]
.... (idle for 17mn)
joined #tikiwiki [19:57]
arildb_joined #tikiwiki [20:00]
arildb__joined #tikiwiki [20:03]
arildbjoined #tikiwiki [20:05]
Tiki-KGB03jonnybradley 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)
[20:14]
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)
[20:22]
03arildb r49962 10branches/12.x/ 10tiki-report_string_in_db.php 10templates/tiki-report_string_in_db.tpl * [SEC] Better validation of input parameters. [20:29]
03jonnybradley r49963 10(7 files in 4 dirs) * [MRG] Automatic merge, branches/12.x 49958 to 49962 [20:34]
jonnybbyee [20:35]
Tiki|botjoined #tikiwiki [20:45]
............. (idle for 1h1mn)
Olaf_Stefanov_joined #tikiwiki [21:46]
arildb_joined #tikiwiki [21:53]
arildb__joined #tikiwiki [21:54]
........... (idle for 53mn)
arildbjoined #tikiwiki [22:47]
Tiki|botNew 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 [22:52]
New Forum Posts: Most annoying featu Request blocked - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51239 [23:02]
arildbjoined #tikiwiki [23:12]
....... (idle for 33mn)
marclaportejoined #tikiwiki [23:45]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)