close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Loading pages live

Thread began 11/01/2010 5:27 pm by ecologictech417149 | Last modified 11/03/2010 1:04 pm by Jason Byrnes | 2167 views | 7 replies |

ecologictech417149

Loading pages live

I checked to make sure my pages are up and live and they are. But once I put an add to cart button on a page and load it to the server I go to the url for that pages and no the page shows up blank. I view the source and there is nothing there. The page was definitly working before I loaded the updated version with the add to cart button but once I reload the updated version with the add to cart button it just shows up blank. I have tried it with two different pages and they both do it. Please help!

Sign in to reply to this post

Jason ByrnesWebAssist

When a page displays blank it means a php error is occurring but error reporting is turned off. add this code at line 1 to turn error reporting on:

php:
<?php

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

ecologictech417149

error message:
//WA eCart Include require_once("WA_eCart/EcologicTechnologies_PHP.php"); ?>

file attached...

Attached Files
misting_systems_misting_nozzles.zip
Sign in to reply to this post

Jason ByrnesWebAssist

when you added the error reporting code block, you removed the opening opening <?php tag for the next code block.

change line 1 - 6:

php:
<?php 

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

//WA eCart Include




to:

php:
<?php 

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

ecologictech417149

I made the change above and now it just a blank page again.

file attached...

Attached Files
misting_systems_misting_nozzles.zip
Sign in to reply to this post

Jason ByrnesWebAssist

can you post a link please.

Sign in to reply to this post

ecologictech417149

misting_systems_misting_nozzles.php

Sign in to reply to this post

Jason ByrnesWebAssist

looks like the WA_eCart folder is not being uploaded to the server:
EcologicTechnologies_PHP.php


gives a 404 page not found error.

make sure to uplaod the WA_eCart folder.

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