CMS

Content Management System

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