Hi,
I have some trouble installing the Webforms module. Whenever I upload the module to the correct path (sites/all/modules) I get some php code as source code of the Drupal website:
t($scid, $subcomponent, $subcomponent_value, $parent_fieldset[$component['form_key']], $form, $submission, $page_num, $enabled); $parent_fieldset[$component['form_key']][$subcomponent['form_key']]['#weight'] += $microweight; $microweight += 0.001; } } } function webform_client_form_validate($form, $form_state) { $node = node_load($form_state['values']['details']['nid']); // Flatten trees within the submission. $form_state['values']['submitted_tree'] = $form_state['values']['submitted']; $form_state['values']['submitted'] = _webform_client_form_submit_flatten($node, $form_state['values']['submitted']); if (trim($node->webform['additional_validate']))
and lots more. The "t" actually is the beginning. This is shown between the admin menu and the rest of the page.
It doesn't matter if Webforms is enabled or not. I already tried with different versions of Webforms (3.2, 3.1 and 2.9). What is going on? Thanks in advance for your help.
Mit freundlichen Grüßen/Regards
Trixi Willius
http://www.mothsoftware.com Mail Archiver X: archive, clean and search email http://www.beatrixwillius.de Fractals, 3d landscapes etc.
Some more information as I found some logged errors:
Table 'drup413037.webform_emails' doesn't exist query: SELECT * FROM webform_emails WHERE nid = 197 in/home/mothsoftwarede/public_html/drupalmoth/modules/webform/webform.module on line 1045.
Google says that this is the result of updating from Webforms 2.x to 3.x.
call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'webform_menu_load' was given in /home/mothsoftwarede/public_html/drupalmoth/includes/menu.inc on line 407.
Cannot modify header information - headers already sent by (output started at /home/mothsoftwarede/public_html/drupalmoth/sites/all/modules/webform/webform.module:5) in/home/mothsoftwarede/public_html/drupalmoth/includes/common.inc on line 345.
The problem is not in the template. After I changed the template the problem is still there. Even after uninstalling and re-installing the problem is still there.
Please help!
Anfang der weitergeleiteten E-Mail:
Von: Beatrix Willius bwillius@gmx.de Datum: 4. Oktober 2010 17:37:42 MESZ An: support@drupal.org Betreff: Webform Troubles
Hi,
I have some trouble installing the Webforms module. Whenever I upload the module to the correct path (sites/all/modules) I get some php code as source code of the Drupal website:
t($scid, $subcomponent, $subcomponent_value, $parent_fieldset[$component['form_key']], $form, $submission, $page_num, $enabled); $parent_fieldset[$component['form_key']][$subcomponent['form_key']]['#weight'] += $microweight; $microweight += 0.001; } } } function webform_client_form_validate($form, $form_state) { $node = node_load($form_state['values']['details']['nid']); // Flatten trees within the submission. $form_state['values']['submitted_tree'] = $form_state['values']['submitted']; $form_state['values']['submitted'] = _webform_client_form_submit_flatten($node, $form_state['values']['submitted']); if (trim($node->webform['additional_validate']))
and lots more. The "t" actually is the beginning. This is shown between the admin menu and the rest of the page.
It doesn't matter if Webforms is enabled or not. I already tried with different versions of Webforms (3.2, 3.1 and 2.9). What is going on? Thanks in advance for your help.
Mit freundlichen Grüßen/Regards
Trixi Willius
http://www.mothsoftware.com Mail Archiver X: archive, clean and search email http://www.beatrixwillius.de Fractals, 3d landscapes etc.
Well the first line is saying that a table doesn't exist. Did you run /update.php?
Ryan LeTulle
bayousoft.com http://www.bayousoft.com twitter.com/bayousoft http://www.twitter.com/bayousoft
On Tue, Oct 5, 2010 at 9:15 AM, Beatrix Willius bwillius@gmx.de wrote:
Some more information as I found some logged errors:
Table 'drup413037.webform_emails' doesn't exist query: SELECT * FROM webform_emails WHERE nid = 197 in/home/mothsoftwarede/public_html/drupalmoth/modules/webform/webform.module on line 1045.
Google says that this is the result of updating from Webforms 2.x to 3.x.
call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'webform_menu_load' was given in /home/mothsoftwarede/public_html/drupalmoth/includes/menu.inc on line 407.
Cannot modify header information - headers already sent by (output started at /home/mothsoftwarede/public_html/drupalmoth/sites/all/modules/webform/webform.module:5) in/home/mothsoftwarede/public_html/drupalmoth/includes/common.inc on line 345.
The problem is not in the template. After I changed the template the problem is still there. Even after uninstalling and re-installing the problem is still there.
Please help!
Anfang der weitergeleiteten E-Mail:
Von: Beatrix Willius bwillius@gmx.de Datum: 4. Oktober 2010 17:37:42 MESZ An: support@drupal.org Betreff: Webform Troubles
Hi,
I have some trouble installing the Webforms module. Whenever I upload the
module to the correct path (sites/all/modules) I get some php code as source code of the Drupal website:
t($scid, $subcomponent, $subcomponent_value,
$parent_fieldset[$component['form_key']], $form, $submission, $page_num, $enabled); $parent_fieldset[$component['form_key']][$subcomponent['form_key']]['#weight'] += $microweight; $microweight += 0.001; } } } function webform_client_form_validate($form, $form_state) { $node = node_load($form_state['values']['details']['nid']); // Flatten trees within the submission. $form_state['values']['submitted_tree'] = $form_state['values']['submitted']; $form_state['values']['submitted'] = _webform_client_form_submit_flatten($node, $form_state['values']['submitted']); if (trim($node->webform['additional_validate']))
and lots more. The "t" actually is the beginning. This is shown between
the admin menu and the rest of the page.
It doesn't matter if Webforms is enabled or not. I already tried with
different versions of Webforms (3.2, 3.1 and 2.9). What is going on? Thanks in advance for your help.
Mit freundlichen Grüßen/Regards
Trixi Willius
http://www.mothsoftware.com Mail Archiver X: archive, clean and search email http://www.beatrixwillius.de Fractals, 3d landscapes etc.
-- [ Drupal support list | http://lists.drupal.org/ ]