[TYPO3-50-general] Exception #1204026251. What to do?

Malte Jansen mail at maltejansen.de
Sun Jan 11 17:19:18 CET 2009


Hi,

I just refactoring FLOW3CGL to "\"-namespaces. But I always get this 
Exception. Without the FLOW3CGL-Package it's working pretty fine. The 
Refactoring of the PHPCodeSniffer-Package went pretty well...

Any hints or suggestions?

Cheers,

Malte

#1204026251: The temporary cache file 
"20090111170911-F3_FLOW3CGL_Checks_NamingConventions_UpperCaseBooleanAndNullConstantNameSniff.496a19a787d9c.temp" 
could not be written. (More information)

F3\FLOW3\Cache\Exception thrown in file
~\workspaces\flow3\xampplite\htdocs\Packages\FLOW3\Classes\Cache\Backend\F3_FLOW3_Cache_Backend_File.php 
in line 161.

5 
F3\FLOW3\Cache\Backend\File::set("F3_FLOW3CGL_Checks_NamingConventions_UpperCaseBooleanAndNullConstantNameSniff", 
"s:0:"";", array)


~\workspaces\flow3\xampplite\htdocs\Packages\FLOW3\Classes\Cache\F3_FLOW3_Cache_VariableCache.php:

00052:   */
00053:  public function set($entryIdentifier, $variable, $tags = array()) {

00054:   $this->backend->set($entryIdentifier, serialize($variable), $tags);

00055:  }
00056:


4 
F3\FLOW3\Cache\VariableCache::set("F3_FLOW3CGL_Checks_NamingConventions_UpperCaseBooleanAndNullConstantNameSniff", 
"", array)


~\workspaces\flow3\xampplite\htdocs\Packages\FLOW3\Classes\Reflection\F3_FLOW3_Reflection_Service.php:

00209:     $this->reflectClass($className);
00210:     $this->reflectedClassNames[] = $className;

00211:     $this->cache->set(str_replace('\\', '_', $className), '', 
array($this->cache->getClassTag($className)));

00212:    }
00213:


3 F3\FLOW3\Reflection\Service::initialize(array)


~\workspaces\flow3\xampplite\htdocs\Packages\FLOW3\Classes\F3_FLOW3.php:

00404:    }
00405:   }

00406:   $this->reflectionService->initialize($availableClassNames);

00407:  }
00408:


2 F3\FLOW3::initializeReflection()


~\workspaces\flow3\xampplite\htdocs\Packages\FLOW3\Classes\F3_FLOW3.php:

00166:   $this->initializeSignalsSlots();
00167:   $this->initializeCache();

00168:   $this->initializeReflection();

00169:   $this->initializeObjects();
00170:   $this->initializeAOP();


1 F3\FLOW3::initialize()


~\workspaces\flow3\xampplite\htdocs\Public\index.php:

00035:
00036: $framework = new F3\FLOW3();

00037: $framework->initialize();

00038: $framework->run();
00039: ?>


More information about the TYPO3-project-5_0-general mailing list