|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hi all,
Hope you can help me with a problem installing typo3 v4.2. I’ve installed v4.2 on the page of my provider and can run the install tool and even (after some persuasion) managed to get the ImageMagick tools running. The proble comes when I want to verify the image processing of ImageMagick and GD. I can run the “Reading image formats” test and it nicely places the generated images in the typo3temp/pics directory. But... the images are not displayed on the results page of the image processing test. Instead I get a password prompt (directly from Internet Explorer, I think) stating that I need to log in. I get that a number of times for the single page (but not quite one for each test…). Even if I try to access the link directly (e.g. /www.mysite.com/typo3temp/pics/install_read_pcx.jpg), I get the same thing! I’ve tried changing the permissions of the typo3temp directory, the pics directory and the image file to 0777, but to no avail. Even moving the file to the typo3temp directory: no luck. But placing the file in the root (i.e. above typo3temp) means that I can the view the file. I just seems I cannot access the typo3temp directory, for some reason… FWIW, The site is managed by Plesk 8.0.1, there’s not .htaccess in the root and the files are all owned by the apache user. I’d really like to get the TYPO3 installation completely working… Someone please help. Thanks! I’ll name my next dog after you ;-) Regards, Marcel No virus found in this outgoing message. Checked by AVG. Version: 7.5.526 / Virus Database: 270.4.5/1537 - Release Date: 6-7-2008 5:26 _______________________________________________ TYPO3-install mailing list TYPO3-install (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-install |
|
#2
|
|||
|
|||
|
Marcel van der Laan schrieb:
> Hi all, > > Hope you can help me with a problem installing typo3 v4.2. > > I’ve installed v4.2 on the page of my provider and can run the install tool > and even (after some persuasion) managed to get the ImageMagick tools > running. The proble comes when I want to verify the image processing of > ImageMagick and GD. I can run the “Reading image formats” test and it nicely > places the generated images in the typo3temp/pics directory. perhaps the reference pics and not the generated? > But... the images are not displayed on the results page of the image > processing test. Instead I get a password prompt (directly from Internet > Explorer, I think) stating that I need to log in. I get that a number of > times for the single page (but not quite one for each test…). > > Even if I try to access the link directly (e.g. > /www.mysite.com/typo3temp/pics/install_read_pcx.jpg), I get the same thing! > I’ve tried changing the permissions of the typo3temp directory, the pics > directory and the image file to 0777, but to no avail. Even moving the file > to the typo3temp directory: no luck. But placing the file in the root (i.e. > above typo3temp) means that I can the view the file. I just seems I cannot > access the typo3temp directory, for some reason… in most cases there's no need to change the rights of folders and files > > FWIW, The site is managed by Plesk 8.0.1, there’s not .htaccess in the root > and the files are all owned by the apache user. > > I’d really like to get the TYPO3 installation completely working… Someone > please help. Thanks! I’ll name my next dog after you ;-) > > Regards, Marcel Hello Marcel, do you have access to the install tool now? On first page you can see if everything is correct with the rights. You will see a generated pic on this site as well. Did you try another browser? Can you delete the content of typo3temp via ftp? What are the rights of typo3temp? Do you have full access to your DB? In your localconf.php you should have these lines: [BE][fileCreateMask] = 0644 [BE][folderCreateMask] = 0755 Greetings Andreas _______________________________________________ TYPO3-install mailing list TYPO3-install (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-install |
|
#3
|
|||
|
|||
|
Hi Andreas,
> Marcel van der Laan schrieb: > > Hi all, > > > > Hope you can help me with a problem installing typo3 v4.2. > > > > perhaps the reference pics and not the generated? No, they're not the reference pics. They are in the sysext directory. Also checked the link in the HTML file. These are the generated files; if I throw them away, thet get regenerated. > > > But... the images are not displayed on the results page of the image > > processing test. Instead I get a password prompt (directly from > > Internet Explorer, I think) stating that I need to log in. I get that > > a number of times for the single page (but not quite one for each test?). > > > > Even if I try to access the link directly (e.g. > > /www.mysite.com/typo3temp/pics/install_read_pcx.jpg), I get the same thing! > > I just seems I > > cannot access the typo3temp directory, for some reason? > in most cases there's no need to change the rights of folders and files I guess in most cases, that's indeed true. But I've been having some problems with the installation anyway, so anything is possible. > > > > Hello Marcel, > > do you have access to the install tool now? On first page you can see if > everything is correct with the rights. You will see a generated pic on > this site as well. All is okay there. > Did you try another browser? Can you delete the content of typo3temp via > ftp? What are the rights of typo3temp? Do you have full access to your DB? My typo3temp has 777 permission, as does the pics subdir and the file has 644, so everyone should be able to see them, right??? > In your localconf.php you should have these lines: > [BE][fileCreateMask] = 0644 > [BE][folderCreateMask] = 0755 They're not in my localconf.php (at least not in my v4.2) The thing is... I don't think this is a Typo3 installation issue, come to think of it; Typo3 creates the file in the right place. It's just that I'm not able to view it! I'm open to more suggestions if you have them. > Greetings Andreas Thanks, Marcel No virus found in this outgoing message. Checked by AVG. Version: 7.5.526 / Virus Database: 270.4.6/1540 - Release Date: 8-7-2008 6:33 _______________________________________________ TYPO3-install mailing list TYPO3-install (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-install |
|
#4
|
|||
|
|||
|
Marcel van der Laan schrieb:
> Hi Andreas, > >> Marcel van der Laan schrieb: >>> Hi all, >>> >>> Hope you can help me with a problem installing typo3 v4.2. >>> >> perhaps the reference pics and not the generated? > > No, they're not the reference pics. They are in the sysext directory. Also > checked the link in the HTML file. These are the generated files; if I throw > them away, thet get regenerated. > >>> But... the images are not displayed on the results page of the image >>> processing test. Instead I get a password prompt (directly from >>> Internet Explorer, I think) stating that I need to log in. I get that >>> a number of times for the single page (but not quite one for each > test?). >>> Even if I try to access the link directly (e.g. >>> /www.mysite.com/typo3temp/pics/install_read_pcx.jpg), I get the same > thing! > >>> I just seems I >>> cannot access the typo3temp directory, for some reason? > >> in most cases there's no need to change the rights of folders and files > > I guess in most cases, that's indeed true. But I've been having some > problems with the installation anyway, so anything is possible. > >> Hello Marcel, >> >> do you have access to the install tool now? On first page you can see if >> everything is correct with the rights. You will see a generated pic on >> this site as well. > > All is okay there. > >> Did you try another browser? Can you delete the content of typo3temp via >> ftp? What are the rights of typo3temp? Do you have full access to your DB? > > My typo3temp has 777 permission, as does the pics subdir and the file has > 644, so everyone should be able to see them, right??? > >> In your localconf.php you should have these lines: >> [BE][fileCreateMask] = 0644 >> [BE][folderCreateMask] = 0755 > > They're not in my localconf.php (at least not in my v4.2) > The thing is... I don't think this is a Typo3 installation issue, come to > think of it; Typo3 creates the file in the right place. It's just that I'm > not able to view it! > > I'm open to more suggestions if you have them. > >> Greetings Andreas > > Thanks, > Marcel Did you try another browser? Can you delete the content of typo3temp via ftp? Do you have full access to your DB via phpmyadmin? andreas _______________________________________________ TYPO3-install mailing list TYPO3-install (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-install |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] 1-2-3 Install Problems | Wai-Wai Ng | typo3-english@lists.netfielders.de | 2 | 25.06.2008 09:39 |
| [TYPO3] Problem with typo3temp cleanup | Marcel Douwstra | typo3-english@lists.netfielders.de | 14 | 28.01.2008 09:01 |
| [TYPO3] typo3temp/pics headache | Nick Weisser | typo3-english@lists.netfielders.de | 0 | 13.01.2008 00:02 |
| [TYPO3-install] Install tool problems with PHP 5.2.1 | S. G. Kearn | typo3-install@lists.netfielders.de | 1 | 24.03.2007 11:57 |
| [TYPO3-linux] Install problems relating GD | Kari Salovaara | typo3-linux@lists.netfielders.de | 2 | 03.02.2007 10:46 |