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.
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 ?
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
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 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".