close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Confirm page is Blank

Thread began 10/30/2009 11:29 am by steven348539 | Last modified 11/02/2009 4:13 pm by Jason Byrnes | 1996 views | 5 replies |

steven348539

Confirm page is Blank

I'm using Dreamweaver CS3 with eCart to generate the pages. I've used the wizards to create the pages for display and checkout, but when I go to test them the confirm page is blank. I am using USPS as shipping method, Paypal Website Standard for payment gateway.

I am testing on a local server behind a firewall and since if I download the sample cart pages, I get the same issue I wonder if I have something either misconfigured or is their a change I need to make to the firewall to get this to work properly?

Sign in to reply to this post

Jason ByrnesWebAssist

When a php page displays blank, it means a php error has occurred, but the php error reporting is set to not display the errors.
either change the setting in the php.ini file:
display_errors = ON

error_reporting = E_ALL

or add the following at line 1 of your page:

php:
<?php
error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

steven348539

I double checked the php.ini file and made sure that those lines are there, but it didn't make a difference. I did add it to the .php file and I would get

"Fatal error: Call to undefined function curl_init() in H:\Inetpub\wwwroot\cisnew2\WA_eCart\WA_eCart_USPS_PHP.php on line 123"

So I assume I've missed something, but new to PHP and not sure what to look for.

Sign in to reply to this post

steven348539

ok, I did notice from searching the boards that the php_curl.dll extension isn't loaded and it isn't in my php directory at all.

Sign in to reply to this post

steven348539

Got part of it...

ok, since i couldn't find the dll I re-installed php and found out where to tell it to install it from, so that is good and it's no longer giving me a blank page, but it isn't getting the shipping information from USPS, I get

UspsCom::DoAuth

on the fail page.

I see there have been threads on that so I will look there before asking more questions.

Sign in to reply to this post

Jason ByrnesWebAssist

are you using the usps production server:
shippingapi.dll

you may need to contact USPS to have your account authorized on the production server.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...