←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte | [00:21] |
luminoso has quit IRC (Read error: 104 (Connection reset by peer))
luminoso has joined #tikiwiki Caarrie|away has quit IRC (Read error: 60 (Operation timed out)) | [00:30] | |
seedek has joined #tikiwiki | [00:39] | |
seedek | hi, i want to install tikiwiki, got php 5.2.11 with mysqlli support and mysql 5 running, but after url/tiwi/tiki-install.php happens nothing
i got only white screen someone has an idea to that late hour? | [00:40] |
marclaporte | perhaps try a manual install?
white screen is often too little RAM (memory_limit) | [00:41] |
seedek | its my own server, can i set the ram settings in php.ini or other where?
i got 2 gb ram, that should be enough in php.ini memory limit is set to 1024M | [00:42] |
marclaporte | wow | [00:46] |
chealer | seedek: yes, but 1G is enough. idea: search | [00:47] |
seedek | normal its 128M i changed for testing but it dont helps
and search is good...i checked all reg from hp, i got all what i need but tiki shows me only the white screen, thats really strange | [00:47] |
chealer | seedek: it's called a "White Screen of Death"
chealer finds it strange that is treated in "Theme Problems" seedek: what you really want to eliminate PHP issues is to check your Apache log for child segfaults | [00:49] |
seedek | not apache iis
joomla runs perfectly so i dont know why tiki shows me cold shoulde :( | [00:51] |
marclaporte | IIS is not as well supported, sorry
Can you try Apache? It's free | [00:58] |
seedek | hmm i could with a lot of wokr, cause it should run on my windows home server, which uses iis for remotesites etc...and all other stuff runs under iis | [01:00] |
chealer | seedek: HTTP servers aren't exclusive. port 80 binding is just a default | [01:05] |
seedek | hmm well when i still have iis which i need for some things (i know i can change port 80) i dont want to use another webserver u know, why 2 webserver, one should be enough
i think when i dont find a way to use tiki 3.2 with iis i will use again joomly+media wiki but thx for your advises | [01:07] |
chealer | seedek: marclaporte wasn't suggesting to use apache, just to try it. anyway, we're obviously not saying 2 webservers is better or even good | [01:10] |
*** | MartinCleaver has joined #tikiwiki | [01:11] |
SEWilco2 has joined #tikiwiki | [01:16] | |
seedek has quit IRC ("Page closed") | [01:29] | |
Caarrie has joined #tikiwiki | [01:36] | |
..... (idle for 23mn) | ||
Caarrie is now known as Caarrie|sleeping | [01:59] | |
drews has joined #tikiwiki | [02:11] | |
...... (idle for 25mn) | ||
drews has quit IRC (Remote closed the connection)
drews has joined #tikiwiki | [02:36] | |
drews has quit IRC ("afk") | [02:46] | |
MartinCleaver has quit IRC (Read error: 110 (Connection timed out))
MartinCleaver__ has joined #tikiwiki | [02:51] | |
MartinCleaver has joined #tikiwiki | [03:05] | |
MartinCleaver__ has quit IRC (No route to host)
MartinCleaver___ has joined #tikiwiki MartinCleaver has quit IRC (Read error: 60 (Operation timed out)) btiffin has joined #tikiwiki | [03:11] | |
.... (idle for 16mn) | ||
MartinCleaver___ has quit IRC (Client Quit) | [03:35] | |
............ (idle for 58mn) | ||
btiffin has quit IRC (Remote closed the connection) | [04:33] | |
CIA-56 | tikiwiki: 03pkdille * r22400 10/trunk/ (3 files in 3 dirs): [MOD] lesser magic: last pref in siteads admin template | [04:45] |
*** | btiffin has joined #tikiwiki | [04:54] |
franck has quit IRC () | [05:02] | |
...... (idle for 26mn) | ||
CIA-56 | tikiwiki: 03pkdille * r22401 10/trunk/ (3 files in 3 dirs): [MOD] lesser magic deployment to metatag admin template | [05:28] |
.................... (idle for 1h39mn) | ||
*** | franck has joined #tikiwiki | [07:07] |
................. (idle for 1h20mn) | ||
marclaporte has quit IRC ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") | [08:27] | |
................... (idle for 1h33mn) | ||
FrankP_german has joined #tikiwiki
btiffin has quit IRC (Remote closed the connection) | [10:00] | |
luminoso has quit IRC ("Leaving") | [10:15] | |
....... (idle for 33mn) | ||
luminoso has joined #tikiwiki | [10:48] | |
..... (idle for 23mn) | ||
Caarrie|sleeping is now known as Caarrie | [11:11] | |
changi|home is now known as changi|afk | [11:16] | |
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy | [11:29] | |
chibaguy | polom
How do you edit a Tiki dynamic variable (edit by clicking) when the variable content is a link? (Clicking the variable activates the link, not the edit-variable function.) In the db, I guess? | [11:29] |
(I wanted to put some tags in a .tpl that could be configured by site admins via Tiki's front end, not be editing the tpl again. | [11:39] | |
*** | Caarrie is now known as Caarrie|away | [11:40] |
chibaguy | Looks like I can use Dynamic Content instead (can use {content label=x}. I thought I had to use {content id=x} and wouldn't be able to know id in advance, but the label I can put in the tpl and admins can make the DC accordingly. | [11:41] |
..... (idle for 21mn) | ||
Another question: is there syntax to add a title to a Tiki external-style link like [tiki-forums.php|Forums] that would be visible on hover? | [12:02] | |
luciash | polom gary
yes, we have no admin backend to manage dynamic variables the same problem appears when you insert <br class="clear" /> ;) chibaguy: the other question answer is no, except you would be willing to use jQuery | [12:06] |
chibaguy | hi luciash. I switched from dynamic variables to dynamic content, when I found I could use the content label for specifying the instance.
If you go to themes.tikiwiki.org and switch to XtratoVeil theme, there are four buttons in the site header that I wanted site admins to be able to program without tpl editing. | [12:12] |
luciash | well, it works too :) the beauty of using dynamic variables is in their easiness to write
ah, nice idea cool theme | [12:13] |
chibaguy | yeah, kinda old school PHP Nuke theme, but nice. I asked the author if I could do Tiki versions.
He said ok. | [12:19] |
luciash | i guess it is table based, right ?
chibaguy: is the Empty theme supposed to be displayed in the list of themes ? | [12:21] |
*** | MartinCleaver_ has joined #tikiwiki | [12:22] |
chibaguy | right
no, empty shouldn't be. | [12:23] |
luciash | ok | [12:23] |
chibaguy | I'll take it out. | [12:24] |
luciash | make a condition ? | [12:24] |
*** | MartinCleaver_ has quit IRC (Read error: 113 (No route to host))
MartinCleaver has joined #tikiwiki MartinCleaver has quit IRC (Read error: 104 (Connection reset by peer)) | [12:25] |
chibaguy | a condition? | [12:27] |
luciash | yep, {if $theme ne 'empty'}... | [12:28] |
chibaguy | oh, I just deleted empty.css from the directory.
I thought jonny said it wasn't for distribution | [12:29] |
luciash | ah, ok, i had no idea what was it for :-p
i thought maybe a start-up theme example ? | [12:31] |
chibaguy | it's completely empty except for the import statements.
(so not too helpful ;-) ) I don't really know why it was added. | [12:35] |
chealer | hi | [12:38] |
luciash | hi cheal | [12:38] |
chealer | chibaguy: I saw your comment about the firebug vertical display bug not showing when the page isn't vertically scrolled is right. that's a bit useful and interesting, thanks! | [12:39] |
chibaguy | I just happened to notice.
Did you see the email about the Thunderbird support site, also to get a tiki theme (as I understand it)? | [12:39] |
luciash | chibaguy: yep yep
chibaguy: what vertical display bug ? | [12:41] |
chibaguy | Shouldn't be too hard to sorta clone the moz4.css theme that's in progress now.
The bug is that firebug usually puts the rectangle right on top of the css selector that is being inspected. But with Tiki pages, usually it is offset, appearing higher on the page. | [12:43] |
luciash | chibaguy: i must admit haven't looked at the link yet | [12:44] |
chibaguy | Layout is essentially the same as sumo, but has different background images.
and colors, I guess. I didn't look closely yet. | [12:44] |
luciash | chibaguy: ah, this one... interestingly in Opera Firefly it outlines correctly
chibaguy: heheh, Dragonfly of corse :-p | [12:45] |
chibaguy | Hmm, I'll try that again; haven't in a while.
firefly sounds good, too. :-) | [12:45] |
luciash | chibaguy: yes, i think the theme should be simmilar
:D | [12:45] |
chibaguy | It seems the thunderbird support currently uses different software for wiki and forum, plus intro pages. | [12:47] |
*** | btiffin has joined #tikiwiki | [12:47] |
chibaguy | I guess they want to consolidate with Tiki, is that the idea? | [12:47] |
luciash | i wonder why thunderbird is so long on the 2.x version
consolidate... i have to check the dictionary ;) | [12:47] |
chibaguy | use one software for everything | [12:48] |
luciash | ah, yep, that sounds reasonable | [12:49] |
...... (idle for 25mn) | ||
chibaguy | I guess thunderbird 2.x is like tikwiki 1.x - they need a marc laporte on the team to speed up the numbering. :-) | [13:14] |
*** | ikeco has joined #tikiwiki | [13:15] |
ikeco | Morning all
still having troubles Fatal error: Cannot redeclare n05() (previously declared in /home/centran7/public_html/tikiwiki/tiki-index.php(1) : eval()'d code:1) in /home/centran7/public_html/tikiwiki/db/tiki-db.php(1) : eval()'d code on line 1 I was suddenly getting this message, so I Did the upgrade to 3.2, then it worked for a while now I get the message again any thoughts? | [13:15] |
chibaguy | what is your server os, etc. | [13:18] |
ikeco | hostmonster--so linux i think---site has been working for years
this is new morning chiba (btw) | [13:18] |
chibaguy | g'morning (tho it's 10:20pm here ;-) )
I don't know what the error means, unfortunately. | [13:20] |
ikeco | timezones are a bitch
its quite wierd--new error after no changes--the upgrade helped for a day, then it messed up again fails on all pages too--cant get to tiki-login, or tiki-setup either | [13:20] |
chibaguy | can you clear the templates_c directory? | [13:25] |
ikeco | cant even get there
could maybe do it from ftp i'll try--hang on | [13:32] |
*** | gezza has joined #tikiwiki | [13:34] |
ikeco | didn't help | [13:35] |
luciash | ikeco: i can't imagine what could n05() be
ikeco: can you check the code ? | [13:41] |
ikeco | through ftp prolly | [13:42] |
luciash | sounds weird, check if the file wasn't modified recently | [13:42] |
ikeco | mornin luciash
no no changes | [13:42] |
luciash | i mean after you upgraded | [13:43] |
ikeco | no | [13:43] |
luciash | ok | [13:43] |
ikeco | no changes | [13:43] |
luciash | do you see any n05 in the mentioned files ? | [13:43] |
ikeco | upgraded to try and solve
i'll look | [13:43] |
not that i see luciash
what is the large line starting <?php eval(base64_decode('aWY......Ow==')); ?><?php is that something to do with the cashe | [13:48] | |
luciash | it means you were previously cracked buddy | [13:53] |
ikeco | ?? | [13:53] |
Tikiwiki|bot | ??[x]: Usage: ?? <word> [> nick] | [13:53] |
ikeco | will do--sigh--
will re-installing those two files help | [13:54] |
chibaguy | probably not. | [13:56] |
luciash | ikeco: see my priv messages to you
ikeco: can you see them ? | [13:58] |
ikeco | no | [13:58] |
luciash | ah, damn, maybe you have no registered nickname here on IRC... that's probably why | [13:59] |
ikeco | on a difernt tab--found your note | [13:59] |
luciash | ah, fine, then you get them :) | [13:59] |
gezza | HiAll! does someone know if it is possible to include an image in a menu? i am trying in tiki-admin_menu_options.php but the img syntax is not parsed
i am putting a link to an image in the file gallery into the "Name" (menu name) field using a syntax that is displayed in a wikipage without problems | [14:11] |
.... (idle for 15mn) | ||
luciash | gezza: yup, menus should support that iirc
gezza: what is the version and syntax you put there ? | [14:28] |
..... (idle for 23mn) | ||
*** | zeleni_obad has joined #tikiwiki
Nalx has quit IRC () | [14:52] |
zeleni_obad | Hi. Where could I search for open bugs in TikiWiki, to check if the problem I have is a bug, or I just misconfigured something? | [14:54] |
luciash | >devtwo tracker5 | [14:55] |
Sug4r | http://dev.tikiwiki.org/tracker5 | [14:55] |
zeleni_obad | ta | [14:55] |
gezza | luciash: it is 3.2 and the syntax is: {img src="tiki-download_file.php?fileId=21&display"}
you can check it here: http://www.syncbackup.oregionalit.com/tiki-index.php | [14:55] |
zeleni_obad | I've run through http://dev.tikiwiki.org/tiki-view_tracker.php?trackerId=5&status=o&sort_mode=f_41_desc&filterfield=26&filtervalue[26]=upload&filter=Go
but couldn't find anything similar now I don know if this could be a problem of server set-up, or TikiWiki's... when I try to upload second file in file gallery not only that TW stops responding, but server drops all services... sshd does not respond, for instance... | [15:01] |
luciash | wow, version ? server ?
maybe try to store files in files/ instead of db (Admin → File Galleries) | [15:03] |
zeleni_obad | it's TikiWiki 3.0, the server is 7.2-STABLE FreeBSD Jail, jailed in 7.2-STABLE FreeBSD, too... PHP 5.2.11, fastcgi, lighttpd 1.4.23, MySQL 5.4 | [15:04] |
luciash | oh, lighthttpd, nice | [15:05] |
zeleni_obad | tried with both set-ups (storing in database, and storing in a writable dir) | [15:05] |
luciash | i'd try upgrade to 3.2 first | [15:05] |
zeleni_obad | and both ways have same prob
this was in FreeBSD's ports, marked as "stable" but I'll try that first, tnx It's strange only because it can upload first file in a file gallery | [15:05] |
luciash | they should update the port to 3.2 | [15:07] |
zeleni_obad | that is: any given first file... second - complete server hangs (not only FBSD in Jail, bud the host OS, too...) | [15:07] |
luciash | yep, it sounds strange | [15:07] |
zeleni_obad | so I do know where to start from :) ok, a new version of TW, and a "more mature" version of MySQL might be a good startnig point... tnx, bye | [15:08] |
luciash | isn't the second file named bring-that-crappy-host-down.sh ;) ? | [15:09] |
zeleni_obad | ;) seems to be :) | [15:09] |
luciash | bye bye ! | [15:09] |
*** | zeleni_obad has left | [15:09] |
luciash | gezza: please read http://doc.tikiwiki.org/tiki-index.php?page=Menu#Change_the_icons_of_a_tiki_menu
gezza: that's the only official way how to change menu icons alternatively you can use wiki page as a menu where you can put anything you want (+ you will benefit from having the history of changes) | [15:13] |
gezza | luciash: yeap, I have read that before, but the icon change is for the whole menu if I understand correctly. My aim is to use different image for all menitems
of that same menu | [15:19] |
luciash | yea, i understand
will you try the menupage module ? have you tried the html syntax there ? | [15:20] |
gezza | ok, I try to find info about the menupage module, have not used that before
html syntax? no, I did not try. I am not really sure how it should be build build = look like :) | [15:21] |
luciash | gezza: seems to work for me | [15:22] |
gezza | which one? | [15:23] |
luciash | gezza: try to put this there → <img src='pics/icons/help.png' />
this one :) | [15:23] |
gezza | hehe, ok
but this in filesystem, is there a way to link from file gallery? | [15:25] |
luciash | sure, just change the path of src | [15:25] |
gezza | ok, I try now
wow, it worked great, thanks! another question: can you confirm that the community site is giving a blank page for http://tikiwiki.org/tiki-upload_file.php | [15:25] |
luciash | now you need to add: alt='Book icon' style='vertical-align: middle' title='Documentation'
;) i can't confirm cause i haven't uploaded there recently | [15:27] |
gezza | http://tikiwiki.org/tiki-browse_categories.php also
ok, I see | [15:29] |
luciash | gezza: quite nice theme, btw | [15:29] |
gezza | gary's work :)
just using it :) chibaguy I mean | [15:29] |
luciash | sure, great
the page article3 is badly broken though ;) (at least in my browser) | [15:31] |
gezza | hmm
true http://www.syncbackup.oregionalit.com/article2 is fine article 3 was a try to make FAQ using a new article type seems like one of the parameters broke it | [15:34] |
luciash | maybe the rating breaks it ?
validator.w3.org will tell you | [15:36] |
gezza | is it still broken for you?
http://www.syncbackup.oregionalit.com/article3 just changed the article type | [15:37] |
luciash | gezza: nope, fine now... but as the validator says, you are missing closing single-quote after the "&display" in the menu icon and the & should be probably changed to & | [15:41] |
gezza | one more question to you, as afaik you are an experienced tiki programmer: I am playing around with some ideas on how to improve the welcome page of tiki here: http://tikiwiki.org/InfoTikiWikiOrgDev
one thing I am trying is to put the content on tabs using the versions plugin you can see on the bottom of the page can you give a rough estimate how comlicated it would be to solve that switching tabs does not reload the page? | [15:42] |
*** | zeleni_obad has joined #tikiwiki | [15:44] |
gezza | maybe using ajax or something | [15:44] |
luciash | you can use Tiki tabs smarty syntax in module for 3.2 and tabset and tab for 4.x | [15:45] |
zeleni_obad | just to report that I sorted my problem out by raising memory_limit in php.ini to 512M... no freezing now, runs good... tnx | [15:45] |
luciash | zeleni_obad: cool | [15:46] |
*** | zeleni_obad has left | [15:46] |
gezza | luciash: where can I read about this? can I use it directly on a wikipage like a plugin? | [15:47] |
luciash | gezza: nope, via module plugin only unless you would be using it in a tracker template (Pretty Tracker) | [15:47] |
gezza | ohh, you mean in 3.2 I have to write the whole page in a custom module than include it in the page via module plugin? | [15:48] |
luciash | in custom module you need to put only: {tabs}Tab 1|Tab 2|Tab 3{/tabs}
in wiki page you need to put DIV plugins with id="content1", content2 etc. or use the HTML plugin | [15:49] |
gezza | hmm, ok, will play around, but first locally
bad modules can kill tiki sites :) a new dynamic plugin called "tab" would be easier though..is that technically possible? | [15:52] |
luciash | sure !
yep, it is | [15:57] |
gezza | ok, thanks for your help! | [16:10] |
*** | gezza has quit IRC ("Page closed") | [16:23] |
..... (idle for 22mn) | ||
drews has joined #tikiwiki | [16:45] | |
.... (idle for 18mn) | ||
drews has quit IRC ("afk")
drews has joined #tikiwiki drews has quit IRC (Client Quit) drews has joined #tikiwiki | [17:03] | |
.... (idle for 15mn) | ||
fiber has joined #tikiwiki | [17:19] | |
fiber | hello
can i help me with polls? im from spain, sorry for my english someone here? | [17:19] |
luciash | fiber: sorry, everybody seems busy
try later | [17:26] |
*** | chibaguy has quit IRC (Read error: 54 (Connection reset by peer)) | [17:38] |
fiber | somebody is not busy
?? | [17:39] |
Tikiwiki|bot | ??[x]: Usage: ?? <word> [> nick] | [17:39] |
....... (idle for 30mn) | ||
*** | ikeco has quit IRC (Ping timeout: 180 seconds) | [18:09] |
.... (idle for 16mn) | ||
fiber | somebody can help me with pols? | [18:25] |
dthacker | fiber, please ask your question. someone who know the answer will see it | [18:26] |
fiber | thanks
well, when i create a poll i dont know how to put the posible anwers sorry for my english, im from spain | [18:28] |
............ (idle for 57mn) | ||
*** | fiber has quit IRC (Ping timeout: 180 seconds)
atmapoorna has joined #tikiwiki | [19:26] |
atmapoorna | !help | [19:31] |
Tikiwiki|bot | You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . | [19:31] |
atmapoorna | >help | [19:32] |
Sug4r | (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin. | [19:32] |
*** | zeleni_obad has joined #tikiwiki
drews has quit IRC ("afk") | [19:41] |
zeleni_obad | luciash: raising memory_limit didn't solve the problem of TikiWiki freezing on FreeBSD. It was lighttpd server that was creating problems due to new buffering management, solved by adding 'server.network-backend = "writev"' in conf file
now it's good :) | [19:44] |
..... (idle for 20mn) | ||
Tikiwiki|bot | New Forum Posts: Performance improvement path? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34963 | [20:04] |
Kissaki | mememememem | [20:04] |
..... (idle for 21mn) | ||
*** | FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de")
FrankP_german has joined #tikiwiki cheal has joined #tikiwiki | [20:25] |
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte | [20:36] | |
marclaporte | polom
marclaporte is at the TikiFestOrlando WikiHouse | [20:37] |
*** | chealer has quit IRC (Read error: 145 (Connection timed out)) | [20:39] |
.... (idle for 17mn) | ||
atma_ has joined #tikiwiki | [20:56] | |
cheal is now known as chealer | [21:05] | |
chealer | hi marclaporte :) | [21:05] |
amette | amette greets the TikiFestOrlando WikiHouse and everyone (coming to) hang out there :) | [21:06] |
*** | atma_ has quit IRC ("Page closed") | [21:09] |
luciash | zeleni_obad: good to hear
zeleni_obad: may i ask, does your nick mean something like "a green lunch" ? :) | [21:20] |
*** | changi|afk is now known as changi|sleeping | [21:21] |
luciash | zeleni_obad: "zeleny obed" means exactly that in my language ;) | [21:21] |
*** | marclaporte has quit IRC (Read error: 113 (No route to host)) | [21:21] |
atmapoorna has quit IRC () | [21:28] | |
...... (idle for 29mn) | ||
Kissaki | ^^ | [21:57] |
Tikiwiki|bot | New Forum Posts: How can I disable the "dynamic variables" feature? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34964 | [22:01] |
........... (idle for 51mn) | ||
*** | marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte | [22:52] |
.... (idle for 17mn) | ||
FrankP_german2 has joined #tikiwiki | [23:09] | |
.... (idle for 18mn) | ||
FrankP_german has quit IRC (Read error: 110 (Connection timed out))
Caarrie|away is now known as Caarrie | [23:27] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |