[Typo3-debian] Virtual Domains

Steffen Mueller steffen at davis.kommwiss.fu-berlin.de
Tue Jan 27 02:18:43 CET 2004


Michael Stucki schrieb:
> 
>>>I tried to reproduce your example but didn't get any errors. Can you help
>>>me to manage that? :-)
> 
> 
>>do you have php error-logging configured to prompt for warning messages?
> 
> 
>>in php.ini, section: Error handling and logging
>>error_reporting  =  E_ALL & ~E_NOTICE
> 
> 
> I use the same settings here but still don't get that message listet.
> 

humm. can you do this:

touch /tmp/testfile
chown root.root /tmp/testfile
chmod 644 /tmp/testfile
vi test.php
<?php if ($fd = fopen("/tmp/testfile","w")) {echo "Works";} ?>

does this produce a warning message on your system?


> 
>>the php warning refers to class.t3lib_div.php, function writeFile(),
>>line 1235-1245:
> 
> 
> That's true, but in your case, it would be more interesting to know where
> this function is being called from...!
> 

of course. since the ext-editor in typo3 allways reports: File saved!
i'll have a look at that.

> 
>>so long, i hope this helps.
>>maybe we should discuss this on Typo3-dev before we fill a bugreport. it
>>could be fixed in 3.6rc1.
> 
> 
> Please check that and see if things changed. If not, then we should really
> continue that thread in typo3-dev.
> 

in a few days...


-- 
cheers,
Steffen

----------------------------------------------------------
"Education is man's going forward from cocksure ignorance
to thoughtful uncertainty." (Don Clarks' Scrapbook)
----------------------------------------------------------




More information about the TYPO3-debian mailing list