TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-linux@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 07.08.2007, 06:32
Anna Young
Gast
 
Beiträge: n/a
Standard [TYPO3-linux] Install on subdomain,directories detected as not writable

Hi;

I want to learn Typo3 before I know enough to convert my existing site.

i tried to install a 'testsite' on a subdomain and it appears that
without some help it will not work.

It tells me that directories typo3temp, typo3conf, fileadmin and uploads
are not writable when in fact they are all '777'.

'Safe_mode' is OFF but my 'open_base directory' is set.

Server is Apache/2.0.52 (Red Hat)

Php 4.3.9

MySQL 4.1.20

Image Magic 6.3.5, GD 2 with Freetype 2 enabled

Additional Php info can be found here:
sultan.torontogsdrescue.org/phpinfo.php

The archives of the support lists are disabled so I'm not able to look
for answers there.

I would greatly appreciate help to understand why Typo3 views those
directories as 'unwritable' and how to fix the problems

--
Sincerely Yours

Anna Young
Toronto German Shepherd Dog Rescue

Please visit our website and join our Discussion Forum at http://www.torontogsdrescue.org



_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 07.08.2007, 09:26
Michael Stucki
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Install on subdomain,directories detected as not writable

Hi Anna,

> It tells me that directories typo3temp, typo3conf, fileadmin and uploads
> are not writable when in fact they are all '777'.


I see two possible reasons:
- You only made the directories writable but not their contents (chmod -R)
- You fixed the wrong directories - maybe there is another instance?

> The archives of the support lists are disabled so I'm not able to look
> for answers there.


Yes, we couldn't fix them yet after the listserver upgrade last week.
You can search using Google instead:

Search for: <search terms> site:lists.netfielders.de

(notice the "site" attribute)

Good luck!

- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-l...a-news-reader/
_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 07.08.2007, 19:51
Anna Young
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Install on subdomain,directories detected as not writable

Thank you Michael so very much;

If those are only two possible reasons

I see two possible reasons:
- You only made the directories writable but not their contents
(chmod -R)
- You fixed the wrong directories - maybe there is another instance?

I obviously did not made the content writable, however I have no idea
how to do it. I use Plesk desktop on the server and I don't see where
the 'content' of an empty folder can be made writable. I did create
temp/ folder, made it 'rwxrwxrwx' but that makes no difference, I still
get the same errors.

Would it have anything to do with 'sessions'? This is an error for
typo3temp and all other are the same with the same 'number' at the end
of the path:

*typo3temp/ directory not writable* /Full path:
/var/www/vhosts/torontogsdrescue.org/subdomains/sultan/httpdocs/typo3temp/7356fb702c59fa6f3fbb082502771ef5/
The folder is used by both the frontend (FE) and backend interface (TBE)
for image manipulated files.

Tried to write this file (with touch()) but didn't succeed.
The directory typo3temp/ must be writable!

Sincerely Yours

Anna Young
Toronto German Shepherd Dog Rescue

Please visit our website and join our Discussion Forum at http://www.torontogsdrescue.org


__________________________________________________ __________-

Michael Stucki wrote:

>Hi Anna,
>
>
>
>>It tells me that directories typo3temp, typo3conf, fileadmin and uploads
>>are not writable when in fact they are all '777'.
>>
>>

>
>I see two possible reasons:
>- You only made the directories writable but not their contents (chmod -R)
>- You fixed the wrong directories - maybe there is another instance?
>
>
>
>>The archives of the support lists are disabled so I'm not able to look
>>for answers there.
>>
>>

>
>Yes, we couldn't fix them yet after the listserver upgrade last week.
>You can search using Google instead:
>
>Search for: <search terms> site:lists.netfielders.de
>
>(notice the "site" attribute)
>
>Good luck!
>
>- michael
>
>

_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 10.08.2007, 23:19
Michael Stucki
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Install on subdomain,directories detected as not writable

Hi Anna,

> If those are only two possible reasons
>
> I see two possible reasons:
> - You only made the directories writable but not their contents
> (chmod -R)
> - You fixed the wrong directories - maybe there is another instance?
>
> I obviously did not made the content writable, however I have no idea
> how to do it. I use Plesk desktop on the server and I don't see where
> the 'content' of an empty folder can be made writable. I did create
> temp/ folder, made it 'rwxrwxrwx' but that makes no difference, I still
> get the same errors.


