| 00:42 |
bacardi_ |
now i have sucessfully installed typo b ut |
| 00:42 |
bacardi_ |
mysql database error on basic configuration menu |
| 00:42 |
bacardi_ |
but passwort is correct |
| 01:11 |
bacardi_ |
ok now it works |
| 01:12 |
bacardi_ |
under admin tools in backend my friend have DBAL Debug |
| 01:12 |
bacardi_ |
miss it on my backend |
| 02:40 |
ries |
what ould be a reason why teh admin panel doesn't show up? |
| 08:19 |
BlueWing |
hi |
| 08:21 |
BlueWing |
I need a column in a table which is not user-editable, not even displayed to the user, but I need to set it's value manually when the record is saved. How can I do this with TCEForms? |
| 08:22 |
sorenmalling |
BlueWing: Just don't show it in the frontend when user is editing? And if it's a backend user, exclude the field from the specific users access rights |
| 08:23 |
BlueWing |
sorenmalling, yes I can do that, but how do I set the column value when the user saves the record? It's not just a simple "default value", I need to process some sql comands to get it |
| 08:23 |
sorenmalling |
Is it a frontend or backend user? |
| 08:23 |
BlueWing |
backend |
| 08:24 |
BlueWing |
using the List module > create new record |
| 08:24 |
sorenmalling |
If the field is excluded from the user, the field is not affected when a user saves data |
| 08:24 |
sorenmalling |
And you can create your own of the type "flex" (AFAIR) with the sql commands you need |
| 08:28 |
BlueWing |
flex will give me a flexform element saved as xml in the database, I don't want that, I need a simple sql column. I'm trying to do this with type => 'passthroug'. and the column is not visible to the user I got that part right |
| 08:29 |
sorenmalling |
BlueWing: Use the type "user" |
| 08:29 |
sorenmalling |
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/#id4230585 |
| 08:30 |
BlueWing |
that looks like it will do, thanks for pointing me in the right direction:) |
| 08:30 |
sorenmalling |
np :) |
| 09:27 |
ndee |
http://pastebin.com/GtYRxVrg <-- $file is a valid file, why would that just return "null"? |
| 09:27 |
ndee |
$img2 is null after I run that. |
| 09:28 |
ndee |
is there a way to debug that $this->cObj stuff? |
| 09:29 |
sorenmalling |
ndee: print_r($this->...); |
| 09:32 |
Phlunk3 |
seems fine ndee, guessing your image path just isnt right. or ofcourse cobj->image isnt there |
| 09:33 |
Phlunk3 |
am using this in an extension myself without issues: |
| 09:33 |
Phlunk3 |
http://pastebin.com/LnhR0x20 |
| 09:38 |
ndee |
what a difference a "/" makes haha |
| 09:39 |
ndee |
thanks guys |
| 09:39 |
ndee |
use "uploads/tx_community" instead of "/uploads/tx_community" |
| 09:42 |
Phlunk3 |
anyone can tell me the function name which I need to use to set a page title within an extension? |
| 09:44 |
Phlunk3 |
got it thx. |
| 09:45 |
ndee |
Phlunk3: how can you do that? |
| 09:56 |
animan |
hi. how could I prevent RTE to format my external links? I'd like to add an ext link to a tt_news article bodytext but RTE suspends the link, draws a yellow backtround there and it doesn't work :( |
| 10:12 |
Prot0 |
morning |
| 10:17 |
iaj |
lo there |
| 10:17 |
iaj |
hi Prot0:) |
| 10:18 |
iaj |
anyone know how I could add a <class> or <id> attribute to an image I inserted with rich text editor ?? |
| 10:21 |
he |
und |
| 10:22 |
Prot0 |
iaj: i guess by add it to the HTML source :D |
| 10:22 |
Prot0 |
perhaps you can in someway tell the RTE to wrap images with something |
| 10:23 |
Prot0 |
never done that before though |
| 10:24 |
iaj |
yeh.. well Ill just edit the source.. Im stupid :S |
| 10:25 |
PiMB |
:) |
| 10:47 |
Prot0 |
mornin PiMB |
| 10:59 |
ndee |
in my own extension, how can I add an ATagParams to an cobj->IMAGE ? |
| 11:03 |
Prot0 |
you just add the same configuration as to any other image |
| 11:36 |
tPl0ch |
hello, how can I add permission for editing certain plugins to a backend user |
| 11:36 |
tPl0ch |
typo3 v 4.3 |
| 11:37 |
Prot0 |
in the BE usergroup |
| 11:37 |
Prot0 |
of that user |
| 11:37 |
Prot0 |
you can select which items the user should have access too |
| 11:38 |
tPl0ch |
Prot0, I did that, the right pages are shown, and under Web->permissions I added her group to have read and write perms |
| 11:38 |
tPl0ch |
It's a DAM download plugin that the user has to edit/add, but it shows only a blank page when clicking the edit icon |
| 11:39 |
Prot0 |
:-) |
| 11:39 |
Prot0 |
check your PHP error log i would suggest |
| 11:39 |
Prot0 |
white pages are not supposed to be there, even if you dont have access |
| 11:40 |
tPl0ch |
Prot0, it's not a white page. It's a typo3 backend page with just the top bar and nothing else |
| 11:40 |
tPl0ch |
As if there was no access to anything |
| 11:40 |
tPl0ch |
although there is |
| 11:40 |
Prot0 |
latest version of DAM? |
| 11:42 |
tPl0ch |
jop |
| 11:42 |
tPl0ch |
hmm, How can I add permissions to edit tt_content table |
| 11:52 |
Prot0 |
Acces list inside BE usergroup settings |
| 12:11 |
tPl0ch |
Prot0: 'Attempt to insert a record on page '%s' (%s) from table '%s' without permissions. Or non-existing page.' <- well, that's some well defined error msg |
| 12:11 |
Prot0 |
:) |
| 12:12 |
Prot0 |
so either page access isnt right, or table permissions are not right ;-) |
| 12:12 |
Prot0 |
doesnt look very normal though without replacements in the str |
| 12:12 |
tPl0ch |
Prot0: I added all permissions regarding DAM to the BE group |
| 12:15 |
crubb |
hey guys |
| 12:15 |
crubb |
is there some way to do a "permanent" workspace preview on e.g. a subdomain? |
| 12:38 |
Rixie |
Hi....is there anybody who knows if it is possible to put publisher files at typo3 homepages? |
| 12:42 |
sorenmalling |
Rixie: Do you mean upload it and make it avaliable for visitors of your homepage? |
| 12:43 |
Rixie |
sorenmalling: yes.... |
| 12:43 |
sorenmalling |
That not a problem. Upload it with the filelist module and link it through the ex. a text content element |
| 12:47 |
Rixie |
thx :) |
| 12:51 |
Daniel__ |
hi |
| 12:52 |
Daniel__ |
is there a way to make the templavoila wizard create a new page not on top of the whole thing, but below, so that an existing site doesn't get compromised? |
| 12:56 |
pmk65 |
Daniel__: Just move the page(s) after you are done with the wizard.. |
| 12:57 |
Daniel__ |
yes, but its a pretty frequented site |
| 12:58 |
Daniel__ |
but if there is no way around it... wel, i guess i'll have to do it like that |
| 12:59 |
pmk65 |
you don't need to use the TV wizard in order to create new templates/sites. You can do the mapping of the templates from the "Filelist" menu |
| 13:19 |
Daniel__ |
anybody familiar with the error "Couldn't find a Data Structure set for table/row "pages:72" " in Templavoila? |
| 13:20 |
Daniel__ |
i found dozens of suggestions when i googled for it, but none of them worked |
| 13:20 |
Daniel__ |
it appears in the frontend area, on the newly created page |
| 13:20 |
Daniel__ |
"Please select a Data Structure and Template Object first." it says as well |
| 13:21 |
pulponair |
Daniel__: yes that is exactly what you have to do :). Assign a ds/to to that page ... |
| 13:21 |
Daniel__ |
how do i do that? |
| 13:21 |
Daniel__ |
shouldnt the wizard do that automatically? |
| 13:21 |
pulponair |
Daniel__: edit the page properties .... |
| 13:22 |
pulponair |
Daniel__: Don't know i usually do it manualy |
| 13:22 |
Daniel__ |
under "Extended" it says "Data Structure ERROR: No source value in fieldname "tx_templavoila_ds"" |
| 13:22 |
Daniel__ |
so where do I select the data structure? |
| 13:23 |
pulponair |
Daniel__: Well obiously there is no ds/to ...perhaps you haven't set the general storage folder yet |
| 13:23 |
pulponair |
Daniel__: did you create a ds/to`? |
| 13:23 |
Daniel__ |
yes, and i selected the storage folder under "Options" |
| 13:24 |
pulponair |
Daniel__: if so set the general storage to the sysfolder your tv objects reside on ... |
| 13:24 |
Daniel__ |
i did |
| 13:24 |
pulponair |
Daniel__: just to make sure: change to this particular sysfolder in list view and check if there are ds/to's |
| 13:24 |
pulponair |
Daniel__: Make sure that they are of type "page template" |
| 13:25 |
pulponair |
Daniel__: otherwise you won't be able to assign them to a page |
| 13:25 |
Daniel__ |
both a TO and a DS exist and the DS has the category "Page Template" |
| 13:26 |
Daniel__ |
in the page properties, under "Extended", I can select the TO |
| 13:26 |
Daniel__ |
where do I select the DS? |
| 13:26 |
Daniel__ |
brb |
| 13:26 |
sorenmalling |
Daniel__: Save the page, and the DS will be visible. |
| 13:27 |
sorenmalling |
Ususalle a TO only has one DS there for it wasa decided to remove the automaticly refresh of the page from earlier versions of TV |
| 13:27 |
sorenmalling |
And my spelling sucks today.. But I hope you get the meaning :-) |
| 13:47 |
Daniel__ |
sorenmalling, I did save the page, but that did not seem to change anything. Where can I select the DS in the page properties? |
| 13:52 |
Daniel__ |
sorry, gotta go |
| 15:16 |
jeromegamez |
greetings! |
| 15:17 |
jeromegamez |
my boss is going to kill me, because i don't have any typo3 knowledge... i know, you love entry speeches like that :) |
| 15:17 |
jeromegamez |
i have no clue where the values of styles.content.get come from - can you help me? |
| 15:21 |
af_ |
how I create a system folder? |
| 15:22 |
pgampe |
jeromegamez: from tt_content (css_styled_content) |
| 15:23 |
pgampe |
af_: what do you mean ... a sysfolder: create a new page and select the pagetype in the dropdown box |
| 15:23 |
jeromegamez |
my document is a complete raw html document. is tt_content then my html? |
| 15:23 |
pgampe |
jeromegamez: what is your document? your input or your output? |
| 15:23 |
af_ |
just reading instructions of Language selection extension: Create SystemFolder page and create a Language Selection content element on this page |
| 15:24 |
af_ |
but I don't know how to create a system folder |
| 15:24 |
jeromegamez |
i created a new page, content type HTML. that is what I want to have as output. in this html are some marks that I'd like to have replaced |
| 15:24 |
jeromegamez |
please excuse if I don't express myself well |
| 15:25 |
pgampe |
af_: do like create a normal page and then select sysfolder right where you can enter the name |
| 15:26 |
pgampe |
jeromegamez: well you have to "tell" TYPO3 what to do with the marker ... I suggest reading a little ... maybe TypoScript in 45 Minutes? |
| 15:26 |
pgampe |
or even "modern template building" |
| 15:28 |
jeromegamez |
thank you, i will try that |
| 16:55 |
poioop |
i would like to create a template for a 2 cols layout. i want to use the placeholders like <!-- ###xxx### ---> how can i address column1 and 2? |
| 16:59 |
jeromegamez |
pgampe: thanks for the hint to "TS in 45 minutes"! i almost did it, now, the basics are finished. phew! |
| 17:07 |
dreas |
Hi all. Our Typo3 website appears to return 404 in the HTML header for every (valid!) page. Any clue what could be causing that? Page itself shows fine. |
| 17:21 |
TheEternalAbyss |
can someone tell me why i'm having this problem: I changed the name of a page in my pagetree, in the headers and when I view the page, it has the ld name. When I look at other pages, the menu is updated to the new name' |
| 17:22 |
TheEternalAbyss |
old name* |
| 17:22 |
sorenmalling |
TheEternalAbyss: Page cached. Try clearing the cache inside TYPO3 |
| 17:22 |
TheEternalAbyss |
I've cleared it already |
| 17:22 |
TheEternalAbyss |
http://thierry-technology.com/index.php?id=36 |
| 17:22 |
TheEternalAbyss |
that's the page |
| 17:22 |
TheEternalAbyss |
should say All News and not News |
| 17:22 |
TheEternalAbyss |
when you click on the submenu to other pages |
| 17:22 |
TheEternalAbyss |
All News shows up |
| 17:23 |
TheEternalAbyss |
but not when I'm viewing news. I've cleared all cache, I've cleared by browser's cache |
| 17:23 |
TheEternalAbyss |
but nothign |
| 17:24 |
sorenmalling |
In my browser it says "All New" just above the "New website launch...more" text |
| 17:24 |
sorenmalling |
TheEternalAbyss: Did you put anything in the "Navigation title" field in the page properties? |
| 17:25 |
TheEternalAbyss |
let me check |
| 17:26 |
TheEternalAbyss |
no nothing in navigation title |
| 17:31 |
TheEternalAbyss |
....man this is annoying |
| 17:34 |
TheEternalAbyss |
the title is there why won't it load it |
| 17:34 |
TheEternalAbyss |
ugh stupid cms |
| 17:36 |
sorenmalling |
The CMS is not stupid, it's doing exactly what you wanted it to, by the configuration settings you have made :) |
| 17:37 |
sorenmalling |
Try and go through your typoscript of the menu to see if you fetch the data from a alternative field |
| 17:37 |
sorenmalling |
Try and clear all cache from the typo3temp folder and typo3conf/temp_ |
| 17:39 |
TheEternalAbyss |
it's not doing what I want it to |
| 17:39 |
TheEternalAbyss |
the TS is fine, if you go through the submenu items, All News will show up for the other pages |
| 17:39 |
sorenmalling |
No, it's doing what you have configured it to do |
| 17:39 |
sorenmalling |
Any static file extension that you have installed? |
| 17:40 |
TheEternalAbyss |
static file extension? none that I'm aware of |
| 17:40 |
TheEternalAbyss |
I am using a plugin tho for news |
| 17:40 |
TheEternalAbyss |
but that shouldn't affect the submenu since the submenu's title comes from the title field in the properties |
| 17:41 |
sorenmalling |
Try check your extension manager to see if you got any static cache extension since you are in doubt |
| 17:42 |
TheEternalAbyss |
i don't see anything saying it's a static cache extension...how would I know for sure? |
| 17:51 |
TheEternalAbyss |
ugh |
| 17:51 |
TheEternalAbyss |
finally fixed it |
| 17:51 |
TheEternalAbyss |
problem was the languages extension |
| 17:51 |
TheEternalAbyss |
had to change it for all languages |
| 17:52 |
TheEternalAbyss |
yea I'm ready for lunch now lol |
| 17:52 |
TheEternalAbyss |
thanks soren |
| 17:52 |
TheEternalAbyss |
be back later |
| 17:52 |
sorenmalling |
See you :) |
| 17:52 |
teppi|working |
... ugh stupid cms ........ :-) |
| 18:15 |
wotwot |
hi |
| 18:17 |
wotwot |
i'm trying to get a 2nd site to run on a debian box and get errors like "localconf.php is not found!" trying to setup the site, any ideas ? |
| 18:32 |
Denyerec |
Hey voidy |
| 18:32 |
Denyerec |
Hey just2b, looks like you forgot to turn IRC off again ;) |
| 18:52 |
ries |
wotwot: check your error log files |
| 18:52 |
wotwot |
ries, there is nothing |
| 18:53 |
wotwot |
even suhosin.log.syslog = 511 yields nothing |
| 18:53 |
ries |
did you turn on php error logging? |
| 18:53 |
wotwot |
yes, to syslog |
| 18:53 |
ries |
is the localconf.php there? |
| 18:53 |
ries |
is it readable by the webserver? |
| 18:54 |
wotwot |
its there, if i directly accses it i get a 200 |
| 18:55 |
wotwot |
for strange reasons, i deleted ENABLE_INSTALL_TOOL , restarted the webserver , reloaded the page, got the error, touched the file again, the errors still there |
| 19:05 |
wotwot |
ries, nevermind, i guess the reason was root:root owning ../typo3-src-$foo |
| 19:05 |
ries |
that helps ... |
| 19:33 |
sobersabre |
hi. I am planning to deploy a CMS. I have heard good things about typo3. what are its shortcomings ? |
| 19:56 |
BobC |
quick question, can typo3 be configured to version files that are uploaded, not just pages? |
| 20:01 |
nd__ |
sobersabre: the learning-curve |
| 22:23 |
poioop |
is ther a modern template building tut without automake? |