| 02:46 |
tjacobs |
3 |
| 03:54 |
TheEternalAbyss |
Hi there, I was wondering something. I've been given an entire website that works in typo3 to modify |
| 03:55 |
TheEternalAbyss |
How do I install it so it'll work? I tried to replace the dummy folder with it, but it produces a username, password error with the database so i can't get into the work area of typo3 |
| 03:55 |
TheEternalAbyss |
any suggestions? |
| 03:58 |
TheEternalAbyss |
? |
| 08:47 |
marcusli1d |
hi ho. |
| 08:47 |
MasterYin |
hey Everyone |
| 08:49 |
MasterYin |
which rights I have to give a BE-Usergroup so that they can configure the access to a page for different FE-Usergroups? |
| 08:50 |
marcusli1d |
I've set up a new website for an old client. I want to import the content from their old website though. I got the database from the old site. How do I do this? Which tables do I need to import? I want the whole pagetree and all content inside of it. |
| 08:51 |
MasterYin |
is it a multi-language-page? |
| 08:53 |
MasterYin |
marcusli1d: ? |
| 09:00 |
MasterYin |
got it... i needed an read-only database-access vor the sysfolder of my fe-usergroups |
| 09:02 |
MasterYin |
but the next questions is how to deny the access to some of the "access-Options" for a Page. So that BE-Usergroup1 only can configure access to FE-Group 1 & 2 |
| 09:06 |
marcusli1d |
MasterYin: No sorry |
| 09:06 |
marcusli1d |
It's not a multi-language-site |
| 09:10 |
MasterYin |
you just want the content and pages without taking care for user-right and so on? |
| 09:13 |
marcusli1d |
MasterYin: yes |
| 09:13 |
marcusli1d |
I want all pages and all the content of the pages |
| 09:13 |
marcusli1d |
and import them to the new site |
| 09:13 |
MasterYin |
I think only for the structure and the content (and the depending templates) it should be enough dumping tt_content, pages and sys_template |
| 09:13 |
marcusli1d |
OK but since I got another Data Structure |
| 09:14 |
MasterYin |
one question, is theire more than tt_content content? |
| 09:14 |
marcusli1d |
Nope |
| 09:14 |
MasterYin |
ok |
| 09:24 |
marcusli1d |
but I got another datastructure for the new site. So if I import the tt_content tables etc, how will Typo3 know where to put/publish all content? |
| 09:24 |
marcusli1d |
:s |
| 09:25 |
iaj |
hi there... litlle question, currently I got a gmenu as navigation, and I want to switch it to a HMENU... is it possible to have a HMENU with a image infront of the active first navigation level as well as a pic (=seperator) horizontically? |
| 09:25 |
MasterYin |
what do you want to express woth new datastructure? |
| 09:26 |
MasterYin |
i think it is possible... just check the reference |
| 09:55 |
PiMB |
morning BejjWrk |
| 09:55 |
PiMB |
how are things ;) |
| 10:02 |
BejjWrk |
PiMB: busy busy lol |
| 10:03 |
BejjWrk |
PiMB: and yourself ? |
| 10:03 |
PiMB |
same ol |
| 10:08 |
Prot0 |
morning' |
| 10:25 |
FloLeBlanc |
hi all |
| 10:25 |
Prot0 |
hey |
| 10:25 |
PiMB |
Hi FloLeBlanc |
| 10:40 |
howard |
hallo chan |
| 10:40 |
PiMB |
hi |
| 10:41 |
Prot0 |
hey |
| 10:46 |
howard |
anyone can give me advice |
| 10:46 |
howard |
some link or tutorial |
| 10:46 |
howard |
for using flexforms in fe plugin |
| 10:47 |
Prot0 |
http://wiki.typo3.org/index.php/Extension_Development,_using_Flexforms |
| 10:47 |
howard |
I find some resources, but I need a really good one |
| 10:48 |
howard |
what I want to do is |
| 10:48 |
Prot0 |
this shows you the basics |
| 10:48 |
Prot0 |
for more examples i suggest you take a look at extensions that use flexforms |
| 10:49 |
howard |
to make FE plugin, that will list some data |
| 10:49 |
howard |
trick is |
| 10:49 |
howard |
that if plugin is used in page A, some data will be listed (name, surname, zip) |
| 10:49 |
howard |
but If I use plugin is page B, other data will be listed (name, address, fax) |
| 10:50 |
howard |
and columns can bee added, deleted |
| 10:50 |
Prot0 |
do you know all the columns or can there be new ones? |
| 10:50 |
Prot0 |
in the future.. |
| 10:50 |
howard |
so at page C, you can ie. organize view so name, surname, addres, zip is shown |
| 10:50 |
howard |
or from page A, you can remove zip etc |
| 10:51 |
howard |
all is flexible and indipendent |
| 10:52 |
Prot0 |
so perhaps |
| 10:52 |
Prot0 |
something like powermail does? |
| 10:52 |
Prot0 |
with IRRE |
| 10:53 |
howard |
didn't use powermail a lot |
| 10:54 |
Prot0 |
but you know how it works right? |
| 10:54 |
paese |
got a flexform problem. when i edit my flexform xml, saving it, clearing caches etc etc, why for gods sake can't i acces my new values but still my old values (these before updating the flexform xml) ?? it's driving me crazy! |
| 10:55 |
Prot0 |
access in your plugin (code) or in the BE? |
| 10:55 |
paese |
plugin code |
| 10:56 |
paese |
via pi_getFFvalue |
| 10:56 |
howard |
Prot0: not really |
| 10:57 |
PiMB |
paese depends on the content element that you are loading in your plugin. |
| 10:57 |
howard |
the far as I got with flexforms are analysing TV mechanism |
| 10:57 |
paese |
PiMB i tried deleting and recreating the content element |
| 10:57 |
PiMB |
if you've build the flexforms, used them and now edited the flexform.xml the old content elements will still have the old xml array in there content element |
| 10:57 |
PiMB |
paese and the form in the CE does it look like it has the new fields or not? |
| 10:58 |
paese |
PiMB the forms are the same, i just changed the naming of them. but i also removed one field, so the CE looks right because that field isn't displayed |
| 10:58 |
Prot0 |
pease: did you update your CE? |
| 10:58 |
Prot0 |
;] |
| 10:58 |
paese |
Prot0 yes i did ;) |
| 10:59 |
Prot0 |
dont know if old values are deleted on save, but new ones should be added for sure |
| 11:01 |
paese |
its really strange |
| 11:01 |
paese |
before, the xml had a field "uid" .. anf now its renamed to "display" |
| 11:01 |
paese |
if i access "display" i get nothing, if i do the same with uid i get something. but there's no other uid field in there |
| 11:05 |
paese |
i'm going nuts.. |
| 11:06 |
paese |
okay, after clearing the cache 20 times, recreating the CE a third time and clearing the browser cache for the 5th time it works |
| 11:06 |
paese |
i hate it |
| 11:06 |
Prot0 |
:D |
| 11:09 |
PiMB |
Bye paese.. |
| 11:09 |
Prot0 |
lol |
| 11:14 |
Prot0 |
peace |
| 11:15 |
Prot0 |
last.fm should mix xmas music into my playlist after december.. |
| 11:15 |
PiMB |
it doesn't? |
| 11:15 |
PiMB |
accuradio let you play xmas music all year long |
| 11:17 |
Prot0 |
it does.. im not an x-mas mood anymore though |
| 11:17 |
PiMB |
so it should stop mixing it in? |
| 11:17 |
Prot0 |
amen |
| 11:18 |
PiMB |
then you're first phrase was off.. |
| 11:18 |
PiMB |
you're not making sense mate ;) |
| 11:20 |
MasterYin |
got a strange behavior of my T3-System... in IE8 my Fe-Usersession is canceled after a ew seconds again without logging out... why? |
| 11:21 |
sorenmalling |
Hi, I'm switching to Mac the 1. february as I start a new job as full time TYPO3 developer. Is there Mac users here that have any recommendations on what software to use? |
| 11:43 |
nzgr |
Hi - any extension developers here? |
| 11:43 |
Prot0 |
plenty |
| 11:43 |
nzgr |
splendid :) |
| 11:45 |
PiMB |
sure |
| 11:45 |
nzgr |
Im stuck with a project where I need to know the locale code of the default language: ie. da_DK if it is danish or en_GB if it is english... can anyone point me towards that? |
| 11:46 |
Prot0 |
working on nix? |
| 11:46 |
PiMB |
commandline access? |
| 11:46 |
PiMB |
do a locale -a |
| 11:46 |
Prot0 |
;] |
| 11:46 |
Prot0 |
damn u |
| 11:46 |
Prot0 |
:P |
| 11:47 |
nzgr |
in the extension php code |
| 11:47 |
Prot0 |
see what locales are installed on the server |
| 11:47 |
Prot0 |
with the command PiMB wrote |
| 11:47 |
nzgr |
not on the server. in typo3 |
| 11:48 |
PiMB |
Don't think it's possible to request the locales installed on the server. |
| 11:48 |
PiMB |
maybe trial and error will work? |
| 11:48 |
Prot0 |
da_DK sounds right though |
| 11:49 |
PiMB |
http://nl.php.net/localeconv |
| 11:49 |
PiMB |
localeconf() prints out the info of the current locale. |
| 11:49 |
nzgr |
hmm I think i am asking wrong. |
| 11:49 |
PiMB |
use setlocale to set another and check if there is info on that? |
| 11:49 |
PiMB |
then let's start again. |
| 11:49 |
PiMB |
Hi nzgr |
| 11:49 |
nzgr |
when t3 generates a page it does it in either the default language or a chosen one |
| 11:49 |
nzgr |
hi Pimp :) |
| 11:49 |
PiMB |
true |
| 11:49 |
nzgr |
sorry pimb :) |
| 11:50 |
nzgr |
In my extension code I can see what the language is in $GLOBALS['TSFE']->sys_language_uid |
| 11:51 |
Prot0 |
yeah |
| 11:51 |
PiMB |
Hey, greasy meat with sideburns is in! |
| 11:51 |
nzgr |
but if it is default this value is 0 I would like some way of finding out what this language is |
| 11:52 |
sorenmalling |
lol :) |
| 11:52 |
nzgr |
something I can use for looking up lg_name_local in static_languages |
| 11:53 |
sorenmalling |
nzgr: Like there's a sys_language_uid isn't there a TS setting called config.language, you can use for what you want? |
| 11:54 |
sorenmalling |
btw, wasn't lolling at you :) but at PiMB comment about kotelette entering the channel :) |
| 11:54 |
nzgr |
soren: can i read that from php and how? |
| 11:54 |
kotelette |
:) |
| 11:55 |
PiMB |
nzgr I understand now, but as sorenmalling says it depends on the setting in the TS of the default language. |
| 11:55 |
PiMB |
so maybe by reading out the config TS array and check which language is set there. |
| 11:55 |
sorenmalling |
As PiMB states |
| 11:55 |
nzgr |
sounds like an idea |
| 11:55 |
sorenmalling |
Try to print_r the $GLOBALS['TSFE'] and see if the language setting is there? |
| 11:56 |
Prot0 |
pfew |
| 11:56 |
PiMB |
try to print it on a non-live-environment. |
| 11:56 |
Prot0 |
hehe |
| 11:56 |
PiMB |
and don't be scared by the output ;) |
| 11:56 |
Prot0 |
and wait a little since it will output some MBs |
| 11:56 |
Prot0 |
hehe |
| 11:56 |
nzgr |
soren: it is but there are like 10000+ lines of stuff there and I cant figure out how to address what I need |
| 11:56 |
nzgr |
it appears to change placement in an array from load to load |
| 11:57 |
PiMB |
it's an array, so you can address everything in there with the proper variabel |
| 11:57 |
Prot0 |
view the source or print it between <pre></pre> |
| 11:57 |
Prot0 |
for a nicely formatted view |
| 11:57 |
nzgr |
aye - but what is the proper variable ;) |
| 11:57 |
sorenmalling |
nzgr: Yes, i contains quite a lot :-) Maybe try use array_search() but then again, do it on a no-production environment :) |
| 11:58 |
nzgr |
Im working on my local machine so no sweat there |
| 11:58 |
PiMB |
well, that's your problem to find out, which variabel ;) |
| 11:59 |
sorenmalling |
nzgr: Or try to see what $GLOBALS['TSFE']->tmpl->setup returns |
| 12:01 |
nzgr |
soren: that looks promising |
| 12:02 |
nzgr |
$GLOBALS['TSFE']->tmpl->setup['config.']['locale_all'] |
| 12:03 |
nzgr |
has the value im looking for ;) |
| 12:03 |
Bluespuke |
hello |
| 12:04 |
Bluespuke |
does someone know if the ext api_macmade doesn't work in typo3 4.3? |
| 12:04 |
Bluespuke |
i try to use slideshow or macina_banners but it won't work |
| 12:05 |
MasterYin |
Bluespuke: I'm using the Loginbox_macmade and it works fine |
| 12:05 |
sorenmalling |
nzgr: Great! :) |
| 12:06 |
nzgr |
so is the place you put this info whenever you set a different default language for typo3? ; |
| 12:06 |
sorenmalling |
Either that or the settings called language (as far as i remember) |
| 12:07 |
Bluespuke |
MasterYin: so you didn't encounter any problems? strange, what else could it be? |
| 12:07 |
sorenmalling |
Try read the localize toturial, it states something about setting your language in the template correctly |
| 12:09 |
sorenmalling |
nzgr: I got a setting in config.language = gb and it's used as the language key for your page --> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/7/3/ |
| 12:19 |
Thasmo |
Hello! Is there anybody who has knowledge of the Extbase PropertyMapper? |
| 12:27 |
FloLeBlanc |
Info: The T3 Security Team just released an update which extensions have been fixed for security vulnerabilities (including powermail f.e.) |
| 12:30 |
nzgr |
and devlog |
| 12:51 |
TheDon_ |
how to get the parent menu id using typo script |
| 12:54 |
sp |
howdy -- I have a question about typo 4..2.10 |
| 12:54 |
sp |
and the installToolPassword variable in the local config |
| 12:55 |
sp |
if I set it to the md5 has |
| 12:55 |
sp |
and try it it fails, but if I let the config default |
| 12:55 |
sp |
it works.. |
| 12:55 |
sp |
any ideas why? |
| 12:55 |
sp |
even if I login with default, reset it, and login again it fails too... |
| 12:57 |
BejjWrk |
sp: look in your localconf.php , im suspecting there are more than 1 entry of installtoolpassword in there |
| 12:58 |
sp |
BejjWrk -- even when I removed that it still fails... |
| 13:08 |
MasterYin |
Does anyone know why my FE-Userssions will be killed after some seconds of beeing logged in ? But only in the IE ? |
| 13:10 |
Prot0 |
because of compatibility mode |
| 13:10 |
Prot0 |
or at least thats one of the known problems |
| 13:10 |
Prot0 |
i think they will fix that tomorrow partially 4.2.11 and 4.3.1 |
| 13:11 |
PiMB |
Let's hope so. |
| 13:11 |
MasterYin |
that means tomorrow I will update and it is fixed? |
| 13:11 |
PiMB |
Not sure. |
| 13:11 |
Prot0 |
not sure, look in the bugtracker |
| 13:11 |
PiMB |
let's hope so |
| 13:11 |
Prot0 |
see whats fixed |
| 13:12 |
MasterYin |
can you please be so kind giving me the link for the tracker? |
| 13:12 |
Prot0 |
http://bugs.typo3.org |
| 13:14 |
Prot0 |
there are several issues on it :] |
| 13:15 |
Prot0 |
http://bugs.typo3.org/view.php?id=12532 |
| 13:33 |
MasterYin |
Let's hope it is fixed as soon as possible... by boss will skip the hole t3-Usage if I can not fix it soon... because the mayority of our customers uses ie 8 |
| 13:33 |
MasterYin |
by = my |
| 13:37 |
Prot0 |
you can tryout some of the patches that are posted |
| 13:37 |
Prot0 |
to solve your problem for now, or at least partially :D |
| 13:40 |
pmk65 |
I don't know if he has released it, but Georg Ringer have made a small ext that forces the BE into compabtility mode when using IE8. |
| 13:41 |
Prot0 |
yeah it just pushes a meta tag in all pages :] |
| 13:41 |
Prot0 |
but from what I heard it didnt solve al the problems |
| 13:52 |
MasterYin |
I have this problem not only in the BE... what is mosted unusefull is that my FE-Sessions are killed |
| 13:52 |
Prot0 |
yup |
| 13:52 |
Prot0 |
but only in IE right? |
| 13:53 |
MasterYin |
yes |
| 13:53 |
Prot0 |
because IE tends to switch to compatibility mode |
| 13:53 |
Prot0 |
and when it does |
| 13:53 |
Prot0 |
it clears sessions and cookies |
| 13:54 |
MasterYin |
I will go to live with this system at the end of next week... but not with this bug... |
| 13:57 |
PiMB |
@Prot0, I don't think it has to do with the compatibility mode. cause when I start out in that mode, it still does it. |
| 13:57 |
PiMB |
and I don't think it switches to that mode from that mode right? |
| 13:57 |
Prot0 |
it does |
| 13:58 |
Prot0 |
:P |
| 13:58 |
Prot0 |
AFAIK at least |
| 13:58 |
Prot0 |
http://bugs.typo3.org/view.php?id=12532 |
| 13:59 |
MasterYin |
btw, an another "problem" I'm looking for a nice way to have a Wiki in my Core |
| 14:12 |
howard |
short question |
| 14:13 |
nzgr |
well im stumbling around some localization issues still. If you want to change the default language to another language how would you configure that? |
| 14:14 |
howard |
If I have my fe_plugin, and If I want to make functionality, that upon adding of that element into page, I want to get that element id (tt_content) and to insert it in some table |
| 14:15 |
howard |
fe plugin, have 2 tables, and into one table I need to insert id of that fe plugin on that page |
| 14:15 |
howard |
hoppe I was clear |
| 14:16 |
teppi|work |
howard, you could use the hook processDatamap_afterDatabaseOperations |
| 14:26 |
MasterYin |
Does anyone know why I got an Server-Error after inserting -->Header set X-UA-Compatible "IE=8" <-- into my .htaccess as it was recommanded in http://bugs.typo3.org/view.php?id=11968 |
| 14:26 |
PiMB |
because then it's probably not allowed to make header settings in your htaccess |
| 14:26 |
MasterYin |
it's my machine where to enable? |
| 14:27 |
Prot0 |
header module is probably not installed |
| 15:03 |
Ramosa |
Now that I have WAMP installed for Typo3, can I just install Drupal and other PHP CMS's easily? |
| 15:04 |
Prot0 |
well if you have a local webserver running it should not be a problem |
| 15:04 |
Prot0 |
besides the fact its running on windows |
| 15:04 |
Prot0 |
you might encounter some problems |
| 15:06 |
Ramosa |
I don't understand much in Typo3 (as a user) without having to refer to manuals.. that's bad |
| 15:06 |
Ramosa |
all icons require a mouseover to be understood |
| 15:07 |
Prot0 |
you will get used to them |
| 15:07 |
Prot0 |
;] |
| 15:07 |
Ramosa |
yeah but i'm the developer.. have to think about the non tech users who I'd have to teach |
| 15:07 |
Ramosa |
it has to be totally intuitive to use |
| 15:12 |
Prot0 |
unfortunately for them TYPO3 has so far mostly been build for developers, but this is changing |
| 15:12 |
BejjWrk |
shouldnt be too hard, i made a t3 site for my sister so she could blog, and she had no trouble at all, and no, she is not really the brightest person on earth :> |
| 15:12 |
Prot0 |
a lot is being done to make it more user friendly |
| 15:12 |
Prot0 |
lol BejjWrk |
| 15:13 |
Ramosa |
i'm choosing CMS for a pagerank 7 site, not a blog :-p |
| 15:14 |
paese |
when i do $this->tmpl = $this->cObj->fileResource() and putting it out, i get the html. but trying to apply getSubpart on it always returns nothing.. does someone know this problem? |
| 15:14 |
BejjWrk |
Ramosa: the page rank has little to do with how the system works behind the scene tho. |
| 15:16 |
Prot0 |
yup |
| 15:17 |
BejjWrk |
i've had landingpages have pr 3 :> |
| 15:17 |
Prot0 |
pr 6 :P |
| 15:17 |
Prot0 |
but not anymore |
| 15:22 |
Thasmo |
Does anybody has knowledge of the Extbase PropertyMapper? I'd need some help persisting objects with sub-objects (IRRE) coming from a frontend form. |
| 15:41 |
TheEternalAbyss |
hello |
| 15:41 |
Prot0 |
hey |
| 15:42 |
TheEternalAbyss |
i was wondering something. I received an entire website made in typo3 with all the files and everything |
| 15:42 |
TheEternalAbyss |
I copied it over to my installation of t3 on localhost |
| 15:43 |
TheEternalAbyss |
but i get a DB username/pass error and I can get into typo3 once i have the site copied. How do I copy the site over and be able to modify it? |
| 15:44 |
nzgr |
have you setup the database as well? |
| 15:44 |
Prot0 |
did you copy and import the db as well |
| 15:44 |
Prot0 |
? |
| 15:44 |
nzgr |
:) |
| 15:45 |
TheEternalAbyss |
hey just sent me everything, along with a mysql file |
| 15:45 |
Prot0 |
and can you get into the install tool |
| 15:45 |
TheEternalAbyss |
if I go through the dummy install I porbably could get to the install tool |
| 15:45 |
nzgr |
eternal: have you got a mysql server setup? |
| 15:45 |
PiMB |
you get a dummy install? |
| 15:45 |
PiMB |
with a copy of a working site? |
| 15:45 |
PiMB |
you shouldn't get a dummy install |
| 15:45 |
TheEternalAbyss |
let me start over |
| 15:46 |
TheEternalAbyss |
I installed typo3 using the winstaller |
| 15:46 |
TheEternalAbyss |
so I have the default testsite and dummy site |
| 15:46 |
TheEternalAbyss |
I was given an entire copy of the website I need to modify |
| 15:47 |
TheEternalAbyss |
I tried to copy it over and access it but I get db related errors and I can't even reach the workspace |
| 15:47 |
nzgr |
have you imported the mysql dump into your database? |
| 15:47 |
TheEternalAbyss |
i don't know how to do that |
| 15:47 |
TheEternalAbyss |
how do I import the db? |
| 15:48 |
nzgr |
have you got phpMyAdmin on you dbserver ? |
| 15:48 |
TheEternalAbyss |
i should |
| 15:48 |
nzgr |
through that you should be able to import the file |
| 15:48 |
nzgr |
then get the username/password from the database and make sure they match the settings in your local.conf file |
| 15:49 |
TheEternalAbyss |
yea i looked at the conf file, seems like they left the default values |
| 15:50 |
PiMB |
you sure? |
| 15:50 |
TheEternalAbyss |
looks exxactly like the dummy site conf file |
| 15:50 |
nzgr |
can you look |
| 15:51 |
PiMB |
looks the same, but the variable for username/password could be very well different. |
| 15:51 |
nzgr |
can you log into the database with those via phpmyadmin |
| 15:51 |
nzgr |
sorry have to go, I leave you in the hands of pimb |
| 15:51 |
TheEternalAbyss |
root is the user name |
| 15:51 |
TheEternalAbyss |
and the hash for the pass is the same in both files |
| 15:52 |
TheEternalAbyss |
odd....why can't I access phpmyadmin on localhost... |
| 15:53 |
PiMB |
nzgr, that's nasty mate ;) |
| 15:53 |
TheEternalAbyss |
yea in fact I was surprised |
| 15:54 |
TheEternalAbyss |
i have no files at root level on localhost and localhost/php/phpmyadmin produces nothing. |
| 15:54 |
TheEternalAbyss |
I'm a bit confused |
| 15:54 |
PiMB |
just a sec. |
| 15:54 |
PiMB |
you got the files on the proper location? |
| 15:54 |
PiMB |
and you have a .sql file with the db dump right |
| 15:54 |
PiMB |
? |
| 15:54 |
TheEternalAbyss |
php files or typo3? |
| 15:54 |
PiMB |
both. |
| 15:55 |
TheEternalAbyss |
they are in the default locations from the winstaller |
| 15:55 |
PiMB |
which winstaller? |
| 15:55 |
TheEternalAbyss |
latest |
| 15:55 |
PiMB |
you got a typo3 site right? |
| 15:55 |
TheEternalAbyss |
yup |
| 15:55 |
PiMB |
then why do you use a winstaller? |
| 15:55 |
TheEternalAbyss |
4.3.0 installer |
| 15:56 |
TheEternalAbyss |
i had the winstaller cause I was learning to use typo3 |
| 15:56 |
TheEternalAbyss |
in fact I'm intermediate level at best |
| 15:56 |
PiMB |
okay, |
| 15:56 |
TheEternalAbyss |
so i figured to learn, it would be the quickest way to get it up and running |
| 15:56 |
PiMB |
well you don;t need a complete site to copy a complete (other) site |
| 15:57 |
TheEternalAbyss |
ok |
| 15:57 |
PiMB |
you need a server environment (LAMP/WAMP) something similar |
| 15:57 |
TheEternalAbyss |
well wamp is there |
| 15:57 |
PiMB |
and maybe a db management tool like phpmyadmin. |
| 15:57 |
TheEternalAbyss |
shouldn't phpmyadmin be in the php folder? |
| 15:57 |
PiMB |
okay, then you should be able to create a new website on your wamp (not the default one) |
| 15:57 |
PiMB |
and copy the entire site you got into there. |
| 15:58 |
PiMB |
then create a new user/database via phpmyadmin and write down those login creds in your localconf.php file |
| 15:58 |
TheEternalAbyss |
just in htdocs right? |
| 15:58 |
PiMB |
import the sql file you've gotten into the newly created database and your site should work. |
| 15:59 |
TheEternalAbyss |
i see |
| 15:59 |
TheEternalAbyss |
well the only thing is, should phpmyadmin show up if I type http://localhost/php/phpmyadmin? |
| 16:00 |
TheEternalAbyss |
cause it's finding nothing |
| 16:00 |
PiMB |
I don't know |
| 16:00 |
PiMB |
depends on if and where phpmyadmin is available. |
| 16:00 |
PiMB |
try without /php/ |
| 16:00 |
TheEternalAbyss |
not found :\ |
| 16:00 |
PiMB |
then I don't know mate. |
| 16:01 |
PiMB |
might be not installed |
| 16:01 |
TheEternalAbyss |
weird |
| 16:01 |
TheEternalAbyss |
well I should install that then |
| 16:02 |
TheEternalAbyss |
maybe i should get rid of the winstaller and do a clean install of everything |
| 16:03 |
PiMB |
might do the trick |
| 16:03 |
TheEternalAbyss |
i'll do that. thanks for the help. I'll still be here cause i just know, i'll have some other question lol |
| 16:06 |
PiMB |
np, good luck mate. |
| 16:06 |
PiMB |
nzgr, you can come back now.. |
| 16:07 |
Prot0 |
lol |
| 16:08 |
TheEternalAbyss |
lol |
| 16:14 |
TheEternalAbyss |
what's a good online virs/malware scanner? |
| 16:14 |
TheEternalAbyss |
virus scanner too |
| 16:18 |
Prot0 |
everything just works partially |
| 16:18 |
Prot0 |
best security is prevention not detection IMO |
| 16:20 |
TheEternalAbyss |
i agree, but i was given a laptop here at work and I don't think they're on their toes when it comes to securing their computers |
| 16:20 |
TheEternalAbyss |
(this isn't a large company) |
| 16:21 |
Prot0 |
^^ |
| 16:21 |
TheEternalAbyss |
lol |
| 16:21 |
Prot0 |
tbh |
| 16:21 |
TheEternalAbyss |
i'm irc-ing through my own laptop |
| 16:21 |
Prot0 |
i dont have any AV installed at home |
| 16:22 |
TheEternalAbyss |
which "whould" be secure |
| 16:22 |
Prot0 |
but my guess is to look up some reviews on AV |
| 16:22 |
TheEternalAbyss |
should* |
| 16:22 |
TheEternalAbyss |
yea i'll play around with that and see |
| 16:23 |
Prot0 |
Thierry Corp |
| 16:23 |
TheEternalAbyss |
it's just that this laptop they gave me is slow |
| 16:23 |
Prot0 |
try looking for something lightweight ;] |
| 16:23 |
TheEternalAbyss |
well...it is a P4 |
| 16:23 |
TheEternalAbyss |
yup |
| 16:23 |
Prot0 |
they must really like you |
| 16:23 |
Prot0 |
(sorry bad joke hehe) |
| 16:23 |
TheEternalAbyss |
lol |
| 16:24 |
TheEternalAbyss |
eh it's cause i'm the new guy |
| 16:24 |
TheEternalAbyss |
just give me anything to start out |
| 16:24 |
TheEternalAbyss |
then they'll upgrade me...or they figure I'll get annoyed and just use my macbook pro |
| 16:24 |
TheEternalAbyss |
wich is what i'm using to irc right now lol |
| 16:25 |
TheEternalAbyss |
yay...wamp with phpmyadmin (I'm looking at it) is working |
| 16:25 |
TheEternalAbyss |
now to install typo3 |
| 16:29 |
PiMB |
okay, so. |
| 16:29 |
PiMB |
phpmyadmin is working. |
| 16:30 |
PiMB |
create new db and user and dump the sql in there. |
| 16:30 |
PiMB |
write the credentials for db login into your localconf.php |
| 16:30 |
TheEternalAbyss |
i need to do that before i install typo3? |
| 16:31 |
PiMB |
nope |
| 16:31 |
TheEternalAbyss |
oh ok |
| 16:31 |
PiMB |
if it is an existing site, you probably don't need to 'install' anything |
| 16:32 |
cdngfrog |
does anyone know where the german (or any other non-english) translation for sr_feuser_register is when I downloaded it via the extension module? |
| 16:33 |
cdngfrog |
I mean it's working but I cannot find the correct file (no, it's not locallang.xml) |
| 16:33 |
TheEternalAbyss |
PiMB, well true, but i figure i should just get the basic typo3 files in there |
| 16:34 |
TheEternalAbyss |
cdng: don't know sorry |
| 16:37 |
cdngfrog |
Weee. Way too simple. it's typo3conf/l10n/$ext/ |
| 16:37 |
PiMB |
cdngfrog probably located in the /typo3conf/l10n/$ext |
| 16:37 |
PiMB |
damn.. |
| 16:37 |
cdngfrog |
;-) thanks anyway |
| 16:37 |
PiMB |
np mate |
| 16:41 |
TheEternalAbyss |
wow....just wow. windows almost crashed cause i'm opening a text file |
| 16:41 |
TheEternalAbyss |
wow |
| 16:42 |
PiMB |
mb? |
| 16:42 |
Phlogi |
whats the most common way to store the fe users pw's regarding security? Using md5 + salted? Which md5 ext do you use? Isn't there an offical one |
| 16:42 |
TheEternalAbyss |
7.96 KB |
| 16:42 |
TheEternalAbyss |
lol |
| 16:44 |
PiMB |
well that's a big one mate. |
| 16:44 |
PiMB |
don't stress it. |
| 16:44 |
PiMB |
might try splitting it first.. |
| 16:45 |
Prot0 |
most secure would be salted md5 yes |
| 16:46 |
Prot0 |
just md5 or sha1 isnt really enough |
| 16:46 |
Prot0 |
its just a step |
| 16:47 |
TheEternalAbyss |
oh geez i forgot about having to use Junction on winxp :\ |
| 16:55 |
Phlogi |
Prot0: its fine I think.. which ext do you use? |
| 16:56 |
Prot0 |
erm |
| 16:56 |
Prot0 |
kb_md5fepw i think, but its not salted |
| 16:58 |
Phlogi |
Prot0: it does support salt I think doesn't it? Who does support it? |
| 16:58 |
TheEternalAbyss |
argh...junctions keeps saying No matching files were found |
| 16:59 |
Prot0 |
i see only 1 in TER that says something about adding salt |
| 16:59 |
Phlogi |
ok |
| 16:59 |
Phlogi |
damn redirect does not work here :S :) |
| 16:59 |
Prot0 |
redirect? |
| 17:00 |
Phlogi |
yes, with felogin |
| 17:00 |
Prot0 |
yes |
| 17:00 |
Prot0 |
thats a bug |
| 17:00 |
Prot0 |
in felogin |
| 17:00 |
Prot0 |
its fixed |
| 17:01 |
Prot0 |
in 4.3.1 and 4.2.11 |
| 17:01 |
Prot0 |
which are released tomorrow |
| 17:01 |
Prot0 |
i backported the one from 4.3.1 some days ago to 4.2.6 |
| 17:01 |
Prot0 |
and it worked after that |
| 17:01 |
Prot0 |
theres a bug in the tracker about |
| 17:05 |
Prot0 |
cant find it though |
| 17:06 |
GlidE |
Guten tag, Hi, Bonjour |
| 17:07 |
GlidE |
Comme d'habitude, j'ai un problème sur Typo3, sinon je ne scouaterais pas cette IRC :) |
| 17:07 |
GlidE |
Quelqu'un peux m'aider ? |
| 17:07 |
PiMB |
sorry mate, english only |
| 17:07 |
GlidE |
Oki, I need help for use the mailformplus extension |
| 17:08 |
GlidE |
I want save my form in database |
| 17:08 |
GlidE |
but i have nothing in database :( ! |
| 17:09 |
GlidE |
What is the typical error for this ! |
| 17:09 |
PiMB |
form in backend? |
| 17:10 |
GlidE |
no form in frontend |
| 17:10 |
PiMB |
no error in php log? |
| 17:10 |
GlidE |
no :( email is good |
| 17:12 |
GlidE |
and the data is save in mailformplus list, but not in database ! |
| 17:14 |
GlidE |
plugin.tx_thmailformplus_pi1.saveDB = 1 plugin.tx_thmailformplus_pi1.saveDB { dbTable = tx_afginscription_epreuve dbinsert=pid:74 dbkey =uid # mapping settings fields{ name.mapping = name site.mapping = site_web pays.mapping = pays sponsor1.mapping = sponsor1 sponsor2.mapping = sponsor2 sponsor3.mapping = sponsor3 sponsor4.mapping = sponsor4 sponsor5.mapping = sponsor5 } specialMapping = 1 specialMapping { # store submission datet |
| 17:16 |
Prot0 |
time to go home |
| 17:16 |
Prot0 |
cyas |
| 17:19 |
GlidE |
The problem it is the specialMapping, i have shut this and is good :) |
| 17:19 |
GlidE |
Thanks :) |
| 17:20 |
GlidE |
Bye |
| 17:21 |
TheDon_ |
Hi any body can you tel me how to get the parent menu uid |
| 17:30 |
teppi|work |
TheDon_, do you mean the parent page? |
| 17:32 |
GlidE |
Re |
| 17:32 |
GlidE |
Hi |
| 17:32 |
GlidE |
I have a little question |
| 17:32 |
TheEternalAbyss |
ahhhhh apparently they HAD changed the password lol |
| 17:33 |
TheEternalAbyss |
crap....i guess there wasn't a need to uninstall and reinstall everything |
| 17:33 |
TheEternalAbyss |
but I prefer a clean install anyways |
| 17:33 |
TheDon_ |
yes |
| 17:33 |
GlidE |
With mailformplus, i can insert in two table with relation |
| 17:34 |
TheDon_ |
Just I have home page that has a menu I need to find menu parent uid |
| 17:40 |
TheEternalAbyss |
hmm |
| 17:41 |
TheEternalAbyss |
the install errors out saying it index.php can't open the file tslibindex_ts.php in typo3\sysext\cms\ |
| 17:41 |
TheEternalAbyss |
in fact that file is not present |
| 17:42 |
TheEternalAbyss |
is the install readme out of date? |
| 17:45 |
TheEternalAbyss |
what's TSFE? |
| 17:45 |
TheEternalAbyss |
why am I required to include it |
| 17:46 |
ct529 |
hi. I have some difficulties in understanding how the sceduler works |
| 17:48 |
ct529 |
I have ste up a cron job that activates the scheduler and it runs smoothly |
| 17:48 |
ct529 |
I set up a test task that sends an email every two hours, and that works well |
| 17:49 |
TheEternalAbyss |
ugh the directory is correct and I see the files...why isn't it finding it |
| 17:49 |
ct529 |
Now I have to set up a 2h update of the RSS import into tt_news, and I do not understand at all how that works |
| 17:50 |
ct529 |
anyone who can help? |
| 17:51 |
S_P |
I've intalled 4.2.10 |
| 17:51 |
S_P |
and checked all the permissions in the directory -- but when ever I got to modify content I get "File not written to disk! Write permission error in filesystem?" |
| 17:51 |
TheEternalAbyss |
ugh |
| 17:52 |
S_P |
any suggestions? oh, and Hi everyone (BTW) |
| 17:52 |
TheEternalAbyss |
this is why i hate servers and everything associated with them |
| 17:53 |
cdngfrog |
S_P: ftp user != www-user? |
| 17:54 |
S_P |
cndgfrog: I'm not using FTP |
| 17:54 |
S_P |
all through SSH |
| 17:55 |
TheEternalAbyss |
can someone tell me how to bi*chslap this server and make it realize I changed the file. I cleared the history and it's still giving me the error (i realized there was a typo |
| 17:55 |
TheEternalAbyss |
) |
| 17:55 |
cdngfrog |
S_P: where do you get the error? in T3? |
| 17:55 |
TheEternalAbyss |
wait |
| 17:55 |
TheEternalAbyss |
yea in the t3 index.php |
| 17:56 |
TheEternalAbyss |
......I'm confused now. I fixed the typo, the directory is correct, i see the file yet t3 can't find it? |
| 17:57 |
S_P |
cdngfrog -- yes, the localconf reports all is okay, but the moment you try to create or modify a a page ""File not written to disk! Write permission error in filesystem" |
| 17:58 |
TheEternalAbyss |
omg i'm so stupid |
| 17:58 |
TheEternalAbyss |
no wait |
| 17:59 |
TheEternalAbyss |
no, i was right, i'm stupid lol |
| 17:59 |
cdngfrog |
S_P: df -h |
| 17:59 |
S_P |
cdngfrog: Yes plenty of disk space... Gigs |
| 17:59 |
cdngfrog |
just in case ;-) |
| 17:59 |
cdngfrog |
okay |
| 18:00 |
S_P |
cdngfrog: hehe -- I'm scratching my head... |
| 18:00 |
cdngfrog |
well, T3 shouldn't write to _disk_ when you change a page |
| 18:00 |
cdngfrog |
it's all in the database |
| 18:01 |
S_P |
cdngfrog: I checked the DB and the DB user has the correct permissions |
| 18:01 |
S_P |
I also cleared the cache of all the temp files in typo3conf |
| 18:02 |
cdngfrog |
that's odd |
| 18:03 |
TheEternalAbyss |
wow this is so painful |
| 18:05 |
TheEternalAbyss |
argh |
| 18:10 |
cdngfrog |
S_P: anyway, maybe try looking in the Log module |
| 18:13 |
S_P |
cdngfrog: good call -- will check it out now |
| 18:17 |
TheEternalAbyss |
ok i finally got the directory all correct and now i get a parse error |
| 18:17 |
TheEternalAbyss |
-_-;; |
| 18:19 |
TheEternalAbyss |
why would the following give me a parse error: |
| 18:20 |
TheEternalAbyss |
$configured_tslib_path = 'C:\wamp\www\t3\typo3\sysext\cms\tslib\'; |
| 18:23 |
TheEternalAbyss |
i don't understand why that line is generating a parse error |
| 18:25 |
S_P |
the error log suggest Permission denied in .../typo3_src-4.2.10/typo3/sysext/install/mod/class.tx_install.php on line 1175 |
| 18:26 |
TheEternalAbyss |
?? |
| 18:27 |
TheEternalAbyss |
S_P that meant for me? |
| 18:27 |
TheEternalAbyss |
oh nevermind |
| 18:27 |
TheEternalAbyss |
sorry i'm confused right now |
| 18:28 |
TheEternalAbyss |
i'm going to lunch |
| 18:29 |
TheEternalAbyss |
if anyone can help in the meanwhile and make me understand why i'm getting the parse error i'd appreciate it |
| 18:29 |
TheEternalAbyss |
PM me please |
| 18:33 |
S_P |
TheEternalAbyss: No sorry that was for cdngfrog |
| 18:34 |
cdngfrog |
S_P: then there _is_ something wrong with the permissions |
| 18:35 |
ct529 |
anyone who knows anything about creating tasks to execute with the scheduler? |
| 18:36 |
S_P |
cdngfrog: not sure -- it seems to be able to edit menu elements and HTML elements fine |
| 18:37 |
S_P |
but you give it a text element and it complains |
| 18:37 |
S_P |
and they are all stored in the DB |
| 18:43 |
S_P |
alrighty found a 'fix' but probably not a great solution: modified the permisions on the directory |
| 18:43 |
S_P |
seems to work |
| 18:43 |
S_P |
though I prefer not to use 777 where it's not required. |
| 18:57 |
S_P |
I'm off -- thanks for the help cdngfrog |
| 18:57 |
S_P |
bye |
| 19:01 |
TheEternalAbyss |
ook back |
| 19:02 |
TheEternalAbyss |
no suggestions huh? |
| 19:02 |
TheEternalAbyss |
:( |
| 19:08 |
TheEternalAbyss |
nobody knows why i'm getting a parse error? |
| 19:08 |
TheEternalAbyss |
in this line: |
| 19:08 |
TheEternalAbyss |
$configured_tslib_path = 'C:\wamp\www\t3\typo3\sysext\cms\tslib\'; |
| 19:15 |
teppi|work |
the line is ok |
| 19:15 |
teppi|work |
TheEternalAbyss, |
| 19:15 |
TheEternalAbyss |
then i'm confused as hell |
| 19:15 |
teppi|work |
maybe the error is a result from the code above |
| 19:16 |
TheEternalAbyss |
the code above is default code i haven't touched |
| 19:16 |
teppi|work |
could be an open ' |
| 19:16 |
teppi|work |
ah i see |
| 19:16 |
teppi|work |
its the \' |
| 19:16 |
teppi|work |
you escape the ' |
| 19:16 |
teppi|work |
try \'' |
| 19:16 |
TheEternalAbyss |
ohhhhhh |
| 19:16 |
teppi|work |
; |
| 19:16 |
teppi|work |
) |
| 19:16 |
TheEternalAbyss |
*smacks forehead |
| 19:16 |
teppi|work |
yep |
| 19:17 |
teppi|work |
try to use a codehighlighter |
| 19:17 |
teppi|work |
:D |
| 19:21 |
TheEternalAbyss |
hmm if I use '' then it says require(C:\wamp\www\t3\typo3\sysext\cms\tslib'index_ts.php): failed to open stream |
| 19:22 |
TheEternalAbyss |
it's reading the \' as a literal ' in my directory definition |
| 19:22 |
TheEternalAbyss |
let me try something |
| 19:24 |
TheEternalAbyss |
ok....i fixed it by removing the \ at the end of the definition line |
| 19:26 |
TheEternalAbyss |
and added \ to the last line definin gthe required php file |
| 19:27 |
TheEternalAbyss |
but now i get the error that in the last line (line 80) |
| 19:27 |
TheEternalAbyss |
require(sysext\cms\tslib\index_ts.php: failed to open |
| 19:27 |
TheEternalAbyss |
no such file |
| 19:27 |
TheEternalAbyss |
but....i'm looking at it and the directory is all correct |
| 19:27 |
TheEternalAbyss |
wtf |
| 19:29 |
TheEternalAbyss |
the error also says |
| 19:30 |
TheEternalAbyss |
fatal error: require(): Failed opening required 'C:\etcetc' (include_path='.;C:\php5\pear') in C:\wamp\www\index.php on line 80 |
| 19:31 |
TheEternalAbyss |
what exactly is it talking about referring to php\pear |
| 19:31 |
TheEternalAbyss |
that's not where it is |
| 19:32 |
TheEternalAbyss |
how do I change that, i don't see a place for it in index.php |
| 19:35 |
TheEternalAbyss |
i'm this close to just reinstalling everything with the stupid winstaller |
| 20:44 |
TheEternalAbyss |
could someone explain to me where I can find out the username for a db in typo3? |
| 20:44 |
TheEternalAbyss |
cause i have my password but it keeps saying there's a connection failure to the db |
| 20:45 |
TheEternalAbyss |
first of all, where are db's stored in typo3? |
| 21:14 |
TheEternalAbyss |
y would a db need a specific port on localhost? |
| 21:14 |
TheEternalAbyss |
why* |
| 21:19 |
cdngfrog |
because the admin configured it to listen on that port? |
| 21:21 |
TheEternalAbyss |
yea but i'm lost now |
| 21:21 |
TheEternalAbyss |
i have the username, pass and that host |
| 21:21 |
TheEternalAbyss |
yet I can't connect to the db |
| 21:21 |
TheEternalAbyss |
I don't even know where the file is |
| 21:21 |
TheEternalAbyss |
or is supposed to be |
| 21:22 |
cdngfrog |
file? you mean the socket? |
| 21:22 |
TheEternalAbyss |
i have a .sql file but i don't know how to install it if they just exported the entire thing into the file |
| 21:22 |
TheEternalAbyss |
nope, file. mySQL.sql |
| 21:22 |
TheEternalAbyss |
which contains their entire db apparently |
| 21:23 |
cdngfrog |
mysql -u youruser -p -D yourdatabase < mySQL.sql |
| 21:23 |
cdngfrog |
(-h yourhost) |
| 21:23 |
TheEternalAbyss |
i'm in the install tool and the only problem is I can't connectto the damned db. I'd call them, but they're in germany and i can't call them cause of the time difference |
| 21:23 |
TheEternalAbyss |
cdng, what's all that? |
| 21:24 |
cdngfrog |
that's how you import the database with the shell |
| 21:25 |
cdngfrog |
but when you don't have the correct credentials it's useless |
| 21:25 |
TheEternalAbyss |
but if i can't connect to it, it does me little good to import it |
| 21:25 |
TheEternalAbyss |
if the problem is the usernam and pass |
| 21:26 |
cdngfrog |
yeah, but that isn't really an issue with T3 ;-) |
| 21:26 |
TheEternalAbyss |
lol |
| 21:26 |
TheEternalAbyss |
well, it's worth a shot |
| 21:26 |
TheEternalAbyss |
when you say shell you mean the os shell or apache? |
| 21:27 |
ries |
Packt Publishing is looking for people writing a book about TYPO3 title titled,Typo3 Template anybody interested? |
| 21:27 |
TheEternalAbyss |
i doubt i'd be of any value to that project lol |
| 21:28 |
ries |
I wouldn't want to write a book about templating in the first place ... |
| 21:29 |
TheEternalAbyss |
I wouldn't mind writing it, but i'm learning typo3 now |
| 21:29 |
ries |
could be very interesting though if it goes indepth into TS |
| 21:29 |
TheEternalAbyss |
i don't think I have the expertise |
| 21:30 |
TheEternalAbyss |
this winstaller is oddly setup.... |
| 21:30 |
TheEternalAbyss |
doesn't look anything like the wamp clean install |
| 21:35 |
cdngfrog |
ries: FLUID? Or the oldschool way? |
| 21:36 |
ries |
cdngfrog: I don't want to call the 'normal' way oldschool yet.... FLUID is far from stable imho |
| 21:36 |
ries |
ofcourse.. you can devote a chapter or two on FLUID |
| 21:37 |
cdngfrog |
ries: At least in ext-development I hope I'm never going to see a ###MARKER### again |
| 21:37 |
ries |
cdngfrog: I think they also want to see a fair amouth of typoscripting.. |
| 21:38 |
ries |
which is like templating in TS.. |
| 21:38 |
cdngfrog |
;-) understandable. it will take lots of time until 5.0 comes |
| 21:42 |
ries |
yeaaa |
| 21:44 |
Prot0 |
yay nap time |
| 21:44 |
Prot0 |
byebye |
| 21:54 |
Thasmo |
Good evening! =o) |
| 21:56 |
Thasmo |
Does anybody have knowledge of how to use the Extbase PropertyMapper in combination with persisting objects coming from a frontend form? |
| 21:58 |
ries |
cdngfrog: you need to write a book :D |
| 21:59 |
ries |
Thasmo: there is a flow 3 channel I believe |
| 21:59 |
Thasmo |
Ow, really? I'll try ... ;o) Thanks. |
| 21:59 |
cdngfrog |
ries: I'm far too young :-) |
| 21:59 |
cdngfrog |
#flow3 fyi |
| 21:59 |
Thasmo |
Yep, thanks - found it. |
| 22:00 |
ries |
Not to much activity there though... ; http://www.rvantwisk.nl/flow3-irc-log.html?tx_rvteggdroplog_pi1%5Byear%5D=2010&tx_rvteggdroplog_pi1%5Bmonth%5D=1&tx_rvteggdroplog_pi1%5Bday%5D=13&cHash=1fbd9f2758 |
| 22:16 |
Thasmo |
Like here. xD |
| 22:20 |
TheEternalAbyss |
i find it amazing that in this day and age, sevrers can't update with changes on the fly |
| 22:21 |
TheEternalAbyss |
my GOD.....php.ini is changed...why won't it import the file. I changed the size restrictions...argh |
| 22:36 |
Denyerec |
Hey chaps |
| 22:36 |
Denyerec |
Hey ries! |
| 22:36 |
ries |
Hey Denyerec |
| 22:36 |
Denyerec |
Is all well in Ecuador? |
| 22:36 |
ries |
@TheEternalAbyss a lot of them can actually.. just not all changes, any good software just requires a reload to make changes |
| 22:36 |
ries |
Denyerec: hot hot hot |
| 22:37 |
ries |
no rain |
| 22:38 |
Denyerec |
it's been snowing here for weeks |
| 22:38 |
Denyerec |
So I guess neither of us are too happy :) |
| 22:41 |
TheEternalAbyss |
well the kicker is i've restarted the thing twice |
| 22:44 |
TheEternalAbyss |
well i'm going to call it a day |
| 22:44 |
TheEternalAbyss |
later folks |
| 22:44 |
TheEternalAbyss |
thanks for all your help |
| 22:55 |
Denyerec |
which is the best realurl config tool to give to someone who wants to do SEO work on their URLs without learning how to use RealURL ? |
| 23:40 |
jessicaD |
hi |
| 23:40 |
jessicaD |
I want to make a community in typo3, what extension do you recommend? |
| 23:42 |
jessicaD |
non one? |