From frankoye11 at netscape.net Wed Oct 1 20:41:06 2003 From: frankoye11 at netscape.net (FRANK OYE) Date: Wed, 01 Oct 2003 20:41:06 +0200 Subject: [Typo3-debian] PARTNERSHIP REQUEST Message-ID: ATTN:FRIEND I PRESUME THIS MAIL WILL NOT BE A SURPRISE TO YOU. I AM AN ACCOUNTANT WITH THE MINISTRY OF MINERAL RESOURCES AND ENERGY IN SOUTH AFRICA AND ALSO A MEMBER OF CONTRACTS AWARDING COMMITTEE OF THIS MINISTRY UNDER SOUTH AFRICA GOVERNMENT. MANY YEARS AGO, SOUTH AFRICA GOVERNMENT ASKED THIS COMMITTEE TO AWARDS CONTRACTS TO FOREIGN FIRMS, WHICH I AND 2 OF MY PARTNERS ARE THE LEADER OF THIS COMMITTEE, WITH OUR GOOD POSITION , THIS CONTRACRS WAS OVER INVOICED TO THE TUNE OF US$18,500,000:00 AS A DEAL TO BE BENEFIT BY THE THREE TOP MEMBER OF THIS COMMITTEE. NOW THE CONTRACTS VALUE HAS BEEN PAID OFF TO THE CTUAL CONTRACTORS THAT EXECUTED THIS JOBS, ALL WE WANT NOW IS A TRUSTED FOREIGN PARTNER LIKE YOU THAT WE SHALL FRONT WITH HIS BANKING ACCOUNT NUMBER TO CLAIM THE OVER INFLATED SUM. UPON OUR AGREEMEENT TO CARRY ON THIS TRANSACTION WITH YOU, THE SAID FUND WILL BE SHARE AS FOLLOWS. 75% WILL BE FOR US IN SOUTH AFRICA. 20% FOR USING YOUR ACCOUNT AND OTHER CONTRIBUTION THAT MIGHT REQIURED FROM YOU. 5% IS SET ASIDE FOR THE UP FRONT EXPENCES THAT WILL BE ENCOUNTER BY BOTH PARTY TO GET ALL NECESSARY DOCUMENTS AND FORMARLITIES THAT WILL JUSTIFY YOU AS THE RIGHTFUL OWNER OF THIS FUND. IF YOU ARE INTERESTED IN THIS TRANSACTION, KINDLY REPLY THIS MASSEGE WITH ALL YOUR PHONE AND FAX NUMBERS, OR MAIL ME THROUGH(oye100 at netscape.net) TO ENABLE US FURNISH YOU WITH DETAILS AND PROCEDURES OF THIS TRANSACTION. YOURS FAITHFULLY. MR.FRANK OYE From Tobias.Graf at gmx.net Wed Oct 8 02:28:33 2003 From: Tobias.Graf at gmx.net (Tobias Graf) Date: Wed, 8 Oct 2003 02:28:33 +0200 (MEST) Subject: [Typo3-debian] Problem with typo3 quickstart installation Message-ID: Hello, I'm currently trying to install typo3 quickstart (following the tutorial) on a debian (woody) system, but so far I wasn't vey successful. My problem is, that when I'm trying to start the quickstart installation, I only get an empty page: "" The main problem I have is, that I don't get an error message and also the apache error log is empty (access log show, that everything is ok!). So I've no idea what's going wrong. I was playing around with suPHP and VirtualHosts lately but I believ I completly removed all traces in my httpd.conf. I tried the *.zip file and also the Unix *tgz archies, I didn't tried the special debian packages yet. I'm currently using a php 4.3 backport, but I also tried the debian stable version. A copy of my phpinfo() can be found here: http://213.133.111.136/test.php I most probably did a configuration error, but I can't figure out where. Maybe somebody encountered a similar problem and could point me in the right direction. Greetings, Tobias From mundaun at gmx.ch Wed Oct 8 09:02:19 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Wed, 08 Oct 2003 09:02:19 +0200 Subject: [Typo3-debian] Problem with typo3 quickstart installation References: Message-ID: Dear Tobias, > The main problem I have is, that I don't get an error message and also the > apache error log is empty (access log show, that everything is ok!). The Apache logs say absolutely nothing about PHP errors! You'll have to enable this separate in your php.ini. - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From tgraf at hydra.t.u-tokyo.ac.jp Wed Oct 8 10:01:43 2003 From: tgraf at hydra.t.u-tokyo.ac.jp (Tobias Graf) Date: 08 Oct 2003 17:01:43 +0900 Subject: [Typo3-debian] Problem with typo3 quickstart installation In-Reply-To: References: Message-ID: Hello Michael, thank you for your answer. > > The main problem I have is, that I don't get an error message and also the > > apache error log is empty (access log show, that everything is ok!). > The Apache logs say absolutely nothing about PHP errors! You'll have to > enable this separate in your php.ini. In my php.ini "error_reporting" is set to "E_ALL", but still no errors are generated. I think next I'll try to follow the execution of "index.php" and see if I can identify the problem. Thanks, Tobias From mundaun at gmx.ch Wed Oct 8 10:46:55 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Wed, 08 Oct 2003 10:46:55 +0200 Subject: [Typo3-debian] Problem with typo3 quickstart installation References: Message-ID: Tobias Graf wrote: > In my php.ini "error_reporting" is set to "E_ALL", but still no errors > are generated. Did you specify a logfile? Try this: error_reporting = E_ALL & ~E_NOTICE display_errors = On log_errors = On error_log = /var/log/apache/php.err Good luck! - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From tgraf at hydra.t.u-tokyo.ac.jp Wed Oct 8 13:07:31 2003 From: tgraf at hydra.t.u-tokyo.ac.jp (Tobias Graf) Date: 08 Oct 2003 20:07:31 +0900 Subject: [Typo3-debian] Problem with typo3 quickstart installation In-Reply-To: References: Message-ID: Sorry, for not providing all necessary Informations. > > In my php.ini "error_reporting" is set to "E_ALL", but still no errors > > are generated. > > Did you specify a logfile? Yes, I specified a log file and also set display_error to on. For me it looks like the script is running without any problems, it just doesn't produce any output. This weekend I'll have time to dig into the script and check, if I can find out why the script only produces (""). Thanks, Tobias From steffen at davis.kommwiss.fu-berlin.de Sun Oct 12 18:26:35 2003 From: steffen at davis.kommwiss.fu-berlin.de (Steffen Mueller) Date: Sun, 12 Oct 2003 18:26:35 +0200 Subject: [Typo3-debian] symlink from site to source Message-ID: hi. just one (unimportant) question about symlinks in typo3 packages (typo3-base and the dummy created with typo3-site-installer). i have: <--- snip bart:/# ls -l /var/www/mysite/typo3_src lrwxrwxrwx 1 root www-data 30 Oct 11 19:17 /var/www/mysite/typo3_src -> /var/lib/typo3/typo3_src-3.5.0 bart:/# bart:/# ls -l /var/lib/typo3/ total 4 lrwxrwxrwx 1 root root 15 Oct 11 18:56 latest -> typo3_src-3.5.0 drwxr-xr-x 6 root www-data 4096 Oct 11 18:56 typo3_src-3.5.0 ---> snap the symlink /var/lib/typo3/latest is unused in this configuration. shouldn't /var/www/mysite/typo3_src point to "latest" instead of "typo3_src-3.5.0, to make use of it? switching to a new version for multiple sites could be more easy. -- cheers, Steffen From steffen at davis.kommwiss.fu-berlin.de Sun Oct 12 18:29:10 2003 From: steffen at davis.kommwiss.fu-berlin.de (Steffen Mueller) Date: Sun, 12 Oct 2003 18:29:10 +0200 Subject: [Typo3-debian] typo3 in official debian tree? Message-ID: hi. michael, when will your packages make it into the official debian tree? (as the release of sarge is getting closer...) -- cheers, Steffen From mundaun at gmx.ch Sun Oct 12 18:50:03 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Sun, 12 Oct 2003 18:50:03 +0200 Subject: [Typo3-debian] symlink from site to source References: Message-ID: Steffen Mueller wrote: > the symlink /var/lib/typo3/latest is unused in this configuration. > shouldn't /var/www/mysite/typo3_src point to "latest" instead of > "typo3_src-3.5.0, to make use of it? switching to a new version for > multiple sites could be more easy. That wouldn't be good! If you ever did an upgrade from one version to the next, you will know that users have to update some static tables. Since I cannot automate this yet it is safe to point to typo3_src-3.5.0. However you are free to change the symlink in your site and use 'latest' instead. But keep in mind that your installation won't work right after an update. - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From mundaun at gmx.ch Sun Oct 12 18:55:19 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Sun, 12 Oct 2003 18:55:19 +0200 Subject: [Typo3-debian] typo3 in official debian tree? References: Message-ID: Hi Steffen, > michael, when will your packages make it into the official debian tree? > (as the release of sarge is getting closer...) I am not very interested to do that. I remember some conversations with Edelhard Becker (I know, I didn't reply to your latest mails yet...). He is an official DD, maybe he wants to take care over the packages one day. Maybe someone else wants...(?) However, I still see some unresolved problems when Typo3 is part of a stable Debian distribution: - Assuming Typo3 3.6.0 would be released today, we were not allowed to make any updates to the Debian version. We would need to support at least two different versions then! Any suggestions about that? Cheers - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From steffen at davis.kommwiss.fu-berlin.de Sun Oct 12 21:43:23 2003 From: steffen at davis.kommwiss.fu-berlin.de (Steffen Mueller) Date: Sun, 12 Oct 2003 21:43:23 +0200 Subject: [Typo3-debian] typo3 in official debian tree? In-Reply-To: References: Message-ID: Michael Stucki schrieb: > >>michael, when will your packages make it into the official debian tree? >>(as the release of sarge is getting closer...) > > > I am not very interested to do that. I remember some conversations with > Edelhard Becker (I know, I didn't reply to your latest mails yet...). He is > an official DD, maybe he wants to take care over the packages one day. > Maybe someone else wants...(?) > ah, one can find the discussion in the "typo3-base 3.5.0-2 tested" thread, right? as i am not very experienced with debian-maintaining, -packaging and all the other tasks one one side, and programming typo3 on the other, i won't be the right one for this job. maybe co-maintaining... > However, I still see some unresolved problems when Typo3 is part of a stable > Debian distribution: > - Assuming Typo3 3.6.0 would be released today, we were not allowed to make > any updates to the Debian version. We would need to support at least two > different versions then! yes. these version would be stable (3.5.0) and testing/unstable (3.6.0). i don't see a way to solve this "problem" - this is part of the debian policy. but one problem could be: imagine severe bugs/security leaks being exploited in 3.5.0 and typo3 developers don't care, because 3.6.0 is not affected or problems are only fixed in the 3.6.0 branch. in this case, the debian maintainer has to do this job. without a bugtracking system for typo3, this seems to be hard work. man, i would really appreciate bugtracking for typo3! -- cheers, Steffen From ingmars at web.de Mon Oct 13 11:37:30 2003 From: ingmars at web.de (Ingmar Schlecht) Date: Mon, 13 Oct 2003 11:37:30 +0200 Subject: [Typo3-debian] typo3 in official debian tree? In-Reply-To: References: Message-ID: Hi Steffen, Steffen Mueller wrote: > but one problem could be: > imagine severe bugs/security leaks being exploited in 3.5.0 and typo3 > developers don't care, because 3.6.0 is not affected or problems are > only fixed in the 3.6.0 branch. maintenance releases like 3.5.1 have been discussed and will probably become reality as soon as someone volunteers to do the job. > in this case, the debian maintainer has > to do this job. without a bugtracking system for typo3, this seems to be > hard work. > man, i would really appreciate bugtracking for typo3! Coming soon. A bug tracking system is currently being set up. - Ingmar From typo3 at edelhard.de Mon Oct 13 15:31:25 2003 From: typo3 at edelhard.de (Edelhard Becker) Date: Mon, 13 Oct 2003 15:31:25 +0200 Subject: [Typo3-debian] typo3 in official debian tree? In-Reply-To: References: Message-ID: Hi, On Sun, Oct 12, 2003 at 09:43:23PM +0200, Steffen Mueller wrote: > Michael Stucki schrieb: > > I am not very interested to do that. I remember some conversations > > with Edelhard Becker (I know, I didn't reply to your latest mails > > yet...). He is an official DD, maybe he wants to take care over > > the packages one day. Maybe someone else wants...(?) well i'm still in the will-be-used-on-next-site-redesign stage of using Typo3 (read: i haven't created even a single page yet .. :-/ I offered Michael to sponsor his packages (that is, loading them up to Debian archive to get them into the official distribution). For maintaining it i have too little experience with PHP and apache (IMHO). > but one problem could be: > imagine severe bugs/security leaks being exploited in 3.5.0 and typo3 > developers don't care, because 3.6.0 is not affected or problems are > only fixed in the 3.6.0 branch. As i understood some previous discussions on this topic there are several Typo3 ISPs using Debian as base distribution for their hosts. Since a lot of pages depend on the Typo3 release they can't just upgrade to a new major version. So there should be a large interest in security fixes for older releases. > in this case, the debian maintainer has to do this job. without a > bugtracking system for typo3, this seems to be hard work. Yes, he's responsible for "his" package... Greetings, Edelhard -- One of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate sucessful termination of their C programs. - Robert Firth From herrmann at interdv.de Mon Oct 13 18:47:14 2003 From: herrmann at interdv.de (Sven Herrmann) Date: Mon, 13 Oct 2003 18:47:14 +0200 Subject: [Typo3-debian] typo3-site-installer converts - in dirname to _ Message-ID: Hello, I just tried the installer and it converted the "-" in my directory name into an "_", but I can't see why you should do that. I changed the regexp to this: [^[_\.\/a-zA-Z0-9-]]* i.e. the "-" at the end instead of at the beginning, then everything works. Greetings, Sven From christian at jul.net Tue Oct 14 09:42:14 2003 From: christian at jul.net (Christian Jul Jensen) Date: Tue, 14 Oct 2003 09:42:14 +0200 Subject: [Typo3-debian] typo3 in official debian tree? References: Message-ID: Hi I just spent the weekend installing my first debian. It's amazing how good this works. I'm a believer! On Mon, 13 Oct 2003 15:31:25 +0200 Edelhard Becker wrote: > > but one problem could be: > > imagine severe bugs/security leaks being exploited in 3.5.0 and > > typo3 developers don't care, because 3.6.0 is not affected or > > problems are only fixed in the 3.6.0 branch. > > As i understood some previous discussions on this topic there are > several Typo3 ISPs using Debian as base distribution for their hosts. > Since a lot of pages depend on the Typo3 release they can't just > upgrade to a new major version. So there should be a large interest in > security fixes for older releases. In my opinion the updating of the TYPO3-src itself works very easy, simply download the tarball, unpack it and, change the symlink. Maybe fire up the install tool to check database integrity, which you have to do even if the source was provided as a debian package. The main problem of getting TYPO3 running is the environment, especially the graphic things. So, I think that if a TYPO3_env deb package would get into the tree, that would be an advantage. The installation/upgrading of the source is the minor part of it, as I see it. It is after all only scripts. -- ./mvh Christian Jul Jensen Freelance webprogramer TYPO3 Typehead Denmark From mellmann at dynawide.de Fri Oct 17 22:19:18 2003 From: mellmann at dynawide.de (Sebastian Mellmann) Date: Fri, 17 Oct 2003 22:19:18 +0200 Subject: [Typo3-debian] Imagemagick Problem (5.4.4.5-1woody) Message-ID: Hi NG! I?ve got a little problem with my Typo3 Installation concerning Imagemagick. I installed the testsite to see everything runs fine. On the first site is a test with a blue menu on the left. The text should turn in white, but it doesn?t. This is my current configuration: ImageMagick enabled: 1 ImageMagick path: /usr/bin/ (5.4.4) ImageMagick path/LZW: /usr/bin/ (5.4.4) Version 5 flag: 1 GDLib enabled: 1 GDLib using PNG: 1 GDLib 2 enabled: 1 IM5 effects enabled: 1 (Blurring/Sharpening with IM 5+) Freetype DPI: 96 (Should be 96 for Freetype 2) Mask invert: 1 (Should be set for some IM versions approx. 5.4+) How can i fix this? Best regards Sebastian Mellmann From cousins at cousins.in-newzealand.com Sat Oct 18 00:32:00 2003 From: cousins at cousins.in-newzealand.com (Cousins) Date: Sat, 18 Oct 2003 11:32:00 +1300 Subject: [Typo3-debian] Imagemagick Problem (5.4.4.5-1woody) In-Reply-To: Message-ID: At 22:19 17/10/2003 +0200, you wrote: >Hi NG! >I?ve got a little problem with my Typo3 Installation concerning Imagemagick. >I installed the testsite to see everything runs fine. >On the first site is a test with a blue menu on the left. >The text should turn in white, but it doesn?t. > >This is my current configuration: > >ImageMagick enabled: 1 >ImageMagick path: /usr/bin/ (5.4.4) >ImageMagick path/LZW: /usr/bin/ (5.4.4) >Version 5 flag: 1 > >GDLib enabled: 1 >GDLib using PNG: 1 >GDLib 2 enabled: 1 >IM5 effects enabled: 1 (Blurring/Sharpening with IM 5+) >Freetype DPI: 96 (Should be 96 for Freetype 2) >Mask invert: 1 (Should be set for some IM versions approx. 5.4+) > >How can i fix this? This is a cut from my localconf file - running debian and IM v5.4.4.5-1 $TYPO3_CONF_VARS["GFX"]["gdlib_png"] = '1'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["enable_typo3temp_db_tracking"] = '1'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["im_path"] = '/usr/bin/'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["im_version_5"] = '1'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["im_imvMaskState"] = '1'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["im_mask_temp_ext_gif"] = '1'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'composite'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["im_v5effects"] = '1'; // Modified or inserted by Typo3 Install Tool. $TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96'; // Modified or inserted by Typo3 Install Seems to work Ok for me....... Ian From mellmann at dynawide.de Sat Oct 18 09:39:01 2003 From: mellmann at dynawide.de (Sebastian Mellmann) Date: Sat, 18 Oct 2003 09:39:01 +0200 Subject: [Typo3-debian] Imagemagick Problem (5.4.4.5-1woody) References: Message-ID: >This is a cut from my localconf file - running debian and IM v5.4.4.5-1 >$TYPO3_CONF_VARS["GFX"]["gdlib_png"] = '1'; // Modified or inserted by >Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1'; // Modified or inserted by >Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["enable_typo3temp_db_tracking"] = >'1'; // Modified or inserted by Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["im_path"] = '/usr/bin/'; // Modified or >inserted by Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["im_version_5"] = '1'; // Modified or inserted by >Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["im_imvMaskState"] = '1'; // Modified or >inserted by Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["im_mask_temp_ext_gif"] = '1'; // Modified or >inserted by Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = >'composite'; // Modified or inserted by Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["im_v5effects"] = '1'; // Modified or inserted by >Typo3 Install Tool. >$TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96'; // Modified or inserted by >Typo3 Install >Seems to work Ok for me....... Hmm still not working, BUT: When i click "Content elements" the points like "Insert content" turn white when going over with the mouse. But the main points disappear. Strange. :-) >Ian From jsfan at web.de Sat Oct 18 09:59:33 2003 From: jsfan at web.de (Christian Lerrahn) Date: Sat, 18 Oct 2003 09:59:33 +0200 Subject: [Typo3-debian] Problems with GDlib 2 Message-ID: Hi! I'm a newbie to Typo3 and there's a few things I don't understand. I'm running a website with a graphical menu on Debian Woody. Although I'm using the Debian-Packages for Typo3 I get black images instead of the ones I want. To find out if it is a problem with IM or with GD2 I installed the statically linked tar of IM 4.2.9 I found at typo3.sunsite.dk. This didn't help. Now I'm sure that the problem is caused by the GDlib 2. But there's one thing I don't understand. I can install a GD1 but not a php4-gd package. And even if I had that the typo3-packages depend on php4-gd2. Does this mean that everything should actually work with this package? I've set the option for GD2, but no matter if it is set or unset, I'll get the same result. Does it work perfectly for anybody? Regards, Christian -- Deinen Willen, mein Gott, tue ich gern, und dein Gesetz hab ich in meinem Herzen. Psalm 40,9 "Ich sch?me mich des Evangeliums nicht; denn es ist eine Kraft Gottes, die selig macht alle, die daran glauben." R?mer 1,16 From mundaun at gmx.ch Mon Oct 20 02:42:42 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Mon, 20 Oct 2003 02:42:42 +0200 Subject: [Typo3-debian] typo3-site-installer converts - in dirname to _ References: Message-ID: Dear Sven, > I just tried the installer and it converted the "-" in my directory name > into an "_", but I can't see why you should do that. > I changed the regexp to this: > [^[_\.\/a-zA-Z0-9-]]* > i.e. the "-" at the end instead of at the beginning, then everything > works. It's a well-known bug. Solution is on the way. Give me one more day and you can test if it works... :-) - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From 240028 at delphi.com Mon Oct 20 23:49:08 2003 From: 240028 at delphi.com (240028 at delphi.com) Date: Mon, 20 Oct 2003 16:49:08 -0500 Subject: [Typo3-debian] Effectively Spam Detecting 240028 Message-ID: An HTML attachment was scrubbed... URL: http://lists.netfielders.de/pipermail/typo3-debian/attachments/20031020/60a3fe45/attachment.html From mellmann at dynawide.de Mon Oct 20 21:14:19 2003 From: mellmann at dynawide.de (Sebastian Mellmann) Date: Mon, 20 Oct 2003 21:14:19 +0200 Subject: [Typo3-debian] Imagemagick Problem (5.4.4.5-1woody) References: Message-ID: > Hmm still not working, BUT: > When i click "Content elements" the points like "Insert content" turn white > when going over with the mouse. > But the main points disappear. Strange. :-) No one got an idea? :-( From mundaun at gmx.ch Tue Oct 21 00:08:08 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Tue, 21 Oct 2003 00:08:08 +0200 Subject: [Typo3-debian] typo3-site-installer converts - in dirname to _ References: Message-ID: Dear Sven, > I just tried the installer and it converted the "-" in my directory name > into an "_", but I can't see why you should do that. > I changed the regexp to this: > [^[_\.\/a-zA-Z0-9-]]* > i.e. the "-" at the end instead of at the beginning, then everything > works. Please download the latest packages and tell me if the problem is solved! Good luck! - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From mundaun at gmx.ch Tue Oct 21 00:33:59 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Tue, 21 Oct 2003 00:33:59 +0200 Subject: [Typo3-debian] typo3-site-installer finally fixed?! Message-ID: Dear all, I have just uploaded new packages which contain a totally rewritten site-installer. Please note that some things may still be buggy and help me to get them fixed as soon as possible. I also ask you if you miss any features which would be useful in a Debian package. Please add your comments - thanks. My aim is to release stable packages right after the release of TYPO3 3.6.0 which will happen in the beginning of the next year (I'm just guessing...). If anybody wants to help me (or wants to take over this job at all!), feel free to contact me. Have fun! - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From ledj at dcmedia.biz Tue Oct 21 21:30:47 2003 From: ledj at dcmedia.biz (Lars E. D. Jensen) Date: Tue, 21 Oct 2003 21:30:47 +0200 Subject: [Typo3-debian] PHP 4.3.3 and some questions about the new typo3 deb Message-ID: Do I need to be aware of something before installing the unstable php php4_4.3.3-2_i386.deb? Will it destroy relations to existing packages like gdlib2 and thereby the overall functionality of typo3? Why is the source being chowned root:root ? Is it security? Does it protect globally installed extensions not to be deleted on shared source installations? Thanks in advance /Lars From mundaun at gmx.ch Tue Oct 21 21:40:16 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Tue, 21 Oct 2003 21:40:16 +0200 Subject: [Typo3-debian] PHP 4.3.3 and some questions about the new typo3 deb References: Message-ID: Hi Lars, > Do I need to be aware of something before installing the unstable php > php4_4.3.3-2_i386.deb? > Will it destroy relations to existing packages like gdlib2 and thereby the > overall functionality of typo3? It may happen that your GD won't work anymore in PHP. Has nothing to do with TYPO3, it's just broken. However, what I now (this was a few weeks ago) is that Unstable is currently working while Sarge has broken GD support. You might give it a try. I won't. :-) > Why is the source being chowned root:root ? Is it security? > Does it protect globally installed extensions not to be deleted on shared > source installations? You are no more able to write to the global source even if it's activated in localconf.php. Nothing critical but I see this as an advantage because new versions would overwrite this part without any warning. Cheers - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From ledj at dcmedia.biz Tue Oct 21 22:00:10 2003 From: ledj at dcmedia.biz (Lars E. D. Jensen) Date: Tue, 21 Oct 2003 22:00:10 +0200 Subject: [Typo3-debian] PHP 4.3.3 and some questions about the new typo3 deb References: Message-ID: > You are no more able to write to the global source even if it's > activated in localconf.php. > Nothing critical but I see this as an advantage because new versions > would overwrite this part without any warning. This is a good thing then :) A thing which doesn't seem to work for me... When using the new typo3-site-installer, adding the -a doesn't change anything, typo3_src will still point typo3_src-3.5.0. Haven't checked the -g, so can't say if it's buggy too... What's the difference between "latest" and the typo3_src-3.5.0 ? would it be 3.6.0 dev version? /Lars From mundaun at gmx.ch Tue Oct 21 22:05:48 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Tue, 21 Oct 2003 22:05:48 +0200 Subject: [Typo3-debian] PHP 4.3.3 and some questions about the new typo3 deb References: Message-ID: Lars E. D. Jensen wrote: > A thing which doesn't seem to work for me... > When using the new typo3-site-installer, adding the -a doesn't change > anything, typo3_src will still point typo3_src-3.5.0. I'll have a look at it, thanks. > What's the difference between "latest" and the typo3_src-3.5.0 ? would > it be 3.6.0 dev version? Right now, there is no difference. But this might change when new versions come out (yes, I could try to make a package for typo3 3.6.0dev...). Cheers - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From uwe at steinmann.cx Wed Oct 22 09:09:07 2003 From: uwe at steinmann.cx (Uwe Steinmann) Date: Wed, 22 Oct 2003 09:09:07 +0200 Subject: [Typo3-debian] Wondering why typo3-base installs in /var/lib Message-ID: <20031022070907.GA15233@mail.steinmann.cx> Hi, I just installed the debian packages for typo3 and asked myself why the files are under /var/lib. Aren't they architecture independ and should rather be in /usr/share ? Uwe -- MMK GmbH, Universitaetsstr. 11, 58097 Hagen Uwe.Steinmann at mmk-hagen.de Tel: +2331 840446 Fax: +2331 843920 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.netfielders.de/pipermail/typo3-debian/attachments/20031022/4af923b8/attachment.pgp From mundaun at gmx.ch Wed Oct 22 15:38:11 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Wed, 22 Oct 2003 15:38:11 +0200 Subject: [Typo3-debian] Wondering why typo3-base installs in /var/lib References: Message-ID: Uwe Steinmann wrote: > I just installed the debian packages for typo3 and asked myself > why the files are under /var/lib. Aren't they architecture independ > and should rather be in /usr/share ? They have been there some time ago. The problem is that TYPO3 requires the directories typo3/temp and typo3/ext to be writable. BTW, I just recoginize that this is not the case in the current distribution :-| As long as these directories are not needed to be writable, /usr/share would be the right place. However, for writable sites the suggested place seems to be /var/lib (I am not sure if and why, I think we discussed this some time ago). So I ask again: Is it required that the Debian packages have the directories typo3/ext and typo3/temp to be writable? If yes: I'll have to turn it on again. If no: What would be the right place? Assuming someone still wants to change this setting, would it still be valid to have the files located in /usr/share? As far as I remember, /usr/share/* must not be writable to any user (except root). It's just static data. Please state your comments, but I think we should definitely make a decision and let this be for all futere releases. Comments, please! :-) Cheers - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From kofferssanbibi at netscape.net Wed Oct 22 18:09:18 2003 From: kofferssanbibi at netscape.net (MR.KOFFERS SANBIBI) Date: Wed, 22 Oct 2003 18:09:18 +0200 Subject: [Typo3-debian] BUSINESS AND CONFIDENTIAL Message-ID: NAME.MR.KOFFERS SANBIBI EMAIL.kofferssanbibi at netscape.net Dear Sir/Madam, You may be surprised to receive this letter from me since you do not know me personally. I am the first Son of one of the most popular black farmer ( MR. KOFFERS SANBIBI) in Zimbabwe who was murdered in the land dispute in my country. I hail from Mazowe tribe in Zimbabwe just less than an hour drive from Harare . I got your contact through network online hence decided to write you. Before the death of my father, he had taken me as his next of kin to Johannesburg to deposit the sum of US$8.5 Million (Eight million Five Hundred Thousand United States dollars), in one of the security company, as he foresaw the looming danger in Zimbabwe. This money was deposited in a box as gem stones to avoid much demurrage from the Security Company. This amount was meant for the purchase of new machines and chemicals for the Farms and establishment of new farms in Swaziland. This land problem came when Zimbabwean President Mr. Robert Mugabe, introduced a new Land Act Reform wholly affecting the rich white farmers and some few black farmers, and this resulted to the killing and mob action by Zimbabwean war veterans and some lunatics in the society. In fact a lot of people were killed because of this Land reform Act for which my father was one of the victims. it is against this background that I and my family fled Zimbabwe to South Africa for fear of our lives. After which, I traveled to the Netherlands and I am currently staying in the Netherlands where i am seeking political asylum and more so have decided to transfer my father's money to a more reliable foreign account. Since the law of Europe prohibits a refugee (asylum seeker) to open any bank account or to be involved in any financial transaction throughout the territorial zone of European Union. As the eldest child of my father, I am saddled with the responsibility of seeking a genuine foreign account where this money could be transferred without the knowledge of my government who are bent on taking everything my father have got. The South African government seems to be playing along with them. I am faced with the dilemma of moving this amount of money out of my family name for fear of going through difficulty in future. Both countries have similar political history. I had found out that NETHERLANDS is one of the country in Europe that the security company which we deposited the consignment to in johannesburg is highly situated . I am seeking for a partner who I have to entrust my future and that of my family in his hands, I must let you know that this transaction is risk free. If you accept to assist me and my family, all I want you to do for me, is to make arrangements with the security company to clear the Consignment (funds) from their affiliate office here in the Netherlands as i have already given directives for the consignment to be brought to the Netherlands from South Africa. Moreover, All modalities will have to be put in place like change of ownership to the consignment and an agreement paper that will bind both of us together as partner so that the transaction will be very easy, This is base on my recommendation so that the benificiary can transfer the comsignment to his or nominated account for futhure business. I have two options for you. Firstly you can choose to have certain percentage of the money for nominating your account for this transaction, and you can also go into partnership with me for the proper profitable investment of the money in your country. Whichever the option you want, feel free to notify me. I have also mapped out 5% of this money for all kinds of expenses incurred in the process of this transaction. If you do not prefer a partnership I am willing to give you 20% of the money while the remaining 75% will be for my investment in any country of your choice . Contact with my email:(kofferssanbibi at netscape.net) while I implore you to maintain the absolute secrecy required in this transaction. Thanks for your understanding and God bless. Best regards, MR. KOFFERS SANBIBI. NOTE: ON YOUR INABILITY TO HANDLE THIS TRANSACTION RESPOND TO ME IMMEDIATELY SO THAT I CAN LOOK FOR SOMEONE ELSE. From christian at jul.net Thu Oct 23 15:05:41 2003 From: christian at jul.net (Christian Jul Jensen) Date: Thu, 23 Oct 2003 15:05:41 +0200 Subject: [Typo3-debian] Wondering why typo3-base installs in /var/lib References: Message-ID: On Wed, 22 Oct 2003 15:38:11 +0200 Michael Stucki wrote: > Is it required that the Debian packages have the directories typo3/ext > and typo3/temp to be writable? >From TYPO3 3.6.0-dev/CHANGELOG.txt; !!! typo3/temp/ has been cancelled. Changed to typo3/icons/ for STATIC icons and PATH_site.typo3temp/ is now used for the locally generated icons. So no more typo3/temp/ to be writable. I'm not sure about typo3/ext -- ./mvh Christian Jul Jensen Freelance webprogramer TYPO3 Typehead Denmark From mundaun at gmx.ch Thu Oct 23 19:20:54 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Thu, 23 Oct 2003 19:20:54 +0200 Subject: [Typo3-debian] Wondering why typo3-base installs in /var/lib References: Message-ID: Christian Jul Jensen wrote: >> Is it required that the Debian packages have the directories typo3/ext >> and typo3/temp to be writable? > From TYPO3 3.6.0-dev/CHANGELOG.txt; > !!! typo3/temp/ has been cancelled. Changed to typo3/icons/ for STATIC > icons and PATH_site.typo3temp/ is now used for the locally generated > icons. So no more typo3/temp/ to be writable. Did't look at this yet. Thanks, I will have a look at it. > I'm not sure about typo3/ext I think this won't disappear since it doesn't make sense to update the same extension on multiple sites that use the same source. Would it be valid that files in /usr/share were read-writable? - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From g.wagenknecht at planet-wagenknecht.de Fri Oct 24 10:03:27 2003 From: g.wagenknecht at planet-wagenknecht.de (Gunnar Wagenknecht) Date: Fri, 24 Oct 2003 10:03:27 +0200 Subject: [Typo3-debian] Wondering why typo3-base installs in /var/lib References: Message-ID: Michael Stucki wrote: > Would it be valid that files in /usr/share were read-writable? Not sure but I've seem some packages with static content in /usr/share and writable/dynamic subfolders linked to /var/lib/ Cu, Gunnar From mundaun at gmx.ch Fri Oct 24 13:51:24 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Fri, 24 Oct 2003 13:51:24 +0200 Subject: [Typo3-debian] Wondering why typo3-base installs in /var/lib References: Message-ID: Gunnar Wagenknecht wrote: >> Would it be valid that files in /usr/share were read-writable? > Not sure but I've seem some packages with static content in /usr/share and > writable/dynamic subfolders linked to /var/lib/ That is exactly what we hat in the first version! I had the static parts in /usr/share/typo3 and the dynamic folders linked in /var/something... However this doesn't work. Just make a try, but many parts of TYPO3 won't work fine anymore because PHP has problems to resolve the targets of the symbolic links. I had some conversation with Kasper about that. You can find some notes about this issue by searching for the "BACK_PATH problem". - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From jsfan at web.de Sat Oct 25 17:16:19 2003 From: jsfan at web.de (Christian Lerrahn) Date: Sat, 25 Oct 2003 17:16:19 +0200 Subject: [Typo3-debian] Problems with GDlib 2 In-Reply-To: References: Message-ID: > I'm a newbie to Typo3 and there's a few things I don't understand. I'm > running a website with a graphical menu on Debian Woody. Although I'm > using the Debian-Packages for Typo3 I get black images instead of the > ones I want. To find out if it is a problem with IM or with GD2 I > installed the statically linked tar of IM 4.2.9 I found at > typo3.sunsite.dk. This didn't help. Now I'm sure that the problem is > caused by the GDlib 2. But there's one thing I don't understand. I can > install a GD1 but not a php4-gd package. And even if I had that the > typo3-packages depend on php4-gd2. Does this mean that everything should > actually work with this package? I've set the option for GD2, but no > matter if it is set or unset, I'll get the same result. Does it work > perfectly for anybody? Any hints? Christian -- Wie der Schmelztiegel das Silber und der Ofen das Gold, so pr?ft der Herr die Herzen. Spr?che 17,3 Stellt euch nicht dieser Welt gleich, sondern ?ndert euch durch Erneuerung eures Sinnes, damit ihr pr?fen k?nnt, was Gottes Wille ist, n?mlich das Gute und Wohlgef?llige und Vollkommene. R?mer 12,2 From mundaun at gmx.ch Sun Oct 26 23:52:18 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Sun, 26 Oct 2003 23:52:18 +0100 Subject: [Typo3-debian] Problems with GDlib 2 References: Message-ID: Hi Christian, > I'm a newbie to Typo3 and there's a few things I don't understand. I'm > running a website with a graphical menu on Debian Woody. Although I'm > using the Debian-Packages for Typo3 I get black images instead of the ones > I want. To find out if it is a problem with IM or with GD2 I installed the > statically linked tar of IM 4.2.9 I found at typo3.sunsite.dk. This didn't > help. Now I'm sure that the problem is caused by the GDlib 2. But there's > one thing I don't understand. I can install a GD1 but not a php4-gd > package. And even if I had that the typo3-packages depend on php4-gd2. > Does this mean that everything should actually work with this package? For Woody, things seem to work much better with GD2 instead of GD1. You can try if it works better with GD1, you just need to uninstall typo3-env. (This is a dummy package which only provides dependencies to other packages. There's no other functionality inside.) After that, you can install php4-gd just the usual way. Feedback would be very welcome! Good luck! - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From sheryderhenk at netscape.net Mon Oct 27 12:40:38 2003 From: sheryderhenk at netscape.net (SHERYDER HENK) Date: Mon, 27 Oct 2003 12:40:38 +0100 Subject: [Typo3-debian] CLAIM YOUR PRIZE Message-ID: SUBJECT: LOTTERY WINNING INFORMATION PREMIUM TRUST AGENCY (ACCREDITED LICENSED AGENT TO GLOBAL LOTTERY INTERNATIONAL) Ref. Nnumbe: 132/756/4007 Batch Number: 538901527-BB67 Sir/Madam We are pleased to inform you about the result of the Lottery Winners International programs held on the 20th October, 2003. Your e-mail address attached to ticket number 27511465896-6410 with serial number 3772-510 drew lucky numbers 7-14-88-23-31-45 which consequently won in the 1st category, you have therefore been approved for a lump sum pay out of US$ 1,000,000.00 (One Million United States Dollars) CONGRATULATIONS!!! Due to the mix up of some numbers and name's we ask that you keep your winning information confidential until your claims has been processed and your money Remitted to you. This is part of our security protocol to avoid double claiming and unwarranted abuse of this program by some participants. All participants were selected through a computer ballot system drawn from over 20,000 company and 30,000,000 individual email addresses and names from all over the world. This promotional program takes place every three years. This lottery was promoted by the software corporation to compensate some few individuals with website and email addresses, we hope that with part of your winning you will take part in our next year USD50 million international lottery. To file for your claim, please contact our FIDUCIAL AGENT: Mr. ANTONY MEER of GLOBAL TRUST AGENCY. TEL: 0031-613-796-687 FAX: 0031-645-260-302 Email: antonymeGTA at netscape.net Remember, all winning must be claimed not later than 10th of November 2003. After this date all unclaimed funds will be included in the next stake. Please note in order to avoid unnecessary delays and complications please remember to quote your reference number and batch numbers in all correspondence. Furthermore, should there be any change of address do inform our agent as soon as possible. Congratulations once more from our members of staff and thank you for being part of our promotional program. Note: Anybody under the age of 18 is automatically disqualified. Sincerely yours, Mrs. Sheryder Henk (Lottery Coordinator) From 240173 at earthlink.net Tue Oct 28 09:31:41 2003 From: 240173 at earthlink.net (240173 at earthlink.net) Date: Tue, 28 Oct 2003 03:31:41 -0500 Subject: [Typo3-debian] (no subject) Message-ID: An HTML attachment was scrubbed... URL: http://lists.netfielders.de/pipermail/typo3-debian/attachments/20031028/d854f3ab/attachment.html From ulf777 at gmx.de Thu Oct 30 10:57:19 2003 From: ulf777 at gmx.de (Ulf Stephan) Date: Thu, 30 Oct 2003 10:57:19 +0100 Subject: [Typo3-debian] PNG or GIF not supported Message-ID: Hello group, I've installed Typo3 on debian with PHP4 as cgi. Everything is running fine, but on install typo tells, that PNG or GIF is not supported. Gd is compiled in with gif and png support? Any suggestions? PNG to GIF works fine. Best regards Ulf From ulf777 at gmx.de Thu Oct 30 12:27:38 2003 From: ulf777 at gmx.de (Ulf Stephan) Date: Thu, 30 Oct 2003 12:27:38 +0100 Subject: [Typo3-debian] PNG or GIF not supported In-Reply-To: References: Message-ID: Additional information, after trying to test the GDLibary functions out of the server log: [Mon Oct 20 01:15:30 2003] [error] [client xxx.xxx.xxx.xxx] File does not exist: libpng warning: Application was compiled with png.h from libpng-1.2.5 libpng warning: Application is running with png.c from libpng-1.0.15 gd-png: fatal libpng error: Incompatible libpng version in application and libr From mundaun at gmx.ch Thu Oct 30 14:22:25 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Thu, 30 Oct 2003 14:22:25 +0100 Subject: [Typo3-debian] PNG or GIF not supported References: Message-ID: Ulf Stephan wrote: > libpng warning: Application was compiled with png.h from libpng-1.2.5 > libpng warning: Application is running with png.c from libpng-1.0.15 > gd-png: fatal libpng error: Incompatible libpng version in application > and libr Have a look at the top of this page: http://typo3.sunsite.dk/software/debian/ - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From ulf777 at gmx.de Thu Oct 30 17:33:30 2003 From: ulf777 at gmx.de (Ulf Stephan) Date: Thu, 30 Oct 2003 17:33:30 +0100 Subject: [Typo3-debian] PNG or GIF not supported In-Reply-To: References: Message-ID: Thanks for the tip, but the Server is still running with the actual woody release :-( Ulf From mundaun at gmx.ch Thu Oct 30 18:48:54 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Thu, 30 Oct 2003 18:48:54 +0100 Subject: [Typo3-debian] PNG or GIF not supported References: Message-ID: Ulf Stephan wrote: > Thanks for the tip, but the Server is still running with the actual > woody release :-( I don't believe this. I'm sure there must be some 3rd party packages. Maybe you are using some backports? However, just make the test. What is the result of the following command: $ dpkg -l | grep -i php && dpkg -l | grep -i gd - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From ulf777 at gmx.de Thu Oct 30 18:59:14 2003 From: ulf777 at gmx.de (Ulf Stephan) Date: Thu, 30 Oct 2003 18:59:14 +0100 Subject: [Typo3-debian] PNG or GIF not supported In-Reply-To: References: Message-ID: mx:~# dpkg -l | grep -i php && dpkg -l | grep -i gd ii php3 3.0.18-23.2 A server-side, HTML-embedded scripting ii php3-cgi 3.0.18-23.2 A server-side, HTML-embedded scripting ii php3-doc 3.0.18-23.2 Documentation for PHP3 ii php3-gd 3.0.18-23.2 GD (graphic creation) module for PHP3 ii php3-mysql 3.0.18-23.2 Mysql module for PHP3 (apache) ii php4-apc 1.1.0pl1-6 Caches PHP scripts to get them loaded ii php4-cgi 4.1.2-6woody3 A server-side, HTML-embedded scripting ii php4-gd 4.1.2-6woody3 GD module for php4 ii php4-mysql 4.1.2-6woody3 MySQL module for php4 ii php4-pear 4.1.2-6woody3 PEAR - PHP Extension and Application ii phpdoc 20030716-1 Documentation for PHP4 and PHP3 ii gdb 5.3-2 The GNU Debugger ii libgd-gif1 1.3-4 GD Graphics Library with gif support ii libgd1 1.8.4-33 GD Graphics Library (transitional pkg. ii libgd1-xpm 1.8.4-33 GD Graphics Library (old version) ii libgd2 2.0.12-2 GD Graphics Library version 2 ii libgd2-noxpm 2.0.12-2 GD Graphics Library version 2 (without ii libgdbm3 1.8.3-1 GNU dbm database routines (runtime ii libgdbmg1 1.7.3-28 GNU dbm database routines (runtime ii libgdchart-gd1 0.10.1dev-9 Generate graphs using the GD library ii php3-gd 3.0.18-23.2 GD (graphic creation) module for PHP3 ii php4-gd 4.1.2-6woody3 GD module for php4 From mundaun at gmx.ch Fri Oct 31 00:28:37 2003 From: mundaun at gmx.ch (Michael Stucki) Date: Fri, 31 Oct 2003 00:28:37 +0100 Subject: [Typo3-debian] PNG or GIF not supported References: Message-ID: Ulf Stephan wrote: > ii php4-gd 4.1.2-6woody3 GD module for php4 Try to use php4-gd2 instead. You can only use one at a time. - michael -- Want support? Please read the list rules first: http://typo3.org/1438.0.html From ulf777 at gmx.de Fri Oct 31 08:30:43 2003 From: ulf777 at gmx.de (Ulf Stephan) Date: Fri, 31 Oct 2003 08:30:43 +0100 Subject: [Typo3-debian] PNG or GIF not supported In-Reply-To: References: Message-ID: Thanks, I'll try it on monday and post if it works or or not. best regards Ulf Michael Stucki schrieb: > Ulf Stephan wrote: > > >>ii php4-gd 4.1.2-6woody3 GD module for php4 > > > Try to use php4-gd2 instead. You can only use one at a time. > > - michael