welcome to Beerwin's Blog !

This blog has been started because there are many things that cannot be placed on the main site, but they are such good things, that they cannot be omitted. See them here.

Terms and conditions

Anyone can use any posts from my blog (except comments) with the following conditions:

  • Backlink
  • The material will not be sold
  • The material will not be used for marketing purposes
  • Multilevel Web Marketers: GO AWAY!

Repair a crippled Joomla installation (for Joomla! 1.5)

Filed Under (General, joomla) by beerwin on 04-01-2010

Tagged Under : ,

For this post to have a meaning, you have to read the A method to repair a crippled Joomla! installation

A joomla! 1.5 installation does not differ much from a 1.0 installation (for a non-programmer’s eye, the programming model is totally different), but the configuration file has been changed. Instead of a list of standalone constants, everything is thrown into a class, and the mosConfig part from the variable names is missing.

Everything is working the same as in the Joomla! 1.0, except step 9., where you have to replace the following values:

a:)
var $log_path = ‘yoursitemaindir/jxcms/logs’;
to
var $log_path = ‘yoursitemaindir/logs’;
b:)
var $tmp_path = ‘yoursitemaindir/jxcms/tmp’;
to
var $tmp_path = ‘yoursitemaindir/tmp’;

A method to repair a crippled Joomla! installation

Filed Under (General, joomla) by beerwin on 05-11-2008

Tagged Under : ,

Today, i encountered a problem with a Joomla! 1.0.15 installation: everything seemed to be OK, BUT! the wysiwyg editors’ (i installed more) plugins, and dialogs did not work at all, i could’nt work with them at all. That should’nt be a proble, but my client knows nuts about how to update a web page. The wysiwyg was for him.

Be careful, this is a quiet complicated procedure, always use it as a LAST RESORT. AND BACKUP YOUR DB AND SITE DIRECTORY FIRST!

So, let’s get into the middle of the thing

Read the rest of this entry »