| 00:34 |
Conic |
pmk65: i got it ;) |
| 00:34 |
Conic |
pmk65: are you still there? |
| 09:21 |
sorenmalling |
Morning |
| 10:05 |
the3rdBIT |
hi there |
| 10:06 |
the3rdBIT |
i've a problem with the t3blog, i tried to include the posts in a page with its plugin, but it shows just the titles :( |
| 10:06 |
the3rdBIT |
anybody knows how to use it? |
| 10:19 |
Stollie |
good morning |
| 10:21 |
the3rdBIT |
good morning stollie |
| 10:21 |
the3rdBIT |
anobody have some experiences with t3blog? |
| 10:33 |
lilalinux |
_pedda_: are you there? |
| 10:35 |
jbaptiste_j |
has anything happnned to pedda ? I haven't been able to chat with him in a while. Did he turn into a joomla or wordpress geek ? ;) |
| 10:36 |
lilalinux |
I think he studies now |
| 10:36 |
lilalinux |
and isn't working with typo3 all day anymore |
| 10:38 |
the3rdBIT |
jbaptiste_j: or drupal ;) |
| 10:46 |
Prot0 |
morning! |
| 11:27 |
PiMB |
morning! |
| 11:29 |
Prot0 |
:] |
| 11:44 |
pmk65 |
is anyone experienced in BE programming? |
| 11:45 |
PiMB |
Like to think I am ;) |
| 11:45 |
PiMB |
and Prot0 too |
| 11:45 |
pmk65 |
I need to get the User TSConfig for the current user. If it doesn't exist I want the Page TSConfig. |
| 11:46 |
Prot0 |
lies! |
| 11:46 |
pmk65 |
The Page TSConfig I can access like thjis: $PageTSconfig = t3lib_BEfunc::getPagesTSconfig($pageId); |
| 11:46 |
pmk65 |
but Im not sure how to acces the User TSConfig. |
| 11:46 |
Prot0 |
hmm |
| 11:46 |
Prot0 |
ahvent done that before as far as I remember |
| 11:47 |
pmk65 |
I once used $GLOBALS["BE_USER"]->uc to acess the users TSConfig settings, but there must be a function that merges bot user and page tsconfig into one array. |
| 11:48 |
Prot0 |
.. searching through the core a little |
| 11:49 |
PiMB |
searching 2 |
| 11:49 |
Prot0 |
01189 $userTS = implode($TSdataArray,chr(10).'[GLOBAL]'.chr(10)); |
| 11:49 |
Prot0 |
01190 $hash = md5('pageTS:'.$userTS); |
| 11:49 |
Prot0 |
oh |
| 11:49 |
Prot0 |
comment doesnt show :D |
| 11:49 |
Prot0 |
// Parsing the user TS (or getting from cache) |
| 11:49 |
Prot0 |
doesn't it already do so? |
| 11:49 |
pmk65 |
what class? |
| 11:50 |
Prot0 |
t3lib_BEfunc |
| 11:50 |
Prot0 |
the function you use |
| 11:50 |
Prot0 |
http://doc-typo3.ameos.com/4.1.0/ |
| 11:52 |
Prot0 |
(search for it) |
| 11:52 |
pmk65 |
great. I just looked at the function names.. :) |
| 11:52 |
Prot0 |
hehe |
| 11:52 |
Prot0 |
very useful documentation |
| 11:52 |
Prot0 |
it's 4.1.0 though |
| 11:53 |
pmk65 |
I always make my own whenever a new typo3 version is released. It's so easy to do with Doxygen. |
| 11:54 |
Prot0 |
yeah i know, im just to lazy to do it. always use this one hehe |
| 11:54 |
PiMB |
okay, works good enough |
| 11:56 |
pmk65 |
If anyone wants/need a Doxygern API doc of v4.10 for local use, you can grab the one I made here: http://dl.dropbox.com/u/2241077/TYPO3_4.2.10_doxygen.zip |
| 11:57 |
Prot0 |
cool |
| 11:57 |
lilalinux |
I have static html in a file. How do I include that at the end of the page with pure typoscript? |
| 11:57 |
Prot0 |
thanks :] |
| 11:57 |
Prot0 |
pfew |
| 11:59 |
Prot0 |
page.20 = TEMPLATE |
| 11:59 |
Prot0 |
page.20 { |
| 11:59 |
Prot0 |
template = FILE |
| 11:59 |
Prot0 |
template.file = fileadmin/templates/template.html |
| 11:59 |
Prot0 |
} |
| 11:59 |
lilalinux |
thx |
| 11:59 |
Prot0 |
like any other template i guess lol |
| 11:59 |
lilalinux |
it's been a few months, since I used typo3 the last time |
| 12:00 |
lilalinux |
forgot everything :-) |
| 12:00 |
Prot0 |
lol |
| 12:00 |
lilalinux |
my brain is a FIFO buffer |
| 12:00 |
lilalinux |
first in = first out :-) |
| 12:00 |
Prot0 |
LOL |
| 12:03 |
lilalinux |
a very small one, it seems |
| 12:07 |
sorenmalling |
I'm having a issue with the CSV export from tables function. If a field contains more than x characters the CSV outputs return three dots (...) and not the full content of the field. I'm using pk_save_form_mail, anyone with experience regarding this |
| 12:46 |
Prot0 |
sorenmalling: Have you tried exporting with phpMyAdmin? |
| 12:47 |
sorenmalling |
Prot0: It's not me, but a client that doesn't have access to phpMyAdmin that needs to do these exports |
| 12:51 |
Prot0 |
ah ok :] |
| 12:55 |
pmk65 |
sorenmalling: Click on the table name (in BE listview) |
| 12:56 |
pmk65 |
Then there should be a CSV button in the top of the page. It will export all the fields you have selected. |
| 12:56 |
sorenmalling |
pmk65: Yes, I'm already there - it's when i click the CSV icon in the top, that the CSV exports doesn't export the full content of the filed, but "crops" the field content with "..." |
| 12:59 |
pmk65 |
the field that gets truncated, is that a textarea field, (Does it contain linefeeds) |
| 13:01 |
sorenmalling |
pmk65: That explains the problem :) it's a text field, the body form a mail sent with a formmail, and saved to the database with the extension pk_save_form_mail |
| 13:01 |
PiMB |
have had the same problem once. |
| 13:02 |
PiMB |
But cannot recall how and even if i've fixed it. |
| 13:02 |
PiMB |
probably used phpmyadmin instead |
| 13:02 |
PiMB |
not something in the export extension that is cropping it? |
| 13:02 |
pmk65 |
I usually export stuff with linebreaks as XML |
| 13:03 |
pmk65 |
that can be done using this ext: http://typo3.org/extensions/repository/view/joh_advbesearch/current/ |
| 13:04 |
sorenmalling |
I will try to figure something out and post a solution if i get by one :) |
| 13:06 |
sorenmalling |
Btx. if any one would like to have a invitation for Google Wave i got some. Maybe for working on a Google Wave API for TYPO3 or just for fun :) |
| 13:06 |
sorenmalling |
*Btx = btw :) |
| 13:08 |
Prot0 |
anyone here have experiance with DiMS! |
| 13:08 |
Prot0 |
? |
| 13:12 |
maholtz|WORK |
@Prot0: what is DiMS? |
| 13:12 |
maholtz|WORK |
@sorenmalling: there is a "offical" TYPO3 #wave, you are in there? |
| 13:13 |
sorenmalling |
maholtz|WORK: No, please add me. (obscured mail address) |
| 13:13 |
maholtz|WORK |
strange: "User does not have a Google Wave account." |
| 13:14 |
maholtz|WORK |
do you find me: martin.holtz ? |
| 13:14 |
sorenmalling |
Arh, googlewave.com :) |
| 13:14 |
maholtz|WORK |
lol |
| 13:14 |
maholtz|WORK |
ok:) |
| 13:14 |
maholtz|WORK |
didnt read, only copy & paste:) |
| 13:15 |
sorenmalling |
:) |
| 13:15 |
sorenmalling |
I found, and waved you :) |
| 13:16 |
Prot0 |
maholtz|WORK: http://www.dims.net/english/index.php |
| 13:16 |
Prot0 |
ive got some implementation documentation here |
| 13:16 |
Prot0 |
34 pages of crap |
| 13:17 |
maholtz|WORK |
Prot0: buzzword bingo:) |
| 13:17 |
Prot0 |
lol |
| 13:17 |
Prot0 |
it looks like an epicly failed version of SOAP |
| 13:17 |
Prot0 |
:D |
| 13:18 |
Prot0 |
my guess though that SOAP is 100 times easier to implement |
| 13:35 |
schabracke |
hey there! |
| 13:35 |
PiMB |
hi |
| 13:35 |
schabracke |
hows everything going? |
| 13:38 |
schabracke |
I got an realurl error and tried all "google-tips" but nothing worked out, can somenone help me please? here is the error: Error. Reason: Segment "xy" > was not a keyword for a postVarSet as expected! |
| 13:40 |
PiMB |
xy is not recognized by your realurl installation. |
| 13:40 |
PiMB |
is it in the realurl_pathcache table? |
| 13:41 |
schabracke |
where is the realurl_pathcache table? |
| 13:41 |
Prot0 |
in the database |
| 13:42 |
schabracke |
so i got to put the paramters into that tabel, i try that |
| 13:42 |
PiMB |
you can't do that. |
| 13:43 |
schabracke |
oh |
| 13:43 |
PiMB |
it generates hashes, but if your math is really good, you can try that by head |
| 13:43 |
PiMB |
otherwise it's just checking if it exists. |
| 13:43 |
PiMB |
if it doesn't somethings wrong with it. |
| 13:43 |
schabracke |
so? but it has nothing to do with the tables.php |
| 13:43 |
PiMB |
htaccess correct? |
| 13:43 |
schabracke |
hmm |
| 13:43 |
Prot0 |
did you follow this doc: http://typo3.org/documentation/document-library/extension-manuals/realurl/1.5.3/view/1/2/ |
| 13:44 |
schabracke |
yes ... i tried to :) |
| 14:06 |
kraftb |
@schabracke: realURL is sometimes really nasty ... |
| 14:07 |
kraftb |
I had to fix some issues for evva.at - and sometimes it can really get complicated |
| 14:22 |
PiMB |
schabracke |
| 14:22 |
PiMB |
following the manual didn't cut it for you? |
| 14:22 |
PiMB |
do you have the proper htaccess file in the root? |
| 14:22 |
PiMB |
and do you have mod_rewrite enabled for php? |
| 14:23 |
PiMB |
and do you have the proper configuration in localconf.php or default from realurl? |
| 14:29 |
PiMB |
I have something strange. |
| 14:30 |
PiMB |
there is no checkbox checked with no_cache, but still every page of my tree says it has a config.no_cache = 1 |
| 14:31 |
PiMB |
nothing found regarding set_no_cache in any extension or anything |
| 14:31 |
PiMB |
or no_cache in static extension templates |
| 14:32 |
PiMB |
anybody? ;) |
| 14:32 |
Prot0 |
sry on the phone m8 |
| 15:16 |
schabracke |
guys |
| 15:16 |
schabracke |
its not working :) |
| 15:17 |
Prot0 |
can you be a tiny little bit more specific? |
| 15:17 |
PiMB |
:] |
| 15:17 |
PiMB |
what is not? |
| 15:17 |
PiMB |
btw, no_cache was an extension issue.. |
| 15:17 |
PiMB |
some buggy extension with set_no_cache in it. |
| 15:18 |
PiMB |
somebody should slap that developer! |
| 15:18 |
cdngfrog |
Are some Fluid devs here? |
| 15:20 |
schabracke |
.*lol* im still getting this postvar error ... |
| 15:20 |
schabracke |
@kraftb i got your email thx! |
| 15:21 |
schabracke |
have i already mentioned that i hat realurl? |
| 15:22 |
PiMB |
obviously |
| 15:24 |
jbaptiste_j |
I was never able to get rid in real url of the linux path to my site so I get mydomain/Typo3/mypage instead of mydomain/mypage but I have to confess I read the manual rather quickly |
| 15:24 |
schabracke |
is there a possibility to "track" the error with some error log? |
| 15:24 |
Prot0 |
realurl stores errors in the db |
| 15:25 |
jbaptiste_j |
you can install url-tool and use error handling |
| 15:26 |
Prot0 |
yeah very useful |
| 15:26 |
jbaptiste_j |
http://typo3.org/extensions/repository/view/aeurltool/current/ |
| 15:26 |
Prot0 |
this one works well too |
| 15:26 |
Prot0 |
http://typo3.org/extensions/repository/view/realurlmanagement/current/ |
| 15:27 |
schabracke |
okay got that ext and a lot of errors :) |
| 15:27 |
schabracke |
realurl cant find my subcategories |
| 15:28 |
PiMB |
mod_rewrite enabled? |
| 15:28 |
Prot0 |
:D |
| 15:28 |
PiMB |
htaccess correcT? |
| 15:29 |
schabracke |
possible a dumb question, but where can i enable mod_rewrite? |
| 15:29 |
jbaptiste_j |
in htaccess preferably or else in httpd.conf |
| 15:30 |
schabracke |
and htaccess should be correct, i cant find any errors. and strange thing is, that the links seem to be right |
| 15:30 |
PiMB |
thats because realurl generates these. |
| 15:30 |
schabracke |
hmpf |
| 15:30 |
PiMB |
but if htaccess or modrewrite can't read it you're still fucked ;] |
| 15:30 |
schabracke |
hahaha |
| 15:31 |
PiMB |
mod_rewrite is apache mod, so in php.ini. check in phpinfo(); if it's enabled or not (install tool I believe) |
| 15:31 |
schabracke |
okay so, than the problem has to be in one of these files, right? |
| 15:32 |
PiMB |
not in the file.. |
| 15:32 |
PiMB |
problem is that url are rewritten by realurl, so that is working. |
| 15:33 |
PiMB |
but on the way back (interpreting url to something TYPO3 can work with) it goes wrong |
| 15:33 |
PiMB |
so probably something with the DB, mod_rewrite or htaccess |
| 15:37 |
schabracke |
i try to copy/paste the example htaccess code in my file |
| 15:38 |
maholtz|WORK |
@schbracke: does .htaccess work? put at top: deny from all |
| 15:38 |
maholtz|WORK |
after that you should not be able to access that site |
| 15:38 |
maholtz|WORK |
otherwise .htaccess is not enabled |
| 15:39 |
Stollie |
nice |
| 15:39 |
schabracke |
my htaccess file works, cause i denied the access to /fileadmin |
| 15:40 |
maholtz|WORK |
RewriteEngine on |
| 15:40 |
maholtz|WORK |
RewriteRule .* http://typo3.org |
| 15:40 |
maholtz|WORK |
should redirect every request to typo3.org |
| 15:40 |
maholtz|WORK |
does it work? |
| 15:40 |
maholtz|WORK |
otherwise as piMB said, mod_rewrite is not enabled |
| 15:47 |
iaj` |
hi there.. :) |
| 15:47 |
iaj` |
how could I hide a whole page tree including all its subpages - any way to do so? |
| 15:51 |
Stollie |
hit the hide button on the top of the tree? |
| 15:52 |
PiMB |
:} |
| 15:52 |
Stollie |
ow no doesn't work. sub pages are still visible |
| 15:52 |
Stollie |
if you know the url ofcorse |
| 15:52 |
iaj` |
yeah thats the problem :/ |
| 15:52 |
Prot0 |
or if they are indexed ;) |
| 15:53 |
yareckon |
hi guys, wanted to ask if someone could point me to the current best practices with regard to creating a dev/staging/live workflow in typo3? |
| 15:54 |
yareckon |
a book or article that would flesh this out? |
| 15:54 |
Prot0 |
erm i think this is the same just as with any web related project? |
| 15:54 |
schabracke |
did u get my last messages PiMB? |
| 15:54 |
yareckon |
Prot0, not if you have special features to handle this |
| 15:54 |
Prot0 |
iaj`: How many levels are in the tree? |
| 15:55 |
Prot0 |
yareckon: Care to explain? :] |
| 15:55 |
yareckon |
i.e. export, content migration, version control integration etc. |
| 15:55 |
iaj` |
prot0 hmm maximum of 3 |
| 15:55 |
yareckon |
in a database backed cms you have configuration and content in the DB, and code in the filesystem |
| 15:56 |
Prot0 |
thats true, but you can use svn on the filesystem |
| 15:56 |
Prot0 |
and sync the dbs |
| 15:56 |
yareckon |
how do typo3 people keep configuration and code flowing dev > live and content flowing live > dev when the db contains configuration and content both? |
| 15:56 |
yareckon |
sync meaning overwrite |
| 15:57 |
yareckon |
? |
| 15:57 |
Prot0 |
for example |
| 15:57 |
Prot0 |
or |
| 15:57 |
yareckon |
and then redo changes on dev |
| 15:57 |
Prot0 |
i got to go now sorry :] |
| 16:06 |
PiMB |
schabracke, last message was message of htaccess working |
| 16:07 |
PiMB |
but then the question of mod_rewrite working |
| 16:09 |
PiMB |
@ yareckon, it's tricky to do it with TYPO3 I guess. |
| 16:10 |
PiMB |
what I like to do at first is to include TS from external files, so these are copied and 'svnable' |
| 16:10 |
PiMB |
the db just has to be synchonised in some way if you have multiple servers |
| 16:11 |
randomresult |
hi there ... |
| 16:12 |
randomresult |
i have aproblem with indexed search |
| 16:12 |
randomresult |
my sites apear in the index (info module) but if i search ... no results are shown |
| 16:12 |
randomresult |
any ideas? |
| 16:12 |
PiMB |
pages are indexed? |
| 16:14 |
randomresult |
they appear in the index... so index_enable works |
| 16:17 |
randomresult |
if i click on info -->indexed search--> i see diffrent sites in the index with Description |
| 16:19 |
schabracke |
gotta go PiMB, maybe we talk later on, have to go shopping with my girl now... :( |
| 16:22 |
yareckon |
thanks PiMB |
| 16:23 |
teppi|working |
randomresult, maybe is you searchform not configured properly .. |
| 16:24 |
randomresult |
it is the normal plugin indexed search |
| 16:24 |
teppi|working |
you have define some things iirc .. |
| 16:25 |
kraftb |
hey ... schabracke |
| 16:25 |
kraftb |
sorry for being kicked out of the chat ... |
| 16:25 |
kraftb |
but I had to do an /etc/apache2 restart on my server |
| 16:26 |
kraftb |
so the webinterface went down for a few seconds |
| 16:26 |
PiMB |
gotta go guys. |
| 16:26 |
PiMB |
client has issues with staticfilecaching. |
| 16:26 |
teppi|working |
randomresult, have you defined a starting point |
| 16:26 |
teppi|working |
? |
| 16:26 |
PiMB |
later! |
| 16:26 |
kraftb |
you better use a real IRC client if you stay in IRC more often |
| 16:26 |
teppi|working |
randomresult, http://typo3.org/extensions/repository/view/doc_indexed_search/current/info/?tx_terfe_pi1%5BdownloadFile%5D=doc%252Fmanual.sxw&cHash=61c90cdecf |
| 16:26 |
randomresult |
teppi|working: how? |
| 16:26 |
teppi|working |
in the plugin |
| 16:27 |
teppi|working |
the manual says you have to define a starting point |
| 16:27 |
randomresult |
not possible... no flexform like in the doku |
| 16:27 |
randomresult |
no flexform for startingpoint |
| 16:27 |
teppi|working |
starting point is tt_content |
| 16:27 |
teppi|working |
maybe you have disabled this field?= |
| 16:27 |
kraftb |
the web interface is more like a taste sample than intended for real usage ... |
| 16:28 |
randomresult |
no idid not disable anything |
| 16:31 |
teppi|working |
randomresult, maybe you havent checked the checkbox "show secondary options" below the tt_content form? |
| 16:32 |
randomresult |
teppi|working: was my first thought |
| 16:32 |
teppi|working |
:-) |
| 16:33 |
teppi|working |
hm you are right .. i dont see the field too |
| 16:35 |
randomresult |
teppi|working: well.. right now, the web does not index no more |
| 16:35 |
randomresult |
ich could cry |
| 16:35 |
randomresult |
ich could cry... lol ... |
| 16:35 |
randomresult |
to late... sorry |
| 16:35 |
teppi|working |
16:40 |
| 16:35 |
teppi|working |
? |
| 16:35 |
teppi|working |
:p |
| 17:07 |
howard |
hallo chan |
| 17:07 |
howard |
just quick question |
| 17:08 |
howard |
does anyone know how to execute multiple insert query using dbal |
| 17:12 |
marble |
Hi, somebody out there who knows Eclipse/PDT + xdebug? |
| 17:17 |
marble |
. |
| 17:17 |
marble |
I think I better ask again: |
| 17:17 |
marble |
Hi, somebody out there who knows Eclipse/PDT + xdebug? |
| 17:23 |
marble |
xdebug_break( ); //works |
| 17:26 |
teppi|working |
marble, someone posted a tutorial video here some times ago |
| 17:26 |
teppi|working |
http://www.valdez.hr/fileadmin/video_en/eclipse_php_xdebug.ogv |
| 17:26 |
teppi|working |
maybe this helps you? dunno |
| 17:27 |
marble |
my Q is: Stopping at 1st line works, and coding xdebug_break(); in PHP works as well |
| 17:27 |
marble |
but setting breakpoints in eclipse has no effect. Strange!? |
| 17:28 |
marble |
I'll look at that video too. |
| 17:28 |
teppi|working |
sounds like eclipse configuration |
| 17:28 |
marble |
hhm |
| 17:29 |
teppi|working |
maybe you find something .. later in the video he talks about setting breakpoints |
| 17:32 |
kraftb |
hello ! |
| 17:32 |
marble |
hi |
| 17:32 |
kraftb |
I have a question regarding RTE / parseFunc/ <hr /> |
| 17:32 |
kraftb |
anyone having made the following experience: <hr /> tags get encapsulated like <p><hr /></p> |
| 17:33 |
marble |
I'll be back with the xdebug Q tomorrow, I'm afraid. But I'll watch the video! Thanks. |
| 17:37 |
kraftb |
another question : would <hr/> be correct syntax ? |
| 17:37 |
kraftb |
without :space: between hr and > |
| 17:37 |
kraftb |
sorry: without space between hr and / |
| 18:05 |
kraftb |
anyone using XHTML as doctype ? |
| 18:06 |
kraftb |
and has the same problems concerning <p><hr /></p> ... this is invalid XHTML if validated with w3c validator |
| 18:09 |
phil1 |
kraftb: I had the very same problem |
| 18:09 |
phil1 |
still have :( |
| 18:09 |
kraftb |
did you solve it ? |
| 18:09 |
kraftb |
ok ... I guess I have a patch |
| 18:10 |
kraftb |
I guess means I write unit-testing code right now. |
| 18:10 |
phil1 |
nice |
| 18:10 |
kraftb |
I assume this is a serious issue: now page using XHTML and using <hr /> in the RTE will be w3c-valid |
| 18:10 |
phil1 |
so it could be in 4.3.0 |
| 18:11 |
phil1 |
? |
| 18:13 |
kraftb |
hmm ... probably |
| 18:13 |
kraftb |
if they'll accept my patch and I find time to commit |
| 18:14 |
kraftb |
it has to be well tested - it affects the output of every tt_content element |
| 18:20 |
chr466 |
some french (-; hi |
| 18:22 |
chr466 |
nobody french in this irc ? |
| 18:26 |
chr466 |
i have problem with th_mailformplus ! |
| 18:27 |
kraftb |
thats quite common ;) |
| 18:27 |
kraftb |
which problem exactly ? |
| 18:28 |
chr466 |
i cant install this, he say : Error: The directory "/var/www/vhosts/dacobello.com/httpdocs/typo3conf/ext/th_mailformplus/pi2/" could not be created... |
| 18:30 |
chr466 |
but i have good permissions on "ext" |
| 18:31 |
chr466 |
and my user is admin ??? an idea ? |
| 18:33 |
chr466 |
in tab installation directory "ext" is writable |
| 18:34 |
teppi|working |
chr466, the user / usergroup of the webserver is important for that |
| 18:35 |
chr466 |
how now user of webserver |
| 18:35 |
chr466 |
? |
| 18:35 |
chr466 |
from typo3 is possible ? |
| 18:36 |
teppi|working |
Oo |
| 18:36 |
chr466 |
? |
| 18:36 |
teppi|working |
i mean the unix user of the apache |
| 18:36 |
teppi|working |
but if the installtool says that typo3conf/ext/ is writeable everything should be fine |
| 18:37 |
chr466 |
yes it's |
| 18:37 |
chr466 |
(-; |
| 18:38 |
chr466 |
if i upload with ftp what ever |
| 18:38 |
chr466 |
is good or no |
| 18:39 |
chr466 |
i can see my extention after upload |
| 18:39 |
chr466 |
or i do something |
| 18:39 |
teppi|working |
should mae no difference .. |
| 18:40 |
chr466 |
i can force creation of directory in ftp ? |
| 18:41 |
teppi|working |
erm .. I'm not sure what you mean |
| 18:42 |
chr466 |
what is the solution , help me ((-;; |
| 18:43 |
teppi|working |
43! |
| 18:43 |
chr466 |
? |
| 18:44 |
teppi|working |
thats just the answer .. |
| 18:44 |
teppi|working |
(-8 |
| 18:44 |
chr466 |
ok ((-; |
| 18:44 |
chr466 |
i test |
| 18:45 |
chr466 |
nothing, surprise |
| 18:45 |
chr466 |
((-; |
| 18:46 |
teppi|working |
ok i was wrong .. the real answer is 42 .. a collegue of mine corrected me |
| 18:46 |
teppi|working |
I'm reallly sorry ..! |
| 18:47 |
chr466 |
serious, i cant Connect to the current mirror and retrieve the current list of available plugins from the TYPO3 Extension Repository. |
| 18:47 |
chr466 |
i have a blank page |
| 18:51 |
chr466 |
if i instal two times he say is installed before and i not checked overwrite |
| 18:52 |
chr466 |
i think the problem is on sub directory |
| 18:52 |
chr466 |
i need a special permission of user ?? |
| 18:52 |
chr466 |
recursive or other ? |
| 18:55 |
chr466 |
TS Config ? |
| 18:58 |
Conic |
hey all |
| 18:58 |
Conic |
is there someone who knows how to add icons to the list module? |
| 18:58 |
Conic |
maybe with a hook... |
| 19:07 |
jam_away |
hi |
| 19:09 |
jamiro |
any ideas why the result page is blank after clicking ext manager, last thing i did was to enable "check all extension, unloaded, too" in updatemanger |
| 19:09 |
jamiro |
is there a way to uncheck the "check all extensions for updates (no only loaded)" in another file? |
| 19:12 |
jamiro |
ok, looks like renameing extensions.xml.gz fixed it ,.. |
| 19:12 |
jamiro |
thanks for the attention ,.. :) |
| 21:03 |
uriahheep |
kraftb: ping? |
| 21:03 |
kraftb |
hello ! |
| 21:03 |
kraftb |
whats up ? |
| 21:03 |
uriahheep |
how's it going? :P |
| 21:03 |
kraftb |
well ... fine. |
| 21:03 |
uriahheep |
cool |
| 21:03 |
kraftb |
trying to fix a bug regarding RTE / <hr /> / etc. |
| 21:03 |
uriahheep |
i think i may have found a bug in typo3... |
| 21:03 |
uriahheep |
ah, i see |
| 21:04 |
kraftb |
quite nasty and tricky - probably depends wether one uses RTEhtmlare or tinyMCE |
| 21:04 |
uriahheep |
xhtml bug? |
| 21:04 |
uriahheep |
hmm, i see |
| 21:04 |
kraftb |
yes. <hr /> gets wrapped in <p> |
| 21:04 |
uriahheep |
lol |
| 21:04 |
kraftb |
which doesn't validate |
| 21:04 |
uriahheep |
ouch |
| 21:04 |
uriahheep |
indeed |
| 21:04 |
kraftb |
not very important - but many people want 100% valid code |
| 21:04 |
kraftb |
at least not that important in my opinion |
| 21:04 |
uriahheep |
the bug i think i may have found is typo3/sysext/cms/tslib/class.tslib_content.php, line 3119 |
| 21:04 |
kraftb |
a customer of me wants to have that bug fixed. |
| 21:05 |
kraftb |
I found a solution - but it doesn't work together with rtehtmlare |
| 21:05 |
uriahheep |
basically... if it gets an array there won't be any htmlspecialchars stuff done to it |
| 21:05 |
uriahheep |
so someone could easily do some sql injections via the array |
| 21:05 |
uriahheep |
no? |
| 21:05 |
kraftb |
which method ? |
| 21:05 |
uriahheep |
method? |
| 21:05 |
kraftb |
or: 3119 in which version |
| 21:05 |
uriahheep |
hmm 1 sec |
| 21:05 |
uriahheep |
line 3119 |
| 21:05 |
uriahheep |
lol |
| 21:05 |
uriahheep |
oh |
| 21:05 |
uriahheep |
version |
| 21:05 |
kraftb |
I have a look at trunk, and there 3119 is getBorderAttr |
| 21:06 |
uriahheep |
fillInMarkerArray |
| 21:06 |
uriahheep |
http://pastebin.ca/1663875 |
| 21:07 |
uriahheep |
line 11 in that paste |
| 21:07 |
uriahheep |
ummm i modified line 10 |
| 21:07 |
uriahheep |
lol |
| 21:07 |
uriahheep |
i added the is_array condition |
| 21:07 |
uriahheep |
usually it isn't there |
| 21:07 |
uriahheep |
that only gets rid of a warning i get though |
| 21:08 |
uriahheep |
does htmlspecialchars() work with arrays though? don't think so |
| 21:15 |
kraftb |
hmmm ... usually only string/integer should be in $row |
| 21:16 |
kraftb |
$row usually is a row retrieved from the database, so it should not contain any other arrays |
| 21:16 |
uriahheep |
not with the follow ts |
| 21:16 |
uriahheep |
following* |
| 21:16 |
uriahheep |
kraftb: http://pastebin.ca/1663888 |
| 21:17 |
uriahheep |
kraftb: member_uid. gets picked up as a key |
| 21:17 |
uriahheep |
and then [insertData=1] is the value |
| 21:17 |
kraftb |
?!?!? |
| 21:17 |
uriahheep |
this is with the modded code of user_faadmin\ |
| 21:18 |
uriahheep |
user_feadin* |
| 21:18 |
uriahheep |
damn |
| 21:18 |
uriahheep |
user_feadmin |
| 21:18 |
uriahheep |
lol |
| 21:18 |
kraftb |
yes, but what does this have to do with fillInMarkerArray ? |
| 21:18 |
uriahheep |
well, when i submit an empty form it would show a warning about htmlspecialchars expecting a string |
| 21:19 |
uriahheep |
and i traced it to that function |
| 21:19 |
uriahheep |
and found why it was donig that: because the array that the function was receiving contained a value that was an array |
| 21:20 |
uriahheep |
so the array with insertdata = 1 as key/value in it would be passed to htmlspecialchars |
| 21:22 |
uriahheep |
and would cause the warning |
| 21:22 |
uriahheep |
because the values that get overridden in TS get put into the array that gets passed to fillInMarkerArray |
| 21:23 |
kraftb |
sorry ... just a moment ... |
| 21:23 |
uriahheep |
k |
| 21:26 |
uriahheep |
anyway, i'm thinking that this problem shows up because of the modification i made... |
| 21:26 |
kraftb |
ah ... ok. |
| 21:26 |
uriahheep |
however, wouldn't it be possible for the same conditions to appear if i have a multiple-choice field on my website? cause, well... a multiple-choice field would create an array, right? |
| 21:26 |
kraftb |
you miss a call to ->stdWrap somewhere |
| 21:27 |
kraftb |
i mean yo made the "overrideValues" config .... |
| 21:27 |
uriahheep |
yeah |
| 21:27 |
kraftb |
but if you do: |
| 21:27 |
uriahheep |
give me one sec, i'll paste the modded code |
| 21:27 |
kraftb |
yes ... |
| 21:29 |
uriahheep |
kraftb: http://pastebin.ca/1663905 |
| 21:30 |
uriahheep |
uh oh :S |
| 21:32 |
johnson_hh |
hi |
| 21:32 |
johnson_hh |
my translator user group can't see the subtitle field |
| 21:33 |
johnson_hh |
does anyone know how to enable it? |
| 21:33 |
uriahheep |
is there a permission that needs to be enabled for it? |
| 21:34 |
johnson_hh |
i added subtitle to pageOverlayFields and added "Page: Subtitle" to Allowed excludefields |
| 21:34 |
kraftb |
sorry ... |
| 21:34 |
uriahheep |
kraftb: lol, no worries :) |
| 21:34 |
kraftb |
uriaheep: sorry ... skype |
| 21:34 |
kraftb |
cu later |
| 21:34 |
uriahheep |
kraftb: do you need the link again? |
| 21:34 |
johnson_hh |
but it won't appear if i create or edit a alternative page language |
| 21:34 |
uriahheep |
k, cool |
| 21:34 |
uriahheep |
later :P |
| 21:35 |
uriahheep |
johnson_hh: that's strange... |
| 21:36 |
johnson_hh |
but it seems like the "Allowed excludefields" won't work anyway |
| 21:36 |
johnson_hh |
because content ist not enabled but i can edit the content |
| 21:36 |
uriahheep |
johnson_hh: i would honestly only know to suggest that you take a closer look at the user/group permission :S sorry... |
| 21:36 |
uriahheep |
in the user admin settings |
| 21:37 |
uriahheep |
the list of things that can be enabled is, well, huge :) |
| 21:37 |
johnson_hh |
but i can't fin subtitle anywhere else there |
| 21:37 |
johnson_hh |
:( |
| 21:38 |
uriahheep |
hmm... |
| 21:41 |
uriahheep |
perhaps nothing needs to be selected then |
| 21:41 |
uriahheep |
for this particular, element, i mean |
| 21:58 |
johnson_hh |
uriahheep: i type subtile instead of subtitle |
| 21:58 |
johnson_hh |
arghhh, thank you anyways |
| 21:59 |
uriahheep |
johnson_hh: lol :) congrats |
| 21:59 |
uriahheep |
i do that all the time |
| 22:32 |
schabracke |
howdie! |
| 22:35 |
schabracke |
anyone knows an extension for a picture gallery in wich users can vote (not just for once like combination of chgallery and ratings ) for pictures? |
| 23:23 |
kraftb |
uriahheep: could we talk tomorrow about the feuser_admin stuff ... |
| 23:23 |
kraftb |
just ping me as soon as I am in IRC |