***: rpg has quit IRC (Remote closed the connection)
rpg has joined #tikiwiki
rpg has quit IRC (Remote closed the connection)
rpg has joined #tikiwiki
franck_ has joined #tikiwiki
franck has quit IRC (Read error: 104 (Connection reset by peer))
PrezKennedy has joined #tikiwiki
Caarrie|away is now known as Caarrie
ricks99 has left
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
btiffin has quit IRC (Remote closed the connection)
Caarrie is now known as Caarrie|sleeping
rpg has quit IRC ()
sylvieg has quit IRC (Read error: 110 (Connection timed out))
franck_ has quit IRC () CIA-47: tikiwiki: 03chibaguy * r20173 10/trunk/styles/layout/ (layout-reference.css layout.css): [ENH] Some colors (meant to be overridden) removed from layout.css and commented out in layout-reference.css. ***: tobi_h|away is now known as tobi_h
sylvieg has joined #tikiwiki
Wilkins has quit IRC (Remote closed the connection)
Lucymoz has joined #tikiwiki
Wilkins has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki
axold has joined #tikiwiki luciash: polom polom pom, pom pom ! CIA-47: tikiwiki: 03chibaguy * r20174 10/mods/trunk/themes/ (9 files in 9 dirs): [ENH] Make header multilingual, following r20119. ***: Steve____ has joined #tikiwiki Steve____: hello
I am trying to install Tikiwiki 3.0. I keep getting this message: "PHP5 is required for Tiki 3.0". However, I have checked on my Web host, and the installed version of PHP is 5.2.8.
Do you know how to get around this? ***: Steve____ has quit IRC ("Page closed")
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
MangaPower has joined #tikiwiki MangaPower: hi, someone can explain what are category directories? sylvieg: it is label for a directory
no perms - tree structure ***: chibaguy has joined #tikiwiki idle-: Hi
if i want to enable the "new sub page" per default then viewing wiki as structures, where can I change it, template,phpscript? MangaPower: so category directories can be used as objects, I suposse ***: Caarrie|sleeping is now known as Caarrie
franck has joined #tikiwiki
Sug4r` has quit IRC (Read error: 113 (No route to host))
luciash has quit IRC (Read error: 113 (No route to host))
ricks99 has joined #tikiwiki idle-: ok found it mysql in tiki-show_page.tpl
some other question: how do i make comments in tpl files? chibaguy: idle-, like this: {* here's a comment *} idle-: chibaguy: yes I tried but this produced some errors...is it at problem if other comments exists inside the {* *}? chibaguy: probably they can't be nested. ***: Sug4r has joined #tikiwiki
rodrigo_sampaio has quit IRC ("Leaving.")
luciash has joined #tikiwiki
Temporarilyoffli has joined #tikiwiki Temporarilyoffli: Morning People, anybody awake? -: ricks99 yawns Temporarilyoffli: That's about how I feel, getting coffee now chibaguy: 9pm in Chiba Japan :-) Temporarilyoffli: Yeah, its bedtime for some of my Aussie friends too
I just finished an install and I'm getting the blank page error... my php memory_limit is set to 128M, so its hard to find a solution in the online docs... I'm trying to upload a >1MB attachment to a wiki page. Any thoughts? ricks99: getting a blank page when trying to upload? otherwise displays ok? Temporarilyoffli: yes
smaller uploads work fine too ricks99: check faqs for setting max upload size
may also need to increase db max timeout CIA-47: tikiwiki: 03chibaguy * r20175 10/mods/trunk/themes/abse_tiki_3/styles/abse.css: [FIX] Bad text-background contrast in edit help. idle-: Temporarilyoffli: what ist your "upload_max_filesize" in php.ini? Temporarilyoffli: checking
upload_max_filesize = 2M idle-: did you try to increase this? Temporarilyoffli: I can... hold one ricks99: its not upload size causing blank page. need to increase max_execution_time and/or max_input_time
the db query is "timing out" idle-: and there is also a max_allowed_packet in mysql
configuration ricks99: i would point you to the faq (but doc.tw.o is down :(
ping amette: doc.tw.o is down idle-: ah yes max_allowed_packet default to 1M in my.cnf
so this should be the problem Temporarilyoffli: I was just noticing the faq server was down...
max_input_time is 60... its dropping immediatly, not after 60 seconds ricks99: @idl: max_allowed_packet is the query size -- not the file size Temporarilyoffli: same with max_execution_time=30
unless I'm missing some background voodoo chibaguy: dev.tw.o is down, too. ricks99: did u increase max_input_time and max_execution_time ? Temporarilyoffli: no, 60 and 30 are what they were already set to. Do you want them higher? ricks99: yes. increase (i think your db is timing out on the query to upload the file) idle-: I think it's max_allowed_packet :) Temporarilyoffli: max_input_time=120, max_execution_time=60... still not working ricks99: try = 0 (no limit)
might have to restart server to take affect? not sure Temporarilyoffli: restarting server and checking phpinfo() each time
php.ini says -1 is unlimited
0 doesn't help
still times out immediatly idle-: Temporarilyoffli: did you try max_allowed_packet? Temporarilyoffli: setting -1 still times out immediatly also ***: Caarrie is now known as Caarrie|away Temporarilyoffli: we have a winner... max_allowed_packet=32 in my.ini did the trick idle-: :) Temporarilyoffli: thanks guys@ ***: marclaporte has joined #tikiwiki CIA-47: tikiwiki: 03jonnybradley * r20176 10/trunk/ (6 files in 3 dirs):
tikiwiki: [MOD] Add a pref to allow both filegals and the old wiki_up methods for adding images.
tikiwiki: This is to allow quick uploads for "users in a hurry" (aren't they always?) but still enable the building of a library of images in an orderely fashion (e.g. using batch upload from img/wiki_up later). marclaporte: polom ***: Temporarilyoffli has quit IRC ()
petrt has joined #tikiwiki petrt: do anyone experienced inaccessible doc.tikiwiki.org I cannot get through :(
!help Tikiwiki|bot: You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . ricks99: @petrt: y, appears down :( petrt: @ricks99: thnx ***: petrt has quit IRC (Client Quit)
rodrigo_sampaio has joined #tikiwiki
marclaporte has quit IRC (Read error: 110 (Connection timed out)) idle-: is there a possibility to make headings like !,!!,!!! so that ! is normal, !! is t!! and !!! ist tt!!! there f.e. t is a tab ricks99: @idle: can modify .CSS for your theme. add margin-left: 1em (or something similar) amette: ricks99: yeah, seems the hardware died... I'm on it ***: floh1111 has joined #tikiwiki
marclaporte has joined #tikiwiki idle-: ricks99: yes that works. but it looks strange, if the following text hasn't the whitespache before like the heading
eh whitespace