Home
last modified time | relevance | path

Searched +full:debugfile +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/siteexport/inc/
H A Ddebug.php10 private $debugFile = ''; variable in siteexport_debug
28 * to the screen. If you use the debugFile option the logstream will be rerouted
57 * e.g. $CC->debugFile = '/temp/ccproxy.txt';
58 * e.g. $CC->debugFile = 'C:\temp\ccproxy.txt';
67 $this->debugFile = $file;
93 if ( empty($this->debugFile) ) {
94 …$this->runtimeException("DebugFile not properly configured. Make sure, it is set, readable and wri…
97 $fh = @fopen($this->debugFile, "a+");
99 … $this->runtimeException("Could not create/open/append logfile: '{$this->debugFile}'", true);
H A Dsettings.php50 $functions->debug->setDebugFile($this->getConf('debugFile'));
/plugin/siteexport/conf/
H A Ddefault.php14 $conf['debugFile'] = "";
H A Dmetadata.php15 $meta['debugFile'] = array('string');