Drupal Error Hindering Site

I currently have redone a website to run drupal seven and everything was working great but now I am encountering an error when users try to update their games they have uploaded with new game files. The site and error is below.

http://indiegame.us/

fatal errot out of memory

When i try to add a picture to a node i have now this message :

Fatal error: Out of memory (allocated 31981568) (tried to allocate 8192 bytes) in /homepages/32/d318743363/htdocs/mywebsite/drupal7/modules/system/image.gd.inc on line 238

can someone tell me the changes i have to made to issue this problem ?

thank you by advance

Custom user creation using profile 2 module in D7

I have installed profile2 in D7 and I want to make a custom user registration form depending on which role the user chooses. Since I'm a novice I would like too hear any suggestions regarding how to do this the best way.

By now I have made a module where I get the user registration form like this:

$form = drupal_get_form('user_register_form');

This gives me the user registration form plus all the fields I have created in profile2

mod_rewrite help

Hi

I have in .htaccess used mod_rewrite to make sure that www. is always used in front of the domain and that SSL is enforced. I have the following code:

RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]
RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$
https://www.example.com/$1 [L,R=301]

Is it possible to make a rule so it does not apply to robots.txt and sitemap.xml?

Show all of one Content Type

Hello Community,

I basically want to have a gallery and when you click on each picture there is a page showing it again and a description under it. I thought this could be done by creating a new Content Type and then create a node that simply lists all of these Content Types. Is this possible or maybe you have another thought? Open for everything and hope we'll find a solution .. maybe theres a module for this? ..

I use Drupal 7

thanks,

Germinator

Looking for ideas how to create a step by step creation process

I am trying to create a multi step campaign creation process and don't know if there are any modules that could help me out. I am trying to build a site where, after signing up, they can hit a "create campaign button". After clicking that button, they land at step 1 of a 3 step process. At step one, they fill out information about themselves and click "next"; at step two, they fill out information about their campaign and click "next"; at step 3 they review their information and hit "save".

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x