So how do the contents look like? Notice the "-R" in my last mail, which
means that chown/chmod should recurse into all subdirectories.

Do you have any shell access at all? In any case, you will just have to make
sure that permissions are not only changed for the topmost directory.

- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-l...a-news-reader/
_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 11.08.2007, 07:57
Janno Schouwenburg
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Install on subdomain,directories detected as not writable

Hi all,



I see a third reason also most hosters don't use it: selinux. With shell
access you could check the security context with ls -Z and change it with
chcon.



Regards,



Janno Schouwenburg



-----Original Message-----
From: typo3-linux-bounces (AT) lists (DOT) netfielders.de [mailto:
typo3-linux-bounces (AT) lists (DOT) netfielders.de] On Behalf Of Anna Young
Sent: dinsdag 7 augustus 2007 19:52
To: TYPO3 Installation on Linux and other Unices
Subject: Re: [TYPO3-linux] Install on subdomain, directories detected as not
writable



Thank you Michael so very much;



If those are only two possible reasons



I see two possible reasons:

- You only made the directories writable but not their contents

(chmod -R)

- You fixed the wrong directories - maybe there is another instance?



I obviously did not made the content writable, however I have no idea

how to do it. I use Plesk desktop on the server and I don't see where

the 'content' of an empty folder can be made writable. I did create

temp/ folder, made it 'rwxrwxrwx' but that makes no difference, I still

get the same errors.



Would it have anything to do with 'sessions'? This is an error for

typo3temp and all other are the same with the same 'number' at the end

of the path:



*typo3temp/ directory not writable* /Full path:

/var/www/vhosts/torontogsdrescue.org/subdomains/sultan/httpdocs/typo3temp/7356fb702c59fa6f3fbb082502771ef5/

The folder is used by both the frontend (FE) and backend interface (TBE)

for image manipulated files.



Tried to write this file (with touch()) but didn't succeed.

The directory typo3temp/ must be writable!



Sincerely Yours



Anna Young

Toronto German Shepherd Dog Rescue



Please visit our website and join our Discussion Forum at
http://www.torontogsdrescue.org





__________________________________________________ __________-



Michael Stucki wrote:



>Hi Anna,


>


>


>


>>It tells me that directories typo3temp, typo3conf, fileadmin and uploads


>>are not writable when in fact they are all '777'.


>>


>>


>


>I see two possible reasons:


>- You only made the directories writable but not their contents (chmod -R)


>- You fixed the wrong directories - maybe there is another instance?


>


>


>


>>The archives of the support lists are disabled so I'm not able to look


>>for answers there.


>>


>>


>


>Yes, we couldn't fix them yet after the listserver upgrade last week.


>You can search using Google instead:


>


>Search for: <search terms> site:lists.netfielders.de


>


>(notice the "site" attribute)


>


>Good luck!


>


>- michael


>


>


_______________________________________________

TYPO3-linux mailing list

TYPO3-linux (AT) lists (DOT) netfielders.de

http://lists.netfielders.de/cgi-bin/...fo/typo3-linux

_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 13.08.2007, 10:45
Michael Stucki
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Install on subdomain,directories detected as not writable

Janno Schouwenburg wrote:

> I see a third reason also most hosters don't use it: selinux. With shell
> access you could check the security context with ls -Z and change it with
> chcon.


Ah yes, very good point!

- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-l...a-news-reader/
_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #7  
Alt 15.08.2007, 01:25
Christopher Torgalson
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Install on subdomain,directories detected as not writable

Hi,

On 8/14/07, Anna Young <annayoung (AT) nexicom (DOT) net> wrote:
>
> Thank you Michael and Janno so very much for the suggestions. I
> contacted my webhost with it and finally got the reply back that they do
> not have SElinux installed on the server.
>
> Unfortunately the only access to the shell I have is through Plesk
> interface as I'm on a shared server.
>
> I have exactly the same problem with Quickstart, Testsite, Dummie Site.
> I also got a brand new domain on the same server so I don't have to
> deal with a subdomain and there is no difference
>
> My webhost is usually very cooperative and most of the time will adjust
> the settings on the server if explained properly what is required. At
> this point I have no idea what to request next.
>
> The setup is at www.justicefordogs.info/phpinfo.php
>
> The following are some of the errors from the error log:




Please remember that when you send one email to the lists, you send
THOUSANDS of emails. Retaining the ENTIRE THREAD within each message is very
wasteful in terms of bandwidth. Please remove any unnecessary cruft from
your replies before sending them.

Tell your host this:

"The php process must be able to write recursively to the following
directories: fileadmin, uploads, typo3conf, and typo3temp"

If they can't help you with that, then you have no real alternative but to
move to a competent hosting company--because if your host can't achieve that
modest goal, then not only will you not be able to make TYPO3 work, you'll
be able to use few if any PHP-based CMS tools.

Usually it's a simple matter of changing the group of the relevant
directories to the group that the webserver runs as and ensuring that the
webserver has write-access to them.


--
Christopher Torgalson
http://www.typo3apprentice.com/

_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #8  
Alt 15.08.2007, 01:57
Anna Young
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] Install on subdomain,directories detected as not writable

Thank you Michael and Janno so very much for the suggestions. I
contacted my webhost with it and finally got the reply back that they do
not have SElinux installed on the server.

Unfortunately the only access to the shell I have is through Plesk
interface as I'm on a shared server.

I have exactly the same problem with Quickstart, Testsite, Dummie Site.
I also got a brand new domain on the same server so I don't have to
deal with a subdomain and there is no difference

My webhost is usually very cooperative and most of the time will adjust
the settings on the server if explained properly what is required. At
this point I have no idea what to request next.

The setup is at www.justicefordogs.info/phpinfo.php

The following are some of the errors from the error log:

