I got a problem regarding the image.module on my site. I installed drupal 4.2.
First I tried the image.module version from cvs, then the version from the 4.2.0 branch and then on from my local installation (which btw works fine on mac os x)
The 420 branch version : 1.51.2.5 2003/08/20
The version from local installation (os-x): the same
After submit a image (regardles of GD2 or ImageMagick) I got the following failure :
warning: rename() failed (No such file or directory) in /home/venzke.org/www/modules/image.module on line 673.
That is moving the thumbnail to my dir. In the CVS version it's line 705.
The respective dirs are correctly (777). I although see the image in my images directory, but no thumb.
I even saw the thread Images in my blog but that didn't help - since I use the updated version of image.module.
hi all,
i'm trying to create my own theme, based on the interlaced theme.
i want to add a search box to the header, such as the one in the top right of this screen, but nothing i can do can make one appear. i've tried looking at other themes and backward engineering to make that element appear, but no such luck.
i found through a search on this list that simply adding a 'php print' command with 'search_module' will make a box appear, but this renders with lots of spacing around it, and not very suitable for adding in my design.
I have two vocabularies as forums, When I try to access them with /?q=forum, I get a listing of the second forum topics. How do I get access to the first forum?
I can access topics of the first forum with /?q=forum/1 etc. but can't get it to list all topics
I am planning to developing a cms for a group of 22 schools.
Internet dial-up connection at these schools is on for abt 30mins everyday.
The idea is to give each school
1) their own offline website (the linux lan servers are already in place),
2) this offline site should be able to update content on a live website (www.schools.com/schoolname/)
3) also, it should be able to download the updated content of the remaining 21 schools for offline viewing!
What would be "best practise" for letting Drupal mail outgoing when apache is chrooted?
*One way would be to link in the sendmail executable and the /bin/sh but that doesnt seem to cut it securitywise.
*Another way could be to install a mta in the chrooted enviroment but that seems like a over doing it.
The option im actually looking for is for the drubalsite to use a external server as a relay but i cant understand where to configure that. I have been looking at the "php.ini" and the drupal "user.module" for a setting like this.