I got following issues after update the Payment Network Module from Version 6.x-1.0 to 6.x-1.x-dev.
the issue occurs:
1.) If you date up and have no Sofortüberweisung Project Data before created. It means at http://www.example.de/admin/store/settings/payment/edit/methods > Sofortüberweisung settings there was no data put in before and the fields are empty.
2.) If you have Sofortüberweisung Project Data before created with the 6.x-1.0 version all works fine until you click "save" at http://www.example.de/admin/build/modules.
The issue occurs on Drupal 6.14 and Ubercart RC 7
the issue:
Notice: Use of undefined constant uc_pnag_SHOP_SYSTEM_ID - assumed 'uc_pnag_SHOP_SYSTEM_ID' in ...www/sites/all/modules/uc_pnag/uc_pnag.inc on line 12
Notice: Use of undefined constant uc_pnag_HASH_ALGORITHM - assumed 'uc_pnag_HASH_ALGORITHM' in .../www/sites/all/modules/uc_pnag/uc_pnag.inc on line 13
Notice: Use of undefined constant uc_pnag_DEFAULT_COUNTRY - assumed 'uc_pnag_DEFAULT_COUNTRY' in .../www/sites/all/modules/uc_pnag/uc_pnag.inc on line 14
Warning: Cannot modify header information - headers already sent by (output started at ...www/sites/all/modules/uc_pnag/uc_pnag.inc:12) in ...www/includes/bootstrap.inc on line 636
Warning: Cannot modify header information - headers already sent by (output started at ...www/sites/all/modules/uc_pnag/uc_pnag.inc:12) in .../www/includes/bootstrap.inc on line 637
Warning: Cannot modify header information - headers already sent by (output started at ...www/sites/all/modules/uc_pnag/uc_pnag.inc:12) in...www/includes/bootstrap.inc on line 638
Warning: Cannot modify header information - headers already sent by (output started at ....www/sites/all/modules/uc_pnag/uc_pnag.inc:12) in ...www.smiling-life.de Relaunch 2009/www/includes/bootstrap.inc on line 639
Comments
Comment #1
jurgenhaasI have just uploaded the corrected inc file to CVS to correct the syntax o variable definition. With regard to your settings, please just input the correct values and then give it a try if it works.
Comment #2
DrupalYedi commentedI've tested the CVS Patch. It works fine. Thanks!