| 00:05 |
ries |
who cares about google.... google is getting more worse then better |
| 00:05 |
ries |
just make teh site according to W3C and you are fine |
| 08:28 |
kraftb |
good morning everyone ! |
| 08:29 |
sorenmalling |
Morning :) |
| 09:13 |
lous |
good morning to all :D |
| 09:23 |
Philiptypo3dk |
pmk65 -> did you find something out? |
| 09:24 |
_pedda_ |
hi all |
| 09:24 |
Philiptypo3dk |
hi |
| 09:25 |
lous |
ihi |
| 09:25 |
lous |
hi |
| 09:27 |
ZioCorto |
hi |
| 09:27 |
ZioCorto |
ho |
| 09:27 |
ZioCorto |
lol |
| 09:27 |
pmk65 |
Philiptypo3dk: The TS you posted was for your menu, but if it's your content that is not showing up, then it's the wrong TS you posted. |
| 09:36 |
ravatar |
hello everyone |
| 09:40 |
ZioCorto |
hi |
| 09:50 |
jananne |
Hello, i'm using typo3 4.2.6.. My clients can't right mouse click on the pages in the page tree and get the menu. There's using FF and IE8. It works in IE6/7 but nog in FF and IE8. |
| 09:51 |
Philiptypo3dk |
What should I do then? |
| 09:51 |
Philiptypo3dk |
jananne, check for javascript that blocks it in the template... |
| 09:54 |
jananne |
Philiptypo3dk: where do i check? you mean if i got modules/extensions installed that could block the js? |
| 09:55 |
Philiptypo3dk |
check the template folder.. in scripts or something... |
| 10:39 |
LionRock |
hi |
| 10:39 |
ZioCorto |
hi |
| 10:42 |
LionRock |
is there any extension whic one would add next link on page. So if one subpage have N childs, and when user clicks one page on the bottom of this page would be a next link to a next page. Like a book or something like that |
| 10:45 |
sorenmalling |
LionRock: How much did you look in TER :-) ? |
| 10:46 |
sorenmalling |
http://typo3.org/extensions/repository/view/gsi_pagenav/current/ |
| 10:46 |
sorenmalling |
http://typo3.org/extensions/repository/view/cag_pagebrowser/current/ |
| 10:47 |
sorenmalling |
Just by searching for "next" :-) |
| 10:47 |
LionRock |
I was searching for book :D |
| 10:49 |
LionRock |
thanks :) |
| 10:56 |
beli |
is there a tutorial for the tt_products extension? |
| 10:57 |
sorenmalling |
beli: http://wiki.typo3.org/index.php/Tt_products_tutorial |
| 10:58 |
beli |
sorenmalling: thanks, but thats very basic :) |
| 10:58 |
sorenmalling |
You didn't really specify your needs |
| 10:59 |
beli |
sorenmalling: i need to build a webshop with about ~150 products |
| 10:59 |
beli |
sorenmalling: are you using tt_products on your own? |
| 11:00 |
sorenmalling |
No, I've only used it a little in a project that wasn't completed, but the documentation for the extension gave me everything i needed |
| 11:00 |
beli |
sorenmalling: ok...does it support paypal/visa card? and are there shipping modules? |
| 11:03 |
sorenmalling |
beli: Try the maillist (http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-tt-products) for such questions, I'm not that much in to it as mentioned, but again, the manual got a sextion for payment and shipping, try read it, http://typo3.org/documentation/document-library/extension-manuals/tt_products/2.4.10/view/1/4/#id2777934 |
| 11:06 |
beli |
ok i am reading the manual already...just thouht maybe someone here has a nice tutorial |
| 11:06 |
beli |
thanks for your help |
| 11:21 |
tf |
hi @all |
| 11:22 |
ZioCorto |
hi |
| 11:24 |
tf |
i have an extension with a locallang.php. when i open the file in the backend, the umlaute are "?". when i type a new umlaut, the umlaut is correct. for example "ü". but in the frontend, the "?" is "ü" and the "ü" is "üÃ" |
| 11:29 |
tf |
can someone help mn? :-) |
| 11:32 |
teppi|work |
tf .. you are using a wrong charset .. |
| 11:32 |
teppi|work |
ether in the backend or in the frontend |
| 11:33 |
teppi|work |
i prefer using utf-8 |
| 11:33 |
teppi|work |
therefore you have to enforce utf-8 in the backend |
| 11:33 |
teppi|work |
and also define utf-8 as default charset int the frontend |
| 11:33 |
tf |
backend and frontend are UTF8. i can type chinese and russian in the backend. all characters are correct. in BE and FE. only the locallang.php makes problems. |
| 11:34 |
teppi|work |
then the enconding of the locallang.php file is wrong |
| 11:34 |
teppi|work |
i think |
| 11:34 |
tf |
i tried to convert to utf8. all characters are then in the backend correct. except the FE |
| 11:35 |
lous |
does anyone use PMK Indexed Search Auto completer? |
| 11:36 |
tf |
the entire site is in russian for example. backend and frontend are OK. only these one extension with the locallang.php is not OK. |
| 11:37 |
tf |
locallang.php in UTF8 doesnt work. backend OK. FE not . |
| 11:43 |
tf |
i see that the extension uses htmlspecialchars to get the text from locallang.php. is this maybe a problem? |
| 11:44 |
teppi|work |
tf, i dont have an idea :-( .. maybe you should try to work with locallaang.xml |
| 11:44 |
teppi|work |
maybe they are read out different |
| 12:03 |
RAAT |
Hi everyone |
| 12:04 |
RAAT |
I am trying to add date before 1970 when i am trying this at BE it is saving current date |
| 12:05 |
RAAT |
can anyone help me |
| 12:08 |
tf |
teppi|work: with xml instead of php it seems to be working |
| 12:09 |
teppi|work |
tf .. fine :-) |
| 12:09 |
tf |
thx for the tip :) |
| 12:09 |
RAAT |
teppi|work: I am trying to add date before 1970 when i am trying this at BE it is saving current date |
| 12:10 |
RAAT |
do you know this problem |
| 12:10 |
teppi|work |
its because of unixtime |
| 12:10 |
RAAT |
how i avoide this |
| 12:10 |
HardPhuck |
hey all |
| 12:10 |
teppi|work |
RAAT, i think some system support negative timestamps |
| 12:11 |
teppi|work |
is your webserver a unix system? |
| 12:11 |
RAAT |
yes |
| 12:12 |
randomresult |
good morning! |
| 12:12 |
RAAT |
for that purpose we need to change server |
| 12:12 |
RAAT |
ufffffffffffffff |
| 12:12 |
teppi|work |
no |
| 12:12 |
randomresult |
anyone around knowing TV? |
| 12:12 |
teppi|work |
unix should be ok |
| 12:13 |
teppi|work |
i just know that windows can't handle negative timestamps |
| 12:13 |
teppi|work |
or .. i believe |
| 12:13 |
teppi|work |
hehe |
| 12:13 |
RAAT |
yes its unix |
| 12:13 |
HardPhuck |
which database would you recommend for a site with more than 500.000 entries |
| 12:13 |
HardPhuck |
will mysql do? |
| 12:13 |
HardPhuck |
randomresult: what do you need about TV? |
| 12:13 |
RAAT |
yes |
| 12:13 |
randomresult |
well |
| 12:13 |
RAAT |
offcourse |
| 12:14 |
RAAT |
you can use mysql |
| 12:14 |
teppi|work |
HardPhuck, should be no problem .. |
| 12:14 |
randomresult |
i want to create a FCE where the headline of the element is shown |
| 12:14 |
randomresult |
i have mapped a h4 with the editing type none |
| 12:14 |
randomresult |
and use the following typoskript |
| 12:14 |
randomresult |
10 = TEXT 10.current = 1 10.value.field = header |
| 12:14 |
randomresult |
but it does not show up |
| 12:15 |
randomresult |
if i use 10.value = hello hello shows up |
| 12:15 |
HardPhuck |
then this is a TS error not a TV one |
| 12:15 |
randomresult |
:) well yes |
| 12:15 |
randomresult |
but TS in TV |
| 12:16 |
HardPhuck |
yea |
| 12:16 |
RAAT |
teppi|work: Can you tell me the solution plz? |
| 12:16 |
randomresult |
the question is, is the editing typ3 None ok for this |
| 12:16 |
randomresult |
so TV |
| 12:16 |
randomresult |
and then is the TS correct |
| 12:16 |
teppi|work |
RAAT, im not really sure whether the t3 backend can handle this by default |
| 12:17 |
red_sky |
hi everybody |
| 12:17 |
randomresult |
hi red_sky |
| 12:17 |
red_sky |
who can help me |
| 12:17 |
randomresult |
HardPhuck : u have an idea how to access the headerfield? |
| 12:17 |
ZioCorto |
nobody |
| 12:17 |
HardPhuck |
randomresult: i was just thinking about that |
| 12:17 |
randomresult |
red_sky simply ask ur question |
| 12:18 |
HardPhuck |
field = header is wrong |
| 12:18 |
red_sky |
i need help try to get phpmyadmin |
| 12:18 |
RAAT |
I am facing problem at BE |
| 12:18 |
red_sky |
:) |
| 12:18 |
randomresult |
red_sky it is an extension for T3 |
| 12:18 |
red_sky |
ok |
| 12:18 |
red_sky |
i try get phpmyadmin |
| 12:18 |
randomresult |
simply go to the extension manager and import it from the ter |
| 12:18 |
RAAT |
It is not handling bydefault |
| 12:18 |
randomresult |
HardPhuck but it aktually is the header fild in the DB |
| 12:18 |
red_sky |
i have typo3 version 4.2.3 |
| 12:19 |
HardPhuck |
hmm |
| 12:19 |
red_sky |
yes i get it import |
| 12:19 |
teppi|work |
RAAT, are you german |
| 12:19 |
red_sky |
also |
| 12:19 |
teppi|work |
? |
| 12:19 |
teppi|work |
i found some workarounds in german |
| 12:19 |
RAAT |
yes |
| 12:19 |
red_sky |
he requested URL /typo3conf/ext/phpmyadmin/res/phpMyAdmin-3.1.3.1-all-languages/y/typo3/index.php was not found on this server. |
| 12:19 |
randomresult |
red_sky: try to reload the backend |
| 12:19 |
HardPhuck |
randomresult: how many fields does your FCE have? |
| 12:19 |
randomresult |
or logout and log in and try again |
| 12:19 |
teppi|work |
RAAT, http://www.eur-ops.com/linux-und-typo3-enterprise-cms/typo3-extensions/date-time-problem.html |
| 12:19 |
HardPhuck |
only one? |
| 12:20 |
randomresult |
well... i can paste the xml |
| 12:20 |
randomresult |
to give u an idea |
| 12:20 |
red_sky |
he requested URL /typo3conf/ext/phpmyadmin/res/phpMyAdmin-3.1.3.1-all-languages |
| 12:20 |
HardPhuck |
ok |
| 12:20 |
teppi|work |
RAAT, http://www.pi-phi.de/126.html |
| 12:20 |
red_sky |
y/typo3/index.php was not found on this server. this file is not insider but |
| 12:21 |
RAAT |
I cann't understand german? |
| 12:21 |
randomresult |
http://paste.phlogi.net/-93a644c0bc/ |
| 12:21 |
red_sky |
ok |
| 12:21 |
teppi|work |
oh i thought you are |
| 12:22 |
randomresult |
HardPhuck on the bottom |
| 12:23 |
HardPhuck |
so you want to display title of the page? |
| 12:23 |
teppi|work |
RAAT, but you should understand the second link i think .. sry no more time |
| 12:23 |
HardPhuck |
ah no i see you want to display title of that FCE |
| 12:24 |
randomresult |
yes |
| 12:25 |
randomresult |
any idea? |
| 12:27 |
HardPhuck |
try 10.setContentToCurrent = 1 |
| 12:27 |
RAAT |
thanks for your time |
| 12:28 |
HardPhuck |
10.field = header |
| 12:28 |
randomresult |
10 = TEXT 10.setContentToCurrent = 1 10.value.field = header |
| 12:28 |
randomresult |
this does not work |
| 12:29 |
HardPhuck |
without value |
| 12:29 |
randomresult |
tried that too |
| 12:34 |
HardPhuck |
random result then i'm out of ideas, sorry |
| 12:34 |
HardPhuck |
try the mailing lis |
| 12:34 |
randomresult |
ok |
| 12:34 |
HardPhuck |
list |
| 12:34 |
randomresult |
thx |
| 12:34 |
randomresult |
maybe i try a select |
| 12:35 |
randomresult |
i will post if successful :) |
| 12:37 |
animan |
hi. anyone knows what might cause the multimedia element not to render anything to the page? i've addad an mp3 file there but for some reasons that multimedia player just doesn't show up |
| 12:47 |
pmk65 |
animan: the multimedia element is pretty useless. If you want MP3 on your site, you should get one of the MP3 specific plugins instead. |
| 12:48 |
pmk65 |
randomresult: There's no TS like: 10.value.field = header it should be 10.field = header |
| 12:49 |
pmk65 |
also the 10.setContentToCurrent = 1 is useless in this context.. |
| 12:50 |
animan |
hmm, i should try, thanks |
| 12:50 |
randomresult |
pmk65 i tried allthis |
| 12:50 |
randomresult |
10 = TEXT 10.current = 1 10.required = 1 10.data = field:header |
| 12:51 |
randomresult |
this is what i tried right now |
| 12:51 |
randomresult |
but it does not work too |
| 12:51 |
pmk65 |
You want to access the headerfield OUTSIDE of the FCE? |
| 12:51 |
randomresult |
yes |
| 12:51 |
pmk65 |
ok. That's a bit trickier.. |
| 12:51 |
randomresult |
you did it? |
| 12:52 |
pmk65 |
You first need to find the id of your FCE/CE, and then do a lookup in the DB. |
| 12:52 |
randomresult |
hmmm current = 1? |
| 12:53 |
pmk65 |
current=1 is used for getting the value of the local FCE field. |
| 12:53 |
randomresult |
you have an example? |
| 12:54 |
pmk65 |
let me see if I can find something. |
| 12:55 |
randomresult |
thx |
| 12:58 |
randomresult |
pmk65 |
| 12:58 |
randomresult |
i have something |
| 12:58 |
pmk65 |
randomresult: -> http://paste.phlogi.net/-e87786b697/ |
| 12:58 |
randomresult |
very simple :10.data = register:tx_templavoila_pi1.parentRec.header |
| 12:59 |
pmk65 |
yup. that was the same as what I posted :) |
| 12:59 |
randomresult |
just found it... |
| 14:00 |
Gerhard |
Hi all |
| 14:02 |
Gerhard |
what is the most up-to-date TYPO3 release that can run on a server with PHP 4.2.3? |
| 14:08 |
Gerhard |
or asked in another way: is there anything like a TYPO3 / PHP / MySQL compatibility matrix? |
| 14:12 |
randomresult |
Gerhard: i never saw a matrix |
| 14:15 |
randomresult |
pmk65 still there? |
| 14:15 |
pmk65 |
yes |
| 14:16 |
randomresult |
now i have anther problem with the fce |
| 14:16 |
randomresult |
as u know, im working with tv |
| 14:16 |
randomresult |
now i have a multilanguage site |
| 14:16 |
randomresult |
im able to translate everything |
| 14:16 |
randomresult |
but not the headline |
| 14:16 |
randomresult |
;;( |
| 14:20 |
randomresult |
sometimes i dont like tv |
| 14:20 |
randomresult |
oder better... i havent understood languages in TV |
| 14:20 |
randomresult |
well |
| 14:20 |
randomresult |
not all |
| 14:21 |
pmk65 |
There's 2 language tags you can add to the XML. One shows translation of child elements. |
| 14:21 |
randomresult |
i have them |
| 14:21 |
pmk65 |
Im no expert in those either, but one of them makes the fce work a bit like localized CE's |
| 14:22 |
randomresult |
but this does not change the things for the headline |
| 14:26 |
pmk65 |
the headline is outside the FCE, so you have limited control of that one. |
| 14:32 |
MarwolTuk |
hello out there! :-) |
| 14:36 |
MarwolTuk |
i'struugeling with tt_news - i'm trying to get na extra code working, and i've even managed that it is availible in flexform, and is saved, but i have problems getting the extraCodesProcessor-function working... (yes, its inside a class, and the classname is inserted als string in the $TYPO3_CONF_VARS['EXT']['EXTCONF']['tt_news']['extraCodesHook'] array) |
| 14:36 |
MarwolTuk |
someone here who could help me with this? |
| 15:15 |
jigal |
hi folks! |
| 15:15 |
just2b |
anyone knows if textarea is possible in ext_conf_template.txt or constants? |
| 15:17 |
jigal |
just2b: what do you want to do with textarea in that file? |
| 15:18 |
just2b |
being able to have more then 1 line... |
| 15:18 |
pmk65 |
just2b: don't think so. There's a doc somewhere that describes the config/constant values, but I can never find it when i need it.. |
| 15:19 |
jigal |
a multi-line value? hmm.... |
| 15:19 |
just2b |
yeah, e.g. for my rggoooglemap > setting the keys for different domains.. keys are very long.. 1 line is just crazy.. |
| 15:20 |
just2b |
... its always the same... what i need is never there... :( |
| 15:22 |
pmk65 |
http://typo3.org/documentation/document-library/core-documentation/doc_core_tstemplates/0.0.1/view/2/5/ |
| 15:22 |
pmk65 |
that's the doc on the config/constant values |
| 15:22 |
just2b |
thx |
| 15:23 |
pmk65 |
but there's a better one, describing each of the "field" types. I know I have it bookmarked somewhere. |
| 15:24 |
just2b |
hehe it is in dmitris book too.. whcih is in the company.. but i am just exploring the user funciton which is available there |
| 15:26 |
jigal |
Have a problem with getting Dutch output from sr_feuser_register and felogin :-( config... is correctly configured (tt_news uses Dutch dates and Dutch labels), but these two don't want to co-operate... |
| 15:26 |
jigal |
Yes, I downloaded the Dutch language stuff from the translation server. |
| 15:26 |
just2b |
translanation manager done after installing the exts? |
| 15:28 |
jigal |
Yes, I ran it a few times... let me check file system permissions... those sysadmins have strange ideas about permissions.... |
| 15:28 |
just2b |
just check if the dir is there in typo3conf/l10n |
| 15:29 |
ndee |
hi there, does anyone have experience with realURL and redirects? My installation contains around 36 sites. The first site is www.domain.com and the other 35 sites should be reachable thru www.domain.com/foo, www.domain.com/bar, etc. How can I achieve that? I somehow can't get it to work with RealURL. I guess I'm supposed to used the fixedPostVars, anyone got experience with that? |
| 15:29 |
just2b |
better is to redirect in htaccess |
| 15:30 |
jigal |
damn! no trace of an felogin or sr_feuser_register folder in typo3conf/l10n/nl/ :-( |
| 15:30 |
jigal |
thanks for the extra brains! |
| 15:30 |
ndee |
just2b: but somehow, I would have to change the rootpage_id in the realurl.conf no? |
| 15:32 |
ndee |
because domain.com/foo has another rootpage_id than domain.com/bar. |
| 15:32 |
just2b |
i guess so yes |
| 15:32 |
just2b |
sry no |
| 15:32 |
just2b |
because it is still the same domain |
| 15:33 |
ndee |
but the trees are next to each other. Site domain.com/bar is NEXT to domain.com, not under domain.com |
| 15:36 |
just2b |
why not crrate 1st page and put all domains inside there.. then shouldn be a prob at all |
| 15:36 |
ndee |
just2b: true. That would make it alot easier. |
| 15:37 |
just2b |
ok there is the type user |
| 15:42 |
jigal |
Just double checking, but I should see a typo3conf/l10n/nl/sr_feuser_register/ directory after running the Translation handling tool in EM? It does report "OK" for all available extensions after checking the status... |
| 15:43 |
just2b |
if there is a translation on translation sever, yes.. |
| 15:43 |
just2b |
try it on a different server with same exts installed |
| 15:44 |
jigal |
Where is that "OK" in the list after [Check status against repository] based upon? |
| 15:45 |
just2b |
dont know for sure, sry |
| 15:45 |
just2b |
and by the wway, the textarea works great... |
| 15:46 |
just2b |
i guess i need to create another ext just for that ;9 |
| 15:48 |
ndee |
is there a way to prepend a "/" before an image in tt_news? The picture in tt_news is linking to "uploads/tt_news/..." but now, the pictures don't show anymore when I'm on domain.com/foobar. |
| 15:49 |
just2b |
add the / to your baseURL |
| 15:51 |
ndee |
just2b: but then, the links don't work anymore because they link to domain.com/thepage instead of domain.com/foobar/thepage :D |
| 15:52 |
just2b |
set the path of the first page to foobar and everything is fine |
| 15:53 |
ndee |
just2b: which path exactly? |
| 15:54 |
just2b |
Speaking URL path segment: |
| 15:54 |
ndee |
just2b: I did change that to "foobar" |
| 16:05 |
lubosz |
hi |
| 16:06 |
lubosz |
which tca config type should i choose for integer values? |
| 16:06 |
just2b |
text > valid for int |
| 16:07 |
just2b |
pmk, still there? |
| 16:09 |
pmk65 |
yes |
| 16:10 |
lubosz |
hmk |
| 16:10 |
lubosz |
which sql type has to be set for a eval = int input field? |
| 16:11 |
lubosz |
i sql errors when i try posting a value |
| 16:11 |
lubosz |
empy sql errors... |
| 16:11 |
just2b |
i will write an ext which will enable you everything you want inside the constant editor or em settings... there is a nice hook i cna use... do you have some things in your mind which you always miss? |
| 16:12 |
pmk65 |
not at the moment, but Im pretty sure that there was one thing I was missing. I'll check my files when I get home from work. |
| 16:13 |
just2b |
you can also do a pge selector ;) |
| 16:15 |
lubosz |
2: SQL error: '' () |
| 16:15 |
lubosz |
what does that mean? |
| 16:15 |
lubosz |
i believe the tca conf does not match the sql type |
| 16:16 |
lubosz |
what would be valid for input eval = int? i got int(11) in mysql |
| 16:16 |
just2b |
sry i dont know what you have and what you did |
| 16:16 |
lubosz |
i added a value to a table |
| 16:16 |
lubosz |
it should be integer |
| 16:16 |
just2b |
with the kickstarter |
| 16:17 |
lubosz |
this is the tca conf http://pastebin.com/m6ac73e59 |
| 16:17 |
lubosz |
no, i dont use kickstarter |
| 16:17 |
lubosz |
i have more fun writing boilerplate code |
| 16:17 |
just2b |
use it and you get the correct output |
| 16:18 |
just2b |
yeah but i dont wanna be part of your "fun" if there is a simple way |
| 16:18 |
lubosz |
i broke my custom stuff when i edited exts afterwards |
| 16:18 |
just2b |
or check out what kickstarter does and you can adopt your code |
| 16:18 |
lubosz |
k |
| 16:18 |
just2b |
yeah because it is a starter, not an editor |
| 16:18 |
jigal |
hmm... the .zip's from the translation server were stored in typo3temp. apparently the routine assumed that up-to-date zips means that the translations are also installed :-S |
| 16:18 |
lubosz |
so its started a long time ago |
| 16:19 |
lubosz |
thats why i cant use it anymoe |
| 16:40 |
_pedda_ |
cu all |
| 16:41 |
jigal |
bye |
| 16:46 |
MarwolTuk |
typo is somehow strange.. |
| 16:47 |
beli |
why? |
| 16:48 |
MarwolTuk |
it loads the extension tt_news, and runs tx_ttnews->main_news($content, $conf) before it runs localconf.php :-P |
| 16:49 |
MarwolTuk |
i expected that localconf should be exexuted nearly as first... |
| 16:50 |
beli |
hmm would make sense |
| 16:51 |
jigal |
MarwolTuk: how did you come to this conclusion? |
| 16:55 |
MarwolTuk |
oh, sorry, i'm wrong... |
| 16:56 |
MarwolTuk |
had some logical error on testing :-P |
| 16:56 |
MarwolTuk |
it's like it's supposed to be... |
| 16:57 |
jigal |
Right in the beginning of index.php is a require('init.php'); init.php initializes a few constants and calls config_default.php; this includes localconf.php :-P |
| 16:57 |
jigal |
It's weekend for me!!! :-D Have a nice weekend! |
| 17:23 |
randomresult |
someone knows how to replace the default icon for pages in the templateselection of TV? |
| 17:42 |
beli |
randomresult: right click on it...find the filename and its location...replace it |
| 18:14 |
ndee |
I have currently site domain.com/foobar/, which is also a rootpage of a website. When I now link(pi_linkTP) from domain.com/foobar/ to a page on domain.com (which is not under foobar), the URL doesn't get generated correctly. Is this a known problem? |
| 18:14 |
ndee |
it generates domain.com/foobar/PAGE instead of domain.com/PAGE |
| 18:28 |
ndee |
typolinkEnableLinksAcrossDomains and typolinkCheckRootline are also set. |
| 19:00 |
mike_jan |
Hey.... |
| 19:01 |
mike_jan |
I got a question. I got a mistake: Destination path "*" was not within your mountpoints! |
| 19:01 |
mike_jan |
While I was uploading a picture from my home to the internet. |
| 19:02 |
mike_jan |
with TYPO3, I'm very new, and I'm not the admin! |
| 19:02 |
mike_jan |
I think in there, I don't habe enogh rights to upload, isn't it? |
| 19:03 |
mike_jan |
maybe you all are able to tell me, where in Internet I'll be able to found the answer, if you've got no time anyway... |
| 19:04 |
HardPhuck |
ask the administrator |
| 19:05 |
mike_jan |
yes, I did. But he wasn't able to fix it. He's new too, I think |
| 19:05 |
mike_jan |
Is it the fault of the rights? |
| 19:12 |
TaucherMK |
mike_jan: where and how do you upload the picture? |
| 19:13 |
mike_jan |
well, the admin gave me a usernam, password and the url. Wenn I contact there, I'm able to use TYPO3 to configure a homepage |
| 19:14 |
mike_jan |
there I wanted to create a new part of a page, so I did, choose it with a picture. |
| 19:15 |
mike_jan |
wrote the text and then the pic. But it didn't work with the pic! |
| 19:15 |
mike_jan |
there I got the misstake, which I have posted here |
| 19:15 |
TaucherMK |
so try to add the pic in the fileadmin to see if you have general write access |
| 19:15 |
mike_jan |
upperside |
| 19:15 |
mike_jan |
ok, I wanna try |
| 19:17 |
TaucherMK |
i guess you have no access to the install tool? (that would be easier ;-) |
| 19:17 |
mike_jan |
I think your right! |
| 19:17 |
mike_jan |
no access |
| 19:19 |
mike_jan |
ok... I got the answer! In the left of my open TYPO3 here, there is a folder: MEDIA and in there: Files. I'm not able to open it, so it would be, that I'm not able to have the gernal write access |
| 19:20 |
mike_jan |
So, I think, my admin should configure my right as a user, then I'll be able to work better with that... |
| 19:30 |
mike_jan |
thank U anyway! |