←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | gillesMMM has quit IRC (Read error: 104 (Connection reset by peer))
gilles_ has joined #tikiwiki | [00:07] |
SEWilco2 | Yup, after defining id in *_info() there is an "id" thing in $params. But extract() didn't create $image_id. | [00:13] |
lphuberdeau | extract only takes the keys and make them into variables...
actually, I just hate the use of extract in plugins scope pollution causing plenty of notices, unclear source of the value | [00:15] |
SEWilco2 | extract($params, EXTR_SKIP, EXTR_PREFIX_ALL, 'image');
Trying to isolate the function's values by adding the image_ prefix. | [00:16] |
lphuberdeau | did it create imageid?
$imageid* | [00:17] |
SEWilco2 | Manual says it should be $image_id because the underscore is forced. | [00:17] |
lphuberdeau | hmm
I would just use $params['id'] to access the value | [00:17] |
SEWilco2 | Both $image_id and $imageid are NULL.
Yeah, but I was following the practices found in other plugins. Didn't want to rock the boat whose characteristics I don't know. | [00:18] |
lphuberdeau | no need to | [00:20] |
SEWilco2 | $params['id'] does have the value. Wonder why extract ain't finding it thar.
But then, several things haven't been behaving as PHP should behave. Had to recode stuff which looked OK. Maybe I shouldn't have used include('HELL'); :-) | [00:20] |
lphuberdeau | tikilib.php does that already | [00:23] |
SEWilco2 | That explains a lot. There also seem to be a typo in 'HELLo World' then. | [00:24] |
Replaced all $image_* with $params['*'] so of course I get the white blizzard of death. Sigh. | [00:29] | |
*** | Caarrie|away is now known as Caarrie | [00:31] |
...... (idle for 26mn) | ||
kerin has joined #tikiwiki | [00:57] | |
kerin | Guys, I just installed the Eatlon theme into tikiwiki 2.2 - now no matter what theme I choose, the Eatlon skin is the only one that displays.
What have I done wrong? | [00:58] |
*** | wikiman has joined #tikiwiki | [00:58] |
SEWilco2 | If it were a file permission problem, the original theme should still be available.
Or do you have different themes configured for various content or users? | [01:00] |
kerin | well, if i change the theme via Look & Feel panel - say, to fmsc.css, and then click apply - I don't get an error, and when the page loads again the selected theme IS fmsc.css - but the wiki is still using the eatlon theme. | [01:02] |
SEWilco2 | Flush your Tiki caches? | [01:03] |
kerin | no change. | [01:05] |
*** | gilles_ has quit IRC (Read error: 104 (Connection reset by peer))
gilles_ has joined #tikiwiki | [01:07] |
SEWilco2 | So the Look & Feel page says the theme is fmsc.css but the decorations are still eathlon? | [01:07] |
kerin | yes. | [01:08] |
SEWilco2 | Same for tikineat? | [01:08] |
kerin | same for any theme whatsoever. | [01:09] |
SEWilco2 | I don't know. Try turning off Eathlon? | [01:10] |
kerin | eheh. turning off as a process distinct from selecting a different one? | [01:18] |
SEWilco2 | You said you "installed" it, as if it was a mod rather than a builtin. | [01:20] |
kerin | i extracted it to the themes directory. | [01:21] |
SEWilco2 | I am not familiar with that theme so don't know what it does. I don't know what it might do which could get it stuck as the active theme. | [01:22] |
kerin | dude, it's a theme. it is a css file and some images.
this is a tikiwiki issue. :p | [01:22] |
SEWilco2 | Nobody else seems to be answering now. Try again tomorrow earlier in the day? | [01:23] |
kerin | very well. thank you for trying. | [01:23] |
SEWilco2 | Or just lurk and see if someone else pipes up later.
Good luck. Be glad you have something to look at. Took me a half hour to get something other than a white screen after a code alteration earlier. | [01:24] |
cnd | I'm about to spend a load of time setting up a new Tiki, making LDAP work, and creating a highly specalized theme... should I use 2.2 or 3.0 as my starting point ? | [01:26] |
kerin | i guess i'm marginally glad? i've been having a lot of problems so far and my setup isn't weird at all. i am basically kicking myself for not using mediawiki.
although mediawiki's security is durr hork retarded. | [01:27] |
SEWilco2 | 2.2 is stable. You might not want to invest "a load of time" on 3.0 if you want to be able to use the site. | [01:27] |
cnd | LOL - I'm choosing Tiki because my old mediawiki setup was so ghastly I can't stand it anymore.
So - 3.0 is seriously that unstable then ? | [01:27] |
kerin | care to define ghastly, cnd? | [01:28] |
SEWilco2 | 3.0's instability depends upon what has been done to it now.
Not then, but now. And this now also. | [01:29] |
kerin | i mean, i basically can't switch because i need the revision control to stay in tact and for tikiwiki the best case transfer scenario involves losing revision data. | [01:29] |
cnd | ghastly = I spent a week doing a new theme, and the next mediawiki upgrade hosed all my work. Spammers have bots that search and deface sites faster than you can imagine. no security. way too few features. WAY. | [01:29] |
kerin | neat.
that is concise and helpful. thank you. | [01:30] |
SEWilco2 | kerin: The best case transfer scenario actually involves someone (maybe you) writing a mediawiki import tool which keeps revision information.
For some meanings of "best", that is. | [01:30] |
cnd | SEWilco2... I don't suppose you happen to know of any point in recent time when the 3.0 work was reasonably stable? | [01:31] |
SEWilco2 | 3.0 tends to work, but it is where new things are added and things are altered. | [01:33] |
kerin | SEWilco2: the best case transfer scenario is contingent on things and abilities that i actually have access to :p | [01:33] |
SEWilco2 | You can grab a copy and test it with your data. If it works, great. Just retest before moving an update into production. | [01:33] |
cnd | The odd broken thing here-and-there I can handle... but I really prefer the idea of possible 3.0 things I'll need being in place, and me not having to upgrade 2.2 to 3.x in a few months time, and importantly, my work on the theme not getting ruined and needing a re-write later. Having spent 0.1 minutes looking at how they work - I can imagine that going from 2.2 to 3.0 will pose all kinds of theme-compatability issues... I'm talking about radica | [01:35] |
SEWilco2 | cnd: OK, then you have priorities which fit 3.0 better than 2.2. It's your site and what is important is how it works for you. | [01:37] |
*** | kerin has quit IRC ("Leaving") | [01:38] |
cnd | I'll take a deep breath, cross my fingers, and hope it all works out :-)
thanx. | [01:39] |
*** | Jyhem has joined #tikiwiki
Morphous has quit IRC (Operation timed out) | [01:39] |
SEWilco2 has quit IRC ("ChatZilla 0.9.84 [Firefox 3.0.5/2008120122]") | [01:48] | |
Morphous has joined #tikiwiki | [01:56] | |
............ (idle for 58mn) | ||
Caarrie is now known as Caarrie|sleeping | [02:54] | |
........... (idle for 50mn) | ||
rpg has quit IRC () | [03:44] | |
.... (idle for 18mn) | ||
chibaguy has joined #tikiwiki | [04:02] | |
chibaguy has quit IRC (Remote closed the connection)
chibaguy has joined #tikiwiki marclaporte has joined #tikiwiki wikiman has quit IRC (Read error: 60 (Operation timed out)) | [04:07] | |
chibaguy | cnd, Tiki 3 is basically stable, but atpit isn't too different from Tiki 2 as far as themes are concerned. But there's a user interface improvement going on that will bring some fairly major changes to Tiki 3 before it's released in March.
You can see at http://ui.tikiwiki.org. Or see the files at Tikiwiki's subversion experimental/ui-revamp/ . The layout basics will be more or less the same, but how some details are handled will change quite a bit. Feel free to give input or ask questions on the tikiwiki-devel mailing list, etc. Or register and post at ui.tikiwiki.org. Actually between Tiki 2 and 3 there is a basic shift as we get away from table-based layout. From Tiki 3, there's a no-table liquid layout as default. The old method was default in Tiki 2. (Made the shift in my head so long ago, I forgot in reality Tiki 2 still has a table-based default theme.) kerin, if you check back, normally theme-changing works as expected. Did you try logging out and back in to clear session info, or try a different browser? | [04:15] |
*** | chibaguy has quit IRC (Remote closed the connection) | [04:32] |
........ (idle for 38mn) | ||
uSlacker has quit IRC (Read error: 113 (No route to host))
franck has quit IRC () | [05:10] | |
........... (idle for 50mn) | ||
navster has joined #tikiwiki | [06:01] | |
Sharee1 has quit IRC ("Leaving.") | [06:06] | |
.... (idle for 18mn) | ||
wikiman has joined #tikiwiki | [06:24] | |
....... (idle for 32mn) | ||
wikiman_ has joined #tikiwiki | [06:56] | |
wikiman_ has quit IRC (Read error: 104 (Connection reset by peer))
wikiman has quit IRC (Read error: 110 (Connection timed out)) | [07:06] | |
............. (idle for 1h4mn) | ||
Wilkins has joined #tikiwiki | [08:14] | |
cmartenis has joined #tikiwiki | [08:21] | |
cmartenis | Mornin. I'm looking for some help on troubleshooting the calender_new module; the day of the week is incorrect even though the date and month is correct.
for instance, today is shown as Wednesday, 30 December 2008 When viewed through the calendar that the module references, the day is correct. Any ideas? | [08:25] |
*** | cmartenis has quit IRC ("CGI:IRC")
cmartenis has joined #tikiwiki | [08:28] |
Lucymoz has joined #tikiwiki | [08:35] | |
cmartenis has quit IRC ("CGI:IRC (EOF)") | [08:45] | |
raji1 has joined #tikiwiki | [08:54] | |
...... (idle for 25mn) | ||
Lucymoz has quit IRC (Read error: 113 (No route to host)) | [09:19] | |
gilles_ | hi on 1.3 I cannot enter inside folder menus ? | [09:32] |
....................... (idle for 1h52mn) | ||
*** | CIA-50 has quit IRC () | [11:24] |
.... (idle for 17mn) | ||
Simmi has joined #tikiwiki
CIA-50 has joined #TikiWiki | [11:41] | |
............ (idle for 55mn) | ||
uSlacker has joined #tikiwiki | [12:36] | |
Caarrie|sleeping is now known as Caarrie | [12:48] | |
........ (idle for 37mn) | ||
lphuberdeau has quit IRC (Read error: 113 (No route to host)) | [13:25] | |
Simmi has quit IRC ("Leaving.") | [13:33] | |
lphuberdeau has joined #tikiwiki
FrankP_german has joined #tikiwiki | [13:41] | |
.... (idle for 17mn) | ||
ikeco has joined #tikiwiki
ikeco has quit IRC (Client Quit) Ikeco has joined #tikiwiki | [13:59] | |
Ikeco | mornin all
does anyone know what the field linkto in the DB table tiki_articles currently does?? | [13:59] |
*** | lq_922 has joined #tikiwiki
lq_922 is now known as Bucky | [14:07] |
Bucky | hi
i need help with tiki | [14:07] |
Ikeco | hi | [14:07] |
Bucky | sry my english is not so good but i hope you unterstand me
or is anyone german here? hello? | [14:08] |
marclaporte | amette speaks German
FrankP_german : as well probably others | [14:11] |
Ikeco | marc, do you know what the field linkto in the DB table tiki_articles currently does?? | [14:12] |
marclaporte | probably the url reference for the article? | [14:13] |
FrankP_german | marclaporte : yes, I think | [14:13] |
Bucky | i have the problem when i create a site and i will save it i bocome a error but he save the site | [14:13] |
Ikeco | looks to be mostly empty---cant find any code the reads or writes the field | [14:13] |
marclaporte | what db?
what tiki version? | [14:15] |
Ikeco | 2.2--mysql | [14:16] |
marclaporte | did you change any config to article types?
can you duplicate problem on opensourcecms's demo tiki? | [14:17] |
*** | Ikeco has quit IRC ("CGI:IRC (EOF)") | [14:19] |
nkoth3 has joined #tikiwiki | [14:24] | |
Bucky | hello? | [14:27] |
......... (idle for 41mn) | ||
*** | marclaporte has quit IRC (Read error: 113 (No route to host)) | [15:08] |
.......... (idle for 49mn) | ||
FrankP_german | missing 'tiki-index.php?page=' in Links
somebody an idea, what's wrong | [15:57] |
*** | rpg has joined #tikiwiki | [15:59] |
lphuberdeau | sefurl enabled? | [16:07] |
FrankP_german | 'Search engine friendly url' was enabled
yes this is not a good future, if the page links do not work anymore Bucky had this problem | [16:08] |
lphuberdeau | hum... they work if you set-up the htaccess file properly
base requirement of sefurl | [16:18] |
Tikiwiki|bot | SVN: Commit by marclaporte :: r 16153 /trunk/lib/setup/prefs.php: Default forum threading to be more like other forum applications as per the discussion (Some suggestions related to the Official Tikiwiki forum) on the Tiki users mailing list, started by joomlagate.com on Dec 16th, 2008. Previous behavior is still available by changing __Default thread sort mode__ at tiki-admin.php?page=forums | [16:20] |
*** | SvenAERTS has joined #tikiwiki | [16:29] |
..... (idle for 20mn) | ||
marclaporte has joined #tikiwiki | [16:49] | |
PrezKennedyJR has joined #tikiwiki
PrezKennedyJR has quit IRC (Read error: 104 (Connection reset by peer)) SEWilco2 has joined #tikiwiki Wilkins has quit IRC (Remote closed the connection) | [17:03] | |
.... (idle for 19mn) | ||
SvenAERTS has quit IRC ()
SEWilco2 has quit IRC ("ChatZilla 0.9.84 [Firefox 3.0.5/2008120122]") SEWilco2 has joined #tikiwiki | [17:27] | |
...... (idle for 25mn) | ||
fantoms has joined #tikiwiki | [17:57] | |
Caarrie is now known as Caarrie|away | [18:10] | |
.... (idle for 17mn) | ||
Shareen has joined #tikiwiki
navster has quit IRC () | [18:27] | |
.... (idle for 15mn) | ||
lphuberdeau has quit IRC (Read error: 110 (Connection timed out))
Bucky has quit IRC ("CGI:IRC (EOF)") lphuberdeau has joined #tikiwiki | [18:44] | |
Tikiwiki|bot | SVN: Commit by lphuberdeau :: r 16154 /branches/experimental/perms/: [BRANCH] Creation, trunk 0 to 16153 | [18:52] |
*** | pkdille has joined #tikiwiki
lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer)) | [18:59] |
.... (idle for 18mn) | ||
nkoth3 has quit IRC (Read error: 110 (Connection timed out)) | [19:17] | |
nkoth3 has joined #tikiwiki | [19:22] | |
lphuberdeau has joined #tikiwiki | [19:28] | |
rpg has quit IRC (Read error: 145 (Connection timed out)) | [19:34] | |
lphuberdeau | right now, I'm really amazed by the amount of useless code in the tiki foundations | [19:39] |
*** | Caarrie|away is now known as Caarrie
rpg has joined #tikiwiki | [19:39] |
lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer)) | [19:51] | |
..... (idle for 22mn) | ||
lphuberdeau has joined #tikiwiki | [20:13] | |
.... (idle for 15mn) | ||
idle- has joined #tikiwiki | [20:28] | |
.... (idle for 18mn) | ||
lphuberdeau | oh wait, that branch might only be merged in for 4.0
oh well | [20:46] |
amette | polom | [20:47] |
lphuberdeau | hey amette | [20:47] |
amette | heya lphuberdeau | [20:47] |
lphuberdeau | got your travel arrangements set for March? | [20:47] |
amette | not yet, I received a mail from them, if I could provide them a photo... | [20:48] |
lphuberdeau | there should be some of those from previous tikifests | [20:48] |
amette | ... when I then asked, if I should take that as an official acceptance of my session..
... they answered: woops, you didn't get any previous email? I better check, if we're taking care of your flight and accomodation! :P | [20:48] |
lphuberdeau | be sure to provide them with one, otherwise they will find one for you, and that may not be at your advantage | [20:49] |
amette | what kind of travel arrangements should I have to make?
hehehe, ok - thanks for that hint ;) | [20:49] |
lphuberdeau | I think there was some cost issue, but check the prices and email them | [20:49] |
amette | hmm, ok... so what is the usual way to handle that stuff? | [20:50] |
lphuberdeau | anyway, I will see them shortly and get more details | [20:50] |
amette | ok, kewl - lemme know then please! :) | [20:50] |
lphuberdeau | usually you get refunded at the conference
but the amount has to be predetermined as a check is waiting at the desk | [20:50] |
amette | ok, gotta e-mail them again... haven't yet heard anything more of them | [20:52] |
lphuberdeau | busy people doing this on their free time ;) | [20:52] |
amette | hehe, I can imagine ;) | [20:52] |
Tikiwiki|bot | SVN: Commit by lphuberdeau :: r 16155 /branches/experimental/perms/ (17 files in 7 dirs): [MOD] Restructuring base DB layer to remove code duplication | [20:53] |
lphuberdeau | anyway, all this dead code exhausted me... going back home | [20:53] |
amette | alright, happy chillin' :) | [20:53] |
*** | lphuberdeau has quit IRC ("Leaving.") | [20:54] |
SEWilco2 | doc.tw.o: Search for "dynamic variable" in Documentation tries to download tiki-searchindex.php of type PHP file. | [20:54] |
amette | works for me
FF and Konq err... mom... actually I get the white screen of death | [20:55] |
SEWilco2 | The search box still tries to download that .php file. The "search by page name" box does find the page. | [20:57] |
amette | searches don't finish for me...
any search works for me - but not when I start the search term with "dynamic"...?!?? :O | [20:58] |
SEWilco2 | So it's a dynamic failure, then. | [21:03] |
amette | LOL :P | [21:03] |
fantoms | "dynamic" | [21:04] |
SEWilco2 | This is doc.tw.o so just document the dynamic crash feature.
:-) | [21:06] |
I wonder if there's a bad page called "dynamic". Maybe "Dogfood" should say see also Dynamic. | [21:12] | |
*** | franck has joined #tikiwiki
Shareen has quit IRC (verne.freenode.net irc.freenode.net) uSlacker has quit IRC (verne.freenode.net irc.freenode.net) raji1 has quit IRC (verne.freenode.net irc.freenode.net) | [21:14] |
uSlacker has joined #tikiwiki
raji1 has joined #tikiwiki Shareen has joined #tikiwiki Shareen has left Shareen has joined #tikiwiki Shareen has quit IRC (Client Quit) Shareen has joined #tikiwiki | [21:22] | |
..... (idle for 20mn) | ||
raji2 has joined #tikiwiki | [21:48] | |
raji2 has quit IRC (Remote closed the connection)
raji1 has quit IRC (Read error: 113 (No route to host)) Caarrie is now known as Caarrie|away FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") | [22:01] | |
.... (idle for 15mn) | ||
lphuberdeau has joined #tikiwiki | [22:20] | |
rpg has quit IRC () | [22:29] | |
.... (idle for 17mn) | ||
fantoms1 has joined #tikiwiki
fantoms2 has joined #tikiwiki SEWilco2 has quit IRC (Read error: 60 (Operation timed out)) fantoms3 has joined #tikiwiki | [22:46] | |
cnd | I'm guessing I need to install extra things before using 3.0? Anyone know what? I'm seeing this after a fresh unzip:-
[client 203.206.137.129] PHP Parse error: parse error, unexpected T_STRING, expecting '{' in /var/www/html/pbcc/lib/core/lib/DeclFilter.php on line 9 | [22:51] |
lphuberdeau | requires PHP 5
>5.1 actually which is at least 3 years old | [22:56] |
*** | SEWilco2 has joined #tikiwiki
fantoms1 has quit IRC (Read error: 110 (Connection timed out)) fantoms has quit IRC (Read error: 110 (Connection timed out)) fantoms2 has quit IRC (Read error: 110 (Connection timed out)) | [23:04] |
SEWilco2 | dev.tw.o: The style for trackers doesn't make the Rating links apparent. They look like "-2-1012" rather than as selectable options.
I finally figured out what "1012" meant. | [23:08] |
marclaporte | SEWilco2: can you fix? | [23:09] |
SEWilco2 | I am not aware of having css edit priv on dev. I'm just a TW editor, as far as I know. And I've got my hands full. | [23:10] |
*** | rpg has joined #tikiwiki | [23:18] |
...... (idle for 25mn) | ||
fantoms3 has quit IRC ("Leaving.")
SEWilco2 has left | [23:43] | |
marclaporte | SEWilco: : you can fix in SVN
SEWilco: : was that a yes? :-) | [23:45] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |