Closed (fixed)
Project:
Webform
Version:
5.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2008 at 18:30 UTC
Updated:
12 Mar 2008 at 20:11 UTC
I am trying to use Webform 5-x-2.x-dev on Drupal 5.7 and can access the backend of the module. I can add componenets to the module and create a form, but if I try to view the form, I only get a blank white page. If I view the page source, it is blank.
I'm stumped.
Terry
Comments
Comment #1
quicksketchYou're getting a white page because PHP is throwing an error of some sort. You'll need to enable the display of errors in order to figure out what's causing the trouble.
In php.ini set these two settings (you'll find them in the error reporting section):
Comment #2
terryit3 commentedI have enabled error reporting and it is giving me this error:
Fatal error: Call to undefined function: conference_organizing_check_reg() in /var/www/html/drpl/themes/cod_organizing/template.php on line 265
Line 265 is: $conferences = conference_organizing_check_reg($user->uid);
I am not familiar with PHP, so I don't know what to change..
Thanks again..
Comment #3
GoofyX commentedThis error appears in a file inside your theme's directory (themes/cod_organizing), so a first step would be to switch back to the default Garland theme and try again.
Comment #4
terryit3 commentedI was just getting ready to post and say the exact same thing.
I changed themes and it works beautifully.
The CDO_Organizing theme requires additional modules and files that I didn't have installed.
Comment #5
quicksketchGreat, thanks for following through on the solution!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.