| 00:45 |
Yan |
I have a question with RealURL. How can I tell Typo3 to always include the language abbreviation in the URL. Like so: www.verya.ca/en |
| 00:58 |
Yan |
Sorry I got disconnected. |
| 00:58 |
Yan |
Did anyone answer me to the previous question? |
| 01:02 |
Yan |
any way I can specify the default language for each site in typo3? I host a lot of websites on one typo3 instance and was wondering if I can set the default language on a per domain basis. |
| 01:23 |
Yan |
anyone here? |
| 01:31 |
Yan |
fuck off |
| 09:14 |
Georges_Abitbol |
I have an old typo3 (4.0.1). Do you think I could update to 4.3 without any issues ? |
| 09:18 |
david_b |
hi guys and girls, i'm right now trying to configure my own extension, so that it uses realurl. |
| 09:19 |
david_b |
in the documentation it mentions that you have to use links like: www.mydomain.com/index.php?id=22&tx_myext[hello]=world |
| 09:20 |
david_b |
but i use links like: www.mydomain.com/index.php?id=22&hello=world |
| 09:20 |
david_b |
is this a problem? |
| 09:46 |
zed_devil |
hi all |
| 09:47 |
Phlunk3 |
lo, has anyone experience with the plugin pt_list? |
| 09:52 |
zed_devil |
i createt a menu that was split in 2 parts linke that - http://paste.phlogi.net/-bddc2b99e5/ - it works but... in the source code typo3 shows the containers oh the "hidden" part of the menu. is there a possibility that only the used div`s or "a" tags are shown in the source? beacouse putting magin on the containes would expand the hidden ones |
| 09:56 |
sorenmalling |
Anyone here experienced orderBy not having effect in tt_news 3.0.1? |
| 09:57 |
zed_devil |
i found a solution at the comments http://www.typo3wizard.com/en/snippets/menus/dynamically-split-a-menu-in-2-parts.html |
| 10:01 |
zed_devil |
@sorenmalling - there is an extension to sort the tt-news http://tinyurl.com/yaglyhn - but never tried |
| 10:04 |
sorenmalling |
Kind of drastic with a whole extension for sorting news, when the sorting possibility is actually in the flexform :) |
| 10:09 |
ndee |
I have following menu: http://pastebin.com/d4de5ba53 <-- the problem is, when I'm on a page under pid = 1383 and that page (1376) has also a sub menu, it messes the whole menu up, it doesn't honor the IFSUB state. |
| 10:11 |
ndee |
s/sub menu/sub page |
| 10:12 |
Marijn |
Hi all... I'm a noob to Typo3, but have devel and ops experience... I have a bunch of XML files that I would like to import into Typo3 as content... what's the quickest route for this (i don't mind it being dirty :) ) |
| 10:13 |
Marijn |
XML in the sense of platform nutral with a custom DTD... not something you can just display in a browser... |
| 10:13 |
ndee |
found the problem, jiha :D |
| 10:15 |
maholtz|WORK |
@Marijn: content is usually managed via table tt_content, so imho you should put it into tt_content table. |
| 10:15 |
Marijn |
I was looking for a extension to read XML or CSV files and shoot them in as pages... but didn't find much (maybe it's my seaching)... Maybe there are some clear methods to shot in content directly using PHP... |
| 10:16 |
Marijn |
maholtz: just mysql insert the content? |
| 10:16 |
maholtz|WORK |
someone has a idea if there is a possiblity to send the commerce basket to another shop (sth like youtube -> buy at itunes) |
| 10:16 |
maholtz|WORK |
@Marijn: yep |
| 10:16 |
maholtz|WORK |
but it would be all on one page |
| 10:16 |
Marijn |
maholtz: what about versioning, records, etc? |
| 10:17 |
maholtz|WORK |
so perhaps you have to create pages too |
| 10:17 |
Marijn |
maholtz: I am talking 500+ pages here... so... |
| 10:17 |
Marijn |
it has to be programatic in some way.. |
| 10:17 |
maholtz|WORK |
@Marijn: ok, so you have to create pages too |
| 10:18 |
maholtz|WORK |
pages can have multiple tt_content records |
| 10:18 |
Marijn |
so, you say, tt_content is where the content records live, and the "pages" table has the pages... correct.. |
| 10:18 |
maholtz|WORK |
jup |
| 10:19 |
Marijn |
Maholtz, you would not suggest using some PHP api for this? |
| 10:19 |
Marijn |
or even a REST api or something... |
| 10:20 |
Marijn |
Shooting directly into a DB with a structure i do not really understand... well... it gives me bad memories :) |
| 10:20 |
pmk65 |
Marijn: Try this -> http://typo3.org/extensions/repository/view/wizard_crpagetree/current/ |
| 10:20 |
maholtz|WORK |
it is only an initial job, right? |
| 10:21 |
maholtz|WORK |
@Marijn: and you are talking about an empty system, right? |
| 10:21 |
Marijn |
pmk65: hey, thanks! that's half my problem i guess! :) |
| 10:21 |
maholtz|WORK |
there is an API which is not the easiest (imho) and the SQL is quite easy (if you do not need managing versioning, workspaces etc.) |
| 10:21 |
Marijn |
maholtz: It's an experimental system, yes... but I would not like to blow it away... |
| 10:22 |
maholtz|WORK |
if you do not overwrite an record you cannot harm |
| 10:23 |
pmk65 |
http://typo3.org/extensions/repository/view/cms_plaintext_import/current/ |
| 10:23 |
pmk65 |
I think this one can create content elements too. |
| 10:23 |
maholtz|WORK |
looks nice |
| 10:23 |
pmk65 |
http://typo3.org/extensions/repository/view/wil_importcsv/current/ |
| 10:23 |
maholtz|WORK |
did you ever tried it? |
| 10:25 |
maholtz|WORK |
@Marijn: perhaps try extension pmk65 mentioned |
| 10:25 |
Marijn |
Yes... |
| 10:25 |
maholtz|WORK |
last updated 2005 does not mean it is bad... |
| 10:25 |
Marijn |
at least it will give me good example code to see how to hook stuff up... |
| 10:26 |
Marijn |
maholtz... ya... i guess this basic functionality has not been changed in a long time |
| 10:26 |
pmk65 |
I have used the Task Center addon extensions on a couple sites. It works very well. |
| 10:29 |
maholtz|WORK |
@pmk65: you mean sys_* extensions? |
| 10:30 |
pmk65 |
yes |
| 10:31 |
maholtz|WORK |
we are using sys_note and sys_actions, but the others usually not |
| 10:32 |
maholtz|WORK |
perhaps i will have a deeper look at them again - especially after the rewrite by just2b :) |
| 10:32 |
david_b |
i'm right now configuring realurl for my own extension. with this snippet http://pastebin.com/m765729ab it works so far, but the link is now http://www.mydomain.com/mixes/mID/subfilter |
| 10:33 |
david_b |
i want to delete the "mID" now from the link. is this possible? |
| 10:33 |
pmk65 |
the problem with TER, is that there's a lot of good extension you never get to see due to the huge amount ouf outdated, crappy extensions. |
| 10:34 |
maholtz|WORK |
@pmk65: yep, and there are some which are difficult to configure and bad documented but works pretty well (like indexed_search;) |
| 10:35 |
ndee |
how can I disable the cache in the install tool? Is extCache = 0 the correct setting? |
| 10:35 |
maholtz|WORK |
@david_b: afaik change postVarSets -> _DEFAULT -> mID <- to sth. else |
| 10:36 |
maholtz|WORK |
but remove, afaik not, otherwise realurl could not detect that special extension |
| 10:36 |
maholtz|WORK |
@ndee: config.no_cache = 1 but only for developement! Do not use it for production environment |
| 10:37 |
pmk65 |
david_b: only way to remove that segment, is to use fixedPostVars. But that requires that you know the id (in the realurl config) of the page where the ext is installed. |
| 10:37 |
david_b |
ok i know this |
| 10:38 |
ndee |
maholtz|WORK: yes, I only want it on my development environment. The thing is, we have a dev and prod environment and when I set something in the database, through a template for example, that gets synchronised to the prod env. We don't sync the localconf so that's why I want to set it there. |
| 10:55 |
david_b |
thanks pmk65. now it works just like it should |
| 11:01 |
xaver |
hi i have trouble with felogin |
| 11:02 |
marvin_1 |
hello everyone |
| 11:02 |
xaver |
if i user the login and reload or jump to the next page im logouted. I ask another user he dont have this Problem. I tryed it with opera and Firefox |
| 11:07 |
xaver |
pmk65: have you a idear? |
| 11:25 |
ndee |
in a HMENU, how can I get the page-title of the entry-level page? |
| 11:27 |
tPl0ch |
hmm, hi, How would I change the default links created by tt_news 3.0.1, adding an innerWrap etc. |
| 11:39 |
Phlunk3 |
marijn if its a big job and you want to stay opensource check out talend open studio for ETL, can just do mapping directly from your xml to the table so its a bit easier to see what you're doing and change it if you're doing it wrong :P |
| 11:40 |
marvin_1 |
hi. does some has some time to help me with some problems with links on my website? |
| 11:41 |
marvin_1 |
problem is that index.php?id=[pid] links do work, but the [name].html links dont |
| 11:46 |
Phlunk3 |
can anyone show me an example of doing the following in typoscript. I have a field (field:count) if this field == 0 I want to do one thing, else I want to do another |
| 11:51 |
Phlunk3 |
PiMB its nice weather now, bbq time? |
| 11:52 |
ndee |
is that possible with stdwrap: search in the rootline all pages and get me the uid of the page with the title "Special" |
| 11:53 |
EmilioTucci |
Hi all |
| 11:54 |
EmilioTucci |
Where can I set the META TAGS for my Web site? thanks |
| 11:54 |
bodo_typo3 |
@ndee do it with a php userFunc |
| 11:54 |
bodo_typo3 |
it's way easier |
| 11:54 |
ndee |
bodo_typo3: how can I use a php userFunc? |
| 11:55 |
ndee |
found it on typo3wizard.com, thanks for the hint! |
| 11:55 |
bodo_typo3 |
<somePropWIth_stdWrap>.userFunc = user_myfunc |
| 11:56 |
bodo_typo3 |
@Phlunk3: 10 = TEXT |
| 11:56 |
bodo_typo3 |
10.value = abc |
| 11:56 |
bodo_typo3 |
10.override = 123 |
| 11:56 |
bodo_typo3 |
10.if.isFalse.field = count |
| 11:56 |
bodo_typo3 |
if count==0 then 123 else abc |
| 11:57 |
bodo_typo3 |
10.override.if.isFalse.field = count |
| 11:57 |
bodo_typo3 |
sorry |
| 12:01 |
Phlunk3 |
thank you bodo |
| 12:01 |
zed_devil |
what is the easiest way to export a typo3 page to html |
| 12:02 |
zed_devil |
is there any extension |
| 12:02 |
zed_devil |
? |
| 12:13 |
ndee |
bodo_typo3: do you maybe have a working example with the php userfunc and how I can include the script? |
| 12:15 |
EmilioTucci |
Where can I set the META TAGS for my Web site? thanks |
| 12:19 |
EmilioTucci |
zed_devil, save as html? |
| 12:21 |
david_b |
EmilioTucci: for the whole web add this to your template: http://pastebin.com/m310f2e6b |
| 12:22 |
EmilioTucci |
david_b, another guy already added TAGS; I just wonder where should I go to edit them |
| 12:23 |
david_b |
either it's in the template or it's for every page in the "page properties". |
| 12:23 |
EmilioTucci |
david_b, I think it is in template, but where exactly? |
| 12:24 |
SilentAssassin |
hi i installed the typo3 , I just wondered ... if i want to upload the site somewhere... what do i have to upload suppose i use the dummy package |
| 12:25 |
david_b |
just search for "meta" :) |
| 12:25 |
SilentAssassin |
or just everything inside |
| 12:25 |
SilentAssassin |
dummy folder |
| 12:26 |
EmilioTucci |
I have this: page.meta.keywords.field = keywords |
| 12:26 |
EmilioTucci |
but where is "keywords" |
| 12:26 |
EmilioTucci |
? |
| 12:27 |
david_b |
this is in every "page properties" |
| 12:27 |
david_b |
select "page" in the left column |
| 12:27 |
david_b |
then select a page |
| 12:28 |
david_b |
then select "edit page properties" |
| 12:28 |
david_b |
EmilioTucci: which version of typo3 do you have? |
| 12:31 |
david_b |
(oops, browser crashed) |
| 12:42 |
ndee |
anyone got a working userfunc/includelibs example? |
| 13:21 |
slashwalker |
hi |
| 13:21 |
Phlunk3 |
again asking for laughs, has anyone ever worked with the extension pt_list? |
| 13:23 |
slashwalker |
any chance to use animated gifs in tt_news single view? a customer added a news entry with an animated gif. in single view ist a gif, but not animated |
| 13:34 |
SilentAssassin |
can someone look at this script and tell me whats wrong http://pastebin.com/m14dfc5ff |
| 13:34 |
SilentAssassin |
i get a blank screen |
| 13:35 |
SilentAssassin |
nothing... if i just do page.10 <= plugin.tx_automaketemplate_pi1 it works so the paths are okey |
| 13:52 |
ndee |
how can I get the uid of a page with the title "foo"? |
| 13:53 |
ndee |
with typoscript that is. |
| 13:54 |
pmk65 |
slashwalker: make sure the gif is not resized. Then it will retain the animation. |
| 13:55 |
ZaFantasy |
hi |
| 13:55 |
slashwalker |
how can i ensure this? |
| 13:56 |
slashwalker |
in tt_news flexform there is no option field for this, like in text/pic elements |
| 13:56 |
pmk65 |
ndee: use a CONTENT object. But there might be more than one page with the same name |
| 13:56 |
ZaFantasy |
how I can use keywords from the root page for all other pages ? The keywords are in page field "keywords" not in TS. |
| 13:56 |
pmk65 |
slashwalker: use a gif that is equal or smaller than the size you have set in tt_news for the images. |
| 13:57 |
slashwalker |
okay, i'll try |
| 13:57 |
Yan |
How can I tell realURL to ALWAYS include the language abbreviation in the url, like so: http://www.verya.ca/en or http://www.verya.ca/fr |
| 13:57 |
ndee |
pmk65: do you know if it's possible that it only looks for the page in the current rootline? |
| 13:58 |
SilentAssassin |
how old is this tutorial :D , I copied the entire tutorial code and it doesnt work |
| 13:58 |
tPl0ch |
Is it possible to tell typo3 to take elements in the footer to all subpages |
| 13:58 |
SilentAssassin |
http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/0.1.0/view/1/3/ |
| 14:00 |
slashwalker |
works! |
| 14:00 |
slashwalker |
thx |
| 14:04 |
Yan |
anyone? |
| 14:08 |
dc |
hello, |
| 14:08 |
dc |
i have a very strange problem |
| 14:09 |
dc |
i copied an existing installation of t3 to a new one (ts, templates etc.)... |
| 14:09 |
Yan |
seriously, no one knows how to ALWAYS include the language in the URL with RealURL? |
| 14:09 |
ndee |
Yan: config.linkVars = L in your setup |
| 14:09 |
dc |
now my ts partially doesnt work anymore.. specifically -> 10.text.field = header (within a gifbuilder obj) |
| 14:10 |
MantasK |
hi |
| 14:10 |
dc |
.. if i define the text statically -> 10.text = test .. it works. - anyone any ideas? |
| 14:12 |
Yan |
ndee: This doesn't do it. I want all the links to always include the language in it. |
| 14:15 |
dc |
Any ideas why this -> 10.text.field = header <- does not work, but this -> 10.text = test <- does work. (within GIFBUILDER obj)??????? |
| 14:16 |
uriah|lap |
because there might not be a hook in place for .field |
| 14:17 |
uriah|lap |
could you show more of your typoscript please? |
| 14:17 |
dc |
one moment, i'll up it |
| 14:18 |
MantasK |
I'm new to typo3 and I haven't yet installed it and I already have a problem :D maybe somone knows quick answer |
| 14:18 |
MantasK |
Problem is with imagemagic, typo3 uses command: "composite.exe +profile '*' -compose +matte over" and I get error on configuration page because command should look like this: "composite.exe +profile '*' -compose over +matte". is this typo3 bug or I should try to install other imagemagic version? |
| 14:18 |
MantasK |
and it is on windows.. |
| 14:19 |
marvin_1 |
hi |
| 14:19 |
marvin_1 |
can someone please help me with timtab? |
| 14:19 |
marvin_1 |
after installing timtab and updating the database i get the following error: |
| 14:19 |
dc |
http://www.libertyskull.com/upload/files/ts.txt |
| 14:19 |
marvin_1 |
Warning: Invalid argument supplied for foreach() in [path]/t3lib/class.t3lib_refindex.php on line 1020 |
| 14:20 |
dc |
brb |
| 14:22 |
marvin_1 |
any thoughts? |
| 14:23 |
EmilioTucci |
Hi all |
| 14:23 |
EmilioTucci |
For a shared hosting and 3 different sites, what woulf be slower when accessing the web sties? Having all of them in the same hosting (different folders into the same /var/www and accessing to them forwarding the domains), or a different hosting for each one? |
| 14:23 |
EmilioTucci |
I think that under the same hosting the bandwith asigined by the Server for it will be devided by 3, when having a independent hosting each one will have this bandwith |
| 14:23 |
EmilioTucci |
Am I right? |
| 14:25 |
schabracke |
hey there! i created some php script and included it with lumophpinclude which works pretty nice. in this php script i got a html form and if those formfields are filled out correctly it echos that everything is fine. but its then not implemented in the site anymore. instead it creates a new window |
| 14:30 |
tPl0ch |
How do I change the maxW for all images in all content elements with TS? |
| 14:30 |
ZaFantasy |
how I can use keywords from the root page for all other pages ? The keywords are in page field "keywords" not in TS. |
| 14:36 |
omar_ |
hi folks |
| 14:38 |
omar_ |
anyone has a idea where i have to search about following problem: every klick on my website (typo3 4.3) causes multiple errors -> postfix/sendmail[30268]: fatal: No recipient addresses found in message header. it not depends if i'm in BE or in FE ... |
| 14:40 |
SilentAssassin |
okei ... i have a menu how i set the class name for an anchor when i use TMENU |
| 14:41 |
EmilioTucci |
For a shared hosting and 3 different sites, what woulf be slower when accessing the web sties? Having all of them in the same hosting (different folders into the same /var/www and accessing to them forwarding the domains), or a different hosting for each one? |
| 14:41 |
EmilioTucci |
I think that under the same hosting the bandwith asigined by the Server for it will be devided by 3, when having a independent hosting each one will have this bandwith |
| 14:41 |
EmilioTucci |
Am I right? |
| 14:44 |
dc |
it depends |
| 14:44 |
EmilioTucci |
dc in what? |
| 14:45 |
dc |
it can be split up in many ways.. you can have the bandwith split up dedicated.. or you can have a certain amount of bandwidth running as fair use for more users, or virtual hosts.. |
| 14:45 |
dc |
principally there are an endless amount of configuration possibilities.. it just depends on how your hoster has it set up. |
| 14:46 |
EmilioTucci |
dc, do you know GoDaddy? |
| 14:46 |
dc |
by name, but i dont know how they do it. |
| 14:47 |
EmilioTucci |
Wel I have a regular shared hosting. And a Typo3 site that is very slow. We are going to add 2 new more Typo3 sites, and I think it would be better to add new hostings for them (into the same shared server) than adding multiple Typo3 sites into the same one, |
| 14:48 |
EmilioTucci |
dc, sorry, actually the new two sites are based in Drupal |
| 14:48 |
dc |
a slow typo3 site doesnt necessarily mean that the bandwith is too slow... typo3 can be very ressource-consuming (CPU, RAM), depending on the setup |
| 14:48 |
EmilioTucci |
dc, so I can not create two new sites under the same Typo3 one |
| 14:49 |
dc |
of course you can, given that you have enough space, db's, and bandwidth |
| 14:50 |
EmilioTucci |
if the server gives to my hosting let's say X bandwidth, and I have 3 sites under the same hsoting, people accessing at the sime time to the three of them , I shoudl get at least X/3 bandwidth for each one. However Iif I split them into 3 different hostings, wouldn't they have X each one? because the users now are also splitted into 3...is this correct? |
| 14:56 |
dc |
emilio, like i said, it depends on the setup |
| 14:57 |
dc |
you can have x bandwidth for 3 v-hosts - it can be set up fair use (first come first serve, in simple words) - or you can have it dedicated... |
| 14:57 |
EmilioTucci |
dc, that is the answer I wanted. so Basically it is possible what I am saying if the setup works that why |
| 14:58 |
EmilioTucci |
dc, ok man, thanks for the covnersation |
| 14:58 |
dc |
it could, theoretically, even be set up like this (lets pretend total bandwidth is 100): server1 - 10/100; server2 - 10/100; server3 - 80/100 |
| 14:59 |
TheEternalAbyss |
I'm getting a fatal error on my webhost :( I can't see my tree of pages and i can't edit them |
| 14:59 |
EmilioTucci |
dc, I see, ok, understood |
| 14:59 |
EmilioTucci |
dc++ |
| 15:00 |
TheEternalAbyss |
could someone help me fix it? I desperately need to hae this working |
| 15:01 |
TheEternalAbyss |
have |
| 15:01 |
PiMB |
check your fatal error mate |
| 15:01 |
omar_ |
wich kind of error u have? |
| 15:02 |
TheEternalAbyss |
the error is Fatal Error: Call to undefined method t3lib_div::sanitizebackendurl() in alt_mod_frameset.php line 90 |
| 15:02 |
TheEternalAbyss |
it's in the typo_src folder |
| 15:03 |
MantasK |
I've found "problem is solved by deactivating im_useStripProfileByDefault" where I can do this? |
| 15:03 |
omar_ |
abyss: wich version of typo3 u use? |
| 15:04 |
TheEternalAbyss |
the webhost uses 4.2.10 |
| 15:04 |
TheEternalAbyss |
I build my site using 4.2.8 |
| 15:04 |
omar_ |
ok, try to upgrade to 4.2.11 |
| 15:04 |
omar_ |
http://bugs.typo3.org/view.php?id=12581 |
| 15:05 |
SilentAssassin |
i have a template for menus... all 4 menus use some class... how can i make the 5th menu have a diferent class... i thought i will make a new template (inherit from root) |
| 15:05 |
SilentAssassin |
but i dont know what is the syntax |
| 15:08 |
tPl0ch |
I have some Content Elements on my root page that I want to pass through all subpages. How would I do that? |
| 15:08 |
PiMB |
you could use the option .slide |
| 15:08 |
PiMB |
http://wiki.typo3.org/index.php/Content_Slide |
| 15:10 |
TheEternalAbyss |
well i guess i could upgrade |
| 15:10 |
TheEternalAbyss |
this is going to be wonderful to explain to my bosses during an international conference call -_-;; |
| 15:10 |
PiMB |
why should you upgrade |
| 15:10 |
PiMB |
there is no error in 4.2.10 |
| 15:11 |
PiMB |
neither is there in 4.2.8 |
| 15:11 |
PiMB |
so something is wrong in the setup |
| 15:11 |
TheEternalAbyss |
where in the setup |
| 15:11 |
omar_ |
anyone has a idea where i have to search about following problem: every klick on my website (typo3 4.3) causes multiple errors -> postfix/sendmail[30268]: fatal: No recipient addresses found in message header. it not depends if i'm in BE or in FE ... |
| 15:11 |
PiMB |
I don't know. I don't know your setup TheEternalAbyss |
| 15:11 |
TheEternalAbyss |
it's a standard setup |
| 15:12 |
PiMB |
but I have had multiple sites running on 4.2.10 and 4.2.8 with no problems. |
| 15:12 |
TheEternalAbyss |
fresh installation of 4.2.10 on my webhost |
| 15:12 |
PiMB |
no fatal errors |
| 15:12 |
PiMB |
so it might be an extension or file rights issue |
| 15:13 |
TheEternalAbyss |
well.......i might have to check my conf file |
| 15:14 |
PiMB |
only BE not available? |
| 15:15 |
TheEternalAbyss |
what do you mean |
| 15:15 |
PiMB |
is the BE the only part not working, so is the FE working or not? |
| 15:16 |
TheEternalAbyss |
FE blank |
| 15:16 |
TheEternalAbyss |
i can get into my BE |
| 15:16 |
TheEternalAbyss |
i just can't see my pagetree |
| 15:18 |
TheEternalAbyss |
everything under Web and File, gives me the error |
| 15:18 |
TheEternalAbyss |
Admin Tools, User Tools work |
| 15:19 |
TheEternalAbyss |
what i had planned originally on doig was just copying everything onto the webhost and not use fantastico installer. Only problem is I get all these php warnings and my backend isnt fully functional. I guess they have a more recent version of php that isn't compatible with 4.2.8 |
| 15:20 |
PiMB |
not compatible with 4.2.8? |
| 15:20 |
PiMB |
do some db_check and upgrade wizards via install tool |
| 15:23 |
TheEternalAbyss |
update wizard says i'm up to date |
| 15:25 |
dc |
be sure to clear all cache files, make sure that permissions are right, - db-cleanup, and if possible, clear apache cache, otherwise you might have to wait |
| 15:26 |
TheEternalAbyss |
wait for what? |
| 15:28 |
TheEternalAbyss |
what does this sabitizebackendurl do anyways? |
| 15:29 |
TheEternalAbyss |
sanitizebackendurl* |
| 15:33 |
PiMB |
http://bugs.typo3.org/view.php?id=12324 |
| 15:33 |
PiMB |
check this one TheEternalAbyss |
| 15:36 |
TheEternalAbyss |
yea mine's a subdirectory with ~blahblah |
| 15:36 |
TheEternalAbyss |
bloody hell |
| 15:36 |
TheEternalAbyss |
i haven't transfered the domain over yet |
| 15:38 |
TheEternalAbyss |
i get the rror in IE too |
| 15:38 |
TheEternalAbyss |
error |
| 15:38 |
PiMB |
so, change the directory name |
| 15:38 |
iaj |
lo there |
| 15:38 |
iaj |
was I wrong that I could delete the typotemp folder without thinking:/? |
| 15:39 |
TheEternalAbyss |
how do i change the dir name? |
| 15:39 |
PiMB |
and try searching google next time, was the first hit I got on the sanitize function name |
| 15:39 |
PiMB |
iaj, not really :) |
| 15:39 |
TheEternalAbyss |
i used google, but i guess i was searching the wrong thing. I was putting in the error |
| 15:39 |
omar_ |
anyone has a idea where i have to search about following problem: every klick on my website (typo3 4.3) causes multiple errors -> postfix/sendmail[30268]: fatal: No recipient addresses found in message header. it not depends if i'm in BE or in FE ... but when a page is completely cached by t3, the error disapperars. |
| 15:39 |
PiMB |
so, do you have command line access or anything/ |
| 15:40 |
PiMB |
otherwise do what is mentioned in the steps in the bug mate |
| 15:40 |
PiMB |
iaj. what's the problem/ |
| 15:42 |
TheEternalAbyss |
i dun have command line access |
| 15:42 |
TheEternalAbyss |
sorry for the noobness but i've never dealt with typo3 having these issues and using patches. I just download the patch file? |
| 15:42 |
PiMB |
probably not necessary. |
| 15:43 |
PiMB |
do what is said in the bugnotes |
| 15:44 |
PiMB |
In typo3_src-4.2.10/t3lib/class.t3lib_div.php Line 3878 Should look like $whitelistPattern = '/^[a-zA-Z0-9_\/\.&=\?~-]+$/'; |
| 15:46 |
TheEternalAbyss |
yea...i'm trying to do that lol |
| 15:46 |
TheEternalAbyss |
and of course cpanel script chokes on me |
| 15:46 |
TheEternalAbyss |
it's already in there |
| 15:48 |
TheEternalAbyss |
so that's not the problem... |
| 15:50 |
TheEternalAbyss |
i have a vague hunch tho... |
| 15:50 |
TheEternalAbyss |
the webhost uses a symlink in the installation |
| 15:51 |
TheEternalAbyss |
and I have a typo3_src folder in my main directory as well...maybe there's something screwy going on |
| 15:54 |
ZaFantasy |
wht Im doing wrong here ? |
| 15:54 |
ZaFantasy |
http://pastebin.com/m1a394b80 |
| 15:54 |
ZaFantasy |
why keywords are not filled with data |
| 15:56 |
phil1 |
ZaFantasy: what are you trying to archive? |
| 15:58 |
ZaFantasy |
I want that keywords from the root page are all the same on all pages... So I want to make a query in db and add keywords from page UID 1 to page.meta.keywords |
| 16:00 |
TheEternalAbyss |
ok......i've made some progress.......... |
| 16:00 |
iaj |
PiMB, oh.. i had to rebuilt cache for it to work again |
| 16:00 |
TheEternalAbyss |
i no longer get the error |
| 16:00 |
TheEternalAbyss |
but instead of my pagetree i get a 404 page in that frame lol |
| 16:02 |
TheEternalAbyss |
any suggestions? |
| 16:03 |
phil1 |
ZaFantasy: if you use typo3 4.3 you can use .slide = -1 to archive this much easier |
| 16:04 |
PiMB |
iaj. of course. |
| 16:05 |
ZaFantasy |
phil1, yes, Im using 4.3, but I dont know for .slide ? What does it do ? |
| 16:05 |
PiMB |
01http://wiki.typo3.org/index.php/Content_Slide |
| 16:05 |
omar_ |
anyone has a idea where i have to search about following problem: every klick on my website (typo3 4.3) causes multiple errors -> postfix/sendmail[30268]: fatal: No recipient addresses found in message header. it not depends if i'm in BE or in FE ... but when a page is completely cached by t3, the error disapperars. |
| 16:06 |
PiMB |
omar_ nope sorry mate |
| 16:07 |
TheEternalAbyss |
nobody can help with a 404 page instead of my pagetree? |
| 16:07 |
PiMB |
do you have php errors in your log? |
| 16:09 |
TheEternalAbyss |
good question |
| 16:09 |
TheEternalAbyss |
let me look |
| 16:11 |
TheEternalAbyss |
ok stupid question time: where he heck would the logs be in cpanel? |
| 16:11 |
PiMB |
I don't know |
| 16:11 |
PiMB |
depends on server settings. |
| 16:11 |
PiMB |
might be there are no logs.. |
| 16:12 |
PiMB |
then your hoster is to blame |
| 16:12 |
TheEternalAbyss |
there's an error log and raw access logs |
| 16:13 |
PiMB |
error_log |
| 16:14 |
omar_ |
we host by ourself ^^ |
| 16:14 |
TheEternalAbyss |
the error logs show: File does not exist /Users/<removed>/typo3/sys_cpanel, referrer is templavoila...? |
| 16:15 |
TheEternalAbyss |
you have got to be kidding me..... |
| 16:17 |
PiMB |
nope. |
| 16:17 |
PiMB |
I'm not |
| 16:18 |
TheEternalAbyss |
lol |
| 16:18 |
TheEternalAbyss |
well for some reason templavoila is trying to load sys_cpanel |
| 16:18 |
TheEternalAbyss |
and that doesn't exist |
| 16:18 |
PiMB |
obviously |
| 16:19 |
TheEternalAbyss |
and i have no clue how to fix that |
| 16:19 |
PiMB |
sorry mate. |
| 16:19 |
PiMB |
me neither |
| 16:19 |
PiMB |
I don't use TV |
| 16:21 |
TheEternalAbyss |
it doesn't even give me a line number argh |
| 16:26 |
Marijn |
Hey all, for the FE editing (the little pen) to work, do i need to do anything special... I saw some videos with that neat feature, but my own instalation doesn't do it... |
| 16:28 |
TheEternalAbyss |
yea, enable admin panel |
| 16:28 |
TheEternalAbyss |
once you have the panel in your FE you can enable that feature |
| 16:28 |
TheEternalAbyss |
if i'm not mistaken |
| 16:29 |
Marijn |
TheEternalAbyss: Sorry... i am a Typo3 noob... how do i enable the admin pannel? |
| 16:30 |
PiMB |
config.admPanel = 1 in your setup in template |
| 16:32 |
Marijn |
PiMB: Okay... just did that... still doesn't show up... does it influence that i am using Templaviola? |
| 16:32 |
PiMB |
don't know. |
| 16:32 |
PiMB |
I don't use TV |
| 16:33 |
TheEternalAbyss |
ok, apparently there's a patch for it, how do I apply patches to typo3? |
| 16:33 |
PiMB |
by using command line |
| 16:34 |
Marijn |
Also I remember the first time i installed this, a little admin field did show up... now it's not... is it related? |
| 16:34 |
PiMB |
'a little admin field'.. there are a kit |
| 16:34 |
PiMB |
a lot |
| 16:36 |
TheEternalAbyss |
can't i just add the code manually without using a command line? |
| 16:36 |
FloLeBlanc |
hi all |
| 16:37 |
FloLeBlanc |
someone using tt_news 3.0.1 with multiple categories for news? |
| 16:37 |
PiMB |
TheEternalAbyss sure you can.. |
| 16:37 |
PiMB |
but a patch is easiest applied via cmd line |
| 16:37 |
PiMB |
but you could do the things inside the patch by hand. |
| 16:39 |
TheEternalAbyss |
unfortunately i don't have access to a command line. It's not a dedicated host |
| 16:41 |
PiMB |
then you should apply by hand. |
| 16:41 |
PiMB |
good luck.. |
| 16:41 |
TheEternalAbyss |
thanks i'll need it |
| 16:45 |
TheEternalAbyss |
so the @@ -1585,7 refers to the line number it should be inserted in? |
| 16:48 |
TheEternalAbyss |
oh wait,,nevermind i think I get what's going on in the patch file |
| 16:48 |
Yan |
How can I tell RealURL to ALWAYS include the language in the URL -> www.verya.ca/en and www.verya.ca/fr |
| 16:51 |
teppi|work |
Yan, have a look in the documentation and search for preVars .. |
| 16:55 |
TheEternalAbyss |
why do they use web based editors when they can't handle 1000s OF LINE OF TEXT!!! OMG |
| 16:55 |
TheEternalAbyss |
</rant> |
| 16:57 |
Yan |
teppi|work: and this will always always always include the language in the URL? even for the default language? |
| 16:59 |
jbaptiste_j |
The French TYPO3 univ is still looking for speakers, you don't even have to speak French, kast year Dmtri Duplolev came and someone translated for him |
| 17:00 |
TheEternalAbyss |
i can't find the functions |
| 17:02 |
Yan |
I've set the preVars, but for the defualt language, it doesn't appear in the URL. |
| 17:02 |
SilentAssassin |
how can i tell when creating a menu , if this element is the last one in the level... because for example i have a menu seperated by borders ... each has css property border-right .. but the last one has nothing like that so how can i do that? |
| 17:03 |
teppi|work |
Yan, maybe you have to rewrite the URL if no language params is set |
| 17:03 |
Yan |
and that would be done how? |
| 17:03 |
teppi|work |
something like its described here: http://www.typo3.net/forum/list/list_post//67175/ .. |
| 17:03 |
teppi|work |
via modrewrite |
| 17:04 |
bartbogdan |
Hi all |
| 17:04 |
Yan |
thanks. |
| 17:04 |
bartbogdan |
Does anyone know if timtab embedded video is supposed to work with tt_news 3.0? |
| 17:04 |
TheEternalAbyss |
it's already patched.......wtf |
| 17:08 |
SilentAssassin |
anyone? :X |
| 17:09 |
Yan |
how cna I permit Typo3 to edit .php files via the filelist? |
| 17:11 |
StaffanE |
Yan: you don't want that - security risk beyond repair |
| 17:14 |
SilentAssassin |
oh so i guess there is no way to set the last menu item to have a diferent class name than the others.. :( |
| 17:19 |
teppi|work |
SilentAssassin, you can use optionSplit |
| 17:20 |
SilentAssassin |
optionSplit of what object |
| 17:23 |
SilentAssassin |
and another thing i have a RootPage and its subpages are (p1 , p2 , p3 , p4, p5) for example... for RootPage i made a script to generate a menu ... but for p5 i made a new template (set as Root template) so i thought I could change the class name there hmm |
| 17:23 |
teppi|work |
Oo |
| 17:23 |
teppi|work |
a script? |
| 17:23 |
SilentAssassin |
template setup |
| 17:24 |
teppi|work |
ah ok |
| 17:24 |
SilentAssassin |
and still it is ignoring the setup of the p5 , and in the menu it's made as it is set up in the root |
| 17:24 |
teppi|work |
i think you should use the optionsplit in the tmenuitems |
| 17:25 |
SilentAssassin |
will do... , but i would like to know how the inheritence of templates work in typo3 , cause since this doesnt work I probably had a wrong thought about that |
| 17:25 |
teppi|work |
maybe you should post your typoscript somwhere |
| 17:26 |
teppi|work |
you can check the actual typoscript configuration for every page in the backend |
| 17:26 |
teppi|work |
just choose template -> typoscript object browser |
| 17:27 |
SilentAssassin |
http://pastebin.com/m1d7cb532 |
| 17:31 |
SilentAssassin |
the object browser for that page is correct , but when i load up the root page and look at the source its still not correct |
| 17:32 |
TheEternalAbyss |
screw this |
| 17:32 |
TheEternalAbyss |
i'm going to do a fresh install instead |
| 17:32 |
TheEternalAbyss |
export a td3 file and my db and try to import it in the new install of typo3 |
| 17:33 |
teppi|work |
SilentAssassin, the code looks ok for me .. maybe you haven't cleared the fe-cache? |
| 17:34 |
TheEternalAbyss |
if it says no pages found on root level it's because there's only the source and no dummy site or whatever right? |
| 17:35 |
SilentAssassin |
nah its not the cache... I just dont get it... when i click the root page to show... i should see the menu like p1 p2 p3 p4 (according to the setup) with class button1 , and p5 should be with button11 or not? |
| 17:35 |
SilentAssassin |
because p5 has a diferent template setup and does not inherit from parent |
| 17:38 |
teppi|work |
SilentAssassin, ah no .. you understood it wrong |
| 17:38 |
teppi|work |
the template on the root page will be rendered like its defined in the template in the rootpage |
| 17:38 |
teppi|work |
if you are looking at p5 the menue will rendered like its described in the template of p5 |
| 17:39 |
teppi|work |
*be |
| 17:39 |
teppi|work |
the template on p5 has no influence to the menue on the root page |
| 17:40 |
SilentAssassin |
and by the way in the TS reference i dont see optionSplit in MENUITEM hmm |
| 17:40 |
SilentAssassin |
TMENUITEM |
| 17:43 |
teppi|work |
SilentAssassin, try temp.menu1.1.NO.ATagParams = class="first" |*| class="middle" |*| class="last" |
| 17:45 |
SilentAssassin |
ahhhh yeah thanks :) |
| 17:46 |
teppi|work |
same for ACT |
| 17:46 |
teppi|work |
;) |
| 17:47 |
SilentAssassin |
yeah thanks... hmm the references and tutorials should be organized better :X |
| 17:48 |
teppi|work |
SilentAssassin, think of typoscript like a description language for a huge configuration array which is used at the rendering of the actual page and its subpages .. |
| 17:48 |
teppi|work |
SilentAssassin, yes definitely |
| 18:05 |
SilentAssassin |
by the way the tutorial says page.10.userFunc = tx_templavoila_pi1->main_page .... though the object browser says the plugin has userFunc main not main_page .. wtf |
| 18:05 |
Marijn |
If a document tells me to set variables in the "main TypoScript template record of your website"... does that mean i should set them in "WEB:Template (with page that has the template associated selected) and then add to the "Setup" textarea ? |
| 18:09 |
Marijn |
Answer to self... yes.. it seems to be it. |
| 18:09 |
SilentAssassin |
templavoila ... "this will show up the maping window" ... im blind or i dont know i cant see it :D |
| 18:25 |
ndee |
anyone knows a site where DAM is showcased? |
| 18:32 |
TheEternalAbyss |
well now i know it's not an issue on my end |
| 18:32 |
TheEternalAbyss |
I removed all my files and installed it again |
| 18:32 |
TheEternalAbyss |
and I still get a 404 |
| 18:32 |
TheEternalAbyss |
and can't access my pagetree |
| 18:34 |
TheEternalAbyss |
and these CSM's are supposed to make things better? |
| 18:34 |
TheEternalAbyss |
right... |
| 18:34 |
SilentAssassin |
hmm i cant edit the page template structure and i have this error Data Structure ERROR: No source value in fieldname "tx_templavoila_ds" |
| 18:34 |
SilentAssassin |
wtf |
| 18:34 |
ndee |
TheEternalAbyss: you mean CSMA/CDMA? |
| 18:35 |
TheEternalAbyss |
i mean content management systems |
| 18:35 |
TheEternalAbyss |
CMS |
| 18:36 |
TheEternalAbyss |
i mistyped |
| 18:41 |
SilentAssassin |
:( |
| 19:13 |
Lind-- |
Someone got any idea of why my realURL isnt working after I moved my site from a localhost to a webserver? I changed the baseURL. |
| 19:13 |
Lind-- |
Now I just get Internal Errors when realURL is activated |
| 19:14 |
Lind-- |
mod_rewrite is installed |
| 19:15 |
sgalinski |
just a guess: maybe the RewriteBase in your .htaccess is wrong or mod_rewrite is installed, but *not* enabled ;-) |
| 19:16 |
SilentAssassin |
how you set up so the logged admin backend user can edit the content directly on site |
| 19:16 |
Lind-- |
mod_rewrite is enabled according to phpinfo() |
| 19:16 |
Lind-- |
i'll check the rewritebase |
| 19:17 |
Lind-- |
Can anyone paste their htaccess file in t3paste or w/e so I can see what mine is missing. |
| 19:19 |
Syrinx_ |
hi there ! |
| 19:20 |
Syrinx_ |
need some help with glossary extended extension |
| 19:22 |
TheEternalAbyss |
i give up |
| 19:23 |
SilentAssassin |
i dont get it... |
| 19:23 |
SilentAssassin |
in the quick start tutorial |
| 19:23 |
SilentAssassin |
you could edit content also on the frontend |
| 19:23 |
SilentAssassin |
how i do that? :P |
| 19:24 |
Lind-- |
This is my .htaccess-file http://paste.phlogi.net/-c016074e45/ . Anyone know what's missing? I'm really a beginner when it comes configuring htaccess etc so I dont know much. This worked on my localhost but it doesnt work on my webserver. |
| 19:24 |
SilentAssassin |
oh config.admPanel = 1 |
| 19:25 |
SilentAssassin |
no it doesnt work |
| 19:28 |
Syrinx_ |
need some help with glossary extended extension to fix a problem with the language in front end I would like to have the search bottom in french and all the other word, but in typo3/typo3conf/ext/sg_glossary/pi1/locallang.xml, but here, it's the back end text. |
| 19:51 |
Yan |
I have Typo3 4.2.11 installed on one server, and 4.3 on another one. 4.3 has an extension, called Recycler. I can't find it for 4.2.11... |
| 19:54 |
sgalinski |
the recycler extension isn't available for 4.2 |
| 19:54 |
sgalinski |
but you can use the kj_recycler |
| 19:55 |
Yan |
does it work properly? |
| 19:55 |
sgalinski |
I used it for years ;-) |
| 19:56 |
Yan |
Thanks. |
| 19:57 |
sgalinski |
@Syrinx_ please use the _.htaccess file that is delivered within the TYPO3 dummy package |
| 19:57 |
sgalinski |
in your case this could help |
| 19:57 |
sgalinski |
http://paste.phlogi.net/-8f630992c3/ |
| 19:58 |
sgalinski |
http://paste.phlogi.net/-3f2871636d/ |
| 20:08 |
Syrinx_ |
@sgalinski. I don't understand, I don't want to rewrite url or change the back end language, just find the language file for the extension "gs_glossary" to modify it, is that possible ? |
| 20:09 |
sgalinski |
oh sorry... |
| 20:09 |
sgalinski |
I meant @Lind-- :-) |
| 20:09 |
Syrinx_ |
ok hihihi :s |
| 20:14 |
SilentAssassin |
okey now last thing i need to know ... with the TemplaVoila how can i make there when i have flexible content ... and a pseudo record list , i want to add separators between the records... so one is after the first (before second) .. etc |
| 20:33 |
ndee |
anyone has a recomendation for a poll extension? |
| 20:51 |
kraftb |
hello ! |
| 21:11 |
Syrinx_ |
could someone help me ? please :( |