i've done a clean install of 4.6.6 - and tried to add event repeat module - getting the following error
Fatal error: Call to undefined function: drupal_get_form() in /data/webs/highlandparky/public_html/2006/modules/eventrepeat/eventrepeat.module on line 1596
How can I do that, in a multisite envonment, each individual site could have it´s own images folder. I´ve tried putting a subdir under the drupal/sites/SITE.COM/ dir but it didn´t works.
The idea is that I can utilize that images from SITE.COM/images/img.ext and through /SITE.COM/sites/SITE.COM/images/img.ext.
When I use the image module to upload images, they seem to go up just fine. However, the images do not appear at all on the webpage (either as a thumbnail or original). When I check the files/images/directory, I see three files there (thumbnail, preview, and original size), so the upload is clearly working. However, when I plugin the url or node for the image, I get a "page not found" error. Any suggestions?
Hi,
i will convert my directory to Drupal. I installed the script, and i'm currently learning it. I just read the taxonomy documentation, and begin to have an idea on how to structure drupal to hold my current content.
My site is a companies directory. With companies and products.
So the first thing I did was create 2 content types: Categories and Products, each with their own fields.