I am new to this and I have come across an issue I could use some help with. I am running Debian 3.1 and I installed and set up Drupal through Synaptic. I am able to log into the site and change this just fine on the server, but when I try to go to the website from another machine only the content shows up, no icons, themes, etc. When you try to log in or go anywhere on the page I noticed that it was trying to load from http://localhost/drupal, which explains why nothing is working outside of the server.
I'm new to Drupal and I'm having problems with the image module. When I try to create an image node (uploading the image file), I get the error "File copy failed: source file does not exist". The image node is created, but no image is uploaded.
The details of the error are:
"Invalid argument supplied for foreach() in C:\-sitedir-\modules\image\image.module on line 316."
I'm using drupal 4.6.3, php 5.0.4, mysql 4.1.15 and IIS for win XP.
I read the other topics about similar problems, but the proposed solutions didn't work.
Anyone can help me?
Just to be sure I did run the cron module by hand and it shows everything has been indexed.
I did a search for test, formatting, and Total.
All of those terms where in at least one node of forum message. Nothing was found.
I tried *mat* and nothing was found.
Any ideas?
Hi,
My server is a FreeBSD box with php 5.0.5 and Apache 2.0.55. I followed the manual to configure properly drupal on it. But when going to index.php it shows a blank page. If I look into httpd-errors.log I get this:
Call to undefined function session_set_save_handle() in /usr/local/www/data-dist/drupal-4.6.3/includes/session.inc on line 9
I've got a new Drupal install on my school's webserver, currently hidden by a simple index.html placeholder page. It's strange, but the site will not work properly, it seems, with this placeholder in place. Any link I click from the drupal index.php page pops the proper address into the browser's URL field, but all I get is the default index.html page. If I remove or rename the placeholder, things work fine. I also tried moving the drupal install to a subfolder of my webserver root, but that just doesn't work at all.