Seapixenrerie
New Member
Does anyone know what this error meansFATAL:Autorisation no longer valid.704It happens when I try to write to this file, but the permissions are set to 755 and 0644The temp folder is in the rootfolder of this subdomain.\[code\]if ($handle = fopen( 'temp/mylog.log'"a+") ) { if( !fwrite( $handle, $json ) ) { throw new Exception("can't write to ..."); } fclose( $handle ); }\[/code\]thanks, Richard