Skip to Content

March 2010

24
Mar 2010

CKEditor and image uploading feature

Just with the installation of ckeditor the image upload option is not available, install IMCE and then edit the ckeditor.config.js in which uncomment the following lines

//config.extraPlugins += (config.extraPlugins ? ',imce' : 'imce' );
//CKEDITOR.plugins.addExternal('imce', Drupal.settings.ckeditor.module_path + '/plugins/imce/');

In order to add the toolbar button, simply add

['Link','Image','IMCE']

in

19
Mar 2010

Multisite vs Multiple site

Just another set of terms for deranged mind from deranged mind. It's nothing but
1. one drupal instance hosting multiple site and
2. multiple site hosted on different instance of drupal
Some call instance as code base ... it's OK if the terms don't confuse you.
various materials are there on the topic with really easy set of instruction(s) to carry out the task.

03
Mar 2010

Resolving some Err.....

404 not found error

After copying drupal content to the httpdocs  the site was behaving not as needed so got rid of the drupal content and with the initial set of file was getting "404 not found error"
The requested URL / was not found on this server.

referring the /var/log/apache2/error.log showed
[mon Mar 01...][error][client 192.168.1.2] file does not exist: /var/www/gnumen.net

after having a look in /etc/apache2/site-available

02
Mar 2010

setting up a realtime sandbox env....

Anyone involved in any sort of development do know that the sandbox environment is one which they relish setting up. As a kid I remember my father always stressing that in a mathematical problem the answer will revert back to the question hence give importance to the testing may be that's the reason I always got first class (+60%) all thru out the academic career because I was invoved in testing the answer, resulting in not answering the whole questions.:)