Linux Maintenance

The path you entered is not a valid directory or is not accessible.

Posted by on March 21, 2010 at 6:39 pm

Error:The path you entered is not a valid directory or is not accessible. When trying to enable imagemagick within Gallery2 by Menalto Check your php,ini file for a directive open_basedir add the root path that contains the convert binary , so for example if convert is at /usr/bin/convert set the basedir to open_basedir = /your/home:/usr/bin [...]

Ejabberd: RPC failed on the node

Posted by on February 28, 2010 at 2:46 pm

Error ejabberdctl status RPC failed on the node ejabberd@localhost: nodedown This occurred when using a live cd in a virtual player under bridge mode. The app loads after a virtual player reboot, but restarting the service within ssh returned the error. So I did a hard reboot on the host machine which resolve the issue. [...]

Joomla login error JAuthentication

Posted by on February 22, 2010 at 1:45 pm

Error JAuthentication::__construct: Could not load authentication libraries. solution.. Make sure the authentication plugin is enabled .. in the Joomla database, and changed it’s published status to 1 in the “jos_plugins” table.

3rd Party APP: Can’t locate Calendar/CalciumStart.pm

Posted by on November 30, 2009 at 11:49 am

Brown Bear software error: Software error: Can’t locate Calendar/CalciumStart.pm in @INC (@INC contains: CalciumDir40/upgrades CalciumDir40/redist … Solution: A message like this means that Calcium can’t find its installation directory. The location of the Calcium source code files and data directory are specified in the main Calcium script; some installations will require the full path to [...]

Linux: Enable VI syntax highlighting

Posted by on November 28, 2009 at 9:12 pm

Make sure you have vim-enhanced installed Run yum install vim-enhanced or within vi :syntax on