I've created a webform that redirects to an internal node (page) that has a php included into the body. That node takes the form values and calls a php function from the included script. When I print anything from the php script, it prints that output to a white screen, and I get
Cannot modify header information - headers already sent by (output started at testPurchase.php:48) in /var/www/drupal/includes/common.inc on line 319.'
i've started a simple project of placing the drupal cms into a html website.
i really enjoy drupal and i can absolutely see the potential of me using it more often.
Hi guys, can some one please help me migrate a Hotaru CMS powered website to my new Drupal CMS website?
I just need the posts and users to be moved, but posts are the most important. Thanks in advance!
I realize that this may be a difficult question. The devil is always in the details. I have a site that was created many moons ago using Java Server pages, Tomcat with MySQL backend. Separating the presentation layer from the logic isn't possible in it's current form.
I'd like to use Dupral to handle all of the session and authentication. Some sort of framework that has an application block where application (menu choices) results can be posted. I'd eventualy convert the site to PHP if I end up liking this CMS.
I'm in the middle of converting www.fbhate.com to drupal.
The main function of this site is the option to post 'I Hate' comments - like facebook's I Like'.
I need some help in how to make this input in drupal.
I have done so fare:
1: created a content type 'ihate' - and the title is automatically updated from a new text field 'ihate'.
2: created a text filed 'ihate' within content type 'ihate' - this text filed is limited to 140 char. and has a default value 'I Hate '.