| 08:31 |
BejjWrk |
morning |
| 08:43 |
PiMB |
morning all! |
| 11:23 |
xaver |
Hi, we addet a checkbox to "Edit page properties" "Extended" -> Logoview. Now we try to to use this setting in TypoScript. if(logoview == 1) overriede content... |
| 12:22 |
pmk65 |
xaver: You want to use that field in conditions? |
| 12:50 |
xaver |
pmk65: sry i was in lunch brack |
| 12:51 |
pmk65 |
[globalVar = TSFE:page|logoview = 1] |
| 12:52 |
paul42 |
hey. how can I tell RTE to leave my img-tags alone? that rtemagic-thing is only causing problems... |
| 12:53 |
xaver |
pmk65: 1 moment i will try it |
| 12:53 |
xaver |
:) |
| 12:54 |
pmk65 |
xaver: remember to add a [end] or [global] after your confdition. |
| 13:03 |
xaver |
pmk65: THX |
| 13:05 |
xaver |
big thx |
| 13:26 |
tPl0ch |
hey there, I have a problem uploading files with filelist |
| 13:26 |
tPl0ch |
"2: The upload has failed, no uploaded file found!" that's the error I get, although everything (owner/groups/permissions) is alright |
| 13:52 |
tPl0ch |
bah |
| 13:55 |
webonaut |
tPl0ch: you can define a folder where the files in php should be uploaded before the move_uploaded_file function is called |
| 13:55 |
webonaut |
tPl0ch: normale it's /tmp/ |
| 13:55 |
tPl0ch |
webonaut, why is it working with other typo3 installationsd |
| 13:55 |
webonaut |
tPl0ch: enable display_errors and error_reporting so you can see the real PHP error, it helps much more |
| 13:55 |
webonaut |
tPl0ch: because typo3 is great ;-) we have over 250 typo3 with working upload |
| 13:56 |
webonaut |
tPl0ch: there has to be something wrong on your installation |
| 13:58 |
tPl0ch |
webonaut, I have display_errors set to one, still the same error |
| 13:59 |
webonaut |
tPl0ch: the error you copied is a typo3 error, I need the php error with the file and number of line in php |
| 13:59 |
webonaut |
tPl0ch: there has to be some notice or warning, not a fatal, but at least a warning |
| 14:01 |
tPl0ch |
webonaut, should that be printed to screen or written to logs? btw, where are the t3 logs anyway |
| 14:07 |
tPl0ch |
ah well, I don't get those errors at all |
| 14:07 |
tPl0ch |
only the one typo3 error is printed |
| 14:07 |
tPl0ch |
no PHP Warning whatsoever |
| 14:09 |
pmk65 |
tPl0ch: What TYPO3 version? 4.3.x ? |
| 14:09 |
tPl0ch |
4.3.1 |
| 14:09 |
tPl0ch |
pmk65, ^ |
| 14:10 |
pmk65 |
the new AJAX upload doesn't work in FireFox. |
| 14:10 |
tPl0ch |
lol |
| 14:10 |
tPl0ch |
is there an update in the making? |
| 14:10 |
pmk65 |
Go to the User Settings, and disable the AJAX feature, then the upload works. |
| 14:11 |
pmk65 |
And then install ameos_dragndropupload instead. It works much better. |
| 14:12 |
pmk65 |
It was broken in 4.3.0 too.. |
| 14:12 |
tPl0ch |
pmk65, with ajax feature you mean the flash upload config checkbox? |
| 14:15 |
pmk65 |
Enable Flash Uploader (requires Flash 9+) |
| 14:15 |
pmk65 |
disable that. |
| 14:15 |
tPl0ch |
pmk65, no, still doesn't work |
| 14:16 |
tPl0ch |
installed cclog |
| 14:16 |
tPl0ch |
found a bug in the source |
| 14:18 |
tPl0ch |
pmk65, the only message I get is " The upload has failed, no uploaded file found! (msg#2.1.106)" |
| 14:18 |
DavidG |
Hello everyone :-) I'm building a plugin where I need to create an array which contains the pid numbers for every page in a site. This is for a multi domain installation. I'm guessing that I need some function that will work from the page where the plugin is installed up to the site root where the site template is held, and then back down recursively to find all the pages in the site. As wonderful Typo3 seems to have the ability to everything if you just |
| 14:18 |
tPl0ch |
pmk65, the devlog doesn't show me any PHP warnings / errors |
| 14:19 |
tPl0ch |
with disabled flash uploader as well |
| 14:21 |
pmk65 |
DavidG: You'll have to make a recurcieve function that collects the ids. |
| 14:25 |
webonaut |
it's a flash based upload I tink? |
| 14:27 |
DavidG |
pmk65: Thanks. :-) |
| 14:27 |
hvnqke_work |
when there is a syntax error in a Typo3 extension, it is output in a big orange box with a backtrace below it. how does Typo3 do this? according to the PHP docs, set_error_handler doesn't work on parse errors. |
| 14:33 |
tPl0ch |
webonaut, pmk65: Well, I found the error. In my vhost.conf the /tmp folder was missing from the open_basedir value and as well I also set upload_tmp_dir to typo3temp |
| 14:49 |
OpenTokix |
Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL <-- where should this file be created? |
| 14:55 |
phil1 |
OpenTokix as said in typo3conf .... create file ENABLE_INSTALL_TOOL |
| 14:55 |
hvnqke_work |
OpenTokix, in typo3conf |
| 14:55 |
OpenTokix |
I dont have that folder inside the dokument root |
| 14:55 |
OpenTokix |
document root |
| 14:55 |
hvnqke_work |
what do you have? |
| 14:56 |
OpenTokix |
http://www.pastebin.com/d4d76db56 |
| 14:57 |
pmk65 |
OpenTokix: Select "User settings" in the left menu. Then under the "Adminfunctions" tab you can create the file. |
| 14:58 |
OpenTokix |
How do I log in to the site? |
| 14:59 |
OpenTokix |
I tried /admin but nothing |
| 15:00 |
hvnqke_work |
/typo3 |
| 15:00 |
hvnqke_work |
but you're clearly missing stuff, if typo3 is all you've got |
| 15:00 |
hvnqke_work |
what's inside the typo3-folder? |
| 15:00 |
OpenTokix |
lots of php files |
| 15:01 |
hvnqke_work |
ah. you only have the source, you don't have a dummy |
| 15:01 |
hvnqke_work |
you need to install the dummy package from typo3.org as well |
| 15:02 |
OpenTokix |
this is a running site, and the dummy-stuff was already installed |
| 15:02 |
hvnqke_work |
then you have the actual site somewhere else, because this is only the source |
| 15:03 |
OpenTokix |
I have no idea how it's installed |
| 15:04 |
atmos4 |
OpenTokix: what's one directory above the typo3 dir? |
| 15:05 |
OpenTokix |
http://www.pastebin.com/d16390a7e |
| 15:05 |
OpenTokix |
oh, the symlinks don't show |
| 15:06 |
atmos4 |
well there's your typo3conf dir |
| 15:06 |
OpenTokix |
http://www.pastebin.com/m6a702b98 |
| 15:06 |
OpenTokix |
I created that myself |
| 15:07 |
atmos4 |
strange, shouldn't be able to run without it |
| 15:07 |
atmos4 |
maybe someone deleted it accidentally |
| 15:08 |
atmos4 |
typo3conf has all the locally instaleld extensions and the main config localconf.php in it |
| 15:09 |
atmos4 |
in this state the typo3 shouldn't be able to access the database or do anything useful |
| 15:12 |
OpenTokix |
And now the install tool-password does not work |
| 15:13 |
mmm2m |
Hi! I'd like to use salted passwords for FE login. All manuals start with "install rsaauth ...". But this extension is not available in TER |
| 15:17 |
PiMB |
I believe there is an option in 4.3.x to use salted from the box. |
| 15:17 |
PiMB |
not sure though.. |
| 15:18 |
PiMB |
but might be in the ext. manager without you knowing. |
| 15:18 |
atmos4 |
installtool password can be set in localconf php |
| 15:18 |
OpenTokix |
atmos4: I have two localconf, changed in both - none work |
| 15:18 |
atmos4 |
just type a new one into installtool and it'll give you the password hash |
| 15:18 |
atmos4 |
then copy that hash into localconf.php |
| 15:19 |
atmos4 |
the last line with the password is the one used |
| 15:19 |
atmos4 |
(there are usually multiple entries, with the default being joh316 i think |
| 15:20 |
OpenTokix |
I did that |
| 15:22 |
atmos4 |
you could also remove all but the first password line in the file and try joh316 |
| 15:22 |
OpenTokix |
I think there is some rewrite-problem, sinceI have to write site.domain.com/typo3/typo3/ to get to the backend |
| 15:24 |
atmos4 |
yea that's strange |
| 15:24 |
atmos4 |
or symlink püermission problem |
| 15:25 |
atmos4 |
check if followsymlinks is enabled or maybe it's set to followsymlinksifownermatch |
| 15:25 |
atmos4 |
currently the symlinks are owned by root |
| 15:25 |
atmos4 |
you could try chmod -h www-data:www-data typo3 |
| 15:26 |
OpenTokix |
it is |
| 15:26 |
atmos4 |
and same for typo3_src symlink |
| 15:28 |
OpenTokix |
wooohooo! |
| 15:28 |
OpenTokix |
it had a installtoolpassword further down in the file |
| 15:29 |
atmos4 |
yea thast's what I meant with the last line is used |
| 15:31 |
OpenTokix |
Now when I upgraded to 4.3.1 I got total backend brekage |
| 15:37 |
atmos4 |
that's not really a useful description |
| 15:37 |
atmos4 |
but you should clear the browsercache |
| 15:38 |
atmos4 |
also there's an upgrade wizard in the install-tool that you should follow after backing up your database |
| 15:39 |
OpenTokix |
I did the upgrade |
| 15:39 |
OpenTokix |
frontend looks good |
| 15:39 |
OpenTokix |
install seems to work |
| 15:39 |
OpenTokix |
backend seems to lost all its formatting, only like blue links and white background |
| 15:41 |
OpenTokix |
rSeems I am stuck in a loop where it say I am still 4.2, I click the update and it say "Success" andthen after that it want to do something with CSS Styled Content htmlspecialchars in menu content and then it again say I am 4.2 |
| 15:48 |
mmm2m |
PiMB: You're right: I just had to add "$TYPO3_CONF_VARS['FE']['loginSecurityLevel'] = 'normal';" to localconf.php |
| 15:48 |
mmm2m |
It looks like that did the job... |
| 15:49 |
OpenTokix |
any suggestion to why the backend seems to lost all formatting, I have screenshot upon request |
| 15:53 |
atmos4 |
I'd check if localconf.php is writable by webserver/php |
| 15:54 |
OpenTokix |
http://random.0x7b8.net/pics/broken_typo3_backend.png |
| 15:55 |
OpenTokix |
yes, its writable |
| 15:55 |
atmos4 |
and clear browser cache and restart browser |
| 15:55 |
atmos4 |
also try deleting everything inside typo3temp |
| 15:56 |
atmos4 |
and make sure you access the backend through /typo3/ not /typo3/typo3/ |
| 15:56 |
atmos4 |
if that's not working check the rewrite rules |
| 15:56 |
atmos4 |
they should exclude typo3 dir |
| 15:57 |
atmos4 |
the screenshot shows it's either not loading the stylesheet or using an outdated one |
| 15:57 |
OpenTokix |
The requested URL /typo3/backend.php was not found on this server. |
| 15:57 |
atmos4 |
did you fix the permissions on the typo3 symlink? |
| 15:58 |
atmos4 |
also check access.log and error.log from apache to see what it's trying to access |
| 15:59 |
atmos4 |
you could also temporarily disable rewrite completely |
| 15:59 |
atmos4 |
eg moving .htaccess to _.htaccess |
| 16:06 |
OpenTokix |
done and done |
| 16:06 |
OpenTokix |
Still same, nothing in error-log more then whine about favicon |
| 16:14 |
Firefighter |
Hi, i've a Templavoila Content Element mapt in a DIV. After this i've created in TS a TMENU with temp.sidebar. How can i load temp.sidebar in the CE. Thanks |
| 16:25 |
OpenTokix |
atmos4: Your help is greatly appricated. Do you have any other suggestions? |
| 16:27 |
atmos4 |
well if it's not working for /typo3/ obviosuly something is wrong with the symlink or the webserver doesn't follow the symlink in which case it should log to error.log of apache |
| 16:27 |
atmos4 |
and if it doesn't find backend.php is shoudl at least log a 404 in access.log |
| 16:28 |
OpenTokix |
it finds it |
| 16:28 |
OpenTokix |
but the page is broken, did you look at the screenshot? |
| 16:28 |
atmos4 |
but the error you wrote said /typo3/backend.php not found |
| 16:28 |
OpenTokix |
ahh. yes |
| 16:29 |
OpenTokix |
in my docroot I have: typo3 -> typo3_src/typo3 |
| 16:35 |
OpenTokix |
ok, now /typo3/backend.php works |
| 16:35 |
OpenTokix |
but I the backend-page is sitll broken |
| 16:44 |
atmos4 |
well if it's not finding the css file, there should be a 404 logged |
| 16:45 |
atmos4 |
have you tried shift+reload of the backend in browser? |
| 16:45 |
atmos4 |
of course deleting cache and restarting the browser should also help |
| 16:45 |
atmos4 |
also if you can give me the url to the backend I could try and check if I get the same error |
| 16:46 |
atmos4 |
and analyze response header fromw ebserver |
| 16:48 |
OpenTokix |
Same error in google chrome |
| 16:58 |
OpenTokix |
From what I can see it is not even trying to read the stylesheet |
| 16:59 |
tPl0ch |
Is it possible to have different classes if a GMENU Item has no children? |
| 16:59 |
tPl0ch |
or better a different wrap |
| 16:59 |
OpenTokix |
I did a diff betweene backend.php on 4.2.11 to 4.3.1 and it seems its now try to read some global variable for the stylesheet |
| 17:00 |
OpenTokix |
<link rel="stylesheet" type="text/css" href="'.$GLOBALS['TBE_STYLES']['stylesheets'][$cssFileName].'" /> |
| 17:01 |
OpenTokix |
this line is missing from the backend.php in 4.3.1 |
| 17:01 |
atmos4 |
OpenTokix: you got an url to your backend or is it in private network? |
| 17:02 |
OpenTokix |
http://www.emediate.biz/typo3/index.php |
| 17:02 |
OpenTokix |
backend.php from 4.3.1 does not anywhere try to link the stylesheet |
| 17:03 |
OpenTokix |
Already that page is broken |
| 17:03 |
OpenTokix |
the login-page |
| 17:03 |
atmos4 |
for me the backend.php includes 9 stylesheets |
| 17:04 |
OpenTokix |
on that page? |
| 17:04 |
atmos4 |
I think you might be missing the default typo3 skin |
| 17:05 |
atmos4 |
on the login page it includes two stylesheets |
| 17:05 |
atmos4 |
were you using a custom skin with typo3 4.2? |
| 17:06 |
OpenTokix |
I dont think so |
| 17:06 |
OpenTokix |
But not sure, I doubt it |
| 17:06 |
OpenTokix |
Wehre do I get it? |
| 17:06 |
OpenTokix |
the default skin that is |
| 17:07 |
atmos4 |
it's a sysext |
| 17:07 |
atmos4 |
instaleld with typo3 |
| 17:07 |
atmos4 |
maybe it's not enabled |
| 17:07 |
atmos4 |
check for $TYPO3_CONF_VARS['EXT']['extList'] in localconf.php |
| 17:07 |
atmos4 |
it should include t3skin |
| 17:07 |
atmos4 |
check the last definition inside the config |
| 17:08 |
tPl0ch |
Does Typo3 GMENU support .otf font files? |
| 17:08 |
atmos4 |
tPl0ch: freetype supports opentype, so I'd give it a try |
| 17:09 |
OpenTokix |
atmos4: there is several of those lines, but the first one include t3skin |
| 17:09 |
atmos4 |
well does the last one aswell? |
| 17:09 |
atmos4 |
the last line overrides the first |
| 17:10 |
atmos4 |
so if it's not in the last you're screwed |
| 17:10 |
atmos4 |
you could just backup your localconf.php and delete all but the first extList definitions |
| 17:11 |
atmos4 |
but you'll have to reactivate all custome xtensions after that |
| 17:11 |
atmos4 |
because than it'll have only the standard extensions enabled |
| 17:11 |
atmos4 |
although this probably wouldn't hurt if your typo3conf dir was missing, you've lost all installed local extensions anyways |
| 17:12 |
atmos4 |
imho the best thing to do would be to restore typo3conf dir from a working backup |
| 17:15 |
OpenTokix |
seems the one I have is the one we had all the time |
| 17:15 |
OpenTokix |
so close =/ |
| 17:30 |
OpenTokix |
I am more and more certain there is something broken in 4.3.1 |
| 17:30 |
OpenTokix |
since it works perfectly if I symlink the 4.2.11 source as typo3_src |
| 18:26 |
Sandreas |
Hello. |
| 18:28 |
Sandreas |
I am trying to develop an extension to send mails in the backend for a really special issue and now i would like to place some configuration info (Serverconnection data). In which file or way i need to configure this? |
| 18:41 |
SEBAR |
I did a dummy extension with the kickstarter. How can I include it in my main template via TS? |
| 18:42 |
SEBAR |
I wrote the following code: lib.glossary < plugin.tx_mpglossary |
| 18:42 |
SEBAR |
but it gives me no output |
| 19:16 |
TheEternalAbyss |
is it possible to define another submenu for submenu items? |
| 19:17 |
TheEternalAbyss |
I'm not sure how to approach editing my TS to do so. I probably need t change my template too right? |
| 19:28 |
atmos4 |
OpenTokix: I'd also check permissions/ownership of the 4.3.1 folder compared to the 4.3.1 ones, but I think you're missing the t3skin |
| 19:29 |
OpenTokix |
Can I install t3skin by hand into the folder? |
| 19:30 |
atmos4 |
well I think you have the files it's just mnot loaded |
| 19:31 |
atmos4 |
although I just tried removing t3skin from the extlist of a local testserver and it still loaded the stylesheet |
| 19:31 |
OpenTokix |
It is loaded in localconf.php, right? |
| 19:31 |
atmos4 |
yes it's int he extList |
| 19:31 |
OpenTokix |
both lists have t3skin |
| 19:32 |
atmos4 |
it's located in typo3/sysext/t3skin/ |
| 19:32 |
OpenTokix |
yes |
| 19:33 |
atmos4 |
can you post your localconf (without database and admin pass) |
| 19:34 |
atmos4 |
I just tried removing t3skin and then the login page should be empty |
| 19:34 |
atmos4 |
so it must be sth else |
| 19:35 |
OpenTokix |
pastebin doesent allow as long lines |
| 19:38 |
atmos4 |
all the styles seem to be defined in $GLOBALS['TBE_STYLES']. maybe sth. messes with that array |
| 19:38 |
atmos4 |
have you tried disabling all extensions in typo3conf ? |
| 19:38 |
atmos4 |
eg mv typo3conf/ext typo3conf/ext_disabled |
| 19:39 |
atmos4 |
maybe you have some incompatible ext |
| 19:40 |
OpenTokix |
atmos4: http://pastebin.com/d237e2e66 |
| 19:40 |
OpenTokix |
there |
| 19:40 |
atmos4 |
plz try renaming typo3conf/ext and see if it helps |
| 19:40 |
atmos4 |
and remove the typo3conf/temp_CACHED_* |
| 19:41 |
OpenTokix |
/typo3conf/ext/static_info_tables/class.tx_staticinfotables_div.php) |
| 19:41 |
OpenTokix |
oh, progress! |
| 19:41 |
OpenTokix |
now it worked |
| 19:42 |
OpenTokix |
hmm |
| 19:42 |
OpenTokix |
and now when I moved it back |
| 19:42 |
OpenTokix |
it seems to work |
| 19:42 |
atmos4 |
well do this |
| 19:42 |
atmos4 |
update the exts that break it |
| 19:42 |
atmos4 |
ie move each ext form ext_disabled to ext and see if it breaks |
| 19:42 |
OpenTokix |
now the actual site broke tho |
| 19:42 |
atmos4 |
some extensions need to be upgraded for typo3 4.3 |
| 19:43 |
atmos4 |
yea of yourse, it needs the extensions |
| 19:43 |
atmos4 |
you coulkd also go back to 4.1 |
| 19:43 |
atmos4 |
with all the extensions |
| 19:43 |
atmos4 |
then upgrade them |
| 19:43 |
atmos4 |
and then go back to 4.3 |
| 19:43 |
OpenTokix |
hmm |
| 19:43 |
atmos4 |
4.2 not 4.1 |
| 19:43 |
OpenTokix |
now it seems I have to delete temp_CACHED* and then either site OR backend work |
| 19:44 |
atmos4 |
well it must be some incompatible ext |
| 19:44 |
OpenTokix |
19 extensions =/ |
| 19:44 |
atmos4 |
if you click import ine xtension magaer it fetches the newest extension list |
| 19:45 |
atmos4 |
after that go to check for extension updates or what it's named |
| 19:45 |
atmos4 |
tt_news update is a bit tricky though |
| 19:45 |
atmos4 |
I think the handling of the more link changed, so you might need to fix your templates |
| 19:45 |
atmos4 |
there's also an upgrade wizard for tt_news |
| 19:47 |
OpenTokix |
I can't login when I use the 4.2.11 |
| 19:48 |
atmos4 |
I think password hashing changed |
| 19:48 |
atmos4 |
you could create new admin user through install tool |
| 19:50 |
atmos4 |
you could also leave it at 4.3 and reinstall all the extensions |
| 19:50 |
atmos4 |
the data is still in the db so it doesn't really hurt |
| 19:51 |
atmos4 |
meaning create an empty typo3conf/ext, lookup the names of the old extensions from ext_disabled and reimport them through extension manager |
| 19:53 |
OpenTokix |
When i downgrade to 4.2.11 backend works, but I get a totaly white page instead of the site |
| 19:53 |
atmos4 |
probably because of the db upgrades already done |
| 19:54 |
atmos4 |
I think the css_Styled_content changed |
| 19:54 |
atmos4 |
and some other stuff |
| 19:54 |
atmos4 |
so that would bneed to be fixed inside your root template |
| 19:54 |
OpenTokix |
wonderful... |
| 19:54 |
atmos4 |
I haven't yet tried downgrading from 4.3 to 4.2 after db upgrade, so no idea if it works |
| 19:54 |
OpenTokix |
ok |
| 19:55 |
atmos4 |
you could however try the other path, of disabling all extensions and reinstalling them while staying at 4.3 |
| 19:55 |
OpenTokix |
going to try that now |
| 19:57 |
atmos4 |
hmm just tried on a local typo3 4.3.1 system downgrading it to 4.2.10 and it worked without problems |
| 19:57 |
atmos4 |
just switched the symlink |
| 19:57 |
OpenTokix |
Download compressed extension .T3X file <-- korrekt link? |
| 19:58 |
atmos4 |
what are you trying to achieve? |
| 19:58 |
OpenTokix |
downloading all extensions, so I can install them again |
| 19:59 |
atmos4 |
well just go to extension manager -> import extensions and enter the name of each extensioin and hit look up |
| 20:00 |
atmos4 |
downloading the old extension version would make no sense |
| 20:00 |
atmos4 |
because it would break again |
| 20:00 |
OpenTokix |
Can I download them directly from the ui? |
| 20:00 |
atmos4 |
sure |
| 20:00 |
atmos4 |
you're on 4.3 and logged into the backend? |
| 20:00 |
OpenTokix |
yes |
| 20:00 |
atmos4 |
ok and you moved away the content of your typo3conf/exte/ right? |
| 20:01 |
atmos4 |
ext |
| 20:01 |
OpenTokix |
yes |
| 20:01 |
atmos4 |
ok then just look at the folder names inside typo3conf/ext_backup/ or whatever you named it |
| 20:01 |
atmos4 |
and then paste those names into the import extensions dialog of extension manager |
| 20:02 |
atmos4 |
then it'll fetch the newest version from t3 repository |
| 20:02 |
OpenTokix |
nothing found |
| 20:02 |
OpenTokix |
oh, it only seaches compatible? |
| 20:02 |
atmos4 |
well go to settings in extension manager |
| 20:02 |
atmos4 |
and check "Enable extensions without security check" |
| 20:02 |
atmos4 |
if that's not enabled some extensioins will not be found |
| 20:03 |
OpenTokix |
nice, now im clicking - back in a bit with a sucess-story hopefully =) |
| 20:04 |
atmos4 |
for tt_news 3.0.1 there's an upgrade wizard, so you should make a db backup first |
| 20:04 |
atmos4 |
although in my experoience the old tt_news 2.5.2 works on 4.3 aswell |
| 20:05 |
OpenTokix |
mn_ff3_be_bugfix this one break it |
| 20:05 |
atmos4 |
yea that's pretty specific to a certain typo3 version |
| 20:05 |
atmos4 |
it shouldn't be needed even in 4.2.11 |
| 20:05 |
OpenTokix |
was on 4.1.1 before |
| 20:05 |
atmos4 |
ok |
| 20:06 |
atmos4 |
even latest 4.1 should have that bug fixed |
| 20:06 |
atmos4 |
it way a fix for ff inserting http://typo3 in front of urls in rte |
| 20:07 |
atmos4 |
abyways you can safely emit it with typo3 4.3 |
| 20:07 |
atmos4 |
you could now try moving back the rest of extensions form ext_backup just skip the ff3 fix one |
| 20:08 |
atmos4 |
still after that you shoulkd update all extensions to make sure they are typo3 4.3 compatible |
| 20:11 |
OpenTokix |
clicky clicking done |
| 20:11 |
OpenTokix |
seems to be working from my untrained eye |
| 20:11 |
OpenTokix |
wonderful |
| 20:11 |
OpenTokix |
atmos4: Thank you a million for WONDERFUL and crucial help |
| 20:12 |
atmos4 |
:-) |
| 20:14 |
atmos4 |
ok I'll be afk now |
| 20:16 |
OpenTokix |
me to |
| 20:20 |
TheEternalAbyss |
is it possible to define another submenu for submenu items? |
| 20:20 |
TheEternalAbyss |
I'm not sure how to approach editing my TS to do so. I probably need t change my template too right? |
| 20:31 |
TheEternalAbyss |
nobody knows? |
| 20:40 |
Sandreas |
where and how do i depose config vars for a self developed extension? |
| 20:41 |
Sandreas |
(a backend module with some config-options like "server") |
| 20:42 |
Sandreas |
And it would be great if somebody would take the time and help me with some other issues, that are longer to explain... |
| 20:43 |
Thasmo |
TheEternalAbyss, what do you mean? |
| 20:44 |
TheEternalAbyss |
well I have this... |
| 20:45 |
TheEternalAbyss |
I have 2 navigations defined in my template |
| 20:45 |
TheEternalAbyss |
lib.navigation and lib.subnavigation |
| 20:45 |
TheEternalAbyss |
now, the subnavigation is a vertical menu |
| 20:45 |
TheEternalAbyss |
with "products" and "services" and othe roptions |
| 20:45 |
TheEternalAbyss |
other options* |
| 20:46 |
TheEternalAbyss |
but products has also things to choose from, but they don't show up. I want my submenu menu to open another vertical submenu underneath "products" or whatever is clicked |
| 20:47 |
TheEternalAbyss |
or just display them statically if you are on that specific page (like the products page) |
| 20:47 |
TheEternalAbyss |
i hope the explaination made sense |
| 20:48 |
Thasmo |
I see. =o) Could you post your TS for the subnavigation somewhere? pastebin .etc. |
| 20:48 |
TheEternalAbyss |
sure |
| 20:49 |
TheEternalAbyss |
http://paste.phlogi.net/subsubnav/ |
| 20:49 |
TheEternalAbyss |
getting some caffeine, brb |
| 20:49 |
TheEternalAbyss |
k back |
| 20:50 |
Thasmo |
xD |
| 20:51 |
Thasmo |
Just a sec, I'll post you another example for a navigation. |
| 20:52 |
TheEternalAbyss |
:) thanks |
| 20:53 |
Thasmo |
You did just right, you just need to define another LEVEL of the menu. The object '1' is for the first level. Just define 2, or 3 for the second and third level. |
| 20:53 |
Thasmo |
Have a look at this: |
| 20:53 |
Thasmo |
http://www.phlogi.net/f/t3/tsp/sp/navigation-2/ |
| 20:55 |
Thasmo |
So basically you could try to copy level 1 to level 2 with: |
| 20:55 |
Thasmo |
lib.subnavi.2 < lib.subnavi.1 |
| 20:55 |
TheEternalAbyss |
what if i want a level 3? |
| 20:55 |
Thasmo |
The nesting of the UL/LIs won't be correct then, so you may use wrapItemAndSub |
| 20:55 |
Thasmo |
Then you can do the same: |
| 20:55 |
TheEternalAbyss |
for the subnav so it's independent of level 1 pages |
| 20:55 |
Thasmo |
lib.subnavi.3 < lib.subnavi.1 |
| 20:56 |
Thasmo |
Ah you mean independent ... |
| 20:56 |
Thasmo |
you may use special = directory |
| 20:57 |
TheEternalAbyss |
sorry i'm a bit confused |
| 20:57 |
Thasmo |
If your subnavigation should display a specific set of pages you could try special = directory or special = list |
| 20:57 |
TheEternalAbyss |
where would i put that in my TS? |
| 20:57 |
Thasmo |
xD Moment... |
| 20:57 |
TheEternalAbyss |
:) |
| 20:58 |
Thasmo |
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.4.0/view/1/7/#id2519597 |
| 20:58 |
Thasmo |
20 = HMENU |
| 20:58 |
Thasmo |
20.special = directory |
| 20:58 |
Thasmo |
20.special.value = 35, 56 |
| 21:00 |
TheEternalAbyss |
interesting |
| 21:00 |
Thasmo |
So, to add more levels to a menu you just use numbers, 1, 2, 3 and so on and for displaying specific pages or subpages you can use special directory or special list. |
| 21:00 |
TheEternalAbyss |
yea I think that should work |
| 21:01 |
TheEternalAbyss |
is it possible to leave out the special.value so it just pull sit from whatever uid's are there for that level 3 page? |
| 21:01 |
TheEternalAbyss |
pulls it* |
| 21:02 |
Thasmo |
Sorry, I don't get you. How would TYPO3 know with pages you want to display? |
| 21:02 |
Thasmo |
You may just use entryLevel = 2 or entryLevel = 3 |
| 21:05 |
TheEternalAbyss |
well the reason I wouldn't want to specify uid's is because I don't have a nice range. have uid's that are all over the place so I'd have to make a long list of ui'd like so special.value = 35, 82, 19, 100, etc etc |
| 21:05 |
Thasmo |
Just try this, and add it below your subnavi: lib.subnavi.2 < lib.subnavi.1 |
| 21:07 |
TheEternalAbyss |
k |
| 21:08 |
jazzdude^ |
hi. Any kind souls out there to help me with some rather basic setup problems with Typo3? |
| 21:08 |
TheEternalAbyss |
oh, nice |
| 21:09 |
TheEternalAbyss |
Thasmo, you are my new best friend XD |
| 21:09 |
Thasmo |
löl |
| 21:09 |
TheEternalAbyss |
Thank you so much! |
| 21:09 |
TheEternalAbyss |
i just have to adjust the color for the submenu items but that's no problem |
| 21:09 |
Thasmo |
I have birthday 365 days a year - what you're going to gift me today? xD |
| 21:09 |
TheEternalAbyss |
hahahaha |
| 21:09 |
Thasmo |
=oP |
| 21:09 |
TheEternalAbyss |
you must be very old :P |
| 21:10 |
TheEternalAbyss |
everyday a b-day hehe |
| 21:10 |
Thasmo |
Doh, nobody else there helping all you - just me. |
| 21:11 |
Thasmo |
Sandreas, Ihave no experience with backend modules, but I could maybe help you with other stuff. |
| 21:11 |
Thasmo |
jazzdude^, I can try. |
| 21:11 |
Sandreas |
Thasmo: Would be great! |
| 21:11 |
Thasmo |
@Thasmo: You need help to help? xD |
| 21:12 |
Sandreas |
Thasmo: German? |
| 21:12 |
jazzdude^ |
I have this issue with the default password both frontend and backend. I have just installed typo3 and the installation seems fine. The default password "joh316" doesnt work. |
| 21:12 |
Thasmo |
Sandreas, yes, but keep it englisch, if possible. |
| 21:13 |
Thasmo |
jazzdude, can you open the file typo3conf/localconf.php? |
| 21:13 |
Sandreas |
Thasmo: No problem, i just wondered about the *löl* |
| 21:13 |
Thasmo |
Sandreas, Austrian, to be correct. ;o) |
| 21:14 |
jazzdude^ |
yeah, i and i have checked the code and the encryption (or whatever) and it mathces |
| 21:14 |
Sandreas |
Thasmo: Ok, i would like to configure an Active Directory Connection for the Backend |
| 21:14 |
Thasmo |
jazzdude, youve checked the md5 phrase and it matches the md5 encoded joh316? |
| 21:14 |
Sandreas |
And this should be configureable via a config-file |
| 21:14 |
jazzdude^ |
exactly |
| 21:14 |
Thasmo |
You enabled cookies, jazzdude? |
| 21:15 |
Sandreas |
So, i have no idea how to manage this and access the config-vars in the backend module |
| 21:15 |
Thasmo |
Sandreas, I have no experience with active directory tho, but keep going. ;o) |
| 21:15 |
Sandreas |
Thasmo: Active Directory is not the point... i got everything working OUT OF TYPO3, but the integration is the problem |
| 21:16 |
Thasmo |
Sandreas, I'M not sure about backend modules, but I'm sure you may store settings in TypoScript? |
| 21:16 |
jazzdude^ |
Where should i do that, Thasmo? I havent done anything deliberately |
| 21:16 |
Thasmo |
jazzdude, I mean in your browser. |
| 21:16 |
jazzdude^ |
thought so. And ye |
| 21:16 |
jazzdude^ |
s |
| 21:16 |
Sandreas |
e.g. if i use $myObject->performADAuth($server, $user, $pass), i would like to centralize the $server-variable for the admin |
| 21:16 |
Thasmo |
jazzdude, do you get any error messages? |
| 21:17 |
Thasmo |
Sandreas, you mean making it configureable within a form or like? |
| 21:18 |
Sandreas |
Thasmo: Well not really. It would be cool, but there is no need for it. A central php-config-file would be ok |
| 21:18 |
Thasmo |
Sandreas, you may store it in TypoScript? |
| 21:19 |
jazzdude^ |
It only says the login information provided was wrong |
| 21:19 |
jazzdude^ |
as if the password was wrog |
| 21:19 |
Thasmo |
jazzdude, can you sniff the http request for the login? |
| 21:19 |
Sandreas |
Thasmo: What do you mean? |
| 21:19 |
jazzdude^ |
sniff? :) |
| 21:20 |
Thasmo |
Sandreas, you may want to store the password in TypoScript for the backend module? If you use a PHP file, you could just create any and include it where you need it. |
| 21:20 |
Thasmo |
jazzdude, inspect? xD |
| 21:21 |
Sandreas |
Thasmo: I just would like to know, how the common way is to configure such things... defining my own constants, using a typo3-config-array etc... |
| 21:22 |
jazzdude^ |
im not sure what ur asking with the http request? |
| 21:23 |
Thasmo |
Sandreas, I'Ve never written any backend extension yet, so I may be the wrong person for this - for normal config things I'd just use TypoScript to store it - for passwords etc. I'd include a PHP file - just a no brainer. Maybe someone else knows better. Sorry therefor. |
| 21:23 |
Thasmo |
Jazzdude, you may log the http request from the browser, which is sent to the server, to check what is sent - to check the username and password transfered to the server. |
| 21:24 |
Thasmo |
jazzdude, does this happen in all browsers? |
| 21:25 |
jazzdude^ |
I hope so. It would suck cock if i would have to use IE from now on :( |
| 21:25 |
Thasmo |
Sandreas, it's the default way of storing information/variables for frontend extensions: TypoScript. Those will then be accessible by a conf array inside the PHP classes. |
| 21:26 |
Sandreas |
Thasmo: Well, i think Backend-Modules are very special in this way |
| 21:26 |
Sandreas |
Perhaps you can help me with other questions |
| 21:26 |
Sandreas |
but i need some time to collect / check |
| 21:26 |
Thasmo |
Hopefully. :> |
| 21:26 |
Thasmo |
jazzdude, check? ;o) |
| 21:27 |
jazzdude^ |
yeah im trying :P - im a little new to this |
| 21:27 |
jazzdude^ |
only did some basic php/mysql programming before. This might be to big a mouthfull :D |
| 21:29 |
Thasmo |
Ah wait, where do you want to login? |
| 21:29 |
Thasmo |
in the backend or the install tool? |
| 21:29 |
jazzdude^ |
Login to the TYPO3 Backend |
| 21:29 |
Thasmo |
ah ok, therefor you need to create a new admin user. |
| 21:30 |
Thasmo |
there is no default user available from beginning. |
| 21:30 |
Thasmo |
you need to create one in the install tool. |
| 21:30 |
jazzdude^ |
that could be the problem :D |
| 21:30 |
Thasmo |
Did you already set up TYPO3 completely with the install tool? |
| 21:31 |
jazzdude^ |
it completed the 3 installation steps |
| 21:31 |
Thasmo |
ok |
| 21:31 |
Thasmo |
go to: http://yourhost.com/typo3/install/ |
| 21:32 |
jazzdude^ |
"Create a file typo3conf/ENABLE_INSTALL_TOOL" |
| 21:32 |
jazzdude^ |
i did that allrdy yesterday. grr |
| 21:32 |
Thasmo |
yes xD |
| 21:32 |
Thasmo |
it will delete the file after 1 hour for security reasons |
| 21:32 |
jazzdude^ |
ahh okay. |
| 21:32 |
Thasmo |
yesterday's nearly 22 hours ago ... so .. ;o) |
| 21:33 |
jazzdude^ |
yeah. i get the point xD |
| 21:33 |
Thasmo |
Hehe |
| 21:33 |
Thasmo |
jk xD |
| 21:36 |
jazzdude^ |
so where in the install tool do you create admins |
| 21:36 |
jazzdude^ |
? |
| 21:37 |
Thasmo |
Database Analyzer |
| 21:37 |
Thasmo |
-> Create "admin" user |
| 21:38 |
jazzdude^ |
i find it funny that there is no guide or anything following with the download |
| 21:38 |
jazzdude^ |
only a messy readme file |
| 21:39 |
Thasmo |
A new install tool is just beeing developed on, with a new GUI etc. |
| 21:39 |
jazzdude^ |
thanks Thasmo. That was the cure for that problem. |
| 21:39 |
Thasmo |
np |
| 21:40 |
jazzdude^ |
i found it hard to believe i can create anything with it, when i had this big problems installing it :D |
| 21:40 |
jazzdude^ |
i find* |
| 21:40 |
Thasmo |
just have a closer look at the install tool - also at the 'All configuration'. YOu may need to change something, if strange things happens. |
| 21:45 |
jazzdude^ |
I will. Thanks for your help |
| 21:45 |
Thasmo |
np |
| 21:51 |
Thasmo |
<-- away for some quake madness. |
| 22:27 |
jazzdude^ |
Thasmo, you back? |
| 22:29 |
PiMB |
quake madness usually takes more then 30 minutes mate ;) |
| 22:36 |
TheEternalAbyss |
omg..... |
| 22:36 |
TheEternalAbyss |
i upload images and Typo3 can't find any of my images anymore...even though they are still in the same directory |
| 22:36 |
PiMB |
bbq |
| 22:36 |
TheEternalAbyss |
wtf |
| 22:36 |
TheEternalAbyss |
;_; |
| 22:37 |
PiMB |
filerights? |
| 22:37 |
climb513 |
hmmm |
| 23:09 |
TheEternalAbyss |
hey PiMB, can you help me figure something out... |
| 23:09 |
TheEternalAbyss |
I was given this site I'm workign on and there's two links on the very very top of th epage to choose which version of the site you want (german or american) |
| 23:09 |
TheEternalAbyss |
for the life of me I can't figure out where to go to edit those links |
| 23:10 |
PiMB |
probably set in TS or in template hardcoded? |
| 23:10 |
TheEternalAbyss |
and they are present on every single page, wouldn't that mean that it's in the template? |
| 23:10 |
TheEternalAbyss |
yea exactly what i'm thinking, but I can't find it in the CS |
| 23:10 |
TheEternalAbyss |
er TS |
| 23:10 |
PiMB |
could be, or in TS |
| 23:10 |
TheEternalAbyss |
hmm.. i'll keep digging then |
| 23:11 |
TheEternalAbyss |
thanks |
| 23:11 |
PiMB |
no problem |
| 23:11 |
PiMB |
do you have ftp access? |
| 23:12 |
PiMB |
you could use something like totalcommander to search for a piece of the string via ftp |
| 23:15 |
TheEternalAbyss |
yea i do have ftp access |
| 23:15 |
TheEternalAbyss |
how do I do that? |
| 23:19 |
TheEternalAbyss |
i dunno...i can only find the links in the .html templates |