| 00:20 |
Claire |
hi, I have been attempting to install typo3 for "3 days - finally went to wec (web ministry) that has a wec-typo starter download, and successfully installed (LOL only the default not the christian install would work)...BUT, cannot change the user/password security (under right bar "page" link), due to lack of memory..will post 'fatal error' notice following: |
| 00:22 |
Claire |
(by the way, this is for a church computer lab where I volunteer) - I did go to Wikipedia and tried their recommendation to insert a set parameter as the first line (placed it before the <php code), but this did not work to increase meemory - again here is the error: |
| 00:22 |
Claire |
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 77824 bytes) in /sites/sfsro.com/htdocs/blogs/t3lib/class.t3lib_tceforms.php on line 834 |
| 00:23 |
Claire |
SORRY FOR LONG POSTS HERE, JUST THAT I'VE TRIED ABOUT4 CMS, AND THIS IS ON AN OLD SERVER, COULDNT GET ANY TO WORK WITH NEW HOST. |
| 00:23 |
Claire |
AM DESPERATE, DOES SOMEONE KNOW HOW TO WORK WITH THE INI.PHP FILE OR OTHER FILE WITH TYPO3? |
| 00:23 |
Claire |
THANKS FOR ANY HELP...! |
| 00:25 |
Claire |
Also should mention, checked online doumentation at Typo3.org, but could not locate an answer (also checked google, but no specific resolution, just ref. to wikipedia) |
| 00:31 |
Claire |
hello?? |
| 00:56 |
Epiphex |
Claire how much ram does your server haveA? |
| 00:58 |
Claire |
dont know should sufficient |
| 00:59 |
Claire |
e 'sorry' |
| 00:59 |
Epiphex |
figure out how much ram is in that computer |
| 01:02 |
Epiphex |
or is it a hdd memory error |
| 01:09 |
dalma |
hello bedlamhotel! :) |
| 01:09 |
bedlamhotel |
dalma: hello. What's happening? |
| 01:10 |
dalma |
allright... but I have a little problem.. |
| 01:10 |
dalma |
I need to write the page header from a TV DS... something like.. page.headerData.5 = TEXT etc.... |
| 01:10 |
dalma |
but I think that is not possible from the DS TS.. |
| 01:10 |
bedlamhotel |
from a TV DS? Why? |
| 01:10 |
dalma |
:( |
| 01:11 |
dalma |
I need to set the proper CSS file based on a DS selector field. |
| 01:11 |
bedlamhotel |
May be possible; depends on the order in which TYPO3 gets access to the TS template and DS... |
| 01:11 |
dalma |
and I cant access the TV field value from the TS Setup |
| 01:12 |
dalma |
I tried to access the page.headerData from the DS with no success :( |
| 01:12 |
bedlamhotel |
dalma: well, first things first; have you tried making the DS field a TS object? |
| 01:12 |
dalma |
and I'm lost no |
| 01:12 |
dalma |
now |
| 01:13 |
dalma |
a TS object to be mapped into the header? |
| 01:13 |
dalma |
I already have my selector box field.. |
| 01:14 |
bedlamhotel |
No, not a TS object to be /mapped/ into the header. |
| 01:14 |
dalma |
but I cant map a DS TS object to some place in the header because TV only let me to user BODY as root tag |
| 01:14 |
bedlamhotel |
dalma: see above. That's not what I suggest. |
| 01:14 |
dalma |
I see... but I don't understand, sorry |
| 01:14 |
bedlamhotel |
create a new field, and make it a "TS object path" or whatever it's called. |
| 01:15 |
dalma |
yes... |
| 01:15 |
dalma |
then? |
| 01:15 |
bedlamhotel |
Well, then you'll have a TS object in your template something like "lib.foo = TEXT // lib.foo.value = <!-- TEST --> |
| 01:15 |
bedlamhotel |
With me so far? |
| 01:15 |
dalma |
yes |
| 01:16 |
bedlamhotel |
Ok. So now /try/ something like page.headerData.5 < lib.foo |
| 01:17 |
dalma |
let me see, a minute please |
| 01:27 |
dalma |
I have the TS object field: |
| 01:27 |
dalma |
<objPath>lib.hd</objPath> |
| 01:27 |
dalma |
but it only references an object that I need to create out there.. |
| 01:28 |
dalma |
}if I use something like page.headerData.5 < lib.foo I will put an empty object on the page header |
| 01:37 |
bedlamhotel |
dalma: sorry about that. |
| 01:37 |
bedlamhotel |
Real life interrupted ;-) |
| 01:38 |
bedlamhotel |
dalma: you have to explain a little further. |
| 01:51 |
Denyerec |
*parp* |
| 01:52 |
Denyerec |
Claire are you still stuck? |
| 01:54 |
Claire |
Hello Denyerec? Hi, sorry phone rang. yes, am just about to look up memory, etcc errors with typo3 online again for an answer, any clues? |
| 01:55 |
Denyerec |
You're going to need access to the php.ini so you can look at and change the amount of memory PHP has allocated. |
| 01:55 |
Denyerec |
It's easy to do IF you have shell access to the server. |
| 01:55 |
Denyerec |
Are you familiar with a program called Putty (windows) ? |
| 01:55 |
Claire |
It appears available in the typo3 folder, if this is the correct ini.php file? |
| 01:56 |
Denyerec |
Mmm, if per-folder php config is enabled then perhaps. |
| 01:56 |
Denyerec |
But most likely not. |
| 01:56 |
Denyerec |
Is it shared web hosting or a private web server ? |
| 01:56 |
Claire |
No, but is it a freeware? available to assist? I did look thru the php.ini file and did not see any php_memory (change requests) like i've seen online to chagne |
| 01:57 |
Claire |
this is a linux host provider. yes, shared (external) |
| 01:57 |
Denyerec |
you will need to modify the php.ini file in /etc/apache2/ or /etc/php5/ or /etc/php4/ depending on the server config. |
| 01:57 |
Denyerec |
Mmm. |
| 01:57 |
Denyerec |
If it's external shared hosting you are probably not going to be able to extend the memory limit yourself. |
| 01:57 |
Claire |
where in the verbiage would I change a parameter for increasing php memory (64 is generally recommended right?), this is for teh entire site then |
| 01:57 |
Denyerec |
As that will be something that the host configures for all the sites on the server. |
| 01:57 |
Denyerec |
You'd look in the php.ini file forrrrrrrrr |
| 01:57 |
Claire |
oh, darn, then this is the problem all the way around. |
| 01:58 |
Claire |
this is apache, php5? i think, maybe 4 |
| 01:58 |
Denyerec |
memory_limit = 64M |
| 01:59 |
Denyerec |
The location of the php.ini file will depend on how the server is set up, and if it's shared hosting you may well not have access to it. |
| 01:59 |
Denyerec |
So you might need to send an email to your host |
| 01:59 |
Denyerec |
kindly requesting they budge it up to 64M |
| 02:01 |
Claire |
Hi Denyerec, was just looking through the files (ones on my harddrive) there is a init.php, not ini.php...maybe i was wrong, you are stating , php.ini |
| 02:01 |
Denyerec |
init.php is to do with typo3 |
| 02:02 |
Denyerec |
not your PHP configuration |
| 02:02 |
Claire |
does the memory_limit= go between < > symbols separate from teh <php tags? |
| 02:02 |
Claire |
Wow., your probably right, dreaded host contact, yuck! heck. They have no patience with me. |
| 02:02 |
Claire |
ok, thanks again Denyerec |
| 02:03 |
Denyerec |
Hehe |
| 02:03 |
Denyerec |
Who are you hosted with? |
| 02:03 |
Denyerec |
the memory_limit = 64M will just be on a line on its own in the PHP.ini file |
| 02:03 |
Denyerec |
it is not written in any language |
| 02:03 |
Claire |
there are two (both are the same towards my inquiries LOL), Digitalhousing.net and with Typo3 NOW, it's fusion.net |
| 02:03 |
Denyerec |
it's just a linux config file that is read in by apache/php when it starts up. |
| 02:04 |
Denyerec |
Well, just for future reference, I have installed Typo3 with success on Dreamhost. |
| 02:05 |
Claire |
ok thanks will keep this chat post. LOLL bye |
| 05:50 |
chairuou|work |
Anyone know a installation guide for install Typo3 on a shared weh hosting service? |
| 07:34 |
artem |
ïîìîãèòå êòî-íèáóäü ñ óñòàíîâêîé sr_feuserregister. Âñå äåëàþ êàê â äîêóìåíòàöèè, íî îòîáðàæàåòñÿ "nota member yet? Click here to regiser" êîãäà êëèêàþ îòîáðàæàåòñÿ òàáëèöà, â êîòîðîé ïåðå÷èñëåíû îäíè ñâîéñòâà... |
| 07:36 |
artem |
help anyone with installation sr_feuserregister. All do as in documentation, but is displayed "nota member yet? Click here to regiser" when click is displayed table, in which are enumerated one characteristic... |
| 08:09 |
andreasbalzer |
hi! Some server admins around? I have a question about server configurations for code development purposes.. |
| 08:11 |
dax77_home |
moin |
| 08:11 |
andreasbalzer |
hi :) |
| 08:24 |
andreasbalzer |
is it possible to use files larger than 2 MB in TYPO3? |
| 08:25 |
andreasbalzer |
or even files larger than 30 MB? |
| 08:26 |
dax77_home |
andreasbalzer: you have to change the upload limit, I think thats a php option |
| 08:28 |
andreasbalzer |
well the upload limit is 8 mb, but the file i want to use (it was uploaded through ftp) is only 7.6 mb.. |
| 08:28 |
andreasbalzer |
"[..]exceeds limit (2.0 M). (tt_content:847:pi_flexform)" |
| 08:28 |
andreasbalzer |
is the message T3 tells me |
| 08:49 |
uschi |
morning all :)) |
| 08:49 |
dokma |
uschi :D |
| 08:50 |
dokma |
morning |
| 08:50 |
uschi |
morning dokma :D |
| 08:50 |
dokma |
what are you up to? |
| 08:50 |
uschi |
i am on my first cup of coffee, so ask a little later :) |
| 08:51 |
dokma |
hehe, I don't use coffee, only good sound sleep |
| 08:51 |
koomi |
mornings |
| 08:51 |
dokma |
works for me every time |
| 08:51 |
dax77_home |
hi uschi :) |
| 08:51 |
dokma |
hello koomi |
| 08:51 |
uschi |
mornings koomi |
| 08:52 |
dax77_home |
hi @all :) |
| 08:52 |
uschi |
and dax77_home :) |
| 08:52 |
dokma |
hi dax :D |
| 08:52 |
koomi |
uschi: still want my fce's? |
| 08:52 |
uschi |
your nick is too long today |
| 08:52 |
uschi |
i am interested in having a look at them, yes |
| 08:52 |
dax77_home |
hmm |
| 08:53 |
uschi |
hmm what, dax77_home |
| 08:53 |
dax77 |
better? :) |
| 08:53 |
chairuou|work |
i've managed to install typo3 4.1.1, so now what I need to read...need something like Getting Started Guide .. to build a simple website....what I need to read ? |
| 08:53 |
dokma |
ppl I'm reading 'Mastering TypoScript' pdf ebook |
| 08:53 |
dokma |
pretty good one |
| 08:53 |
uschi |
yes, it is exactly 5 letters better |
| 08:53 |
dokma |
anyone read it? |
| 08:53 |
dokma |
chairu there is a tutorial |
| 08:54 |
uschi |
where is that from, dokma? |
| 08:54 |
dokma |
and a video tutorial |
| 08:54 |
dokma |
I got it from some ebook warez site |
| 08:54 |
dokma |
if I like it I'll buy it |
| 08:54 |
chairuou|work |
dokma, those series of tutorial is for developer |
| 08:55 |
chairuou|work |
I am not looking for anything related to programming |
| 08:55 |
uschi |
yes, chairuou|work |
| 08:55 |
dokma |
as much as I remember there is a video tutorial about basic usage of the backend |
| 08:55 |
dokma |
click here click there this is a this is b |
| 08:55 |
uschi |
chairuou|work, there is a tutorial "Getting started" with a sample website |
| 08:55 |
dokma |
very elementary |
| 08:55 |
chairuou|work |
yep..that is what I am looking for at the moment |
| 08:56 |
uschi |
this is the one, you should do first |
| 08:56 |
uschi |
wait, i shall give you the necessary links, chairuou|work |
| 08:56 |
chairuou|work |
thank you |
| 08:56 |
dokma |
http://typo3.org/documentation/videos/wmv-format/ |
| 08:56 |
dokma |
watch the second and third one |
| 08:56 |
dokma |
you might do the first one too |
| 08:56 |
dokma |
to see if you installed correctly |
| 08:57 |
dokma |
there are many things to setup after the installation |
| 08:57 |
dokma |
for example |
| 08:57 |
uschi |
http://typo3.org/documentation/ @ chairuou|work |
| 08:57 |
dokma |
I would recommend to switch to utf-8 immediately |
| 08:57 |
uschi |
you need one other info to get the examplepage running, wait |
| 08:58 |
uschi |
This is where you get the quickstart package, chairuou|work: http://typo3.org/download/packages/ |
| 08:58 |
uschi |
install it, and then follow the upgrade steps in the wiki |
| 08:59 |
[1]Co2 |
how can i use defaultPageTSconfig |
| 08:59 |
[1]Co2 |
I tried $TYPO3_CONF_VARS['BE']['defaultPageTSconfig'] .= '[GLOBAL]<INCLUDE_TYPOSCRIPT: source="../fileadmin/default_ts/defaultPageTSConfig.ts">'; |
| 08:59 |
chairuou|work |
thanks |
| 09:01 |
uschi |
have a good start chairuou|work |
| 09:01 |
uschi |
dokma, where can i find this mastering ts thing? |
| 09:01 |
uschi |
do you have a link for me? |
| 09:02 |
[1]Co2 |
hi uschi |
| 09:02 |
dokma |
I can send it to you |
| 09:02 |
[1]Co2 |
do you have a clue how to use defaultPageTScongi? |
| 09:02 |
uschi |
i am not sure, what you mean |
| 09:03 |
uschi |
you put some tsconfig commands into the root of your website? |
| 09:04 |
uschi |
well, i suppose, i need another coffee first |
| 09:08 |
[1]Co2 |
not into the root. into the localconf |
| 09:10 |
Denyerec |
Morning all |
| 09:11 |
[1]Co2 |
morning denyerec |
| 09:11 |
[1]Co2 |
dou you know how to use include_tyoscript in [BE][defaultPageTSconfig ?] |
| 09:15 |
uschi |
you cannot |
| 09:15 |
uschi |
because tsconfig != typoscript |
| 09:16 |
uschi |
there is an extension which might help you to keep your typoscript and your tsconfig stuff in external files |
| 09:16 |
uschi |
i have not tried it yet, but there is a podcast about it, and it sounds quite good, [1]Co2 |
| 09:17 |
[1]Co2 |
tsconfig != typoscript? |
| 09:20 |
[1]Co2 |
uschi isn't it possible to include a default typoscript setup for all templates i create? |
| 09:21 |
[1]Co2 |
I don't want to write the stuff I need always again and again |
| 09:21 |
uschi |
are we talking about template/setup and constants, or are we talking about page tsconfig, cozwei |
| 09:21 |
uschi |
morning Denyerec :) |
| 09:23 |
cozwei |
we are talkink about template setup |
| 10:43 |
dokma |
hey ppl |
| 10:43 |
dokma |
I created a group called translators |
| 10:44 |
dokma |
how do I allow access to members of this group to particualr sysfolders? |
| 10:44 |
dokma |
in access module I already asigned all pages to another group: editors |
| 11:10 |
koomi |
dokma: either use a subgroup or create an extra group for the sysfolder |
| 11:11 |
koomi |
dokma: or install the acl extension :) |
| 11:11 |
dokma |
I made it! |
| 11:11 |
dokma |
what I had to do was add read and modify content access right to 'others' |
| 11:11 |
dokma |
then the sysfolders appeared |
| 11:11 |
koomi |
but for everyone else now too |
| 11:12 |
koomi |
so if you want to do it properly |
| 11:12 |
koomi |
either create additonal groups or take a look at the acl extension |
| 11:12 |
dokma |
what would I achieve with additional groups? |
| 11:12 |
dokma |
I have the 2 groups I need |
| 11:13 |
koomi |
but with the typo3 access model you can either grant access to a user, a group or everybody |
| 11:13 |
koomi |
so how to get your second group in? |
| 11:14 |
dokma |
I understand that that problem is solved with acl |
| 11:14 |
koomi |
goodie :) |
| 11:14 |
dokma |
but you said 'either create additional groups' |
| 11:14 |
dokma |
what would I achieve with additional groups regarding my issue |
| 11:14 |
koomi |
create a group sysfolder_access_right and subgroup it for the other two |
| 11:15 |
dokma |
ahhh |
| 11:15 |
dokma |
I see |
| 11:16 |
dokma |
that would work in this case |
| 11:32 |
daag |
hi, i've installed the gallery2 plugin, but when i click in"gallery2" in backend nothing happens. |
| 11:32 |
daag |
in=on |
| 11:32 |
Phlogiston |
daag: did you install gallery2 itself somewhere? |
| 11:33 |
koomi |
daag: check the apache log for php errors |
| 11:33 |
daag |
ok |
| 11:33 |
daag |
i just installext the ext file |
| 11:34 |
daag |
no entrys in apache log when i click gallery, hmm |
| 11:34 |
daag |
other clicks are logged |
| 11:35 |
koomi |
did you check the access or error log? |
| 11:35 |
daag |
both |
| 11:35 |
koomi |
straangee |
| 11:36 |
daag |
maybe erre logging is not fully enabled |
| 11:36 |
daag |
i just installed the .t3x file |
| 11:36 |
daag |
do i need other modules? |
| 11:37 |
daag |
hm apt-search has a gallery2 package |
| 11:37 |
daag |
*installing* |
| 11:37 |
daag |
do i need this ? ;) |
| 11:38 |
koomi |
daag: why don't you check the documentation? |
| 11:39 |
daag |
well i have the docu open |
| 11:39 |
daag |
but the description in the repository |
| 11:40 |
daag |
doesnt list any dependencies |
| 11:40 |
daag |
but you are right i will have a second look |
| 11:45 |
daag |
hm i dont understand why nothing happes whne i clikc gallery2 |
| 11:46 |
daag |
top.goToModule('user_txgallery2M1');this.blur();return false; |
| 11:46 |
daag |
doesnt seem to work |
| 11:53 |
daag |
well, gallery2 show up as "loaded module", i have the directory "type3/gallery2/" |
| 11:53 |
daag |
and the config $TYPO3_CONF_VARS['EXTCONF']['gallery2']['g2RelPath'] is correct |
| 11:54 |
daag |
still nothing, i have cleared both caches |
| 11:54 |
daag |
but its only listed under Frontend plugins? |
| 12:01 |
daag |
sorry, now i got it running but iget error "/typo3/typo3conf/ext/gallery2/mod1/install/ was not found on this server" |
| 12:01 |
daag |
at least a amessage, and the directory does not exist, so ok |
| 12:12 |
Phlogiston |
daag: the ext sucks quite much anyway .D |
| 12:20 |
koomi |
is there a way to display two languages side by side in typo3 |
| 12:20 |
koomi |
i want to use the translation feature but i need to display two languages ... |
| 12:35 |
koomi |
anyone knew that the apache group has a cms? http://lenya.apache.org/ |
| 12:40 |
koomi |
nice. sz magazin is done in typo3 http://sz-magazin.sueddeutsche.de/ |
| 13:57 |
dokma |
ppl. I've got a global setup for tt_news to leave images in list view |
| 13:57 |
dokma |
now I would like to exclude one plugin instance |
| 13:57 |
dokma |
from that rule and make it remove the images |
| 13:58 |
dokma |
how would I do that? |
| 13:58 |
dokma |
Denyerec you here? |
| 13:59 |
dokma |
ayn1? |
| 14:01 |
dokma |
anyone here at all? |
| 14:11 |
koomi |
dokma: check the ts config for displayList |
| 14:11 |
koomi |
note the imageCount directive .. or whatever it's called |
| 14:12 |
koomi |
either use a ts condition to set this to 0 or add an extension template to that part of your pagetree |
| 14:18 |
dokma |
thats cool but how do I specify it for one single instance of news plugin? |
| 14:18 |
ries |
dokma: plugin.tt_news.setting > |
| 14:18 |
ries |
something like that |
| 14:19 |
dokma |
but that sets it globaly |
| 14:19 |
dokma |
I want it for just one instance |
| 14:19 |
dokma |
that is configured via flexform |
| 14:19 |
ries |
dokma: HOW DOES YOUR INSTANCE LOOK LIKE? |
| 14:20 |
ries |
oops caps |
| 14:20 |
null0_ |
of course ;) |
| 14:20 |
ries |
dokma: one option can be is not add it with a flexform, but create it with TS |
| 14:21 |
dokma |
yeah, thats true mate |
| 14:21 |
dokma |
will give that one a shot |
| 14:21 |
dokma |
tx |
| 14:21 |
ries |
then use tsobject andd use that as a content |
| 14:22 |
bane007 |
is there possibility to set to discard all default css in ts from specific extension only (e.g. tt_news)? |
| 14:38 |
ries |
yes |
| 15:00 |
titii |
hello friends, need a help. i am looking for some extension like a gallery for the FE. uploads images and so on. is there some possibilities? thank you |
| 15:00 |
titii |
categories |
| 15:01 |
titii |
hmmm nobody? |
| 15:01 |
titii |
any gues? |
| 15:02 |
titii |
some solution? |
| 15:02 |
titii |
join to this topic thank you :) |
| 15:10 |
ries |
titii: I think there are one or 2 galleryes |
| 15:10 |
ries |
that allow you to do that |
| 15:11 |
andreasbalzer |
if you found a good one (if you're using DAM) then please let me know ;) |
| 15:11 |
ries |
andreasbalzer: I think there is a gallery2 intergration |
| 15:12 |
andreasbalzer |
that's not using dam ;) |
| 15:12 |
andreasbalzer |
we just switched from gallery2 to typo3.. |
| 15:12 |
andreasbalzer |
because if you're using gallery2, you have every image twice.. |
| 15:13 |
titii |
i need a image gallery where can public FE users adding the pictures and creating categories or albums |
| 15:13 |
null0_ |
like flicker? |
| 15:14 |
titii |
i am using htaccess for a permission so its ok.. hmm flicker? |
| 15:14 |
null0_ |
that sounds like google picasa |
| 15:14 |
null0_ |
photo album , etc |
| 15:14 |
ries |
andreasbalzer: agreed... |
| 15:15 |
titii |
null0_ users can adding the pictures and categories and albums? |
| 15:15 |
titii |
i maen public, so no user but the client |
| 15:16 |
ries |
titii: I have something like that in working code, it's just not ready yet from prime time |
| 15:16 |
andreasbalzer |
btw: I have a complicated server question.. |
| 15:16 |
titii |
ries ou |
| 15:17 |
titii |
but you know somu php modul? i can implement it |
| 15:17 |
andreasbalzer |
titii: should the gallery be TYPO3 driven? |
| 15:17 |
ries |
brb, need to reboot |
| 15:17 |
titii |
andreasbalzer not it shouldnt |
| 15:18 |
andreasbalzer |
the best of its kind: gallery.menalto.com |
| 15:18 |
titii |
andreasbalzer without any registr. and login, for the public? |
| 15:19 |
andreasbalzer |
should be possible.. |
| 15:19 |
andreasbalzer |
but if you want to use it, you may ask their mailinglists/chatrooms.. It has been long ago since I used gallery2 the last time |
| 15:20 |
titii |
andreasbalzer gallery2? what is it about? and what about uploading , creating and so on? |
| 15:20 |
andreasbalzer |
in general: it's the best gallery you can get |
| 15:21 |
andreasbalzer |
you can have private galleries, public galleries, combine those galleries, have gallery galleries ;) ... |
| 15:21 |
andreasbalzer |
you can upload through web, FTP, Windows, Java Client, Flash, ... |
| 15:21 |
andreasbalzer |
and there are many many plugins |
| 15:22 |
titii |
you talking about gallery2 ? |
| 15:23 |
andreasbalzer |
yes |
| 15:23 |
andreasbalzer |
there is no TYPO3 extension that offery you those features at the moment |
| 15:23 |
titii |
andreasbalzer it seems to getting to look fo that |
| 15:23 |
immersen |
Has any of you worked with some kind of BOOKING SOLUTION for T3? Tried Solunas, but their database is not working and support is non-existing... |
| 15:25 |
titii |
andreasbalzer pls where gallery2 can i download? |
| 15:27 |
titii |
this is it http://codex.gallery2.org/Gallery2:Download ? |
| 15:28 |
andreasbalzer |
yes |
| 15:28 |
andreasbalzer |
just download the preinstaller and open it via webbrowser |
| 15:29 |
titii |
andreasbalzer why this way? ok |
| 15:29 |
andreasbalzer |
because it will only download those files to your server you really need |
| 15:31 |
titii |
whats next? what is this ? You are attempting to access a secure section. You can't proceed until you pass the security check. |
| 15:31 |
Phlogiston |
dokma: are you here??? |
| 15:32 |
andreasbalzer |
titii: you have to create a special file or so as described in the install tool |
| 15:36 |
immersen |
I need a booking solution that can display existing bookings (for a Bed & Breakfast) and allows the user to make a booking request, but I haven't found anything |
| 15:37 |
immersen |
dg_hotel_mgr is the only working thing I have found, but it has not been updated since 2004 |
| 15:38 |
immersen |
any ideas? |
| 15:39 |
andreasbalzer |
immersen: if you can: download one of the existing and try to improve them.. |
| 15:39 |
immersen |
or has anyone worked proffessionally with solutions for Bed&Breakfast |
| 15:40 |
immersen |
andreasbalzer: dg_hotel_mgr is the only one that could work, as Solunas is build on solunas.org database :S |
| 15:40 |
ries |
immersen: it's one of these applications that are really specific to a situation withotu really good configuration files |
| 15:41 |
andreasbalzer |
hm.. |
| 15:41 |
ries |
since everybody seems to handle that same business differently... |
| 15:41 |
ries |
it's also one of the applications that are hard to impelment :) |
| 15:42 |
immersen |
ries: guess you are right, but there are many software solutions for this out there |
| 15:42 |
ries |
immersen: you could intergrate them may be? |
| 15:42 |
ries |
using a iframe option is often easy |
| 15:42 |
ries |
I did that once with pmos... |
| 15:46 |
titii |
immersen otherwise it seems, i tryed this system, but i cant remember |
| 15:48 |
immersen |
ries: pmos? |
| 15:48 |
ries |
immersen: it's a ticket system |
| 15:48 |
ries |
user has problem... user submits ticket |
| 15:48 |
ries |
there wasn't anything good for typo3 |
| 15:49 |
immersen |
It would be best if the booking solution was build on T3 and not a different program (that is also quite expensive) ;) |
| 15:49 |
ries |
immersen: normally such an implementation would be done using TCE froms.. |
| 15:49 |
ries |
However that would make managing such a application horrible |
| 15:50 |
ries |
so you need special forms anyways |
| 15:50 |
ries |
and the BE is not teh right place to do that really |
| 15:50 |
ries |
it could be done however..... |
| 15:51 |
immersen |
hmmm |
| 16:00 |
friedaB |
i have realurl enabled and i need to get a redirection from www.mysite.com/blabla to another site |
| 16:00 |
friedaB |
do you know how to do that in typo3? |
| 16:01 |
ries |
friedaB: there is a option in realUrl to do that |
| 16:01 |
ries |
I 'think' it's in the list module |
| 16:17 |
friedaB |
do you mean domain? |
| 16:17 |
friedaB |
ries |
| 16:29 |
andreasbalzer |
i have a question about TYPO3 development. If you like to code an extension and have the following options.. ..which would you chose? Option 1) Have a XAMP installed on your work computer, were you code, play games and do a lot of stuff.. (this is also the fastest computer (running Windows Vista)) 2) install a VM on this computer and install the server within 3) there is a computer with 2,4 GHZ single core & 256 MB. There's |
| 16:32 |
andreasbalzer |
(if there's someone reading my post ;) ): the second computer has currently Windows XP |
| 16:57 |
Denyerec |
andreasbalzer - I code on my fast PC, but apache is located on a slow machine running 24/7 in the spare room as a web&print server |
| 16:58 |
Denyerec |
depending on your fortune, VM's can sometimes give you grief with networking issues |
| 16:59 |
andreasbalzer |
Denyerec: my biggest problem currently is, that Skype and XAMP don't run on one machine together without reconfiguring everything.. |
| 16:59 |
Denyerec |
Hmm |
| 16:59 |
Denyerec |
Skype is so bad |
| 16:59 |
Denyerec |
the concept is good |
| 16:59 |
Denyerec |
the quality is good |
| 17:00 |
Denyerec |
but the GUI and the execution is just appallingly atrociously utterly inconceivably SHITE |
| 17:00 |
andreasbalzer |
and i don't know whether I want to have a svn running when i play games, etc.. |
| 17:00 |
Denyerec |
meh, makes no difference andreasbalzer |
| 17:00 |
Denyerec |
I play games with photoshop in the background |
| 17:00 |
andreasbalzer |
well i like skype because it enables me to do easy team conferences |
| 17:00 |
Denyerec |
(When I forget to close photoshop, that is) |
| 17:01 |
Denyerec |
anyone got any old camera gear? |
| 17:01 |
Denyerec |
I need some PC cables and can't find any cheap ones |
| 17:01 |
Denyerec |
Of course you play minesweeper ries... you have a mac ;P |
| 17:01 |
Denyerec |
That's pretty much all you CAN play ;D |
| 17:02 |
ries |
Denyerec: I think I also have board games and mayong :D |
| 17:02 |
ries |
Denyerec: But I do have x-planes ;) |
| 17:02 |
Denyerec |
;) |
| 17:02 |
andreasbalzer |
well it's not about having a program running in the background.. there are over 90 so far.. it's about having a SVN running in the background, checking for all the versions because of development... and having a Windows version control because of my private files.. I worry about that one system checks the other... ;) |
| 17:02 |
andreasbalzer |
btw: I play minesweeper with speach recognition :p |
| 17:03 |
andreasbalzer |
( ee ) |
| 17:04 |
ries |
if you run windows I know you will have a lot of things to worry about.... |
| 17:04 |
andreasbalzer |
yeah |
| 17:05 |
andreasbalzer |
you know I currently have this 240 GB computer with just a plain windows on it.. I'm seriously thinking about what I should do with it.. |
| 17:07 |
ries |
throw it out of the windows? |
| 17:07 |
andreasbalzer |
would be an option.. I have 3 of such pc's, so I can practise a bit.. |
| 17:07 |
dalma |
hello everyone! :) |
| 17:08 |
koomi |
i dislike split-mode irc servers |
| 17:08 |
koomi |
hey guys |
| 17:08 |
dalma |
I need to access a TV DS field from my TS setup, OR.. access the page header from the DS TypoScript, in order to write the link to a CSS file. How it can be done?? |
| 17:12 |
dalma |
any clue? pls :) |
| 17:17 |
koomi |
http://wiki.typo3.org/index.php/TemplaVoila |
| 17:26 |
dalma |
Koomi, nice.. but didn't say a word about my problem |
| 17:38 |
koomi |
dalma: you can probably access the pageheader from the typoscript section |
| 18:16 |
ries |
\join #dojo |
| 19:26 |
XiXora |
hello, anyone used phpinclude plugin? |
| 19:26 |
XiXora |
i have a problem with nothing seeming to appear |
| 19:29 |
ries |
XiXora: use lumo php include |
| 19:29 |
XiXora |
am doing |
| 19:29 |
XiXora |
which is the problem |
| 19:29 |
XiXora |
the php file works on its own |
| 19:29 |
XiXora |
but not included with the plugin |
| 19:31 |
ries |
must be something in the php then.. |
| 19:31 |
ries |
although I never used phpincludes |
| 19:33 |
XiXora |
http://typo3.xixora.net/fileadmin/templates/php/reg_email_plugin.php |
| 19:34 |
XiXora |
as you see it works on its own :P |
| 19:34 |
XiXora |
so confused |
| 19:36 |
ries |
Must be something wrong still |
| 19:36 |
ries |
are yiu sure it's included properly? |
| 19:38 |
XiXora |
afaik yeh |
| 19:41 |
ries |
test it with a simpel php file? |
| 19:42 |
XiXora |
is that another extension? |
| 19:42 |
XiXora |
the url above is the file |
| 19:42 |
XiXora |
so ti def works |
| 19:47 |
ries |
cant you not make an extension? |
| 19:47 |
ries |
that is a lot easer |
| 19:47 |
XiXora |
is suppose i'll have a look into it :p |
| 20:16 |
andreasbalzer |
is there a way to tell TYPO3 which domain to use when creating cookies? |
| 20:49 |
titii |
andreasbalzer i have some .htaccess on the gallery2.. can you tell me how to remove? because i have another .htaccess yet |
| 20:50 |
andreasbalzer |
just delete the file of the gallery2?!? |
| 20:50 |
andreasbalzer |
i don't know |
| 20:51 |
titii |
but i cant see any .htaccess there which can improve |
| 20:51 |
andreasbalzer |
remove or improve? |
| 20:51 |
andreasbalzer |
;) |
| 20:51 |
titii |
sorry remove :) |
| 20:52 |
andreasbalzer |
just look into the subfolder where you installed gallery2 into.. it has to be somewhere |
| 21:01 |
Hast |
Can someone help me with a typo3 problem? |
| 21:02 |
andreasbalzer |
that depends on your problem, the question you'll ask and my cola left to keep my brain alive :D |
| 21:02 |
andreasbalzer |
anyway.. welcome aboard :) |
| 21:03 |
Hast |
I get this message: Parse error: syntax error, unexpected T_VARIABLE in /customers/vores-gaard.dk/vores-gaard.dk/httpd.www/typo3conf/temp_CACHED_ps3387_ext_localconf.php on line 267 |
| 21:03 |
andreasbalzer |
just delete the files starting with temp* in typo3conf |
| 21:04 |
Hast |
Okay Andreas i will check the files |
| 21:06 |
Hast |
I have two files starting with: temp cached - they are rather large - should I delete them? |
| 21:08 |
andreasbalzer |
if their names start with temp* yes. |
| 21:08 |
andreasbalzer |
they'll be recreated the next time you visit your FE |
| 21:08 |
Hast |
They do - I will try to delete them |
| 21:09 |
andreasbalzer |
if the problem is not solved then, you might have a problem with your localconf.php |
| 21:11 |
Hast |
It didn't help much - I stil get the error message |
| 21:12 |
Hast |
Any sugestions on what to look for in localconf.php? |
| 21:14 |
andreasbalzer |
you should check your localconf.php for php syntax errors. Be aware that this file contains your database password. If everything's allright there, then you have a bad coded extension that you should try to identify and delete. I'm sorry, but I have to shut down my computer, because it keeps my room from getting colder then 28 degrees celcius which is not good for my sleeping likes and dislikes... ;) If you need further ass |
| 21:14 |
andreasbalzer |
cu to everybody / quit |
| 21:14 |
Hast |
I can se there is an update of the extension manager today - when my problems started |