←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | L0ggar starts logging #tikiwiki at Tue Jun 29 07:19:43 2010
L0ggar has joined #tikiwiki | [07:19] |
changi_ is now known as changi | [07:24] | |
Wilkins has joined #tikiwiki | [07:31] | |
.... (idle for 18mn) | ||
Tikiwiki|bot | Recent Bug: Tracker item: #3458 - - Preview versus Real, Plain Text tags ~/np~ and ~np~ - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3458 | [07:49] |
..... (idle for 24mn) | ||
*** | ClaraM has joined #tikiwiki
ClaraM has quit IRC (Remote host closed the connection) Neil_Melbourne has joined #tikiwiki | [08:13] |
............ (idle for 55mn) | ||
Andurino has joined #tikiwiki | [09:09] | |
.............. (idle for 1h9mn) | ||
Caarrie|sleeping is now known as Caarrie|away | [10:18] | |
.... (idle for 17mn) | ||
Andurino has left | [10:35] | |
Tikiwiki|bot | New Forum Posts: All links have nasty prefix after logout - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37606 | [10:40] |
.... (idle for 16mn) | ||
*** | ricks99 has joined #tikiwiki | [10:56] |
...... (idle for 27mn) | ||
Neil_Melbourne_ has joined #tikiwiki | [11:23] | |
Tikiwiki|bot | New Forum Posts: Slow Query battle still raging - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37607 | [11:30] |
luciash | polom | [11:41] |
ricks99 | Q: How can i include raw PHP in a module?
i have an ad network that requires a PHP snippet to show ads. I want to put the ad in a module.. how can i add <?php ... ?> to a module? | [11:45] |
..... (idle for 22mn) | ||
*** | rodrigo_sampaio has joined #tikiwiki | [12:10] |
luciash | ricks99: try {php}...{/php}
ricks99: or better create a special module for it (you surely know it is easy) | [12:12] |
ricks99 | y, was going to go the 'custom module' route, but wanted to do it within a regular 'user module' for easy upgrades | [12:14] |
luciash | rodrigo_sampaio: hi rodrigo, thanks for ohloh kudos | [12:14] |
ricks99 | if i use {php}...{/php}, do i need the <?php header?
{php}<?php ...... or just {php} function ..... | [12:14] |
luciash | ricks99: it shouldn't be necessary but i think you'll have to allow php in smarty security settings | [12:15] |
ricks99 | ricks99 off to try.... | [12:15] |
luciash | maybe via Admin > Global is it possible ? | [12:15] |
*** | rodrigo_sampaio has quit IRC (Ping timeout: 245 seconds) | [12:18] |
ricks99 | hm... a simple {php} $test = 'foo'; return $test; {/php} fails
no output genreated i see no php errors | [12:19] |
luciash | shouldn't it be echo $test ?
but i suspect, you really need to allow {php} block in smarty first | [12:20] |
ricks99 | duh..
echo ($test); *sigh* easy bugs are always the hardest :( tx | [12:20] |
luciash | return is for functions | [12:21] |
ricks99 | yeah, i had stripped eerythgn out of the fnction 'cept for the last line
was trying to simplify my test. :( | [12:23] |
*** | Guilherme has joined #tikiwiki
Guilherme is now known as Guest93272 | [12:23] |
Guest93272 | hello? | [12:24] |
ricks99 | so {php}....{/php} will simply parse straight to phpp, as long as the smarty security is OFF,. good to know | [12:24] |
Guest93272 | someone can help me with the image galleries? | [12:25] |
luciash | Guest93272: maybe | [12:25] |
Guest93272 | i cant upload the pictures
i think that is a problem with php but I dont know what is... | [12:26] |
ricks99 | what tiki version are you using? | [12:28] |
Guest93272 | 5.0
I put the code setting the max upload to 30M | [12:28] |
ricks99 | probably should be using file galleries instead of image galleries first of all image galleries are being deprecated)
what error are you reeiving? | [12:28] |
Guest93272 | the images upload...
but they dont draw (sorry my poor english) in the place of the image it show me the name of the image | [12:29] |
ricks99 | no auto-thumbnail generation? or no image at all? | [12:30] |
Guest93272 | no
I click on the image and the same error occurs on the pop up mode | [12:30] |
ricks99 | confirm that you have the required GD Library or ImageMagick library in your PHP installation. This is required for image prcessing | [12:31] |
Guest93272 | ow
tks | [12:31] |
ricks99 | See the requirments documentation for details: http://doc.tikiwiki.org/requirements | [12:31] |
Guest93272 | I will confirm this | [12:31] |
*** | chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy | [12:32] |
chibaguy | polom | [12:32] |
Guest93272 | tks again!!! | [12:32] |
ricks99 | no problem at all
hi chibaguy | [12:32] |
chibaguy | hi ricks99
Guest93272: are you storing images in the database? I had errors with 5.0 until I commented out the last line of db/local.php, in my localhost install. regarding image uploads. | [12:33] |
ricks99 | ah... good point. this is in the release notes, too | [12:34] |
Guest93272 | ow
ok i will check this too | [12:34] |
chibaguy | or switch to filesystem storage of the image files, which might be better anyway. | [12:34] |
Guest93272 | well, i have to go now guys.. tks and congratulations for the wonderful project and attention!!! | [12:37] |
*** | Guest93272 has quit IRC (Quit: Page closed)
rodrigo_sampaio has joined #tikiwiki | [12:37] |
luciash | hi gary | [12:40] |
chibaguy | hi luciash | [12:44] |
*** | rodrigo_sampaio has quit IRC (Quit: Leaving.) | [12:51] |
......... (idle for 42mn) | ||
juano has joined #tikiwiki | [13:33] | |
Tikiwiki|bot | Recent Bug: Tracker item: #3459 - - Missing Blog Tag - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3459 | [13:35] |
juano | I am trying to add the search box for all tiki users... I have already assigned it for every group, even anonymous.. but it doesn't seem to show up in other users accounts except under the admin account which shows up fine
any ideas? i am doing this via: "Modules" section | [13:35] |
ricks99 | did you grant the correct search permission to the group? | [13:36] |
juano | ricks99: let me check.. brb
ricks99: where can i grant these search permissions? | [13:37] |
ricks99 | admin: group
see docs for details: http://doc.tikiwiki.org/Permissions | [13:40] |
juano | ricks99: ooh right.. i think this could be it.. thanks | [13:42] |
*** | cotton_ has joined #tikiwiki
yonixxx has quit IRC (Quit: yonixxx) | [13:50] |
cotton_ | Is there still a problem in tiki 4.3 with html code from earlier versions (1.9) being corrupted?
I had a old wiki page containing <div> <iframe name="FRAME1" <div> which became <if<x>rame name="FRAME1" once the {HTML()}{HTML} tags were used and the preview button pressed. | [13:52] |
chibaguy | cotton_: I don't think it's a problem like before, but anyway I'd use the Iframe plugin in a case like that. | [13:56] |
juano | ricks99: works fine now... thanks a lot | [14:06] |
ricks99 | glad to help | [14:07] |
...... (idle for 25mn) | ||
cotton_ | chibaguy: thanks for that - the iframe plugin works fine, except that using width=x% stops the frame being displayed. width=500 works as expected. | [14:32] |
chibaguy | cotton_: hmm, strange about the % width, but good that it works otherwise. | [14:44] |
Neil_Melbourne_ | hello all, I was reading through some old IRC logs today and there was a mention that the Wiki Staging & Approval is buggy and probably won't be fixed until 5 or 6. I've been able to get it to work in 3 & 4 but 5 seems to not work at all (even tested out on the demo site), which is strange because it looks like there has been a bit of work put into developing it. Any know anything about it or who was working on it last? | [14:47] |
*** | juano has quit IRC (Ping timeout: 252 seconds) | [14:52] |
chibaguy | Neil_Melbourne_: I'm sure it'll be back on track; I don't know how it broke in 5 or even who's been working on it recently, though.
Sourceforge's svn browser could be checked for the file changes. You could file a bug report at dev.tikiwiki.org, to help keep it on the radar. | [14:55] |
Neil_Melbourne_ | thanks chiba, have done that, was just hoping that it wasn't true :) | [15:00] |
*** | juano has joined #tikiwiki | [15:07] |
juano | ricks99: one more question.. how do you leave "Wiki Pages" selected by default in the search combo box? | [15:08] |
CIA-64 | tikiwiki: 03lphuberdeau * r27798 10/branches/5.x/tiki-all_languages.php: [FIX] Feature all languages allowed to view all translations regardless of the permissions. Permission was not checked for tiki_p_view on individual pages. | [15:10] |
chibaguy | :) | [15:11] |
*** | chibaguy has quit IRC (Read error: Connection reset by peer) | [15:11] |
....... (idle for 32mn) | ||
CIA-64 | tikiwiki: 03sampaioprimo * r27799 10/trunk/ (3 files in 3 dirs): moving check_blog_exists from accesslib to bloglib
tikiwiki: 03lphuberdeau * r27800 10/trunk/lib/ (9 files in 2 dirs): [FIX] Importer tests when running from lib/test/importer/ | [15:43] |
*** | batchman82 has quit IRC (Ping timeout: 260 seconds) | [15:55] |
..... (idle for 20mn) | ||
batchman82 has joined #tikiwiki | [16:15] | |
CIA-64 | tikiwiki: 03lphuberdeau * r27801 10/trunk/lib/test/ (5 files in 3 dirs): [FIX] Importer tests to run from lib/test/ | [16:16] |
*** | juano has quit IRC (Ping timeout: 252 seconds)
Wilkins has quit IRC (Ping timeout: 252 seconds) Neil_Melbourne_ has quit IRC (Read error: Connection reset by peer) | [16:22] |
batchman82 has quit IRC (Ping timeout: 260 seconds) | [16:34] | |
.... (idle for 15mn) | ||
batchman82 has joined #tikiwiki | [16:49] | |
Fran has joined #tikiwiki | [16:55] | |
Fran | anyone here running tikiwiki 5 | [16:55] |
*** | Fran is now known as Guest39220 | [16:55] |
Guest39220 | Anyone here running TikiWiki 5
help1 help! !help | [16:55] |
Tikiwiki|bot | You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . | [16:56] |
ricks99 | what is your question? | [16:57] |
Guest39220 | I just installed a FRESH install of tiki5, when I go to the MOD menu .. the MOD menu errors out
when I go BACK to my OLDer 4.2 version, The MOD menu still works also I noticed when comparing directories, Tiki5 has not Mod Menu Not a expert at this stuff but I understand some of it.. | [16:57] |
ricks99 | "Mod
you mean the Admin Mods menu item? | [16:58] |
Guest39220 | I should say when comparing directories, tiki5 does not had a mod 5 directory showing
Its that way in the zip file I downloaded | [16:59] |
ricks99 | i dont think there will be, until u add a mod | [16:59] |
Guest39220 | Rick, Yeah the admin MOD menu, NOT the module menu | [17:00] |
ricks99 | believe the menu option was removed -- mods are undergoing refurb. u can still access from the "crosslinks" section (at bottom) of admin page
or simply install the mods by manual (mods. tikiwiki.org) | [17:01] |
Guest39220 | rick I see that.. the problem is the same as the menu
I get server error 500 | [17:02] |
ricks99 | check your mod-security rules
on your server. | [17:03] |
Guest39220 | well here is what is weird
If I run 4.2 version.....the mod menu works if I run 5.0 it dont.. and I run them from separate directories so I can log into each one of them.. | [17:03] |
ricks99 | possibly due to tiki security enhancements in 5 | [17:04] |
Guest39220 | They both connect to same sql databse
i understand what your saying.. what do I look for to fix? | [17:04] |
CIA-64 | tikiwiki: 03lphuberdeau * r27802 10/trunk/ (32 files in 13 dirs): [MRG] Automatic merge, branches/5.x 27724 to 27798 | [17:06] |
ricks99 | check your mod_security rules, and confirm that nothing would conflich with tiki-mods.php.
tiki-mods.php requires write access to ur apache install | [17:06] |
Guest39220 | what what I be looking for
since I dont host the server, the server company has the setup I didnt change nothing else on the server except upload the tiki 5 files | [17:07] |
ricks99 | then u will need to have them review the mod_seuciryt rules | [17:08] |
Guest39220 | Ok, where do i fine the MOD security fules
I can traverse the directory file, I understand that. | [17:08] |
ricks99 | u are on a shared host? | [17:11] |
Guest39220 | I got a dedicted IP
I host at http://www.ixwebhosting.com I have the EXPERT plan | [17:12] |
ricks99 | not sure if you or ur host will have to make the changes
can u modify the apache modules and packages? | [17:14] |
Guest39220 | Ok, I can go with that for now, It gives me a idea on what to look for.. Thanks | [17:15] |
ricks99 | if not, you'll have to get the host to do it | [17:15] |
Guest39220 | Ok, I got a idea what to look for .. thank you | [17:16] |
CIA-64 | tikiwiki: 03sampaioprimo * r27803 10/trunk/ (27 files in 8 dirs): moving blog functions (list_blogs, get_blog, get_blog_by_title, list_user_blogs, list_blogs_user_can_post, list_posts) from tikilib to bloglib | [17:16] |
*** | Guest39220 has quit IRC (Quit: Page closed) | [17:19] |
..... (idle for 23mn) | ||
CIA-64 | tikiwiki: 03sylvieg * r27804 10/trunk/ (4 files in 3 dirs): [FIX]paypal: prefix to invoice label to be able to use the same paypal account on different tiki sites as paypal checks that the invoice has not been paid twice | [17:42] |
tikiwiki: 03sylvieg * r27805 10/trunk/lib/payment/paypallib.php: [FIX] missing to 27804 | [17:47] | |
*** | batchman82 has quit IRC (Ping timeout: 240 seconds)
changi has quit IRC (Ping timeout: 264 seconds) | [17:51] |
Helene_ has joined #tikiwiki | [18:04] | |
..... (idle for 21mn) | ||
redflo has joined #tikiwiki | [18:25] | |
batchman82 has joined #tikiwiki
changi has joined #tikiwiki | [18:35] | |
CIA-64 | tikiwiki: 03sampaioprimo * r27807 10/trunk/lib/blogs/bloglib.php: [MOD] bloglib now extends TikiDb_Bridge (and not TikiLib) to improve performance | [18:41] |
........... (idle for 52mn) | ||
*** | Loggar starts logging #tikiwiki at Tue Jun 29 19:33:00 2010
Loggar has joined #tikiwiki | [19:33] |
changi | ping | [19:33] |
CIA-64 | tikiwiki: 03sampaioprimo * r27808 10/trunk/ (8 files in 6 dirs): [KIL] feature_blog_comments | [19:39] |
*** | Helene_ has quit IRC (Ping timeout: 252 seconds) | [19:41] |
.... (idle for 15mn) | ||
Loggar starts logging #tikiwiki at Tue Jun 29 19:56:18 2010
Loggar has joined #tikiwiki Loggar starts logging #tikiwiki at Tue Jun 29 19:58:42 2010 Loggar has joined #tikiwiki L0ggar has quit IRC (Remote host closed the connection) L0ggar has joined #tikiwiki | [19:56] | |
L0ggar | | Starting logging this channel #tikiwiki - See logs at http://irc.tikiwiki.org - Lines beginning with "[off]" will not be logged - You can stop logging by typing L0ggar: off | [20:02] |
*** | chealer_ has joined #tikiwiki
chealer has quit IRC (Ping timeout: 245 seconds) | [20:06] |
chealer_ is now known as chealer
chealer has quit IRC (Changing host) chealer has joined #tikiwiki | [20:15] | |
.... (idle for 18mn) | ||
asteroid has joined #tikiwiki | [20:33] | |
asteroid | hello
I've just upload tiki on OVH hosting, and point my browser on it http://transgroup.fr/electronique-robotique.org/tiki/tiki-install.php I'm not able to find what the fuck. Can someone can help me ? | [20:33] |
changi | asteroid: which package ? | [20:35] |
asteroid | I tried to re-upload some file (not all, because tiki is to large, juste basis files tiki-* and some dir)
5.0 | [20:35] |
changi | from sf.net ? | [20:35] |
asteroid | yes I think | [20:36] |
changi | sf.net = sourceforge | [20:36] |
asteroid | yes | [20:36] |
changi | do you only have a ftp acces or an ssh ?
s/acces/access | [20:36] |
asteroid | I followed the *tikiwiki.org instruction
only ftp :( I cannot launch setup.sh directories are present even if | [20:36] |
changi | cat you create a info.php with <?php phpinfo();
just to check requirements. | [20:39] |
asteroid | I do it | [20:39] |
changi | what is the php version ? | [20:40] |
asteroid | http://transgroup.fr/electronique-robotique.org/tiki/info.php
4 4.4.9 need I 5 ? I can have 5 or 5.3 if I need | [20:40] |
changi | a really old one | [20:41] |
asteroid | (just tweaking the .htaccess)
I'll go and try with 5.3 a really young one thx changi, all works with a more recent php | [20:41] |
changi | you're welcome | [20:45] |
*** | coaboa has quit IRC (Remote host closed the connection) | [20:47] |
changi | changi pity that ricks99 is not here to answer it :)
changi was an easy one !!! | [20:47] |
asteroid | another think if I can : I just enter a bad pass for db, and I cannot come back on the installer
which file I need to modify/delete to fix that please ? and, I would like use a personnal Prefix_ for table, can I ? (I've got only one db for many webapps) | [20:50] |
*** | ricks99 has left
redflo has left | [20:51] |
changi | asteroid: for the password, jus came back to tiki-install.php
it will ask you the credential you put before if you really don't know what you put, just delete tikiroot/db/local.php | [20:52] |
asteroid | http://transgroup.fr/electronique-robotique.org/tiki/tiki-install.php ← I must modify the file by hand. Thx | [20:53] |
changi | just drop tikiroot/db/local.php
it will be faster | [20:54] |
*** | rodrigo_sampaio has joined #tikiwiki | [20:55] |
asteroid | changi, can I adjust/change de prefix_ table ? | [20:55] |
changi | asteroid: good question, i don't think so, but most of them are prefix with tiki_
asteroid: except for users management that are prefix with users_ | [20:57] |
asteroid | ok | [21:01] |
changi | asteroid: don't forget to change admin pwd now | [21:02] |
asteroid | yes | [21:03] |
changi | asteroid: enjoy | [21:06] |
asteroid | :) | [21:06] |
Tikiwiki|bot | New Forum Posts: A forum with a blog-view as the home page? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37609 | [21:07] |
asteroid | it is not for me, but for a friend. But, I'm co-funder of slackware-fr.org, and we are talking about change our actual solution (dokuwiki + fluxBB + severals personnals scripts) for a full standalone solution, so, maybe tiki will be our futur CMS ;) | [21:07] |
*** | rodrigo_sampaio has quit IRC (Ping timeout: 260 seconds) | [21:08] |
changi | asteroid: i hope so | [21:12] |
asteroid | for time, phpBoost is the only solution we know | [21:13] |
changi | don't hesitate to ask question
we will be very proud to annouce that slackware french community use Tiki :) | [21:13] |
asteroid | :)
for time slackware french community use a rusbicube /o[21:16] <asteroid> we are afraid about upgrading fluxBB to last release because fluxBB did not integrate template, so, we "hard code" our template : an upgrade go and break all our work but ... but ... but fluxBB last, fix the big bug of the death : management of read/unread message. So, big work to do, and we prefer work a durable solution, instead of another "puzzle" | [21:15] |
changi | as i say before if you need help, just ask on this channel
have to go | [21:17] |
asteroid | is it possible to import/migrate a fluxBB db to tiki ?
ok, see you thx for help | [21:18] |
changi | asteroid: we do something like this with mediawiki i think | [21:19] |
*** | changi is now known as changi|away | [21:20] |
asteroid | our wiki is a big "foutoir" (sorry for frenchism), so we are all "rewrite" and re-organise. But we must keep all forum messages and login/pass of course. That the only condition for the migration. We talk about that later, I idle here ;) | [21:20] |
changi|away | asteroid: just play with tiki first to see if it fit your needs
changi|away need to sleep :) | [21:22] |
.......... (idle for 45mn) | ||
*** | Gergely has joined #tikiwiki | [22:08] |
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte lmnt has joined #tikiwiki | [22:21] | |
lmnt | is there any quick way to generate a basic flowchart using tiki? | [22:22] |
marclaporte | from what data?
you want to draw something or you want it generated from tiki data? | [22:25] |
lmnt | i just want to draw it up, it doesnt neccessarily need to be linked | [22:27] |
marclaporte | ok, we recently integrated http://dev.tikiwiki.org/Raphael
I expect it will be used quite a bit as time advances | [22:34] |
*** | chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki | [22:47] |
CIA-64 | tikiwiki: 03minger0 * r27809 10/branches/5.x/ (lib/userslib.php tiki-register.php): [FIX] #3449 - User preference tracker field realName does not work at registration - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3449 | [22:49] |
marclaporte | lmnt : we used to have a java applet to do this (jgraphpad), but we pulled it out because it was never reliably integrated.
lmnt: I feel the solution is to try again with http://dev.tikiwiki.org/HTML5 | [22:53] |
*** | Gergely has quit IRC (Ping timeout: 252 seconds) | [22:57] |
lmnt | cool... those things look like decent solutions | [22:57] |
luciash | marclaporte: hi, cool, that was fast... didn't notice Raphael is already integrated | [22:59] |
marclaporte | Robert will use to make charts for the spreadsheet | [22:59] |
luciash | marclaporte: missed that commit | [22:59] |
marclaporte | heh
http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=27338 | [22:59] |
luciash | marclaporte: that's really nice, noticed the news on the twitter first but thought it is a misinformation
:) | [23:00] |
marclaporte | :-) | [23:00] |
luciash | dracula ? *g* | [23:01] |
*** | lmnt has quit IRC (Quit: Page closed)
cotton_ has quit IRC (Ping timeout: 252 seconds) | [23:03] |
.......... (idle for 47mn) | ||
Caarrie|away is now known as Caarrie | [23:50] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |