| 11:06 |
Bluespuke |
hellooo :D |
| 11:08 |
mquintus |
ahoi! |
| 11:11 |
Bluespuke |
hmmm, i have a very strange problem... |
| 11:11 |
Bluespuke |
seems that i can't write post-cars on a fresh typo3 installation |
| 11:11 |
Bluespuke |
post-vars* |
| 11:15 |
Bluespuke |
in fact when i try to write postvars the right frame (tree+content) still white after loading... |
| 11:24 |
mquintus |
are you sure www-data has r/w access to the typo3 files? |
| 11:27 |
Bluespuke |
mquintus: i uploaded via ftp and installed via 1-2-3-installation... i checked the access rights for the folders specified in the install tool but nnoting... |
| 11:27 |
Bluespuke |
i think i will make a full 777 to everything |
| 11:34 |
mquintus |
then i dont know |
| 11:34 |
mquintus |
I've bought a ticket to the http://t3con09.typo3.org/ |
| 11:34 |
mquintus |
in Frankfurt, Germany |
| 11:35 |
mquintus |
anyone else? |
| 11:35 |
timdeluxe |
unfortunately not |
| 11:36 |
mquintus |
to the site admins: I cant login, but after committing my credentials, typo3 errors appear until i remove my cookies: http://yfrog.com/5scantlogingp |
| 11:36 |
Bluespuke |
damn, same error :( |
| 11:37 |
mquintus |
I've found no contant email address on the site, so i decided to post here. |
| 11:37 |
mquintus |
unfortunately I have to change my tshirt size... ;) |
| 11:39 |
Phlogi |
anyone knows how to create a link in a menu with some static get vars added? |
| 11:43 |
mquintus |
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.1/view/1/10/#id4581554 |
| 11:43 |
mquintus |
Phlogi: rtfm -> additionalParams |
| 11:44 |
Phlogi |
mquintus: so I would add it with a condition and additionalParams I guess |
| 11:44 |
mquintus |
Phlogi: I dont know your case. |
| 11:45 |
mquintus |
There is a nice German translation: http://www.typo3.net/tsref/ |
| 11:45 |
Phlogi |
mquintus: hehe, easy I know that site, I'm fairly advanced btw :p |
| 11:47 |
mquintus |
Phlogi: That's fine. |
| 11:47 |
Bluespuke |
ok, after showing php errors i got this: Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 5 bytes) in /Users/<removed>/web372/html/typo3cms/t3lib/class.t3lib_cs.php on line 1198 |
| 11:47 |
Bluespuke |
and another mail to the support... |
| 11:50 |
Phlogi |
Bluespuke: hehe, this cms needs a lot of mem yes :) |
| 11:50 |
Bluespuke |
Phlogi: i know... usualy i work on jweiland servers but this is for a friend and he has a host on server-drome :@ |
| 11:51 |
Bluespuke |
but what i don't understand is why 5 exhaust 25165824 :s |
| 12:00 |
mquintus |
Bluespuke: Because you already burned 25165820 bytes with typo3 ;) |
| 12:01 |
mquintus |
Bluespuke: or someone else on the same server (if you share it) |
| 12:58 |
Phlogi |
anyone dealt with newsplus and knows how to remove fields from frontend? |
| 14:58 |
brokencycle |
hi |
| 15:00 |
brokencycle |
I'm having a problem with the date display in tt_news. My server runs on OpenBSD, and due to missing locale support, all dates are displayed in English. I'd like to display them according to the language selected for the rest of the content instead. |
| 15:01 |
brokencycle |
I'm prepared to hack the typo3 core and/or the source of tt_news to select a language according to the browser's setting, or according to the language selected by menu, but could really use some guidance. Please... |
| 15:02 |
brokencycle |
Sorry, I wanted to say: ... to display the date according to the language selected... |
| 16:42 |
ries |
brokencycle: I think you need to fix your locale... |
| 16:42 |
ries |
unless you are willing to do some serious hacking |
| 18:04 |
brokencycle |
ries: i'm trying to do that, but that's a major task at the operating system level. |
| 18:05 |
brokencycle |
i mean: it's some serious hacking either way, and i get to choose whether to hack on typo3, or on openbsd. |
| 21:31 |
isolysis |
hi all, i have a javascript include file set in typoscript setup as page.includeJS.jquery = fileadmin/scripts/jquery.min.js however, it is being loaded before my other css and js files, is there a way to ensure this js is included just before the closing </head> tag so that it is loaded last? |