RSS

Tag Archive | "Joomla"

Joomla 1.0.x Writeable Directories

Friday, April 18, 2008

2 Comments

The following is a list of the directories that must be ‘writeable’ for Joomla 1.0.x to work properly. I’m including it here as a reference. In most cases individuals that install Joomla will simply chmod the permissions for these directories to 707 or 777. I have found through personal experience that this is not very [...]

Continue reading...

Perfect Permissions for Joomla and Plesk

Friday, April 18, 2008

3 Comments

This post is a continuation (actually a better solution) from my previous post on Joomla Session Save Path The solution is a slightly modified version from the original post found at rackerhacker.com Change the umask in ‘/etc/proftpd.conf’ from ‘022′ to ‘002′. Then, update the directory permissions by running the following at the command line: cd /var/www/vhosts/[domain.com] chown -R [username]:psacln httpdocs chmod [...]

Continue reading...

Joomla Session Save Path

Tuesday, April 8, 2008

2 Comments

If you are looking at this post you have probably seen the following error when trying to install Joomla 1.0.x: Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/var/lib/php/session) is not within the allowed path(s): (/var/www/vhosts/yourdomain.com/httpdocs:/tmp) in /var/www/vhosts/yourdomain.com/httpdocs/installation/index.php on line 154   The solution to this is two-fold:

Continue reading...

Editing Content With Joomla: Frontend

Tuesday, November 13, 2007

4 Comments

I recently created this screencast demonstrating to a client the front end editing capabilities of Joomla. This installation utilizes JCE and all JCE plugins for the WYSIWYG. The video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript [...]

Continue reading...