[Solar-talk] Error with Solar 0.28 and Text_Wiki 0.1.0

Andreas Ravnestad andreas.ravnestad at gmail.com
Wed Aug 22 19:27:52 CDT 2007


After upgrading to Solar 0.28 for one of my projects (which uses 
Text_Wiki 0.1.0), I got this error:

Fatal error: Uncaught exception 
'Solar_Controller_Page_Exception_DuringFetch' class::code 
'Portal_App_Default::ERR_DURING_FETCH' with message 'Exception 
encountered in the fetch() method.' information array ( 'exception' => 
Solar_Exception_FileNotReadable::__set_state(array( '_info' => array ( 
'file' => 'Text\\Wiki\\Parse\\Prefilter.php', ), '_class' => 'Solar', 
'message' => 'File does not exist or is not readable', 'string' => '', 
'code' => 'ERR_FILE_NOT_READABLE', 'file' => 'C:\\PHP\\PEAR\\Solar.php', 
'line' => 554, 'trace' => array ( 0 => array ( 'file' => 
'C:\\PHP\\PEAR\\Solar.php', 'line' => 844, 'function' => 'factory', 
'class' => 'Solar', 'type' => '::', 'args' => array ( 0 => 
'Solar_Exception_FileNotReadable', 1 => array ( 'class' => 'Solar', 
'code' => 'ERR_FILE_NOT_READABLE', 'text' => 'File does not exist or is 
in C:\PHP\PEAR\Solar.php on line 554

Now, Solar is looking for a file "Text\Wiki\Parse\Prefilter.php" which 
doesn't exist. However, there is a class named 
Text_Wiki_Parse_Prefilter, but it resides in 
"Text\Wiki\Parse\Default\Prefilter.php" (difference being the Default 
folder). As far as I can tell, this used to work with Solar 0.27. Any 
ideas how to fix?

-Andreas R


More information about the Solar-talk mailing list