Thursday, July 5, 2012

Install Drupal 7.14



Drupal is an open source software package written in PHP,  which allows you to easily organize, manage and publish your content, with an endless variety of customization.
You can download Drupal  from 
http://drupal.org/project/drupal
Setup your webs erver, MySQL database and PHP and run install.php, and follow the instruction step by step.   I successfully set up my drupal 7.14 on:
http://swf.site40.net/

Although the setup is very simple, I do have some struggle in setup. Fireftp did not copy all my files
to the remote server,  and some files were missing. Several errors were produced as below:
1.drupal Fatal error: Call to undefined function cache_get() ,module.inc 
2.  Notice: Undefined property: stdClass::$owner in _drupal_theme_initialize() (line 208 of /home/a7240086/public_html/drupal/includes/theme.inc).
    Warning: include_once(/home/a7240086/public_html/drupal/) [function.include-once]: failed to open stream: No such file or directory in _drupal_theme_initialize() (line 208 of /home/a7240086/public_html/drupal/includes/theme.inc).
    Warning: include_once() [function.include]: Failed opening '/home/a7240086/public_html/drupal/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in _drupal_theme_initialize() (line 208 of /home/a7240086/public_html/drupal/includes/theme.inc).
3. Access denied
You are not authorized to access this page. 
After I created a new remote  directory  and synchronized all files in  Fireftp and create a new database All these errors disappeared and the installation was done in a few minutes.

No comments:

Post a Comment