I have installed Drupal 4.6.3 on my FreeBSD 5.4 using Apache 2.0.53 and PHP 5.03.
Apache and PHP was installed using FreeBSD ports.
After installing Drupal, I got 2 problems :
1. I have search the forum for themes problem. I have check the path for theme, the engine (I'm using phptemplate.engine), base url and permission. I think nothing wrong with that. Here is my configuration :
Apache :
DocumentRoot "/usr/local/www/data/drupal"
DirectoryIndex index.php index.html index.html.var
CustomLog /var/log/mp3.bsn.or.id_access_log.log common
ErrorLog /var/log/mp3.bsn.or.id_error_log.log
Then my CustomLog give this when I'm trying to configure themes :
10.1.1.5 - - [06/Sep/2005:09:12:38 +0700] "GET /?q=admin HTTP/1.0" 200 15154
10.1.1.5 - - [06/Sep/2005:09:12:40 +0700] "GET /?q=admin/themes HTTP/1.0" 200 6378
10.1.1.5 - - [06/Sep/2005:09:12:43 +0700] "POST /?q=admin/themes HTTP/1.0" 302 -
10.1.1.5 - - [06/Sep/2005:09:12:44 +0700] "GET /?q=admin/themes HTTP/1.0" 200 6475
Drupal 4.6.3 configuration :
$base_url = 'http://mp3.bsn.or.id';
I put the themes in .../themes and the engine in ../themes/engines/phptemplate
I give permission 777 and chown www to all folder from .../drupal/... (because I configured /usr/local/www/data/drupal as my DocumentRoot in Apache)
When I trying to Administer --> Themes, I can see the preview of the themes. But when I click Save Configuration, nothing happen. No themes, no error messages, just Drupal in standard installation.