[TYPO3] class.t3lib_div.php on line 2117

Christopher bedlamhotel at gmail.com
Wed Apr 5 23:31:24 CEST 2006


Why not ask your host?

On 4/5/06, Gilles Deacur <tronno22556 at gmail.com> wrote:
> Not to sound impatient, but I guess I'm a bit impatient.  Any suggestions?
>
> Gilles Deacur wrote:
> > Gilles Deacur wrote:
> >> I moved servers and am slowly working my way through bugs.
> >>
> >> My latest bug is this:
> >>
> >> When I log into my admin, the screen stops with this:
> >>
> >>
> >>
> >> Warning:
> >> fopen(/hsphere/local/home/.../typo3temp/llxml/misc.xml_b940e2da8f.default.iso-8859-1.cache):
> >> failed to open stream: Permission denied in
> >> /hsphere/local/home/.../typo3/t3lib/class.t3lib_div.php on line 2117
> >> ERROR: File not written to disk! Write permission error in filesystem?
> >>
> >>
> >>
> >>
> >> My host has locked the settings on the file and I cannot change chmod
> >> settings beyond the 755 that they have it set for.
> >>
> >>
> >> Is 755 the problem?  Ownership is set for httpd/httpd.

It sure sounds like it...but maybe not; take a look at the permissions
you've got:

u: rwx
g: r-x
o: r-x

If the httpd user really is the _owner_ of the files, then the error
message doesn't sound like it makes a lot of sense--since the owner
has read, write and execute permissions set. It sounds more like the
_group_ the files belong to is httpd, but the owner is your account
user. _IF_ this is true, you'd need to set 775 (rwx rwx r-x). If not,
I have no helpful answers to give except 'consult your host'.

-Christopher



More information about the TYPO3-english mailing list