Jump to content

Postal order form not working


Guest

Recommended Posts

When I go through the purchase process and I select postal payment I get this error:

/donate/admin//modules/gateway/Print_Order_Form/orderForm.php

I enabled and configured the postal gateway.

Link to comment
Share on other sites

Guest estelle

When I go through the purchase process and I select postal payment I get this error:

/donate/admin//modules/gateway/Print_Order_Form/orderForm.php

I enabled and configured the postal gateway.

The Print Order Form should take you to this address:

$glob['storeURL']."/modules/gateway/Print_Order_Form/orderForm.php"

So please have a look at includes/global.inc.php. If your $glob['storeURL'] ends with /admin/, try removing this and see if it fixes the problem.

If not, post the values for your $glob['rootDir'], $glob['rootRel'] and $glob['storeURL'] here, and we'll take a look.

Link to comment
Share on other sites

Guest estelle

If your $glob['storeURL'] ends with /admin/, try removing this and see if it fixes the problem.

If not, post the values for your $glob['rootDir'], $glob['rootRel'] and $glob['storeURL'] here, and we'll take a look.

Link to comment
Share on other sites

If your $glob['storeURL'] ends with /admin/, try removing this and see if it fixes the problem.

If not, post the values for your $glob['rootDir'], $glob['rootRel'] and $glob['storeURL'] here, and we'll take a look.

$glob['dbprefix' ] = '' ;

$glob['dbusername'] = 'jesse_ccrt2' ;

$glob['installed' ] = '1' ;

$glob['rootDir' ] = '/home/jesse/public_html/donate' ;

$glob['rootRel' ] = '/donate/' ;

$glob['storeURL' ] = 'http://tvnewslies.org/donate/admin' ;

Link to comment
Share on other sites

Guest estelle

$glob['dbprefix'  ] = ''                  ;

    $glob['dbusername'] = 'jesse_ccrt2'        ;

    $glob['installed' ] = '1'                  ;

    $glob['rootDir'  ] = '/home/jesse/public_html/donate'      ;

    $glob['rootRel'  ] = '/donate/' ;

    $glob['storeURL'  ] = 'http://tvnewslies.org/donate/admin' ;

It looks like your storeURL is wrong. Try changing it to:

 $glob['storeURL' ] = 'http://tvnewslies.org/donate';

Link to comment
Share on other sites

I beat you to it...I just did that and it worked. I was about to post here to tell you when I saw that you answered. Thanks.

I noticed when I got the email notification. The url has the word admin twice so I figured that it got into the global value by mistake.

Thanks!

Peace,

Jesse

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...