Having problems installing Drupal? See the Installation Guide for more information.

warning: init_theme(): Failed opening '' for inclusion (include_path='') error

I am getting the following error in my new Drupal installation:

warning: init_theme(): Failed opening '' for inclusion (include_path='') in /path/to/drupal/includes/theme.inc on line 51.

... with, of course, a lack of any theme. I am using PHP v4.3.4 and MySQL 3.23.58 on Apache (unknown version; 1.?) through a host, so I can't edit php.ini myself. I did a search here in the forums and used the suggestion to delete all (two) entries in the variable table, but that made no difference.

Anyone have any ideas? Please help!

How to putting blocks only on the front page in drupal 4.4.x

<(/|index\.php)$>

and

^(/|index\.php)$^

is not worked,thanks.

Mutiple Site Configurations

Subject: Multiple Site Configurations one a single web server

The Support Team

seg fault on new install

I'm using Drupal 4.4.1, php4, mysql4. Database user has been set up fine, database scheme loaded fine. When I try to acess my new install, all I get is a blank screen. In /var/log/httpd-error.log all I see is:

[Mon May 31 05:21:58 2004] [notice] child pid 78645 exit signal Segmentation fault (11)
[Mon May 31 05:29:02 2004] [notice] child pid 78646 exit signal Segmentation fault (11)
[Mon May 31 05:29:06 2004] [notice] child pid 78647 exit signal Segmentation fault (11)

for every attemt I make. Any thoughts or suggestions?

Clean URLs with VirtualDocumentRoot

Welcome,

if you are using the vhost_alias_module and you want clean URLs, the default .htaccess will give you an infinite internal redirect loop. Two things shall be done to prevent this. Let's suppose that the DocumentRoot is /var/www/htdocs and drupal is installed in /var/www/htdocs/mydomain/drupal . In this case, the first thing is:

RewriteBase /mydomain/drupal/

This is easy to figure out. Second -- this took me some time -- you should add a slash before the index.php in the RewriteRule line:

RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]

Karoly Negyesi

Pre - install.........php.ini

I have session.save_handler = files and session.cache_limiter = nocache on my debian box.

Clearly on the install page it says:

Your PHP must have the following settings:

session.save_handler user

In addition, we recommend the following settings:

session.cache_limiter none

I'm wondering if anything will break if I make the changes manually in php.ini or if there is an alternative?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal