close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Server error when I place an "add to crt" button

Thread began 7/08/2013 12:21 pm by rolf358571 | Last modified 7/11/2013 4:01 pm by rolf358571 | 1248 views | 6 replies |

rolf358571

Server error when I place an "add to crt" button

My search page works perfectly but as soon as I place an "Add to cart button" and try to preview the page it comes up with server error that it has problem loading the page. When I remove the button, the page works fine again. Address to page is http://121.50.207.254/Covers/House%20Leather.php

Sign in to reply to this post

Jason ByrnesWebAssist

a blank page means that a php error is occurring but error reporting is turned off.

to turn error reporting on, add the following code at line 1:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



once we know what the error is, we will be able to troubleshoot the cause.

Sign in to reply to this post

rolf358571

Server error when I place an "add to crt" button

Sign in to reply to this post

Jason ByrnesWebAssist

please send a copy of the page.

Sign in to reply to this post

rolf358571

Not sure how you want a copy of the page but have attached the code. here is the link to it; http://121.50.207.254/Covers/House%20Leather.php

Attached Files
House Leather.php
Sign in to reply to this post

Jason ByrnesWebAssist

edit line 1 - 10:

php:
php:

<?php 
error_reporting
(E_ALL); 
ini_set('display_errors','on'); 
?>

<?php require_once('../Connections/Bombase.php'); ?>
<?php
$eCart1
->GetContent();
?>




to:

php:
<?php 

error_reporting
(E_ALL); 
ini_set('display_errors','on'); 
?>
<?php 
require_once('../Connections/Bombase.php'); ?>
<?php
//WA eCart Include
require_once("../WA_eCart/eCart1_PHP.php");
?>
<?php
$eCart1
->GetContent();
?>
Sign in to reply to this post

rolf358571

Thank you Jason. The problem is solved, the new code worked perfectly.

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...