| 07:29 |
PiMB |
morning all |
| 07:58 |
smeringe |
howdy |
| 07:58 |
PiMB |
hi |
| 08:01 |
smeringe |
I have an extension which used to be forced to no_cache=1 = ugly and slow.. I tried to change it to a USER_INT instead, but then it doesn't find the Zend classes available before (it uses the zend soap classes) :S anyone know how that can be? |
| 08:23 |
tux_fiction |
hello, I have created a new page with a new domain record on it..but when I view the page, all I see is an empty page (no content)...what am I doing wrong? :( |
| 08:23 |
PiMB |
what does the source of the page say? |
| 08:25 |
tux_fiction |
it contains a header, styles, all ok..but just no content |
| 08:26 |
PiMB |
ah right |
| 08:26 |
PiMB |
okay |
| 08:26 |
tux_fiction |
maybe I have not selected a page template or something like that..where can I choose one' |
| 08:26 |
PiMB |
you're mentioning the domain record specifically. |
| 08:26 |
PiMB |
normally in the typoscript template |
| 08:26 |
sorenmalling |
Lack of css_styled_content static template include? |
| 08:27 |
PiMB |
but does your remark mean that if you disable the domain record it works? |
| 08:28 |
tux_fiction |
it works well when I create pages below existing "domain roots"..But now I need to create a new domain with a new root page, I think I missed something in its configuration, tried to make it look like the others though |
| 08:29 |
PiMB |
ah okay |
| 08:29 |
sorenmalling |
tux_fiction: Lack of css_styled_content static template include? |
| 08:29 |
PiMB |
yeah probable missed the css_styled_content then like sorenmalling pointed out twice ;) |
| 08:29 |
sorenmalling |
:) |
| 08:29 |
PiMB |
@sorenmalling, was getting to that :) |
| 08:29 |
PiMB |
it's early though.. |
| 08:30 |
sorenmalling |
I'm just one cup of coffee ahead ;) |
| 08:30 |
tux_fiction |
how can I check this sorenmalling ? |
| 08:30 |
PiMB |
check the 'include static template' in your Typoscript template |
| 08:30 |
sorenmalling |
@PiMB 1-1 :P |
| 08:31 |
PiMB |
w00t! |
| 08:31 |
PiMB |
feeling lucky today! |
| 08:31 |
PiMB |
think I can win |
| 08:33 |
sorenmalling |
tux_fiction: Did it fix the problem? |
| 08:37 |
tux_fiction |
sorenmalling, yes actually! I checked the "whole template record" and added the templates as on the other pages, now it works! I did miss the link "click to edit the whole template record", thought that all necessary settings would be in "ts setup" of the page |
| 08:38 |
Prot0 |
moin' |
| 08:39 |
tux_fiction |
thank you guys! You saved me hours of frustration ;) |
| 08:40 |
sorenmalling |
@PiMB 2-1 ;) |
| 08:40 |
PiMB |
why |
| 08:40 |
PiMB |
? |
| 08:40 |
Prot0 |
lol |
| 08:41 |
sorenmalling |
My guess was the right one, doesn't that count as a score? :) |
| 08:42 |
PiMB |
pff. |
| 08:42 |
PiMB |
if you like to win like that. |
| 08:42 |
PiMB |
go ahead mate. |
| 08:42 |
sorenmalling |
:D |
| 08:58 |
Prot0 |
hmm |
| 08:59 |
Prot0 |
how can i set an image that is stored on page so that it is displayed in a marker? |
| 08:59 |
Prot0 |
and if not the upper level |
| 09:00 |
PiMB |
typoscript |
| 09:00 |
Prot0 |
yeah i got that far ;-) |
| 09:02 |
raki_ |
i don't have an example right now... but you should look into "levelmedia slide" (i would have to google it, too) |
| 09:02 |
PiMB |
http://www.phlogi.net/f/t3/tsp/sp/marker_images/ |
| 09:02 |
PiMB |
had one lying around |
| 09:02 |
PiMB |
btw.. |
| 09:02 |
PiMB |
sorenmalling |
| 09:02 |
PiMB |
2-3 |
| 09:02 |
Prot0 |
lol |
| 09:02 |
Prot0 |
thanks |
| 09:02 |
Prot0 |
thats it yes |
| 09:02 |
sorenmalling |
:D |
| 09:02 |
Prot0 |
;-) |
| 09:04 |
snoy_ms |
extbase user here ? |
| 09:05 |
snoy_ms |
i need to include an external class. Anyone knows a good way. (coding guidlines) ? |
| 09:07 |
sorenmalling |
snoy_ms: From what i know, you should do it with include_once(file) and then use t3lib_div::makeInstance to create a instance of the class |
| 09:07 |
sorenmalling |
Extbase follows the same CGL as V4 extensions |
| 09:08 |
sorenmalling |
That was mentioned a few days ago on the maillist, but I have been wondering about the same thing too :) |
| 09:08 |
Prot0 |
require_once(t3lib_extMgm::extPath('your_ext_key').'class.tx_yourextkey.php'); |
| 09:08 |
snoy_ms |
good to know ;-) |
| 09:08 |
Prot0 |
summin like that |
| 09:09 |
snoy_ms |
You all use the same location to require the file? |
| 09:09 |
snoy_ms |
Localconf ? |
| 09:10 |
snoy_ms |
its the first time i need to require an external file...... |
| 09:10 |
sorenmalling |
I would include it in the controller you are writing |
| 09:10 |
snoy_ms |
ok |
| 09:11 |
snoy_ms |
sounds good. |
| 09:16 |
snoy_ms |
Another question (i also posted it in the mailing list). I have an external xml or json file. Does it make sense to use the repository in any way? In my case the data source is xml and not the db. |
| 09:16 |
snoy_ms |
what do you think? |
| 10:00 |
kayyy |
anyone there who can help me? :) |
| 10:03 |
PiMB |
with what? |
| 10:05 |
kayyy |
i installed the SB Portfolio extension. but if you click on an item on the item view you get redirectet to the frontpage* sry for my bad english :) * here`s the link of the item view http://dosingo.com/index.php?id=7 |
| 10:06 |
kayyy |
and i have to say i`m new at typo3.yesterday was my first day with typo3 :) |
| 10:07 |
SargoDarya |
kayyy: you need to set a singleview pid |
| 10:08 |
kayyy |
and how can i do this? |
| 10:08 |
kayyy |
with typoscript? |
| 10:08 |
SargoDarya |
Yeah |
| 10:08 |
SargoDarya |
http://typo3.org/documentation/document-library/extension-manuals/sb_portfolio/2.1.1/view/toc/0/ |
| 10:09 |
SargoDarya |
What you want is in 1.7 and called singlePid |
| 10:09 |
kayyy |
i rok found it |
| 10:09 |
kayyy |
*found |
| 10:09 |
SargoDarya |
What you need in ts is plugin.tx_sbportfolio_pi1.singlePid = 7 |
| 10:09 |
kayyy |
and how i write this with typoscript?... sorry for the stupid question :) |
| 10:10 |
SargoDarya |
Go to template and if you haven't already created a template you need to create a new one |
| 10:11 |
kayyy |
i have and i have also some typoscript ( i watched the video 2 brain dvd ) |
| 10:11 |
kayyy |
so i go to my template configuration and then? |
| 10:11 |
SargoDarya |
Awesome, that's good stuff. Just paste the line under your already existing typoscript in the setup |
| 10:13 |
kayyy |
yep video2brain is really helpful :) so i did it now you`re on the same site if you click on an item |
| 10:15 |
SargoDarya |
Well I don't know if sb_portfolio has an automatic singleview. Maybe you need to setup a new page and create a new sb_portfolio plugin on it with singleview activated |
| 10:17 |
SargoDarya |
of course you need to chance the singlePid according to the page holding the single view |
| 10:20 |
kayyy |
i`ll try it. i saw in the doucmentation a configuration for "lightbox". should i also write plugin.tx_sbportfolio_pi1.lightBox = 1 ? |
| 10:21 |
SargoDarya |
Only if you want to use it. You may want to read about it first in the extension documentation. If you have questions about an extension you always should try reading the extensions documentation first. Most of the time they already answer your question |
| 10:22 |
SargoDarya |
http://typo3.org/documentation/document-library/extension-manuals/ <- you should bookmark this link ;) |
| 10:22 |
SargoDarya |
Hi teppi|work |
| 10:22 |
SargoDarya |
There really should be a typo3_de channel |
| 10:23 |
kayyy |
yep ^^ |
| 10:24 |
kayyy |
i read the documentation but the lightbix is an "boolean" data type |
| 10:24 |
kayyy |
the singlePid is and "int" datatype |
| 10:24 |
SargoDarya |
Boolean values are either 0=false or 1=true |
| 10:24 |
kayyy |
okay |
| 10:25 |
kayyy |
so : plugin.tx_sbportfolio_pi1{ |
| 10:25 |
kayyy |
singlePid = 7 |
| 10:25 |
kayyy |
lightBox = 1 |
| 10:25 |
kayyy |
} |
| 10:25 |
SargoDarya |
yeah |
| 10:25 |
kayyy |
okay :) |
| 10:25 |
kayyy |
typo3 is heavy ^^ |
| 10:26 |
SargoDarya |
It's awesome |
| 10:27 |
kayyy |
joomla is much easier ^^ |
| 10:27 |
SargoDarya |
But not as customizable as typo3 |
| 10:27 |
kayyy |
true |
| 10:27 |
SargoDarya |
It takes about a month until you really get into it and can do really cool stuff with it |
| 10:27 |
kayyy |
thats because i try typo3 |
| 10:28 |
kayyy |
and you have to pay for many joomla extensions |
| 10:28 |
kayyy |
and thats sad |
| 10:28 |
SargoDarya |
yeah |
| 10:28 |
many |
as someone who started with typo3 i find joomla just irritating |
| 10:29 |
SargoDarya |
Not only that. Look at http://milw0rm.com/search.php and compare the search results from typo3 to that of joomla |
| 10:30 |
SargoDarya |
You definitely WONT be happy |
| 10:31 |
kayyy |
joomla has a terrible search |
| 10:32 |
SargoDarya |
Well, I didn't mean the search. I meant the vulnerabilities |
| 10:33 |
kayyy |
ah :D |
| 10:38 |
kayyy |
oah but this portfolio extension isnt working for me ^^ |
| 10:39 |
SargoDarya |
Why not? |
| 10:42 |
kayyy |
i dont know it`s too hard for me ^^ |
| 10:43 |
kayyy |
i have now two sites. the list view ( pid 7 ) and the single view ( pid 10 ) |
| 10:43 |
SargoDarya |
yeah |
| 10:43 |
kayyy |
my typoscript |
| 10:43 |
kayyy |
plugin.tx_sbportfolio_pi1{ |
| 10:43 |
kayyy |
listPid = 7 |
| 10:43 |
kayyy |
slinglePid = 10 |
| 10:43 |
kayyy |
lightBox = 1 |
| 10:43 |
kayyy |
limit = 1 |
| 10:43 |
kayyy |
} |
| 10:44 |
SargoDarya |
you have a typo |
| 10:44 |
kayyy |
mh? :) |
| 10:44 |
SargoDarya |
slinglePid should be called singlePid ;) |
| 10:45 |
kayyy |
huch |
| 10:45 |
kayyy |
oh yay |
| 10:45 |
kayyy |
working |
| 10:45 |
kayyy |
great :D |
| 10:46 |
SargoDarya |
See ;) |
| 10:46 |
PiMB |
lol |
| 10:46 |
kayyy |
except the lightbox :P |
| 10:46 |
SargoDarya |
Because I think it depends on a lightbox extension ;) |
| 10:48 |
kayyy |
ah the latest points in the documentaion :P |
| 10:48 |
kayyy |
*point |
| 10:48 |
SargoDarya |
Like I said try to read the documentation if something isn't working |
| 10:48 |
kayyy |
^^ |
| 11:05 |
kayyy |
how can i add a class to the gallery list? |
| 11:19 |
SargoDarya |
Class? |
| 11:19 |
smeringe |
anything special to think about when using ajax and having the extension as USER_INT? i'm getting a full page in response from the request (while it works ok with no_cache) :S |
| 11:19 |
SargoDarya |
You mean css class? |
| 11:20 |
SargoDarya |
Why do you need USER_INT for AJAX? |
| 11:20 |
kayyy |
yep i mean the css class :) |
| 11:20 |
smeringe |
SargoDarya: I need the ext non cached for other reasons, but it also contains ajax-things.. |
| 11:21 |
SargoDarya |
smeringe: not really. It just takes longer to load |
| 11:21 |
SargoDarya |
kayyy: Already read the documentation? |
| 11:21 |
kayyy |
i thnik it`s working with a wrap, but i dont know which to use :P |
| 11:22 |
kayyy |
i still read the docu :) |
| 11:23 |
smeringe |
SargoDarya: uhm, you mean, not really - I don't need to do anything special to get ajax to respond correctly or..? |
| 11:23 |
SargoDarya |
It just depends on what you want to do with AJAX |
| 11:24 |
SargoDarya |
Btw. I just created a german typo3 channel so if someone has problems explaining his problems in englisch join #typo3_de |
| 11:25 |
smeringe |
k. basically it calls a function in the extension that queries a soap service and responds on that. |
| 11:26 |
SargoDarya |
ok so basically that should be no problem |
| 11:27 |
smeringe |
no. and it's not while using no_cache.. but that's the ugliest scenario.. :( |
| 11:28 |
ndee |
typo3.org slow for everyone else? |
| 11:28 |
SargoDarya |
running fine here ndee |
| 11:29 |
ndee |
kk |
| 11:32 |
Prot0 |
hey guys, real question here |
| 11:32 |
PiMB |
shoot |
| 11:33 |
Prot0 |
anyone ever tried a ts select from pid=0? |
| 11:33 |
Prot0 |
:-) |
| 11:33 |
PiMB |
hm. |
| 11:33 |
PiMB |
nope can't say I have |
| 11:33 |
PiMB |
why would you want that? |
| 11:34 |
Prot0 |
select sys languages |
| 11:35 |
Prot0 |
cant select from pid = 0 though heeh |
| 11:35 |
Prot0 |
so far at least |
| 11:35 |
Echidna |
hi |
| 11:36 |
Echidna |
i need to include the contents of a different template in my main template |
| 11:36 |
Echidna |
how can i do that? |
| 11:37 |
Prot0 |
different template or page? |
| 11:38 |
Echidna |
well the template is an html page whose content comes from a php script |
| 11:38 |
Echidna |
it is used on a different page but has no page of its own |
| 11:38 |
Prot0 |
are you talking about typo3 or not? |
| 11:38 |
Echidna |
yes |
| 11:38 |
Prot0 |
typo3 content? |
| 11:39 |
Echidna |
i guess so |
| 11:39 |
Echidna |
hold on |
| 11:40 |
Echidna |
http://pastie.org/936977 |
| 11:40 |
Echidna |
thats the html file for the part i want to include in my main |
| 11:41 |
Prot0 |
thats xml btw, or actually xml mixed with html |
| 11:41 |
Echidna |
yes |
| 11:42 |
Echidna |
i'm not sure where the xml content processed by the xslt comes from |
| 11:42 |
Echidna |
http://pastie.org/936981 |
| 11:42 |
Echidna |
thats the corresponding php script file |
| 11:43 |
Echidna |
basically, i need that part to display unter the main navigation menu at all times |
| 11:43 |
Echidna |
which is in the main template |
| 11:44 |
snoy_ms |
Mhh, an extabse question here. Is it possible to use the Repository to catch some xml or json data ? That would we realy cool |
| 11:44 |
Prot0 |
can try to reformulate your question? :-) im not really sure about what you mean with 'include in my main template' |
| 11:44 |
snoy_ms |
i mean extbase |
| 11:44 |
Prot0 |
what you are showing is an extension |
| 11:44 |
Prot0 |
and the html template is just parsed by that extension |
| 11:45 |
Echidna |
Prot0: the html/xml file i showed you display a table of contents, i need that exact content to show up under the main nav menu, which is part of the main page |
| 11:45 |
Prot0 |
ok, so you need to do that from the backend |
| 11:45 |
Prot0 |
insert plugin or something simular |
| 11:45 |
Echidna |
where |
| 11:46 |
Echidna |
the main template doesnt really have a page of its own |
| 11:48 |
Prot0 |
you could create a content element then in the root page |
| 11:48 |
Prot0 |
include the the plugin there |
| 11:48 |
Prot0 |
and add a marker with to your main html template |
| 11:49 |
Prot0 |
and assign it with typoscript |
| 11:49 |
Phlunk3 |
hi guys, can anyone tell me how I can remove "<div class="csc-default" id="c16">" from around an fce I have ? hoping this can be done within localprocessing or something similar. |
| 11:49 |
Echidna |
what kinde of content element? |
| 11:50 |
Echidna |
-e |
| 11:50 |
Phlunk3 |
if the question was directed at me, its a templavoila flexible content element. |
| 11:51 |
Echidna |
ok i added a plugin content to the root page, and selected the plugin that controls the toc |
| 11:53 |
Prot0 |
Phlunk3: i think you need some output cleaning |
| 11:53 |
Prot0 |
:) |
| 11:53 |
Prot0 |
you can disable the wraps etc that css_styled_content creates |
| 11:54 |
Echidna |
Prot0: http://pastie.org/936993 |
| 11:54 |
Echidna |
this is probably not the right way |
| 11:54 |
Prot0 |
i wrote an article about that: http://sebastiaandejonge.com/articles/2010/january/make-typo3-output-clean-html.html |
| 11:54 |
Echidna |
at least it doesnt work |
| 11:54 |
Phlunk3 |
thanks Prot0 |
| 11:56 |
snoy_ms |
Anyone knows if the extbase repository can run without a databas ? |
| 11:56 |
Prot0 |
Echidna: did you create a content element on the rootpage of your typo3 installation? With the plugin that creates the index? |
| 11:56 |
Echidna |
Prot0. yes |
| 11:57 |
Prot0 |
ok |
| 11:57 |
Prot0 |
you need to include that with typoscript |
| 11:57 |
Prot0 |
not the html template ;-) |
| 11:57 |
Echidna |
Prot0: the single element thats right beneath "new typo3 site", right? |
| 11:57 |
Prot0 |
i don't know where you put it or what its called m8 :-) |
| 11:57 |
Echidna |
the sniplet i just posted was from main.ts |
| 11:58 |
Echidna |
and main.html contains <!-- ###TOC### start --> and end --> |
| 12:01 |
Prot0 |
ok |
| 12:01 |
Prot0 |
do you know the uid of the root page (where you put the plugin) |
| 12:01 |
Echidna |
1 |
| 12:02 |
Echidna |
unless pid != uid |
| 12:14 |
Prot0 |
well |
| 12:15 |
Prot0 |
i found my own solution |
| 12:15 |
Prot0 |
you cant do selects with typoscript |
| 12:15 |
Prot0 |
from sys_ tables |
| 12:20 |
teppi|working |
hi SargoDarya :-) |
| 12:26 |
Echidna |
Prot0: sorry, i got called away. what do i do with the page pid? |
| 12:28 |
anteatersa |
hello, can anyone point me to a newer version of "extension kickstarter" that works with php 5.3? |
| 12:46 |
Phlunk3 |
Prot0 thanks for that again, was exactly what I needed. |
| 12:59 |
Denyerec2 |
hi chaps... |
| 12:59 |
Denyerec2 |
Just a quickie I think |
| 13:00 |
Denyerec2 |
I can't decide whether it's my ineptitude with Forge, or whether or not the information just does not exist. |
| 13:00 |
Denyerec2 |
But when I visit this: |
| 13:00 |
Denyerec2 |
http://forge.typo3.org/projects/show/typo3-v5 |
| 13:00 |
Denyerec2 |
All I see is SVN activity. |
| 13:00 |
Denyerec2 |
And no actual information on the project itself. |
| 13:00 |
Denyerec2 |
Where on earth do I go for any public information such as plans, roadmaps, etc. |
| 13:13 |
smeringe |
Denyerec2: like http://forge.typo3.org/projects/roadmap/typo3v5-core ? |
| 13:16 |
SargoDarya |
Short question: Who maintains the t3 pastebin? |
| 13:21 |
Denyerec2 |
smeringe: sort of. |
| 13:21 |
Denyerec2 |
That roadmap is very tightly linked to the code, rather than a project overview such as you might expect to see from a product website. |
| 13:21 |
Denyerec2 |
It's as if the project exists |
| 13:21 |
Denyerec2 |
but there is no real project website. |
| 13:22 |
Denyerec2 |
There's forge/tickets, and that's it. |
| 13:22 |
Denyerec2 |
(that I know of) |
| 13:23 |
Denyerec2 |
There is a site for flow3... |
| 13:23 |
PiMB |
yeah |
| 13:23 |
Denyerec2 |
...but not phoenix |
| 13:23 |
Denyerec2 |
perhaps it's just not far enough along to warrant one? |
| 13:23 |
PiMB |
a:link, a:visited { color: #004785; text-decoration: none; } a:hover { color: #20a8ff; text-decoration: underline; } h2,h3 { color: #004785; } .page-head { margin-bottom:10px; } /* Reset the shizzle */ div.header, div.footer, div.main div, ul#nav { border: 0px; } div.breadcrumbs, div.header, div.main { margin: 0px; } div.page { padding: 0px; } div.header { padding-bottom: 0px; } /* End of reset */ /* HEADER |
| 13:24 |
PiMB |
damn.. sorry guys |
| 13:24 |
PiMB |
that was a very wrong copy paste. |
| 13:24 |
PiMB |
I was about to paste the link to flow3 site.. |
| 13:24 |
smeringe |
hehe |
| 13:24 |
PiMB |
my bad! |
| 13:24 |
PiMB |
http://flow3.typo3.org/ |
| 13:24 |
PiMB |
that one.. |
| 13:26 |
smeringe |
but there's still not the stuff Den's talking about right? |
| 13:26 |
PiMB |
guess not. |
| 13:26 |
PiMB |
Don't know where it is then. |
| 13:27 |
ndee |
how can I test if a FE-User is logged in? |
| 13:27 |
smeringe |
ask him/her.. ho ho ho.. |
| 13:27 |
smeringe |
ndee: in php or ts? |
| 13:27 |
SargoDarya |
ndee: Typoscript conditions |
| 13:27 |
ndee |
smeringe: in PHP |
| 13:27 |
ndee |
in my own extension |
| 13:28 |
smeringe |
ndee : check the $GLOBALS['TSFE']->fe_user object |
| 13:28 |
SargoDarya |
$GLOBALS["TSFE"]->fe_user |
| 13:28 |
SargoDarya |
damn |
| 13:28 |
smeringe |
hehe |
| 13:28 |
ndee |
$GLOBALS["TSFE"]->fe_user->user["uid"] |
| 13:28 |
ndee |
that should be the ID |
| 13:28 |
smeringe |
yeah.. |
| 13:28 |
ndee |
kk |
| 13:28 |
SargoDarya |
smeringe you're too fast :P |
| 13:28 |
smeringe |
there is a $GLOBALS['TSFE']->loginUser as well.. |
| 13:28 |
PiMB |
pf. |
| 13:28 |
ndee |
too fast, too furious :D |
| 13:28 |
SargoDarya |
lol |
| 13:29 |
PiMB |
probably has some autocomplete function in his irc.. |
| 13:29 |
ndee |
does anyone by heart know how I can login a user too? :D |
| 13:29 |
PiMB |
login? |
| 13:29 |
PiMB |
from a script? |
| 13:29 |
ndee |
pimb: yes |
| 13:29 |
ndee |
:D |
| 13:30 |
ndee |
I think I'm gonna use the felogin plugin haha |
| 13:30 |
PiMB |
I remember there being a snippet on snippet.typo3.org |
| 13:30 |
PiMB |
but that one is out. |
| 13:30 |
ndee |
sometimes, I don't think enough :D |
| 13:30 |
SargoDarya |
PiMB snippet.typo3.org is down |
| 13:31 |
PiMB |
like I said :) |
| 13:45 |
ironm |
Hi SargoDarya |
| 13:45 |
edzjins |
heyhey every1 |
| 13:46 |
SargoDarya |
heyho ironm |
| 13:46 |
edzjins |
got a small question, i hope you don't kill me for asking :) |
| 13:47 |
ironm |
if you fast enough edzjins *g* |
| 13:47 |
edzjins |
hehe |
| 13:47 |
edzjins |
so, the thing i want to do is to display tt_news single view & list view in the same page. got that far, everything's fine. |
| 13:48 |
edzjins |
now the next step - to open an article in single view even if no article is selected |
| 13:49 |
edzjins |
anybody has an idea how could this be possible, if possible at all? |
| 13:49 |
edzjins |
thanks in advance :) |
| 13:49 |
PiMB |
I used to use default_pi_vars |
| 13:49 |
PiMB |
plugin.tt_news._DEFAULT_PI_VARS.tt_news = 905 |
| 13:49 |
PiMB |
something like that |
| 13:49 |
PiMB |
with 905 being the uid of the item you want to show if there is no single given. |
| 13:50 |
PiMB |
more or less like: plugin.[tx_extension_pi1]._DEFAULT_PI_VARS.[pi_var] = [new_value] |
| 13:50 |
edzjins |
can i set this TSConf for the single view item itself? |
| 13:50 |
PiMB |
with tt_news it is set as single view itself |
| 13:50 |
PiMB |
because the pi_vars used for tt_news single view is tt_news |
| 13:50 |
edzjins |
aha |
| 13:51 |
PiMB |
and it's a typoscript script setup setting actually. |
| 13:51 |
edzjins |
sry, don't quite remember them names, but i know what you mean and where to put it :) |
| 13:51 |
PiMB |
:) |
| 13:51 |
PiMB |
good |
| 13:51 |
edzjins |
thanks for the advice, gonna test it right away |
| 13:51 |
PiMB |
good luck |
| 13:51 |
edzjins |
first time here, in chat. looks like this is a good place to learn :) |
| 13:52 |
edzjins |
started typo3 a few months ago, and i'm surprised about its possibilities |
| 13:52 |
PiMB |
started 3 years ago |
| 13:52 |
PiMB |
and still surprised about its possibilities |
| 13:52 |
PiMB |
:) |
| 13:53 |
edzjins |
and never stops |
| 13:53 |
ironm |
however the documentation of typo3 is the worst one I have ever read .. it is really painfull to learn |
| 13:54 |
edzjins |
i heard they'll launch the new version soon |
| 13:56 |
edzjins |
hey, it's working! thanks mate! :) |
| 13:56 |
PiMB |
np |
| 13:56 |
Phlunk3 |
PiMB is a slow learner ;) |
| 13:56 |
PiMB |
ironm, which documentation? |
| 13:56 |
Phlunk3 |
no bbq tonight? is wel lekker weer |
| 13:56 |
edzjins |
i guess i'll have to start IRC-chatting again and make this my second home ;D |
| 13:56 |
PiMB |
Phlunk3 no, have a squash game on tuesday |
| 13:56 |
edzjins |
bbq @ my place tonight, if you wanna ;D |
| 13:57 |
PiMB |
maybe friday, koninginnedag |
| 13:57 |
Phlunk3 |
haha u play squash too? I got asked if I wanna learn, got a gf who just started too. |
| 13:57 |
PiMB |
love it |
| 13:57 |
ironm |
PiMB: included Manuals for some extensions, free available tutorials ... or even books you can buy ... english / german |
| 13:57 |
Phlunk3 |
sounds good ;) maybe I have to meet the new gf's friends friday tho :( |
| 13:57 |
PiMB |
:) |
| 13:57 |
edzjins |
moz ff crash, uh oh |
| 14:00 |
edzjins |
maybe you can help me with another thing, which i'm trying to get now. IE javascript support :) i have two quite good looking javascript thingies on my homepage - a picture slider and mac-styled dock menu. on IE6 they're not visible, and also makes the main menu disappear. is there any possiblity of not trying to render a specific content element if the page is open with IE? |
| 14:01 |
PiMB |
hm |
| 14:01 |
PiMB |
tricky one |
| 14:01 |
PiMB |
should try that with typoscript then I guess. |
| 14:01 |
edzjins |
yep, couldn't figure myself. |
| 14:01 |
PiMB |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/ |
| 14:01 |
edzjins |
it's a single nested content element i want to hide if the page opens with IE |
| 14:02 |
edzjins |
seen the conditions, but don't know how to hide a specific element on that condition |
| 14:02 |
edzjins |
:) |
| 14:04 |
edzjins |
brb, smoke |
| 14:05 |
Echidna |
smoking is so 1990s =P |
| 14:09 |
edzjins |
i smoke rolling tobacco, that's different |
| 14:09 |
edzjins |
and weed, sometimes ;D |
| 14:10 |
Echidna |
rolling tobacco is poor man's cigs =P |
| 14:10 |
Echidna |
but basically the same thing |
| 14:11 |
PiMB |
edzjins, maybe you can do something like a condition on ie6 and on a certain content element uid and wrap that one in a display: none; kinda div |
| 14:16 |
edzjins |
could be a solution. how do i wrap that element? |
| 14:17 |
Phlunk3 |
I have a solution for you |
| 14:17 |
edzjins |
listening |
| 14:18 |
Phlunk3 |
u can make both elements, one for ie and one for firefox or whatever in a hidden page or in a folder |
| 14:18 |
Phlunk3 |
then use a typoscript to choose which to show of the two elements |
| 14:19 |
Phlunk3 |
with like x = coa and then 10 = content 10.table = tt_content 10.select.pidInList = xx and 10.select.uidInList = 10 |
| 14:19 |
Phlunk3 |
and ofcourse your typoscript condition around it |
| 14:19 |
Phlunk3 |
to choose a different uid/pid based on the browser |
| 14:19 |
Phlunk3 |
do you understand or shall I pm you an example? |
| 14:19 |
edzjins |
i guess i'll need an example on this one |
| 14:19 |
edzjins |
would appreciate |
| 14:32 |
Prot0 |
rofl |
| 14:32 |
Prot0 |
ok this is really stupid :D |
| 14:33 |
Prot0 |
in case anyone gets this problem: |
| 14:33 |
Prot0 |
the select function in typoscript doesnt allow all tables |
| 14:53 |
untouch_ |
hi |
| 14:53 |
untouch_ |
anyone time for a short ts issue |
| 14:53 |
untouch_ |
lemme load it intop pastebin one sec |
| 14:54 |
SargoDarya |
untouch_ just ask |
| 14:55 |
Denyerec2 |
Bloody connection |
| 14:55 |
Denyerec2 |
smeringe: any advance on Typo3 v5 info? |
| 14:55 |
Denyerec2 |
:) |
| 14:55 |
smeringe |
Denyerec2: sry, but no :( |
| 14:55 |
untouch_ |
alright |
| 14:55 |
untouch_ |
i got 2 pages id 20 and id 21 |
| 14:55 |
untouch_ |
i got the ts http://paste.phlogi.net/-e9b9d7c7a4/ |
| 14:56 |
untouch_ |
for now, i want to let page 20 show the content of 21 instead |
| 14:56 |
untouch_ |
but the content dont show |
| 14:56 |
untouch_ |
got 2 markers by the way |
| 14:57 |
untouch_ |
the content shows if i copy the content element to page 21 |
| 14:57 |
untouch_ |
but i want it to do with show content of page 20 instead |
| 14:57 |
edzjins |
i remembet that there was even an option of showing content of a different page instead |
| 14:58 |
untouch_ |
yeaaa |
| 14:58 |
untouch_ |
thats what im trying |
| 14:58 |
untouch_ |
but it dont work |
| 14:58 |
edzjins |
page properties ->options |
| 14:58 |
untouch_ |
it works for normal pages tho |
| 14:58 |
untouch_ |
yea |
| 14:58 |
untouch_ |
i know |
| 14:58 |
SargoDarya |
dude |
| 14:58 |
untouch_ |
it seems to get a problem with the TS |
| 14:58 |
SargoDarya |
You select CONTENT Element 20 from tt_content |
| 14:59 |
SargoDarya |
Or am I wrong? |
| 14:59 |
untouch_ |
no |
| 14:59 |
untouch_ |
your wrong |
| 15:00 |
untouch_ |
because its select by uid |
| 15:00 |
untouch_ |
and there is no content element with 21 anyways |
| 15:00 |
SargoDarya |
Yeah, just happened to confuse it with uid |
| 15:00 |
SargoDarya |
sorry bout that |
| 15:05 |
Denyerec2 |
:( smeringe |
| 15:06 |
untouch_ |
whats the selector to attach a content element via TS? |
| 15:06 |
untouch_ |
i use records now |
| 15:06 |
untouch_ |
for pages its pdidinlist |
| 15:06 |
untouch_ |
what is it for content elements |
| 15:16 |
SargoDarya |
ndee: Still having that User Session question? |
| 15:18 |
SargoDarya |
ndee: http://paste.phlogi.net/-658fe790f6/ |
| 15:30 |
flipmoe |
hi, any tipps regarding redirection with the new built in felogin? |
| 15:31 |
Tobias_B |
hi, how can i clear the fields in the mailform after i submitted it? (standard form) |
| 15:36 |
Tobias_B |
and is there a possibility to protect me because of spammails? (got the standard form) |
| 15:49 |
anteatersa |
I am trying to write a new extension to show properties, I have a longitude and latitude fields, but in backend would like to replace these with a javascript googlemap... how can I add custom javascript to my record editing form (in backend) |
| 15:50 |
anteatersa |
any ideas? |
| 15:55 |
pmk65 |
anteatersa: add the javascript using Typoscript. That's the most flexible method. |
| 15:55 |
anteatersa |
but how do you add javascript to backend using TS, tsconfig? |
| 16:02 |
pmk65 |
anteatersa: For BE, you need to create a user field instead of the normal field. Then you can add your own JS and html setup for that field. |
| 16:03 |
anteatersa |
a user field, ok thanks will look into that |
| 16:07 |
anteatersa |
pmk65: sorry to bother you but I can't see type "user field" in extension kickstarter |
| 16:09 |
pmk65 |
I think you'll have to manually edit the TCA file in order to add a user field.. -> http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2526955 |
| 16:10 |
Denyerec2 |
Hey pmk |
| 16:10 |
anteatersa |
pmk65: brilliant, I never would've found that ,thanks |
| 16:10 |
pmk65 |
Hi Denyerec |
| 16:11 |
untouch |
hi pmk |
| 16:11 |
pmk65 |
anteatersa: You can also use "user" type of fields in FlexForms. |
| 16:14 |
anteatersa |
which would you recommend? (bearing in mind, I haven't really used felxforms before) |
| 16:15 |
anteatersa |
I'm going with old fashioned user field in TCA |
| 16:27 |
Denyerec2 |
pmk - don't suppose you know the URL of the super-secret Typo3 v5 site do yuo ? |
| 16:31 |
pmk65 |
no. sorry. :) |
| 16:37 |
Amr0d |
hi ho |
| 16:40 |
Amr0d |
I am just reading the INSTALL.txt and I am curious about the part with the symbolic link. Is this method more secure or whats the goal of it? |
| 16:44 |
ndee |
which extensions do you guys use for user registration? |
| 16:44 |
untouch |
what kind of registration |
| 16:44 |
ewevaw |
Amr0d: Do you mean symlinks to typo3 core? Makes it easier to add multiple typo3_dummy sites to one core. |
| 16:47 |
Amr0d |
is it ok if I only copy them instead of link them? I am not that good in linux and shell stuff, I can move and copy etc. but I am not sure if I can do stuff like linking |
| 16:47 |
ndee |
untouch: user registration |
| 16:47 |
tux_fiction |
hello, any idea how I can get indexed_search to index my page? Extension is installed, no template errors...what to do? :( |
| 16:52 |
ewevaw |
Amr0d: if you can copy/move then you can symlink. explanation here: http://www.linuxforums.org/forum/ubuntu-help/81599-creating-symbolic-link.html |
| 16:52 |
anteatersa |
Amr0d: if you can copy and move, then you can do symbolic links |
| 16:53 |
anteatersa |
ln -s source dest |
| 16:53 |
Amr0d |
I am afraid to do something wrong :D |
| 16:53 |
Amr0d |
because I am still learning |
| 16:54 |
anteatersa |
learn to do symbolic links it will come in handy. believe me |
| 16:54 |
Amr0d |
ok |
| 16:56 |
Dosonaro |
one question: how can i remove all the text "date, summary, client, link url" i want only the image. i read the documentation but i didnt found anything. i`m using this extension http://dosingo.com/index.php?id=7 |
| 16:56 |
Dosonaro |
sorry i mean this: http://typo3.org/documentation/document-library/extension-manuals/sb_portfolio/2.1.1/view/ :) |
| 16:56 |
Dosonaro |
the first link was my site :) |
| 17:06 |
anteatersa |
Dosonaro: you need to edit the html template for that extension |
| 17:07 |
Dosonaro |
is this not possible with typoscript? |
| 17:08 |
anteatersa |
not sure, never used that extension |
| 17:09 |
Dosonaro |
ok and one more question. i want to add a div with the class loader arround the images |
| 17:09 |
Dosonaro |
do you know how to do this? |
| 17:09 |
anteatersa |
no, sorry |
| 17:09 |
Dosonaro |
ok |
| 17:14 |
snoy_ms |
ahhrg, i need a human extbase debugger |
| 17:14 |
snoy_ms |
someone here ? |
| 17:20 |
Denyerec2 |
The only people who understand Extbase are robots. |
| 17:20 |
Denyerec2 |
:) |
| 17:20 |
snoy_ms |
:-) |
| 17:24 |
cdngfrog |
snoy_ms: what's wrong? |
| 17:24 |
snoy_ms |
i build a small extension. And i get an error when i try to do something like this: |
| 17:25 |
snoy_ms |
$this->feedEntryRepository->add($feedEntry); |
| 17:25 |
snoy_ms |
i get an error: |
| 17:25 |
snoy_ms |
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE uid='5'' at line 1 |
| 17:26 |
snoy_ms |
i don't know how to debug such a message |
| 17:26 |
snoy_ms |
Tx_Extbase_Persistence_Storage_Exception_SqlError thrown in file |
| 17:27 |
snoy_ms |
...Typo3DbBackend.php in line 783. |
| 17:27 |
Amr0d |
If I upload the source package to a directory which is not accessable by the domain user, should I do this by using the root account? and will the linked files be writable then because they are chown'd on the root user? |
| 17:29 |
snoy_ms |
What !?! This function throws an error -> checkSqlErrors() -> Checks if there are SQL errors in the last query, and if yes, throw an exception. |
| 17:30 |
snoy_ms |
lol, i didn't touch my reposity, its just an empty one |
| 17:34 |
cdngfrog |
snoy_ms: you have to enable the sql logging in the install tool. there was a discussion about this on the mailing list |
| 17:34 |
snoy_ms |
i check it |
| 17:34 |
cdngfrog |
the sql debug will show you the query and you will see what's wrong (mostly a TCA issue) |
| 17:34 |
cdngfrog |
sorry, gotta go - bbl |
| 17:34 |
snoy_ms |
oki doki |
| 17:34 |
snoy_ms |
but good idea with debug |
| 17:34 |
snoy_ms |
thx ;-) |
| 17:35 |
snoy_ms |
forgot the install tool sql debug... |
| 17:35 |
snoy_ms |
|
| 17:46 |
Amr0d |
short question, in which directory should I be if I want to perform the sudo command from the Install.txt because I get "no such file or directory" error |
| 17:53 |
snoy_ms |
cdngfrog: its was a tca problem |
| 17:55 |
snoy_ms |
Amr0d: you try to install typo3 ? |
| 17:55 |
Amr0d |
yes |
| 17:56 |
snoy_ms |
Amr0d: you have ftp or just ssh ? |
| 17:56 |
Amr0d |
right now I am using ssh |
| 17:56 |
Amr0d |
I have done every step until the sudo command |
| 17:57 |
snoy_ms |
Amr0d: i take a look...never read that txt file... |
| 17:57 |
snoy_ms |
Amr0d: which command ? |
| 17:58 |
Amr0d |
the sudo chgrp command |
| 17:58 |
Amr0d |
doesn't work here because I get an "no such file or directory" error |
| 17:58 |
snoy_ms |
ahh ok |
| 17:59 |
snoy_ms |
Amr0d: if you open http://yourdomain/typo3/install/ |
| 17:59 |
Amr0d |
so I guess I am in the wrong dir to perform the command |
| 18:00 |
snoy_ms |
on rootlevel, there is the "fileadmin", "typo3conf" and "uploads" folder |
| 18:01 |
snoy_ms |
Amr0d: apache is the correct name for your groupe ? |
| 18:01 |
Amr0d |
don't I need to change more permissions than this because I executed everything with root user |
| 18:01 |
Amr0d |
no, but I changed the group in the command :) |
| 18:02 |
snoy_ms |
there has to be a group name apache |
| 18:02 |
snoy_ms |
or you need use another one |
| 18:02 |
snoy_ms |
on debian its often www-data |
| 18:03 |
Amr0d |
yes there is a group called apache |
| 18:03 |
snoy_ms |
ok |
| 18:03 |
Amr0d |
aahh I need to change the permissions to the browser user not the ftp user? |
| 18:04 |
snoy_ms |
"browser user", yes. Thats the user which uses the apache to read the local files |
| 18:04 |
snoy_ms |
in your case i think its the apache group and apache user |
| 18:04 |
Amr0d |
I thought I need to change them to the ftp user :) |
| 18:05 |
snoy_ms |
Amr0d: You have a root sever, vserver or just an account ? |
| 18:05 |
Amr0d |
vserver |
| 18:05 |
snoy_ms |
and you installed the apache server ? |
| 18:05 |
snoy_ms |
or was it already ? |
| 18:05 |
Amr0d |
nope, it came pre configured |
| 18:06 |
snoy_ms |
is there a default index.html anywhere ? |
| 18:06 |
snoy_ms |
if, then you can take a look with "ls -l" to see correct group:user |
| 18:07 |
Amr0d |
in the apache folder? |
| 18:07 |
snoy_ms |
is there a htdocs or www folder ? |
| 18:07 |
Amr0d |
httpdocs |
| 18:08 |
Amr0d |
thats the public folder where I put my html files |
| 18:08 |
snoy_ms |
ok |
| 18:08 |
snoy_ms |
its easier to use ftp, can you use it ? |
| 18:09 |
Amr0d |
yes I know, but the guys here said I should try linking and all the stuff :) |
| 18:09 |
Amr0d |
of course its easier for me to use ftp |
| 18:09 |
snoy_ms |
softlinks ? |
| 18:09 |
Amr0d |
ln -s |
| 18:10 |
snoy_ms |
how many typo3 installations do you want to perform ? |
| 18:10 |
Amr0d |
one |
| 18:10 |
snoy_ms |
dont use softlink for just one instance |
| 18:11 |
Amr0d |
ok, only did what were recommended by the manual :) |
| 18:11 |
snoy_ms |
you know what softlinks are ? |
| 18:11 |
Amr0d |
shortcuts |
| 18:11 |
Amr0d |
to the folder I specify |
| 18:12 |
Amr0d |
makes it easier if you have more installations and need to upgrade I guess |
| 18:12 |
snoy_ms |
If you have for example 10 typo3 installations, you can easy update the core files |
| 18:12 |
snoy_ms |
yep ;-) |
| 18:12 |
snoy_ms |
but dont use it when you try the first inst |
| 18:12 |
Amr0d |
ok |
| 18:12 |
snoy_ms |
then you can use ftp, or ? |
| 18:13 |
Amr0d |
of course |
| 18:13 |
Amr0d |
:) |
| 18:13 |
snoy_ms |
1: Download the Source+Dummy ZIP http://typo3.org/download/packages/ |
| 18:13 |
snoy_ms |
Typo3 version 4.3.3 |
| 18:14 |
snoy_ms |
2: Upload all files and folders into your httpdocs folder. |
| 18:14 |
snoy_ms |
3: open the url http://yourdomain.xx/typo3/install/ |
| 18:14 |
snoy_ms |
its a subfolder |
| 18:15 |
snoy_ms |
4: check out the messages -> folder permissions... |
| 18:15 |
snoy_ms |
5: install a fresh database -> maybe with utf-8 kollokation |
| 18:17 |
snoy_ms |
6: Within the installtool you have to check all permissions. Then go to "Database Analyser" and use the "COMPARE" button. Also create an "admin" user |
| 18:18 |
Amr0d |
kk |
| 18:18 |
Amr0d |
thank you very much |
| 18:18 |
snoy_ms |
7: Check the "Update Wizard" button in install tool to check if you run the newest version |
| 18:19 |
snoy_ms |
maybe you can test the "normal" install tool, not the 123 wizard. But try it out... |
| 18:19 |
snoy_ms |
learning by doing |
| 18:19 |
snoy_ms |
have to go..... |
| 18:21 |
Amr0d |
ok, thanks for the quick help |
| 19:12 |
milpoer |
hi i have a problem with my index search, the site crawler is running in cron every night, but my search results are empty, any hints ?? |
| 19:38 |
snoy_ms |
milpoer: maybe start it manuell and check the result |
| 19:39 |
snoy_ms |
milpoer: php or mysql log |
| 19:39 |
milpoer |
snoy_ms: ok.. |
| 19:39 |
milpoer |
the crawler runs with out fails, |
| 19:39 |
snoy_ms |
or just use the sql log within install tool |
| 19:39 |
milpoer |
will check the log when searching.. |
| 19:39 |
snoy_ms |
milpoer: never used site crawler. But could be a hidden problem |
| 19:40 |
Amr0d |
snoy_ms: I get this error when I try to beginn install: You must enable it by setting a password in typo3conf/localconf.php. If you insert the line below, the password will be 'joh316': |
| 19:40 |
Amr0d |
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971'; |
| 19:40 |
Amr0d |
but I added the line to the php file |
| 19:40 |
snoy_ms |
did you use "joh316" at start up ? |
| 19:40 |
milpoer |
snoy_ms: ok.. will try.. |
| 19:41 |
snoy_ms |
Amr0d: did you change the installtoolhash ? |
| 19:41 |
Amr0d |
errrh |
| 19:41 |
Amr0d |
don't know |
| 19:41 |
Amr0d |
what is that? |
| 19:41 |
snoy_ms |
bacb98acf97e0b6112b1d1b650b84971 = joh316 |
| 19:41 |
snoy_ms |
joh316 -> md5_hash -> bacb98acf97e0b6112b1d1b650b84971 |
| 19:42 |
Amr0d |
I included the $TYPO3 string in the php file |
| 19:42 |
Amr0d |
like told in the error |
| 19:42 |
snoy_ms |
Amr0d: sorry, dont understand what you did.. |
| 19:43 |
snoy_ms |
Amr0d: if you have $TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971'; |
| 19:43 |
snoy_ms |
Amr0d: then "joh316" is the passwort |
| 19:43 |
Amr0d |
I added this line to the localconf.php |
| 19:43 |
snoy_ms |
yes |
| 19:43 |
Amr0d |
and shouldn't the installer continue then? |
| 19:44 |
Amr0d |
after a refresh? |
| 19:44 |
snoy_ms |
Amr0d: You should see the install tool menü |
| 19:45 |
snoy_ms |
Amr0d: what do you see ?? |
| 19:45 |
Amr0d |
yes, but I don't instead of that the error is still there |
| 19:45 |
snoy_ms |
What does it say ? |
| 19:45 |
Amr0d |
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971';Install Tool deactivated. |
| 19:45 |
Amr0d |
You must enable it by setting a password in typo3conf/localconf.php. If you insert the line below, the password will be 'joh316': |
| 19:45 |
Amr0d |
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971'; |
| 19:46 |
Amr0d |
this |
| 19:46 |
snoy_ms |
do you see a menü or a 1-2-3 wizard ? |
| 19:46 |
snoy_ms |
or just an error ? |
| 19:46 |
Amr0d |
only the error |
| 19:47 |
snoy_ms |
can you paste your localconf ? http://www.phlogi.net/t3/tsp/ |
| 19:47 |
snoy_ms |
or can i test it ? |
| 19:47 |
Amr0d |
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971'; |
| 19:47 |
Amr0d |
thats my localconf |
| 19:47 |
Amr0d |
nothing else |
| 19:47 |
snoy_ms |
but you have php tags, or ? |
| 19:48 |
Amr0d |
oh |
| 19:48 |
Amr0d |
well, no |
| 19:48 |
Amr0d |
sorry |
| 19:48 |
snoy_ms |
<?php ..... ?> |
| 19:48 |
snoy_ms |
thats enough |
| 19:48 |
snoy_ms |
dont forget $TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971'; |
| 19:48 |
snoy_ms |
haha |
| 19:49 |
Amr0d |
:) |
| 19:49 |
snoy_ms |
And change the filepermissions on that file !! Typo3 needs to write here if you change something within the install tool |
| 19:49 |
Amr0d |
changed it already to 777 |
| 19:50 |
snoy_ms |
For example DB passwort, User, connection.......blabla |
| 19:50 |
snoy_ms |
thats ok |
| 19:50 |
snoy_ms |
i think 775 yould be enough |
| 19:50 |
snoy_ms |
but dont know |
| 19:50 |
snoy_ms |
777 is ok |
| 19:52 |
snoy_ms |
Amr0d: believe me. If you did your first installation...the next will be easy |
| 19:53 |
Amr0d |
tbh, I already did some Typo3 installations but thats long time ago |
| 19:53 |
Amr0d |
before v4.x |
| 19:54 |
Amr0d |
I already had a website made in typo3 but then switched to joomla and now I need typo3 again and need to learn again |
| 19:54 |
Amr0d |
don't know why I forgot everything about typo3 |
| 19:55 |
snoy_ms |
lol, happens |
| 19:56 |
snoy_ms |
but its a good decision to use typo3 |
| 19:56 |
Amr0d |
In my mind, the last installations I did were dead simple |
| 19:56 |
Amr0d |
but this one drives me crazy ^^ |
| 19:58 |
milpoer_ |
snoy_ms: hmm.. nothing i the log files, just a regular POST request.. |
| 19:58 |
Amr0d |
http://pastebin.com/y14ji0zT have a look at this one please |
| 19:59 |
Amr0d |
I'll get the error when I type in joh316 in the install tool login box |
| 20:02 |
snoy_ms |
temp afk...10 minutes back |
| 20:08 |
snoy_ms |
milpoer_: does it work if you run it directly in the console |
| 20:08 |
milpoer_ |
yes.. |
| 20:08 |
milpoer_ |
just my result page which i empty.. but will try to google.. |
| 20:12 |
snoy_ms |
milpoer_: oki doki... |
| 20:12 |
snoy_ms |
Amr0d: i can try to help you in .....10-15 minutes....have to do some dinner |
| 20:14 |
milpoer_ |
snoy_ms: but thanks anyway.. |
| 20:16 |
milpoer_ |
snoy_ms: just saw, that my Indexing page in BE only contains one t3-page.. hmm.. what does the crawler then do :) |
| 20:26 |
snoy_ms |
Amr0d: long time ago that i read the standart messages. But your inst-tool works, or ? You also have to change the default passwort. |
| 20:33 |
snoy_ms |
Amr0d: and ? any news ? |
| 20:33 |
snoy_ms |
milpoer_: did you get it to work ? |
| 20:33 |
milpoer_ |
not yet.. will let u know think my indexing conf i "bad" |
| 20:44 |
snoy_ms |
milpoer_: you use this one ? http://typo3.org/extensions/repository/view/crawler/current/ |
| 20:44 |
milpoer_ |
snoy_ms: 3.0.0 |
| 20:44 |
Amr0d |
oh, sorry. just had a cigarette after you said that you going to dinner |
| 20:45 |
Amr0d |
no the install doesn't work because I can't login with the default password |
| 20:45 |
snoy_ms |
milpoer_: i would install 3.1.2 but that couldnt be the problem (i think) |
| 20:46 |
milpoer_ |
i'm about to do right now don't think thats the issue, i if a older branch. |
| 20:46 |
snoy_ms |
milpoer_: you have the backend user "_cli_crawler" ? |
| 20:46 |
milpoer_ |
yes.. |
| 20:46 |
milpoer_ |
or the _cli_lowlevel |
| 20:46 |
milpoer_ |
user as the script asked for.. |
| 20:47 |
milpoer_ |
that was a different from the old to new.. |
| 20:47 |
snoy_ms |
ok |
| 20:49 |
snoy_ms |
does kasper explain the crawler here ? http://castor.t3o.punkt.de/files/podkast8_v4_techinsight_indexed_search.m4v |
| 20:49 |
snoy_ms |
dont know... |
| 20:49 |
snoy_ms |
i think just indexed search |
| 20:49 |
milpoer_ |
hmm.. now it works.. :) |
| 20:49 |
milpoer_ |
strange.. |
| 20:50 |
snoy_ms |
ha..lol |
| 20:51 |
milpoer_ |
what the f*** could that be.. |
| 20:53 |
snoy_ms |
cache ? dont know |
| 20:53 |
snoy_ms |
typo3 cache |
| 20:53 |
snoy_ms |
happens... |
| 20:56 |
milpoer_ |
perhaps.. :) but thank you.. some how you showed me the right direction :) |
| 20:57 |
snoy_ms |
np |
| 20:57 |
snoy_ms |
:-) |
| 20:59 |
milpoer_ |
=) |
| 20:59 |
milpoer_ |
bye for now.. |
| 21:03 |
Amr0d |
snoy_ms: http://pastebin.com/Qx0aGNiv Still have this popup and can't login into the Install Tool |
| 21:06 |
snoy_ms |
Amr0d: you can't login ?? |
| 21:07 |
Amr0d |
yea, with the joh316 password |
| 21:07 |
Amr0d |
when I press login the same window appears again and asks me again to login |
| 21:08 |
snoy_ms |
Amr0d: can you post a link, or sent it direct to me ? |
| 23:24 |
Thasmo |
Good evening! Does anybody know how to set the typefield of a record in the backend dynamically on creation/update, based on a specific circumstance? |
| 23:26 |
ironm |
hi guys :) |
| 23:26 |
Thasmo |
hoi |
| 23:27 |
ironm |
do you have maybe a script for changing typo3 sources when using PHP 5.3 instead of PHP 5.2 ? |
| 23:27 |
ironm |
hoi Thasmo :-) |
| 23:27 |
Thasmo |
ironm, I'm not sure what you mean. |
| 23:27 |
ironm |
such issues like: ereg_replace -> preg_replace and so on ... |
| 23:28 |
ironm |
Thasmo: you will get some error messages when running typo3 4.3.3 with php 5.3 ... |
| 23:28 |
Thasmo |
Is TYPO3 meant to be operating on 5.3? |
| 23:28 |
Thasmo |
:> |
| 23:28 |
ironm |
5.2 or higher ... |
| 23:28 |
ironm |
BUT ... it doesn't work |
| 23:28 |
Thasmo |
Well, no - I don't have such a script, sorry. |
| 23:28 |
Thasmo |
Did you try TYPO3 4.4 beta 1? |
| 23:29 |
ironm |
I've changed manualy some places in php code ... for ereg_replace ... |
| 23:29 |
ironm |
BUT .. I am not sure if there NO more such pitfalls |
| 23:29 |
ironm |
... if there are NO more ... |
| 23:30 |
Thasmo |
I'M not aware of the major changes in PHP 5.3 with namespaces etc., nor about compatibility with 5.2 scripts. |
| 23:31 |
ironm |
well Thasmo .. some parts of typo3 BE will not work properly .. like sr_feuser |
| 23:31 |
Thasmo |
ah ok, but that's not a core functionality |
| 23:32 |
ironm |
well .. I need such extensions like sr_feuser_registration |
| 23:33 |
Thasmo |
Did you have a look at: http://php.net/migration53 |
| 23:34 |
ironm |
it looks like you are right Thasmo ;-) .. root@t61p:~/tmp/typo3_src-4.3.3# grep -R ereg_replace ./* |
| 23:35 |
ironm |
nothing has been found |
| 23:35 |
Thasmo |
Right about what? |
| 23:35 |
ironm |
the core seems to be OK |
| 23:35 |
ironm |
thanks a lot for the link Thasmo :-) |
| 23:35 |
Thasmo |
Well I don't know if TYPO3 (core) is compatible with PHP 5.3 |
| 23:36 |
ironm |
due to INSTALL.txt it should be |
| 23:36 |
Thasmo |
ok |
| 23:36 |
Thasmo |
fine, so of course some extensions may not run in PHP 5.3 |
| 23:37 |
ironm |
some extensions seem to be NOT compatible with php 5.3 |
| 23:37 |
ironm |
yes Thasmo |
| 23:37 |
lolli_ |
afaik all php 5.3 issues are solved in 4.3.3 core |
| 23:37 |
ironm |
you are right lolli_ :) |
| 23:43 |
ironm |
lolli_ / Thasmo : these extensions are not PHP 5.3 compatible .. http://paste.debian.net/70928/ |
| 23:44 |
lolli_ |
sure about realurl? |
| 23:45 |
ironm |
lolli_: realurl seems to be OK .. it was only the Changelog file |
| 23:45 |
ironm |
as sr_language_menu |
| 23:46 |
ironm |
lolli_: I have just scanned only installed extension |
| 23:46 |
ironm |
+s |
| 23:51 |
ironm |
lolli_: there are some new function names more .. http://paste.debian.net/70933/ |
| 23:51 |
lolli_ |
well, fix the extensions and file bug reports for the extension devs (if the issues are not reported yet). maybe even with patches. most of the exts are actively maintained i think |
| 23:52 |
Thasmo |
ironm, that would be great. |
| 23:52 |
ironm |
it will take a while to fix and test them however .. (before I send a bug report) |
| 23:53 |
Thasmo |
If you have the time and effort - but you may check the bug tracker first, maybe there are pending patches available. |
| 23:53 |
lolli_ |
if you make sure your solution works the ext authors will be even more happy :) |
| 23:54 |
lolli_ |
do you know how to create proper diffs? |
| 23:57 |
ironm |
I am not sure ... what is the "proper diff" ? |
| 23:58 |
lolli_ |
hint: start with most active extensions first. the chance for quick feedback is bigger there ;) |
| 23:58 |
ironm |
merci :-) |
| 23:59 |
Thasmo |
ironm, I think you can read here about a unified diff: http://typo3.org/development/bug-fixing/diff-and-patch/ |
| 23:59 |
lolli_ |
patches should apply to a trunk checkout |
| 23:59 |
Thasmo |
I have not much experience with this, but on Windows I use WinMerge to create diffs - maybe you have an IDE capable of creating diffs. |
| 23:59 |
ironm |
thank you very much Thasmo :-) |
| 23:59 |
lolli_ |
you'll find most of the exts in your list above either on forge.typo3.org, or (older) exts on bugs.typo3.org |