I've been building a Drupal site on a single server, but our whole site actually runs on a server farm (Apache 2 PHP 4 on all the servers with a MySQL box and a load balancer in font). Are there any gotchas we should watch out for when we replicate all the files around the farm? http://drupal.org/node/view/1367 seems to indicate there aren't, so my apologies if I'm asking an already answered question, but I wanted to make sure.
I'm a n00b so I tend to get things wrong.
I have a problem with the "add inline image" feature.
I have searched the forum and there has been someone with this exact problem but no answers so far.
My problem is when i click on the "Add inline image" button, I get a tiny popup window that I suppose is meant for selecting the image to upload.
If I click on "upload image", I have no problems. it is only when i want it as an inline image.
Could somebody be kind enough to assist?
I've drupal set up and I'm using it only as a blog. I'd like my drupal installation to allow posting of comments without people having to create an account on my site. I'd also like to set up a more cohesive archiving system that will list posts by category, day, and month.
After installing the wiki filter module, the first paragraph of every node got enclosed in a pre tag. FYI, according to wiki filtering, an extra space before a line results in monospace formatting (pre tag). Although I did not add a space before the first paragraph in any of the node edit forms, when I looked into the source of the page, I found that there was indeed an extra space between the contents div tag and the first letter of the node contents. I suspect that wiki formats first paragraphs as monospace because of this extra space.