PHP Warning:
fopen(/var/www/vhosts/justicefordogs.info/httpdocs/typo3conf/temp_CACHED_ps2e94_ext_tables.php
failed to open stream: Operation not permitted in
/home/httpd/vhosts/justicefordogs.info/httpdocs/typo3/t3lib/class.t3lib_div.php
on line 2117

PHP Warning: main( open_basedir restriction in effect.
File(/var/www/vhosts/justicefordogs.info/httpdocs/typo3conf/temp_CACHED_ps2e94_ext_localconf.php)
is not within the allowed path(s
(/var/www/vhosts/justicefordogs.info/httpdocs:/tmp) in
/home/httpd/vhosts/justicefordogs.info/httpdocs/typo3/t3lib/config_default.php
on line 355

PHP Warning:
main(/var/www/vhosts/justicefordogs.info/httpdocs/typo3conf/temp_CACHED_ps2e94_ext_localconf.php
failed to open stream: Operation not permitted in
/home/httpd/vhosts/justicefordogs.info/httpdocs/typo3/t3lib/config_default.php
on line 355

PHP Fatal error: main( Failed opening required
'/var/www/vhosts/justicefordogs.info/httpdocs/typo3conf/temp_CACHED_ps2e94_ext_localconf.php'
(include_path='.:.:') in
/home/httpd/vhosts/justicefordogs.info/httpdocs/typo3/t3lib/config_default.php
on line 355

PHP Warning: fopen( open_basedir restriction in effect.
File(/var/www/vhosts/justicefordogs.info/httpdocs/typo3temp/llxml/misc.xml_84e1751530.default.iso-8859-1.cache)
is not within the allowed path(s
(/var/www/vhosts/justicefordogs.info/httpdocs:/tmp) in
/home/httpd/vhosts/justicefordogs.info/httpdocs/typo3/t3lib/class.t3lib_div.php
on line 2117, referer: http://www.justicefordogs.info/typo3/index.php

PHP Warning:
fopen(/var/www/vhosts/justicefordogs.info/httpdocs/typo3temp/llxml/misc.xml_84e1751530.default.iso-8859-1.cache
failed to open stream: Operation not permitted in
/home/httpd/vhosts/justicefordogs.info/httpdocs/typo3/t3lib/class.t3lib_div.php
on line 2117, referer: http://www.justicefordogs.info/typo3/index.php

I have absolutely no idea how to fix any of the above errors although I
searched through the archives and through the various forums on the
Internet and any other suggestion would be greatly appreciated

Sincerely Yours

Anna Young
Toronto German Shepherd Dog Rescue

Please visit our website and join our Discussion Forum at http://www.torontogsdrescue.org





Janno Schouwenburg wrote:

> Hi all,
>
>
>
> I see a third reason also most hosters don't use it: selinux. With
> shell access you could check the security context with ls -Z and
> change it with chcon.
>
>
>
> Regards,
>
>
>
> Janno Schouwenburg
>
>
>
> -----Original Message-----
> From: typo3-linux-bounces (AT) lists (DOT) netfielders.de
> <mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de>
> [mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de
> <mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de>] On Behalf Of Anna Young
> Sent: dinsdag 7 augustus 2007 19:52
> To: TYPO3 Installation on Linux and other Unices
> Subject: Re: [TYPO3-linux] Install on subdomain, directories detected
> as not writable
>
>
>
> Thank you Michael so very much;
>
>
>
> If those are only two possible reasons
>
>
>
> I see two possible reasons:
>
> - You only made the directories writable but not their contents
>
> (chmod -R)
>
> - You fixed the wrong directories - maybe there is another instance?
>
>
>
> I obviously did not made the content writable, however I have no idea
>
> how to do it. I use Plesk desktop on the server and I don't see where
>
> the 'content' of an empty folder can be made writable. I did create
>
> temp/ folder, made it 'rwxrwxrwx' but that makes no difference, I still
>
> get the same errors.
>
>
>
> Would it have anything to do with 'sessions'? This is an error for
>
> typo3temp and all other are the same with the same 'number' at the end
>
> of the path:
>
>
>
> *typo3temp/ directory not writable* /Full path:
>
> /var/www/vhosts/torontogsdrescue.org/subdomains/sultan/httpdocs/typo3temp/7356fb702c59fa6f3fbb082502771ef5/
>
> The folder is used by both the frontend (FE) and backend interface (TBE)
>
> for image manipulated files.
>
>
>
> Tried to write this file (with touch()) but didn't succeed.
>
> The directory typo3temp/ must be writable!
>
>
>
> Sincerely Yours
>
>
>
> Anna Young
>
> Toronto German Shepherd Dog Rescue
>
>
>
> Please visit our website and join our Discussion Forum at
> http://www.torontogsdrescue.org <http://www.torontogsdrescue.org>
>
>
>
>
>
> __________________________________________________ __________-
>
>
>
> Michael Stucki wrote:
>
>
>
> >Hi Anna,

>
> >

>
> >

>
> >

>
> >>It tells me that directories typo3temp, typo3conf, fileadmin and uploads

>
> >>are not writable when in fact they are all '777'.

>
> >>

>
> >>

>
> >

>
> >I see two possible reasons:

>
> >- You only made the directories writable but not their contents

> (chmod -R)
>
> >- You fixed the wrong directories - maybe there is another instance?

>
> >

>
> >

>
> >

>
> >>The archives of the support lists are disabled so I'm not able to look

>
> >>for answers there.

>
> >>

>
> >>

>
> >

>
> >Yes, we couldn't fix them yet after the listserver upgrade last week.

>
> >You can search using Google instead:

>
> >

>
> >Search for: <search terms> site:lists.netfielders.de

> <http://lists.netfielders.de>
>
> >

>
> >(notice the "site" attribute)

>
> >

>
> >Good luck!

>
> >

>
> >- michael

>
> >

>
> >

>
> _______________________________________________
>
> TYPO3-linux mailing list
>
> TYPO3-linux (AT) lists (DOT) netfielders.de <mailto:TYPO3-linux (AT) lists (DOT) netfielders.de>
>
> http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
> <http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-linux>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>TYPO3-linux mailing list
>TYPO3-linux (AT) lists (DOT) netfielders.de
>http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
>

_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3] ERROR: malformed or missing URL detected typo3-english@lists.netfielders.de 0 28.02.2007 23:47
[TYPO3] ERROR: malformed or missing URL detected Gunnar Jonsson typo3-english@lists.netfielders.de 1 05.02.2007 22:24
[TYPO3-linux] Install problems relating GD Kari Salovaara typo3-linux@lists.netfielders.de 2 03.02.2007 10:46
[TYPO3] not able to delete directories Bing Du typo3-english@lists.netfielders.de 0 12.01.2007 21:50
[TYPO3-install] configuring php.ini on shared virtual privateserver Linux oneilch typo3-install@lists.netfielders.de 0 23.12.2006 19:40


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:44 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75