| 03:02 |
__t |
hi, I have a GMENU with 2 levels, I want to have separate colors for each 2.level fonts. |
| 03:03 |
__t |
I saw that I can iterate with "color |*| color |*| color". |
| 03:04 |
__t |
but how can I iterate over 2 fields? |
| 03:04 |
__t |
or : how can I set the fontcolor in relation to the 1. level navigation point? |
| 10:37 |
foool |
When I try to install some extensions I get the error TYPO3 Fatal Error: Extension key "div" was NOT loaded! (t3lib_extMgm::extPath), now I now there is a prob with my setup of typo3 - can anyone guide me as to where the problem lies? |
| 13:21 |
kaktustmimi |
hi there! can you please help me out with a DAM problem? I cannot add new categories. If I use the "Kategorien" module in the backend, I get no "new" Button and when I use the list module and add a new category, I get the following error message: 1: Attempt to insert record on page 'Media' (235) where this table, tx_dam_cat, is not allowed |
| 13:21 |
kaktustmimi |
I have t3 4.2.1 installed and use the latest version of DAM from svn |
| 14:24 |
foool |
Hi I am having probs with ownership group and users etc. I contasted support and they asked if I wanted them to install suphp - now I am not up on that stuff. Problem was (is) when I upload an extension it always makes it nobody nobody and it doesn't work. Anty advice would be really appreciated |
| 15:17 |
ries |
foool: in the install tool you could setup taht files are going to be written with 777 |
| 15:18 |
foool |
i did that but it is a owner group thingy. I did creategroup there too. As you know I am a dummy at this, trying hard to learn :) |
| 15:23 |
ries |
foool: what is the real problem you are seein??? |
| 15:23 |
ries |
Often apache runs as nobody so it could reda/write the file |
| 15:24 |
foool |
man - I am so baffled by it all |
| 15:25 |
foool |
when I install extension they go to nobody:nobody and won't work until I change them to otheruser:otheruser |
| 15:25 |
ries |
foool: what is the error message you are seeing?? |
| 15:27 |
foool |
I get all different ones, but if I change the user group they work but it is tedious, I know there is something wrong but what huh!! - beyond me |
| 15:27 |
ries |
without an actualy messge it's ahrd to tell what's wrong |
| 15:27 |
ries |
unfortunatly a lot of ISP's don't know shit what they are doing and install PHP totally wrong |
| 15:28 |
foool |
I'll try to do another and come right back |
| 15:29 |
eezee319 |
I once had similar issues with permissions, but this was related to me stupidly changing the default file creation permissions in TYPO3 install tool... |
| 15:31 |
eezee319 |
[BE][fileCreateMask] |
| 15:31 |
eezee319 |
[BE][folderCreateMask] |
| 15:31 |
eezee319 |
in the typo3 install tool# |
| 15:31 |
ries |
and the group to create under.... |
| 15:31 |
eezee319 |
[createGroup] |
| 15:33 |
foool |
ries right now I have Fatal error: Class 'tx_lib_controller' not found in /Users/<removed>/public_html/typo3conf/ext/ecorss/controllers/class.tx_ecorss_controllers_feed.php on line 46 |
| 15:36 |
foool |
eezee319 i tried that |
| 15:37 |
eezee319 |
foool: is it linux or windows hostig as apparently [BE][createGroup] option works only on linux |
| 15:37 |
foool |
i am on linux |
| 15:38 |
foool |
it is a vps i have |
| 15:42 |
eezee319 |
Unfortunately my knowledge of managing Linux servers is very limited, so I don't know here you would have to look for tweaking group permissions... |
| 15:43 |
foool |
frustrating eh! eezee319 |
| 15:43 |
eezee319 |
the install tool mentions: The user who is running your webserver needs to be a member of the group you specify here! Otherwise you might get some error messages. |
| 15:43 |
ries |
going to make breakfast for my wife |
| 15:43 |
eezee319 |
this would mean that you need to add nobody to the user group that you want to own the records |
| 15:43 |
foool |
yes i know and the user is. |
| 15:44 |
ries |
foool: it looks like your PHP version runs in a mode to allow script to be run as your username only |
| 16:03 |
kaktustmimi |
any help for my DAM problems?!? |
| 16:03 |
kaktustmimi |
still doesn't work |
| 16:03 |
kaktustmimi |
:( |
| 17:08 |
nd__ |
kaktustmimi: Did you try with the latest `stable' version of DAM? |
| 17:09 |
kaktustmimi |
nd__, no, not yet |
| 17:10 |
kaktustmimi |
I had to resolve another problem yesterday and therefore had to download the latest SVN version |
| 17:10 |
kaktustmimi |
but I could try that - you're right! |
| 17:10 |
nd__ |
I see. I'd try this, as with svn every version could be broken because it's a dev-version |
| 17:10 |
nd__ |
Still I think it's a problem which happens sometimes (seen some error reports in the net). |
| 17:35 |
kaktustmimi |
... still trying to revert to 1.0.14... which turned out to be not as easy as it sounds ;) |
| 17:54 |
uschi |
hi friends |
| 18:24 |
kaktustmimi |
hi uschi :) |
| 18:25 |
kaktustmimi |
nd__, it works! |
| 18:25 |
kaktustmimi |
thx ;) |
| 18:25 |
uschi |
hi kaktustmimi :-) nice nick |
| 18:28 |
nd__ |
kaktustmimi: Welcome |
| 18:30 |
uschi |
my problem solved itself right now |
| 18:30 |
uschi |
In case this tip helps someone: |
| 18:31 |
uschi |
If you want to overwrite or, more important, add CSH, register your csh file in ext_tables.php, because if you dou it in ext_localconf.php added values will not show up |
| 18:32 |
sxsde |
hey guys, i want to call a funktion of my plugin via typoscript...how can i do this? my code: http://paste.phlogi.net/-41fd250f90/ but this dosen't work :/ |
| 18:33 |
uschi |
sxsde, use < instead of = |
| 18:33 |
uschi |
hope that helps |
| 18:44 |
xsebi |
someone experienced with using DirectMail Newsletter Subscription + RealUrl ? |
| 18:45 |
sxsde |
uschi lets see |
| 18:45 |
sxsde |
you mean : uploader.10 > tx_vdtutorials_pi1->uploadFile ? |
| 18:45 |
uschi |
no |
| 18:45 |
uschi |
I mean < |
| 18:45 |
sxsde |
argh |
| 18:45 |
sxsde |
sorry |
| 18:45 |
sxsde |
;D |
| 18:45 |
sxsde |
mh uploader.10 < tx_vdtutorials_pi1->uploadFile dont works :/ |
| 18:46 |
uschi |
with < operator you copy an object |
| 18:46 |
sxsde |
yes i know |
| 18:46 |
sxsde |
but i dont know how can i call methods from my object |
| 18:48 |
sxsde |
@xsebi: what is the problem? |
| 18:48 |
sxsde |
@xsebi: show topic: Don't ask to ask, just ask! ;) |
| 18:49 |
xsebi |
a subscription gets the user a realurl link , but it cant be handled |
| 18:50 |
sxsde |
what stands in the error log? |
| 18:50 |
xsebi |
only if i cut the .html and replace via .php?= manually the link activation fo the newsletter works |
| 18:50 |
sxsde |
witch real url version you use? |
| 18:51 |
xsebi |
v. 1.3.3 |
| 18:52 |
uschi |
sxsde, perhaps something like userFunc is missing |
| 18:52 |
sxsde |
mh |
| 18:52 |
sxsde |
good idea! |
| 18:53 |
uschi |
phone right now, cannot do more than typing with one hand |
| 18:53 |
sxsde |
;) |
| 18:54 |
xsebi |
http://blah.org/test.html??1=1&.... <- this link is being sent to the users but wont work |
| 18:55 |
xsebi |
reaplcing .html with .php works |
| 18:55 |
xsebi |
so im trying to get a workable link to be send out |
| 18:55 |
uschi |
hey sxsde |
| 18:56 |
sxsde |
hey! |
| 18:56 |
sxsde |
uploader.10 < plugin.tx_nbvideoplayer_pi1 |
| 18:56 |
sxsde |
uploader.10.userFunc = uploadFile |
| 18:56 |
uschi |
this is how templavoila does it |
| 18:56 |
sxsde |
lets see |
| 18:56 |
uschi |
page.10 = USER |
| 18:57 |
uschi |
page.10.userFunc = tx_templavoila_pi1->main_page |
| 18:57 |
sxsde |
i try it, thank you :) |
| 19:00 |
sxsde |
yeah thats work!! |
| 19:00 |
sxsde |
thank you :) |
| 19:05 |
uschi |
at least some success today :-) |
| 19:17 |
HardPhuck |
any extension developer here |
| 19:17 |
HardPhuck |
or at least power user :) |
| 19:24 |
nd__ |
HardPhuck: Better ask... somebody might know an answer |
| 19:24 |
HardPhuck |
i need to refer to a user's property in the table |
| 19:25 |
HardPhuck |
if time > user's tstamp then do something |
| 19:25 |
uschi |
be or fe? |
| 19:25 |
HardPhuck |
fe |
| 19:26 |
uschi |
shit, read about how to access the current BE user today |
| 19:26 |
HardPhuck |
$GLOBALS['TCA']['fe_users'] |
| 19:26 |
HardPhuck |
i got this far :) |
| 19:26 |
uschi |
well, yes, and then? |
| 19:27 |
uschi |
there is a fe_user object in TSFE as well |
| 19:27 |
HardPhuck |
yeah but i need to refer it from a source php file |
| 19:29 |
uschi |
true, but $GLOBALS['TSFE']['how was that key'] should be able to give you the answer |
| 19:33 |
HardPhuck |
$GLOBALS['TSFE']['tstamp'] ? |
| 19:34 |
uschi |
mom |
| 19:34 |
sxsde |
t3lib_div::debug($GLOBALS['TSFE']); |
| 19:34 |
sxsde |
;) |
| 19:34 |
uschi |
machine crashes |
| 19:34 |
sxsde |
? |
| 19:34 |
sxsde |
:D |
| 19:35 |
uschi |
information overflow |
| 19:37 |
uschi |
$GLOBALS["TSFE"]->fe_user->user->someProperty might be a way (most probably not the queens way) |
| 19:39 |
sxsde |
you can also select the database table fe_user |
| 19:42 |
uschi |
i am sure, there is a more elegant way ... |
| 19:45 |
voidus |
uschi: $GLOBALS['TSFE']->fe_user->user['property'] |
| 19:45 |
uschi |
but not all user properties of a user are stored in TSFE, are they voidus? |
| 19:46 |
uschi |
so one could debug $GLOBALS['TSFE']->fe_user->user to find out? |
| 19:46 |
voidus |
uschi: all |
| 19:47 |
voidus |
yes... |
| 19:47 |
voidus |
fe_user->user techically is a row from the DB |
| 19:47 |
uschi |
hopefully not the password |
| 19:47 |
voidus |
not sure, maybe the password too |
| 19:49 |
HardPhuck |
$GLOBALS['TSFE']->fe_user->user['property'] |
| 19:49 |
HardPhuck |
this works |
| 19:52 |
voidus |
HardPhuck: if property == 'password' - too? |
| 19:52 |
HardPhuck |
dunno, wait |
| 19:53 |
HardPhuck |
yes |
| 19:53 |
HardPhuck |
that too |
| 19:54 |
HardPhuck |
now i need one more thing, how do i refer to a flexform property i added myself |
| 19:55 |
HardPhuck |
the flexform field has a page id in it |
| 19:55 |
HardPhuck |
i mean a user can select a page |
| 19:58 |
voidus |
HardPhuck: where is that flexform property? |
| 19:58 |
voidus |
is it a new column in fe_users table? |
| 19:59 |
HardPhuck |
no its actually a plugin field (but not in tables) |
| 19:59 |
HardPhuck |
i defined it in the locallang_ds_pi1.xml |
| 20:03 |
voidus |
HardPhuck: ah... |
| 20:03 |
voidus |
HardPhuck: so, that questions are not related? |
| 20:03 |
HardPhuck |
no :) |
| 20:03 |
HardPhuck |
i mean i need them for the same goal, but not the same thing |
| 20:04 |
voidus |
use $this->pi_getFFvalue() |
| 20:04 |
HardPhuck |
which value is that |
| 20:05 |
HardPhuck |
the name of the field? |
| 20:06 |
HardPhuck |
thanx |
| 20:14 |
HardPhuck |
$recursive = $recursive ? intval($recursive) : intval(0); |
| 20:14 |
HardPhuck |
can someone tell me what the ? and : mean here |
| 20:14 |
HardPhuck |
if it's not tto much to ask :) |
| 20:17 |
voidus |
HardPhuck: ternary operator |
| 20:18 |
HardPhuck |
never heard of one :) |
| 21:06 |
nd_ |
HardPhuck: It's a short form of `if then else` |
| 21:18 |
HardPhuck |
nd thanx |