This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Gallery2 and Drupal Error

Please help me guys,
Internal Server Error
after I enabled URL Rewrite.

I have drupal5 installed in:

/home/username/public_html

my gallery2 installed in:

/home/username/public_html/gallery

and my drupal.gallery module installed in:

/home/username/public_html/modules/mygallery

This is the setup of my url rewrite:
Absolute path to the folder of your embedded .htaccess: /home/username/public_html/gallery

Please enter the Url to your environment. http://chr05210084.com

After I saved my url rewrite I can't browse my website, it gives me Internal Server Error. How do I fix this, please help me. here is my
.htaccess config:

1.
# BEGIN Url Rewrite section
2.
# (Automatically generated. Do not edit this section)
3.

4.
RewriteEngine On
5.

6.
RewriteBase /http://chr05210084.com/
7.

8.
RewriteCond %{REQUEST_FILENAME} -f [OR]
9.
RewriteCond %{REQUEST_FILENAME} -d [OR]
10.
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
11.
RewriteCond %{REQUEST_URI} !/http://chr05210084.com/index\.php$
12.
RewriteRule . - [L]
13.

14.
RewriteCond %{QUERY_STRING} view=core.DownloadItem
15.
RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://chr05210084.com/ [NC]
16.

Understanding the menu table

Hi,
I´m trying to understand the menu table in the database. There are 7 cells mid, pid. path, title, description and weight that I understand. But what is type for? How is it composed?

Thanks

Group views by multiple arbitrary fields

Greetings all,

Based on the information http://drupal.org/node/101022 (yes, I know this is outdated now and comes standard with the most recent install of the views modules), how can I group multiple arbitrary fields within a view.

For example:

2007/08/31
- Location 1
 - - Event 1
 - - Event 2
- Location 2
 - - Event 3

2007/09/01
- Location 1
 - - Event 4
- Location 2
 - - Event 5
 - - Event 6

Any help would be much appreciated.

turning off PHP when indexing content

Greetings all, first posting here, natrually its a problem, so sorry to get right down to business.

I've been developing with Drupal for about 3 months now, and I'm really enjoying my return to web platform development ( not a big fan of the content side of things, and hated working as a web designer back in 1998-2001 ). all in all, i'm having a great time with the platform and finding the expandability to be pretty useful.

I am however having one major problem at the moment, and the last 10 day of searching the forums has come up with no answers to my problem.

essentially I have a customised node object that contains data that I need to list in a page. they are pretty standard nodes, with some custom text generated in the page body. thats all good.

however I'm also having to list the previews of these items in a master page ( well several ), linked from a menu. as the page needs a custom title, as well as some supporting text and searching information ahead of the actual files, i'm using a standard page and embedding a taxonomy_term_page() call in via PHP.

webmail with autoresponder through cron..?

hello there,

I know there's different webmail approaches out there - but I am actually desperately looking for one with some sort of an 'Autoresponder-' or 'Autoreply-' or 'out-of-office'-functionality.

So far my choice would have been Roundcube. There seems to be a very much promissing plugin available - which I can't really use due to my server configs.. - ..you can find the ongoing discussion +links over here: http://roundcubeforum.net/forum/index.php?topic=1548.0

A question about dupral's linking system

I'm just curious, how does dupral do its linking? The www.dupral.com/linkname, I only know how to do this via apache redirects, how is it done in PHP?

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions