CMS

Content Management System

call to a member function route() on a non-object in

Tagged:  

jHackGuard is designed by SiteGround to protect Joomla websites from hacking attacks.

After installing jHackGuard in Joomla 1.6, I got this error: call to a member function route() on a non-object in.....

Outline of my topics in Open Source Sharing Session - Software Freedom Day 2010 @ VSU

The outline of my slide presentations for this upcoming Software Freedom Day 2010 @ VSU are now ready.

1. Ubuntu Linux

  •     Advantage of Linux
  •     Introduction to Ubuntu
  •     Getting Started
  •     FAQ - Ubuntu at First Time
  •     Useful Applications bundled in Ubuntu 10.04 (Lucid Lynx)
  •     Tools / Applications for CS
  •     Installing Application Software
  •     Help 

How to add Google adsense in drupal site

Tagged:  

1.   Go to Site Configuration >>> Input Formats
2.   Add input format
                  name:             adsense
                  filters:              uncheck all the filters
3.   Go to Site building >>> Blocks
4.   Add block

Googlebot indexed my site!!!

My site is now searchable in Google search engine. I waited for two weeks after submitting my url, and now my site was indexed regularly by Googlebot--the search bot software used by google. Im waiting for Yahoo to approve my site.

google search engine

This file uploader is disabled. Please check the "editor/filemanager/connectors/php/config.php" file

This is a FCKEditor error when you try to upload image. FCKEditor is a WYSIWYG (what you see is what you get) HTML editor. As what the message said, file uploader is disabled so you cant use it. To enable, open the "editor/filemanager/connectors/php/config.php" file and look for the following line

$Config['Enabled'] = false ;

change to

$Config['Enabled'] = true ;

done...

failed to open stream: No such file or directory in /usr/local/cpanel/3rdparty/fantastico//includes/enc_installation_func.inc.ph

Tagged:  

While constructing this site, I encountered the following error:

Warning: fopen(/home/_________/public_html/fantastico_fileslist.txt) [function.fopen]: failed to open stream: No such file or directory in /usr/local/cpanel/3rdparty/fantastico//includes/enc_installation_func.inc.php on line 174

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/cpanel/3rdparty/fantastico//includes/enc_installation_func.inc.php on line 177

Syndicate content