When setting up Joomla on Windows 2003 server with PHP in FastCGI mode I was getting an error:
PHP Warning:
fopen … failed to open stream: Permission denied in …\admin.config.php on line 374
I’ve searched high and low and there was no solution - I knew that this is the permission issue. Of course I had Internet Guest [...]
Entries Tagged as 'Joomla/Mambo CMS'
Windows 2003 IIS 6 FastCGI PHP and fopen error
May 9th, 2008 · Comments Off · Joomla/Mambo CMS, Microsoft, PHP
Tags:
Joomla and Plesk
August 24th, 2007 · Comments Off · Joomla/Mambo CMS
Use file manager to change permissions (as indicated during install)
use htaccess.txt as .htaccess but add the following:
php_flag magic_quotes_gpc on
php_value session.save_path /var/www/vhosts/domain.com/httpdocs/sessions
also turn off PHP Safe Mode
Tags:
Ten Things to do after a new Joomla Installation
May 2nd, 2007 · Comments Off · Joomla/Mambo CMS
(Credit and copyright goes to Pathos-Seo.com )
I agree with most of the tips, and I always welcome new tricks! I always install JoomlaExplorer and JoomlaFCK (and ColorLab) in every new websites, but I will follow the rest of this advice from now on. One more thing to add is to try to set up a [...]
Tags:
Mambo PDF & E-mail icons problem
August 11th, 2005 · Comments Off · General, Joomla/Mambo CMS
In Mambo templates item title is sometimes broken because of icons being in the same line. To fix this I changed file content.html.php in com_content as follows:
line 454:
Tags:
Mambo 4.5.1 upgrade
February 3rd, 2005 · Comments Off · Joomla/Mambo CMS, PHP
Steps to upgrade Mambo 4.5 to 4.5.1
1. Backup directory with mambo
2. Make backup of MySQL database
3. Make backup of configuration.php
4. Unzip mambo4.5.1 to directory with old mambo
5. Upgrade database by running sql script (from installation directory) updating database schema from 4.5-1.0.9 to 4.5.1
6. rename configuration.php-dist to configuration.php and edit it entering data from a backup [...]
Tags: