| 07:23 |
kevke |
good morning |
| 07:24 |
kevke |
I have a problem, I can't figure out. If I move/copy large directories in BE (Move/Copy into/after) I get a 500. any Ideas how to figure out why? |
| 07:41 |
kevke |
I have a problem, I can't figure out. If I move/copy large directories in BE (Move/Copy into/after) I get a 500. any Ideas how to figure out why? |
| 07:42 |
PiMB |
acces and or error logs |
| 07:42 |
PiMB |
? |
| 07:47 |
kevke |
Have not found any errors that might lead to a 500 |
| 07:47 |
kevke |
I could pastebin the logs in question though |
| 07:50 |
PiMB |
could try, |
| 07:51 |
PiMB |
not entirely |
| 07:51 |
PiMB |
hjust the end |
| 07:53 |
kevke |
already pasted, I redo, hang on |
| 07:57 |
kevke |
finaly http://pastebin.com/b9ijKWqz |
| 08:04 |
PiMB |
nope, doesn't ring a bell |
| 08:04 |
PiMB |
sorry mate |
| 08:05 |
kevke |
i know what what you mean |
| 09:00 |
dieck |
hi there! I just installed 4.4 (source+dummy) to my server (SuSE), used the install tool to configure, but when I try to login I always get a "Your login attempt did not succeed". Admin user is in be_users, with md5 password. I also tried to chmod 777 (just for testing), and there are no errors in the apache logs. Any ideas where to start debugging? |
| 09:01 |
PiMB |
javascript en alles aan? |
| 09:02 |
PiMB |
do you have javascript and all enabled? |
| 09:02 |
PiMB |
cookies accepted? |
| 09:02 |
dieck |
yes, all on |
| 09:02 |
dieck |
I tried Firefox, Sarafi and IE |
| 09:02 |
PiMB |
user exists |
| 09:02 |
PiMB |
? |
| 09:03 |
dieck |
yes, it's in be_users |
| 09:03 |
PiMB |
password correct? |
| 09:04 |
dieck |
I changed it in the database using phpmyadmin and tried MySQL password(), old_password(), md5() (which was the original one), sha1, encrypt, - no luck |
| 09:04 |
PiMB |
might be that salting is enabled? |
| 09:05 |
dieck |
would that be in localconf? |
| 09:05 |
PiMB |
Im not sure where it is located in 4.4 |
| 09:05 |
PiMB |
haven't worked with it that much |
| 09:06 |
PiMB |
you might be able to set a BE user / pw via the install tool though. |
| 09:06 |
PiMB |
do typo3/install/index.php and login |
| 09:07 |
dieck |
localconf only has encryptionKey here, no additional keys |
| 09:07 |
dieck |
and I tried to add an aditional admin, same problem, no login possible. Password in database is md5'ed |
| 09:12 |
ZaFantasy |
hi |
| 09:12 |
ZaFantasy |
why Im getting "The following context variable has been changed after the view helper " ? |
| 09:13 |
ZaFantasy |
Im using $this->templateVariableContainer->add().. |
| 09:19 |
dieck |
PiMB: Ah, i followed a tip to install "joomlacheck", which tells me my php session store can't be written |
| 09:22 |
ironm |
Good Morning :) - in case you use "tt_address" .. tinyblob or int(10) as type for module_sys_dmail_category? .. like in http://paste.debian.net/79770 - tnx for any hints ;) |
| 09:24 |
ironm |
I have similar issue with tt_address_group .. blob or int(11) http://paste.debian.net/79771/ |
| 09:29 |
dieck |
PiMB: ok, php sessions weren't the problem, they can be stored now, but no change |
| 09:33 |
ironm |
strange .. many "[tiny]blob <-> int(11)" differences between suggested value from TCA and the actual value from DB .. like: tt_news_cat "parent_category blob int(11) unsigned NOT NULL default '0' " |
| 09:35 |
ironm |
do you have any idea how could it happen? ... there are a lot of more such differences .. e.g. for fe_users, tt_content "module_sys_dmail_category tinyblob int(10) unsigned default ''" |
| 09:48 |
ironm |
GUYS .. I need you help: do you have suche error messages for direct_mail (in the config): |
| 09:48 |
ironm |
Database status: Table error! |
| 09:48 |
ironm |
Probably one or more required fields/tables are missing in the database! |
| 09:49 |
ironm |
and a code warning like: |
| 09:49 |
ironm |
Code warnings: |
| 09:49 |
ironm |
(developer-relevant) Some tables or fields are missing and of wrong type! |
| 09:49 |
ironm |
No XCLASS inclusion code found in file "cli/cli_direct_mail.php". |
| 09:52 |
Denyerek |
Sounds fairly scary. |
| 09:52 |
Denyerek |
But, predictably, I'm rather useless to you in this matter :( |
| 09:53 |
Denyerek |
ironm: One day you'll ask a question about cameras and BLAM, I'll be there to help :D |
| 09:53 |
PiMB |
haha |
| 09:53 |
PiMB |
well ironm, AFAIK you don't need to worry about the xclass warning. |
| 09:53 |
PiMB |
because that's only necessary if you want a file to be xclassable, and a cli script is not :) |
| 09:54 |
PiMB |
so no problem there |
| 09:54 |
ironm |
I wouldn't .. if I would NOT have troubles with direct_mail etc PiMB ;) |
| 09:54 |
PiMB |
the problem with the database could be something with tables, but the ext manager should give you a warning as soon as you're missing tables when you're in the single view of an extension |
| 09:55 |
ironm |
PiMB: e.g. in the fe_users / Direct_mail Tab there is NO subpart for chosing the category .. |
| 09:56 |
PiMB |
then you're missing somethings |
| 09:56 |
PiMB |
if you go to ext manager and click on ext direct_mail what do you see |
| 09:56 |
PiMB |
could you make a screencap or something? |
| 09:56 |
ironm |
I am looking already for days what I could miss PiMB :/ |
| 09:57 |
ironm |
wait . I will do that |
| 09:57 |
ironm |
sure .. |
| 09:58 |
Denyerek |
pond: did you get your problem resolved? |
| 09:58 |
ironm |
PiMB: I see there config specs and e.g. the message: |
| 09:58 |
ironm |
Table error! |
| 09:58 |
ironm |
Probably one or more required fields/tables are missing in the database! |
| 09:59 |
PiMB |
and no sql query's and an update button? |
| 09:59 |
Denyerek |
TABLE ERROR! |
| 10:00 |
ironm |
two buttons PiMB : 1. Make Update / 2. Update |
| 10:00 |
ironm |
can you remember what kind of issue did you have Denyerek ? |
| 10:02 |
ironm |
PiMB: I have clicked on both of them .. first Make Update .. (it has gone after) . however the TABLE error message is still there |
| 10:04 |
ironm |
I have reported already some bugs on bugs.typo3.org .. BUT it takes a while *_* |
| 10:07 |
PiMB |
ironm, strange then |
| 10:07 |
PiMB |
let me take a look at one of my installations |
| 10:08 |
ironm |
it would give a good idea what is wrong in my installation PiMB .. thank you very much :) |
| 10:09 |
ironm |
PiMB: I use typo3 4.4.0 / php 5.3.2-1 (safe mode) and the last versions of extensions like fe_user_register, tt_address, direct_mail, sr_email_subsr |
| 10:09 |
ironm |
cribe |
| 10:12 |
ironm |
PiMB: there is a patch for 4.4.0 .. see http://bugs.typo3.org/view.php?id=14970#c39945 |
| 10:16 |
PiMB |
I haven't got a 4.4 with direct_mail running yet |
| 10:16 |
PiMB |
in the process of upgrading, so can't check the same settings atm |
| 10:18 |
ironm |
PiMB: I have checked it yesterday with 4.3.3 (direct_mail Tab in fe_user) .. the category submenu was NOT there .. (well I didn't configure direct_mail on 4.3.3 .. only installed the extension) |
| 10:19 |
ironm |
PiMB: I can give you my TS config .. in case you could use it for test / upgrading |
| 10:20 |
ironm |
anyone runnig already typo3 4.4.0 ? |
| 10:20 |
ironm |
PiMB: I have just included the patch (s. above) and will make some further tests .. |
| 10:21 |
ZaFantasy |
how I can register flexoform xml for BE with extbase ?* |
| 10:22 |
PiMB |
ironm, I've checked some things quickly on my 4.3 install and no luck with the menu. But I'm not sure if I've missed a setting or that it's not working. |
| 10:24 |
ironm |
PiMB: There should be (at least version 4.2.6 or like such one) a subart for chosing the category (fe_user / direct_mail tab) .. I have got a screenshot yesterday showing it .. |
| 10:24 |
ironm |
from somebody else .. |
| 10:25 |
ironm |
PiMB: and if you define "receipients lists" you should also have small checkboxes for categories .. I don't have them |
| 10:27 |
Denyerek |
Sorry Iron, I used directmail some 3 years ago. |
| 10:27 |
Denyerek |
And I can barely remember what happened yesterday, let alone back then! :( |
| 10:29 |
ironm |
thank you Denyerek .. I would have some difficulties to remember what I have done few weeks ago ;) |
| 10:31 |
PiMB |
ironm, I have the extra tabs in fe_users |
| 10:32 |
ironm |
how did you do that PiMB ? (I guess the direct_mail submenu for categories . right?) |
| 10:32 |
PiMB |
in 4.3.3 |
| 10:32 |
PiMB |
just installing the extension |
| 10:32 |
PiMB |
the choosing of categories is not there yet |
| 10:33 |
ironm |
PiMB: php 5.2 ? .. or already php 5.3 ? |
| 10:33 |
PiMB |
5.2 I think |
| 10:33 |
PiMB |
:) |
| 10:33 |
PiMB |
yeahm 5.2 |
| 10:33 |
ironm |
you see PiMB .. I have the tab too .. but WITHOUT the category menu |
| 10:33 |
PiMB |
ah, then we're on the same level |
| 10:33 |
PiMB |
:) |
| 10:34 |
ironm |
looks like ;) |
| 10:34 |
PiMB |
don't use cat's to often |
| 10:34 |
PiMB |
I have it working in > 4.2.6 |
| 10:35 |
ZaFantasy |
where I can get all available options for flexfrom when Im using extbase ? Like <switchableControllerActions> etc. ? |
| 10:35 |
ironm |
maybe it have something to do with the field type of DB for module_sys_dmail_category .. INT(11) INSTEAD OF suggested tinyblog (from TCA) |
| 10:39 |
ironm |
PiMB: I hope I don't need the fluid or extbase extensions |
| 10:41 |
PiMB |
I don't think so |
| 10:42 |
PiMB |
these are still in development, would be strange to make them required |
| 10:44 |
ironm |
in the fe_user / direct_mail Tab I have only two lines .. "Activate Newsletter" and "Recieve e-mails as HTML?" .. nothing else |
| 10:44 |
ironm |
PiMB: ^^^ |
| 10:44 |
PiMB |
the same as me |
| 10:45 |
ironm |
PiMB: and I would expect them the category submenu .. |
| 10:45 |
ironm |
there .. |
| 10:45 |
PiMB |
true |
| 10:45 |
ironm |
like in 4.2.6 .. |
| 10:46 |
ndee |
anyone knows a tt_news statistic extension? |
| 10:49 |
ironm |
ndee: I don't use or know such one *sorry* |
| 10:52 |
PiMB |
ironm, sorry mate, can't seem to find the time to properly help atm. |
| 10:52 |
PiMB |
might be tonight, if you still have the problem then. |
| 10:52 |
PiMB |
I'm running into deadlines atm |
| 10:52 |
ironm |
thank you very much PiMB . I guess I will not have a solution until today evening(night |
| 11:16 |
ironm |
PiMB / some other guys ;) - in case you have few seconds .. what type does "module_sys_dmail_category" have in your DB .. tinyblob ot int(10) ? |
| 11:18 |
PiMB |
which table? |
| 11:19 |
ironm |
fe_users |
| 11:19 |
PiMB |
fe_users > int(10) |
| 11:19 |
ironm |
can be also tt_address |
| 11:19 |
PiMB |
tt_address > int(10) |
| 11:19 |
ironm |
thank you :) |
| 11:19 |
PiMB |
in 4.3.3 |
| 11:19 |
PiMB |
dmail : 2.6.7 |
| 11:19 |
ironm |
TCA suggests to have there tinyblob .. |
| 11:19 |
ironm |
as you can have more categories .. |
| 11:20 |
PiMB |
btw, I'm getting the error of the tables now as well |
| 11:20 |
PiMB |
might just be a wrong setting in the extension or something |
| 11:20 |
ironm |
PiMB: I hope I didn't destroy your installation ;) |
| 11:21 |
ironm |
the categories are saved in another table .. however I would expect that "module_sys_dmail_category" can have many values .. depends on what categories the user has chosen |
| 11:21 |
ironm |
selected |
| 11:22 |
PiMB |
I guess it's a comma seperated list |
| 11:22 |
PiMB |
I don't think you destroyed it, just never noticed it :) |
| 11:22 |
ironm |
a comma separated list can't be int(10) .. more tinyblob |
| 11:22 |
PiMB |
ah, like that |
| 11:22 |
PiMB |
no wait. |
| 11:23 |
PiMB |
it's probably just the number of cats it has connected |
| 11:23 |
ironm |
maybe it is only a flag for module_sys_dmail_category |
| 11:23 |
PiMB |
sys_dmail_feuser_category_mm |
| 11:23 |
PiMB |
this table holds the actual connection |
| 11:23 |
ironm |
I know this table .. |
| 11:24 |
Denyerek |
when talking about linux distros, whats i686 architecture ? |
| 11:24 |
Denyerek |
UI'm only used to dealing with "x86" |
| 11:30 |
ironm |
Denyerek: I select x86 (32bit) or amd64 (64bit) |
| 11:32 |
ironm |
you are right PiMB .. in these two tables you have the information what categories every user has .. http://paste.debian.net/79782/ |
| 11:35 |
PiMB |
I know i'm right :) |
| 11:35 |
PiMB |
mm in typo3 is a bit strange |
| 11:36 |
PiMB |
in a mm table the actual link is made, while in the fe_users table in the field it only says how many cats are linked to that user |
| 11:36 |
PiMB |
so if you have 3 links to a user it simply states 3 |
| 11:36 |
PiMB |
if it's 10 cats then it states 10. |
| 11:36 |
PiMB |
I never understood what this does |
| 11:38 |
ironm |
PiMB: hmm .. in the fe_users Table the field "module_sys_dmail_category" has alwas the value "0" http://paste.debian.net/79786/ .. even I can edit/update the categories in FE |
| 11:38 |
ironm |
always ... |
| 11:39 |
ironm |
I mean for every particular feuser |
| 11:40 |
ironm |
well .. I could update "by hand" in the table the module_sys_dmail_category field to another value ;) |
| 11:41 |
tmkd |
hi, how can i acces tt_content records on some page in php? |
| 11:41 |
tmkd |
from extension |
| 11:41 |
tmkd |
? |
| 11:41 |
ironm |
tmkd: the recommended method would be to use typo3 DB-API |
| 11:44 |
tmkd |
hmmm, really? maybe there is some array with that data |
| 11:44 |
ironm |
tmkd: I guess like http://paste.debian.net/79788/ |
| 11:44 |
tmkd |
for example Globals[tt_content]..... |
| 11:45 |
tmkd |
ok, thanks, it is fast way too |
| 11:45 |
tmkd |
but there should be SELECT query i quess |
| 11:45 |
ironm |
tmkd: if you execute the following command you should find enough exmaples in the code of your installed exntensions: typo3conf# grep -R tt_content ext/* |
| 11:46 |
ironm |
| s/exnt/ext/ |
| 11:47 |
tmkd |
ok thanks a lot |
| 11:47 |
tmkd |
but i will use UPDATEquery beacuse i need modify some content from my backend module |
| 11:50 |
ironm |
salut Serpiente ;) |
| 11:50 |
Serpiente |
hey ironm |
| 11:50 |
Serpiente |
found another bug in typo3 ;) |
| 11:51 |
Serpiente |
typoscript: noPageTitle = 1 should prevent typo3 from generating a title tag right? |
| 11:52 |
ironm |
there are tons of bugs Serpiente .. in particular in 4.4.0 *g* |
| 11:52 |
Serpiente |
well. it does. but - if you write a title in the template file which is used for that page, it should overwrite the given pagetitle right? it does not. |
| 11:53 |
Serpiente |
it ignores noPageTitle = 1 and in typoscript field:title is still the name of the page, not the title of the template |
| 11:53 |
ironm |
Serpiente: it is time do use debug a bit ;) |
| 11:58 |
Denyerek |
Serpiente: did you just do "noPageTitle" or page.noPageTitle ? |
| 11:58 |
Serpiente |
config.noPageTitle |
| 12:13 |
Denyerek |
that's the one |
| 12:14 |
Serpiente |
ya^^ but it does not work ;) |
| 12:14 |
Serpiente |
config.noPageTitle = 1 should prevent typo3 from printing a pagetitle it does as long as you dont set a pagetitle in the template file |
| 12:22 |
ndee |
what can an extension prevent from outputting something? |
| 12:23 |
kevke |
everything |
| 12:23 |
kevke |
missing entry in constants |
| 12:24 |
kevke |
missing enty in css (where nessesary) |
| 12:24 |
kevke |
missing entry in template record |
| 12:24 |
kevke |
faulty installation |
| 12:25 |
kevke |
wrong settings |
| 12:25 |
kevke |
user restrictions |
| 12:25 |
kevke |
shall I continue |
| 12:35 |
ironm |
PiMB (and/or other guys;) : when you create a new newsletter .. can you select there somewhere a category for every content? .. or a global one? |
| 12:36 |
ironm |
I have set manually the update tt_address SET module_sys_dmail_category="2" where deleted like "0"; in the DB . but there is NOT difference .. |
| 12:51 |
roadi |
short question - i am missing the bulgarian flag in typo3 4.3.3 - where can i find the flag? as i installed the bulgarian language there was a flag. btw in '/typo3_src-4.3.3/typo3/sysext/cms/tslib/media/flags' is no flag_bu_* is it not. thx |
| 12:58 |
ironm |
roadi: what should be the image name for the bulgarian flag? |
| 13:01 |
ironm |
tmkd: did you get it? |
| 13:02 |
roadi |
i guess flag_bu... because flag be ist |
| 13:03 |
roadi |
because the flag be is for belgium |
| 13:05 |
roadi |
i'll take the german flag and give new color to it |
| 13:07 |
ironm |
roadi: what is bg.gif? |
| 13:07 |
dieck |
roadi: I think that is a felony here :) |
| 13:09 |
dieck |
roadi: ah, it is, §90a Abs 2 dStGB :) |
| 13:11 |
tmkd |
ironm: sorry, i was working, i didnot realize that you wrote |
| 13:11 |
tmkd |
ironm: i now how to do this |
| 13:11 |
tmkd |
ironm: thanks a lot |
| 13:11 |
ironm |
how tmkd ? |
| 13:23 |
SebastianJu |
Under which url can I upload an extension into ter? And are there more rules for an extension than the keyname and the License? |
| 13:30 |
pgampe |
SebastianJu: you can use the extension manager for uploading. Make sure everything is under GPL. |
| 13:33 |
SebastianJu |
Now I found it. Thanks pgampe... |
| 13:36 |
_Mhoram_ |
Hi all, The front end of my site is displaying the following error "NO entry in the $TCA-array for the table "tt_news". This means that the function enableFields() is called with an invalid table name as argument." Has anyone encountered this one before? |
| 13:37 |
_Mhoram_ |
I have tried, removing tt_news and all related extensions and re-installing but it didn't work |
| 13:37 |
ironm |
_Mhoram_: which version of typo3 / php and tt_news? |
| 13:38 |
_Mhoram_ |
Typo3 4.3, tt_news 3.0.1 (also tried it with 2.5.2) PHP 5.2.6 |
| 13:40 |
_Mhoram_ |
I had the newscalendar extension installed too and danp_extendnews. However when I uninstalled them and removed the files and cleared the caches it still didnt work |
| 13:40 |
_Mhoram_ |
If I unintall tt_news the site loads correctly |
| 13:41 |
_Mhoram_ |
I also went into the install tool to compare with $TCA, it said that all Table and field definitions were ok |
| 13:42 |
ironm |
_Mhoram_: I run typo3 4.4.0 / php 5.3.2-1 (safe mode) / tt_news 3.0.1 .. HOWEVER didn't install newscalendar and/or danp_extendnews |
| 13:43 |
ironm |
_Mhoram_: I am not sure if you can believe what you see in the install toll |
| 13:43 |
Phlunk3 |
hi guys, stupid question I think but havent found the answer till now. I need to change default sorting of indexedsearch results from rank_flag to mtime, can anyone tell me what setting I need to change to accomplish this? |
| 14:12 |
ironm |
How can I check within an extension if the constants "have to be" placed in the constants-part of TS-setup? |
| 14:13 |
tPl0ch |
Is it possible to use globalVar directives in TV datastructures (FCEs)? |
| 14:23 |
markus4 |
Hi |
| 14:23 |
markus4 |
i made some changes in typo3 websites and it doesnt haven been taken over |
| 14:23 |
markus4 |
in the site list. the page is yellow |
| 14:23 |
markus4 |
any idea? |
| 14:25 |
markus4 |
http://yfrog.com/j8typo3j |
| 14:25 |
markus4 |
a picture |
| 14:26 |
markus4 |
:) |
| 14:27 |
markus4 |
pleaseee |
| 14:27 |
SebastianJu |
cleared typocache markus4? |
| 14:27 |
markus4 |
fe-cache and cache in typo3conf |
| 14:27 |
markus4 |
yes |
| 14:28 |
markus4 |
another thing: |
| 14:28 |
markus4 |
Workspace: "Draft" Versions found on page, no "Page" versioning possible |
| 14:28 |
markus4 |
normaly changes are taken over imediately |
| 14:28 |
markus4 |
but not this time |
| 14:29 |
SebastianJu |
I have no idea... |
| 14:29 |
markus4 |
AAAH |
| 14:29 |
markus4 |
found it |
| 14:30 |
markus4 |
i was in the "entwurfsansicht" dont know the english word |
| 14:30 |
markus4 |
and now i am in the live view |
| 14:30 |
markus4 |
omg :< |
| 14:30 |
markus4 |
entwurfsansicht=development view |
| 14:43 |
markus4 |
is it possible in the site menu to add an icon? e.g. a newspaper icon next to the "news" link |
| 14:44 |
pgampe |
markus4: yes |
| 14:46 |
markus4 |
how? |
| 14:48 |
markus4 |
or can i just flash it? linke <blink> |
| 14:48 |
markus4 |
linke |
| 14:49 |
markus4 |
like |
| 14:51 |
pgampe |
markus4: first please don't spam the chat, second depends on you setup |
| 14:53 |
SebastianJu |
markus4 pgampe means you type so many messages. asking is allowed... |
| 14:54 |
markus4 |
yes im a bit crazy atm. i didnt do the setup. a company did.. never have talked to anybody about this typo3-setup. do you have a hint where i can customize the navigation bar? |
| 14:58 |
ironm |
guys .. there is a small core patch for typo3 4.4.0 .. http://bugs.typo3.org/view.php?id=14970 |
| 15:04 |
ironm |
I am still looking for people using already typo3 4.4.0 with direct_mail, sr_mail_subscribe/fe_user_register and tt_news - has one of you got it working correctly? (I am missing the Category subparts in the fe_user/direct_mail tab and the category boxes on the "recipients list" page) - last reported working combination was working for typo3 4.2.6 |
| 15:05 |
ironm |
I have reported two bugs: http://bugs.typo3.org/view.php?id=14973 and http://bugs.typo3.org/view.php?id=14976 BUT there not solved until now .. can one of you help with some details about your working config? |
| 15:12 |
milpoer |
hi all.. |
| 15:13 |
milpoer |
i have a small issue with indexed_search.. i have a multilanguage site, but when search in "regular search", it searches within all 3 languages.. i what to change that, such only search in the given language.. depending on the L= variable. |
| 15:20 |
ironm |
milpoer: maybe I could help you .. what version of typo3 do you run (incl. php version) and how is your TS-setup looking? |
| 15:20 |
milpoer |
ironm, t3 4.4 php 5.3 |
| 15:21 |
Owner |
Hello firends, how is the syntax for the level menu of 1 within graphical header. |
| 15:21 |
ironm |
sounds well milpoer .. like me .. 4.4.0 / php 5.3.2-1 .. I have a multilanguage site with two domains (domain jumping) and three languages |
| 15:22 |
milpoer |
2 sec.. will find my ts-language conf |
| 15:23 |
milpoer |
ironm, http://paste.phlogi.net/sys_lang_conf |
| 15:24 |
ironm |
got it milpoer .. give me a minute or two, please ;) |
| 15:24 |
milpoer |
supoer :) |
| 15:24 |
milpoer |
super |
| 15:25 |
ironm |
milpoer: well .. it is only the language config - how is your tt_news TS-config looking? |
| 15:26 |
milpoer |
tt_news?? what do you need that for :) |
| 15:26 |
milpoer |
its indexed_search that is the problem. |
| 15:26 |
ironm |
milpoer: sorry .. I mean idexed_seach *g* |
| 15:27 |
milpoer |
i have no indexed_search conf.. |
| 15:28 |
milpoer |
dont need anything than search within the given language. |
| 15:30 |
danslo_ |
what's the best way to create a domain repository in extbase that holds custom objects? I don't want/need to make database calls |
| 15:31 |
danslo_ |
I'm reading a file and will derive several 'Document' models from the same document |
| 15:31 |
danslo_ |
from the same file* |
| 15:31 |
milpoer |
ironm, are you still there?? |
| 15:32 |
ironm |
milpoer: my setup (not optimized) looks like: http://www.phlogi.net/f/t3/tsp/sp/lang_setup |
| 15:33 |
milpoer |
ironm, it has no indexed_search conf either.. |
| 15:34 |
milpoer |
ironm, i will take a look at it tomorrow.. but thanks.. |
| 15:34 |
milpoer |
for trying helping |
| 15:35 |
danslo_ |
should I just extend from Tx_Extbase_Persistence_RepositoryInterface instead? :) |
| 15:38 |
ironm |
milpoer: the indexed_search ts-config http://www.phlogi.net/f/t3/tsp/sp/indexedsrch-3 |
| 15:45 |
Owner |
Hey guys, I have a text.field = title. how can I add here for the second level of the menu, not a current. Thank you. |
| 16:05 |
SargoDarya |
Short question, is it possible to raise the limit of the character limit for record labels in the backend? |
| 16:14 |
danslo_ |
everything is possible :) |
| 16:16 |
SargoDarya |
Any productive answer with actually some hint? |
| 16:17 |
SargoDarya |
danslo_: It's typo3, not toyota |
| 16:17 |
danslo_ |
SargoDarya: sorry, I personally wouldnt have a clue.. but I figure it wouldn't be too difficult if you have a decent understanding of PHP and Typo3 |
| 16:18 |
danslo_ |
I don't see why it -wouldnt- be possible |
| 16:18 |
ironm |
SargoDarya / danslo_ : has toyota or typo3 more bugs? *lol* |
| 16:18 |
SargoDarya |
danslo_: I don't want to hack around in the core. |
| 16:19 |
SargoDarya |
When you update the core then it's like you're dividing by zero. |
| 16:19 |
danslo_ |
heh |
| 16:19 |
SargoDarya |
And then the really bad shit starts to happen |
| 16:21 |
SargoDarya |
You know black holes? That's when god tried to divide by zero. |
| 16:22 |
nd___ |
So the guys in CERN are just trying hard to divide by zero? |
| 16:22 |
nd___ |
I can assist with that... |
| 16:23 |
SargoDarya |
Yeah, they try to create the biggest calculator in the world to get a black hole large enough to travel through time and warn everyone to not divide by zero EVER. |
| 16:26 |
nd___ |
makes sense |
| 16:29 |
SargoDarya |
kinda |
| 16:43 |
PiMB |
god should not divide by zero |
| 16:43 |
PiMB |
only Chuck can do that |
| 16:45 |
danslo_ |
As a follower of the mighty flying spaghetti monster, i am offended |
| 16:45 |
Chiz |
Hello, guys! |
| 16:46 |
Chiz |
Have somebody time to help newbee to understand extensions? :-) |
| 16:52 |
Phlunk3 |
Anyone has set up RSS with (cal) before? |
| 16:52 |
Phlunk3 |
am having probs getting the <link> link right for each item |
| 16:53 |
Phlunk3 |
its parsing all the vars out and just leaving the base address from realurl ;) |
| 16:56 |
Denyerek |
Chiz - Dmitry Dulepov's book is very good |
| 16:56 |
Denyerek |
and not very expensive either |
| 17:01 |
Denyerek |
Chiz - there's also a tutorial extension for Extbase |
| 17:01 |
Denyerek |
which is the "new" way to write Typo3 extensions |
| 17:01 |
Denyerek |
You can find that in the Typo Extension Repository (TER) by searching for Extbase |
| 18:55 |
Recnelis |
Is there any way to check via TS if a FE user is logged on? |
| 18:58 |
Recnelis |
Erm, to be more specific - $GLOBALS['TSFE']->fe_user->user['uid']; gets the userid, but if I wanna be sure a user is logged on, do I just check for "> 0" ? |
| 19:50 |
rawtaz |
Recnelis: i have no idea, but isnt there some method like isGuest() somewhere? |
| 19:51 |
rawtaz |
in my world, if there is no *user* logged in, there wouldnt be a ->user at all :) |
| 20:21 |
Recnelis |
Anyone know how to make comments auto-approved in T3Blog ? |
| 20:45 |
compojoom |
hey guys! I have a typo3 4.4 installation here and I wonder why when I edit a template there is no syntax highlighting? any ideas what have to be turned on? |
| 20:51 |
Denyerec |
NEDERLANDS! |
| 20:51 |
Denyerec |
Um |
| 20:51 |
Denyerec |
you have to install the syntax highlighter and turn it on in your user options I think |
| 21:02 |
compojoom |
Denyerec: thanks - that was it :) |
| 21:03 |
Denyerec |
np :) |
| 21:04 |
ironm |
hi Denyerec .. can you solve also my issues, please!? ;) |
| 21:05 |
Denyerec |
Have easier issues! |
| 21:06 |
ironm |
Denyerec: you need the solution also for you ;) .. just running direct_mail newsletter with typo3 4.4.0 / php 5.3.2-1 (safe-mode) |
| 21:09 |
Denyerec |
Hehehe |
| 21:09 |
Denyerec |
Safe mode ?! |
| 21:09 |
Denyerec |
Forget that |
| 21:09 |
ries |
compojoom: syntax highlighting is a bit buggy IMHO.. |
| 21:09 |
ironm |
why? |
| 21:10 |
ironm |
ries: what extension? |
| 21:11 |
compojoom |
ries: I know, but it is better with, then without :) |
| 21:12 |
ries |
compojoom: I had issues with copy/paste and usage of the tab |
| 21:12 |
ries |
I found it loading slow to.... the idea is nice though |
| 21:12 |
compojoom |
yep, the tab is funny |
| 21:12 |
compojoom |
loading is really slow |
| 21:12 |
compojoom |
when you have big ts_templates |
| 21:13 |
compojoom |
but what I like most is that it makes an ajax saving |
| 21:13 |
compojoom |
and I don#t have to wait for the page to refresh every time |
| 22:06 |
Denyerec |
3-1 3-1 3-1! |
| 22:23 |
Denyerec |
NEEEEEEEEEEEDEEEEEEEERLAAAAAAAAAAAAAAAAAAAAANDS |
| 22:23 |
ironm |
Denyerec: 3-2 |
| 22:23 |
Denyerec |
Ref did NOT want to end that one... |
| 22:23 |
Denyerec |
SHeesh! |
| 22:23 |
ironm |
already 5 minutes over .. |
| 22:26 |
ironm |
won 3-2 ;) |
| 22:28 |
Denyerec |
Germany will crush Spain |
| 22:28 |
Denyerec |
so DE v NL I reckon |
| 22:28 |
compojoom |
I hope so :) |
| 22:28 |
Denyerec |
Will be quite fierce I think. |
| 22:29 |
ironm |
I guess Denyerec / compojoom |
| 22:29 |
Denyerec |
It would be a bit of a shock to see Germany lose to Spain after watchign them against Argentina. |
| 22:30 |
ironm |
it looks like germany will win against spain Denyerec |
| 22:31 |
ironm |
for netherland it would be probably more easy to win against spain than germany |
| 22:33 |
Denyerec |
But who wants an easy win eh? |
| 22:33 |
Denyerec |
(Certainly no-one who uses Typo3, that's for sure...) |
| 22:33 |
ironm |
*ggggggggggggg* @ Denyerec |
| 22:34 |
ironm |
do you know why I use typo3 Denyerec ? .. and will use it further? |
| 22:34 |
Denyerec |
Because life just isn't painful enough? |
| 22:35 |
ironm |
because after finishing few ironmans nothing can be too terrible ... even typo3 *rofl* |
| 22:35 |
Denyerec |
:D:D |
| 22:35 |
ironm |
however typo3 feautures (so called bugs) disturb my training strongly / |
| 22:36 |
ironm |
:/ |
| 22:39 |
alice|wl |
hello, I want to create a page for indexed search to return results to a metasearch. I m new to typo and not quite shure how to create the template. this typo script is my first trie. the indexed search is not dispayed. Can I use a typoscript to have a placeholder instead of the asignment and asign the plugin in backend? |
| 22:40 |
alice|wl |
tips, links to howtows and corrections to my ts appreciated |
| 22:40 |
alice|wl |
http://pastebin.com/0ZLC4ug8 |
| 22:44 |
ironm |
do you want to have the output of indexed-search as an input of your meta_search alice|wl ? .. why? |
| 22:53 |
tmkd |
hi, is possible to add 'mail has benn sent' information after sent mail in typo3 mail plugin? |
| 22:53 |
tmkd |
in default, which comes with typo |
| 22:53 |
tmkd |
i think that it is mailform, or something like that |
| 22:54 |
ironm |
you can redirect to so called "thankyou" page after sending out tmkd |
| 22:58 |
pond |
alice, I am not sure what you mean by "Can I use a typoscript to have a placeholder instead of the asignment and asign the plugin in backend?" But I am pretty sure that you are asking for TemplaVoila functionality... where you can create a "lib" in the ts and then assin output to it from, for instance, a plugin are a content element... but... I think your real question is why the indexed search does not show up? |
| 23:01 |
nhaskins |
where can I edit $GLOBALS["TSFE"]->config["config"] |
| 23:04 |
pond_ |
sry... bumped |
| 23:12 |
borgi_ |
hi everybody |
| 23:12 |
borgi_ |
i have a very weird behaviour of my typo3 installation. |
| 23:13 |
borgi_ |
In the backend no texts were shown, buttons and links had no texts |
| 23:14 |
borgi_ |
i replaced the typo3_src folder and most texts are back but now the backend extensions still have no text |
| 23:14 |
ironm |
borgi_: at least you should say what version of typo3 do you use |
| 23:14 |
borgi_ |
anybody had a similar problem? |
| 23:14 |
borgi_ |
4.3.3 |
| 23:14 |
ironm |
borgi_: what kind of installation? .. from source or as a package? (like debian or ubuntu) |
| 23:15 |
borgi_ |
from source |
| 23:15 |
ironm |
what OS? |
| 23:15 |
alice|wl |
pond_: hmm, yes why doesnt it show up? |
| 23:15 |
alice|wl |
ironm: yes |
| 23:15 |
alice|wl |
the metasearch is located elsewhere and shows results from different pages. one of them is this typo page |
| 23:15 |
borgi_ |
the problem is solved now. I'm just interested if anybody had this before |
| 23:16 |
ironm |
I don't have such solution alice|wl |
| 23:16 |
borgi_ |
I have no idea for search-terms... |
| 23:16 |
pond_ |
does the "hi, welt" show up? I have not done "regular" templating in so long... |
| 23:17 |
alice|wl |
pond_: I saw template voila and wanted somehing smaller. actualy the template should only output search results based on GET |
| 23:17 |
ironm |
borgi_: if the access right of the source is not the right one you will get some stange behavior in BE |
| 23:18 |
pond_ |
right... but in the ts you pasted, does the "hi, welt" show up in your page? |
| 23:18 |
ironm |
alice|wl: I guess you will be happier not to use TV .. just only html-templates with MARKERs .. |
| 23:18 |
tmkd |
ironm: on 'thank you' page i want to set link back to the mail form |
| 23:18 |
tmkd |
how do that? |
| 23:19 |
alice|wl |
ironm: TV? |
| 23:19 |
ironm |
alice|wl: TV = TemplaVoila |
| 23:19 |
alice|wl |
oh offcourse |
| 23:19 |
alice|wl |
yet I failed to assign the search plugin directly in typo script |
| 23:20 |
ironm |
tmkd: you could place a mail form also on the thank you page .. or just a link |
| 23:20 |
ironm |
tmkd: insert content .. |
| 23:20 |
tmkd |
ironm: html, and put there link to mail page? |
| 23:21 |
borgi_ |
ironm: well, it was from one day to the other without changing any perms on the server, it is a running installation, the frontend worked fine, and also backend worked, you could click every link, but you had to know what should have been written there. |
| 23:22 |
alice|wl |
possible I dont have the web_ts module they talk about in the ts by example docs ? |
| 23:22 |
borgi_ |
however, if nobody had this before I add another item on my list "strange things happening on this server" |
| 23:22 |
pond_ |
no... I thing your problem is simpler... just a typoscript syntax issue... |
| 23:23 |
pond_ |
not sure what it is though... |
| 23:24 |
tmkd |
ironm: i used your first advice |
| 23:29 |
ironm |
borgi_: if you have a backup you coud run a "diff -aur" on both directories .. to see what has change . and compare also both sql-dumps |
| 23:30 |
borgi_ |
well i will see, if the problem will appear a second time, i will do some research |
| 23:30 |
borgi_ |
thank you. |
| 23:31 |
ironm |
alice|wl: I am not quite sure what is your exact problem .. to display results of indexed_search you need an extra page with the indexed_search plugin .. and maybe your own TS-config if you dont like to use plugin-defaults etc ... |
| 23:34 |
ironm |
alice|wl: further you need a MARKER in your hmtl-template where you want to put the output of the indexed_search plugin ... and suche line like "SEARCHBOX < lib.macinaSearchbox" in your root TS-template |
| 23:34 |
ggle |
hi |
| 23:34 |
ggle |
is it possible to set typoscript via a extension? and if it is, what i have to looking for? |
| 23:36 |
ironm |
ggle: maybe you look just for an include statement in your root ts-template like: <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/staticTS/setup_searchbox.txt"> |
| 23:37 |
ggle |
not sure this is what iß? searching for. i will bring more details, mom |
| 23:38 |
tmkd |
ggle: i made extension which change typoscript |
| 23:38 |
tmkd |
from FE extension it is possible without using file |
| 23:38 |
ggle |
i want that the user can set some options in a backend-module. on option 1 e.g. lib.myVar.value = (<img src="1"/>) on option 2 it is lib.myVar.value = (<img src="2"/>) |
| 23:39 |
ggle |
and so on |
| 23:39 |
tmkd |
but in BE externam file is only method to do this |
| 23:40 |
ggle |
so he can switch dynamcly image sets in frontend via backend |
| 23:50 |
ggle |
hm ok, thanks anyway! |
| 23:58 |
Jamm |
Hi guys |
| 23:59 |
Jamm |
is it possible that my installtool doesnt runs? ^^ |
| 00:00 |
Jamm |
i get alway the same site when i enter the installpassword and i want to install it for the first time on that space |