Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Errors when installing AjaXplorer

I am trying to install AjaXplorer but running in to problems. The first run test asks me to set my locale to UTF-8 but I am not sure how to do this.

If I skip the warning I get the following error and wondered if it has something to do with it.

Exception thrown within the exception handler! Message was: Cannot find plugin text for type log in C:\UniServer\www\domain\secure\core\classes\class.ConfService.php on line 164 #0 C:\UniServer\www\domain\secure\core\classes\class.ConfService.php(184): ConfService->initUniquePluginImplInst('LOG_DRIVER', 'log') #1 C:\UniServer\www\domain\secure\core\classes\class.ConfService.php(229): ConfService->getUniquePluginImplInst('LOG_DRIVER', 'log') #2 C:\UniServer\www\domain\secure\core\classes\class.AJXP_Logger.php(89): ConfService::getLogDriverImpl() #3 C:\UniServer\www\domain\secure\core\classes\class.AJXP_Logger.php(69): AJXP_Logger::getInstance() #4 C:\UniServer\www\domain\secure\core\classes\class.AJXP_XMLWriter.php(195): AJXP_Logger::logAction('error', Array) #5 C:\UniServer\www\domain\secure\core\classes\class.AJXP_XMLWriter.php(208): AJXP_XMLWriter::catchError(0, 'Cannot find plu...', 'C:\UniServer\ww...', 164, NULL) #6 [internal function]: AJXP_XMLWriter::catchException(Object(Exception)) #7 {main}

like image 524
jayuk20 Avatar asked Apr 26 '12 22:04

jayuk20


2 Answers

Its propably caused by PHP >= 5.4

I had no error before PHP update.

EDIT: Downgrading back to PHP 5.3 fixed error, so its caused by PHP 5.4

like image 62
Duke Avatar answered Oct 14 '22 00:10

Duke


Just had the same problem: caused by write permissions on folders in the "data" directory.

Set the write permissions on the top level directory "data" and all sub directories. I thought I had set the permissions with Filezilla but, after a quick check, I had not.

like image 20
Preston Software Avatar answered Oct 14 '22 01:10

Preston Software