Support Spidean

Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.

Spidean Forums

Board Index > Support (1.77) > AutoTheme and CRE


 < Last Thread   Next Thread >New Topic  Post Reply
Author: Subject: AutoTheme and CRE

Junior Member





Posts: 21
Registered: 2/19/2003
Status: Offline

  posted on 5/2/2006 at 12:29 AM
Hello Shawn,

I purchased AT for CRE last week and have just gotten around to installing it but I'm running into an issue with the checkout. When you get to the checkout_payment.php in the checkout process I get a blank page. I have a clean install of CRE 615 with AT so I know there isn't anything I've tweaked that might be affecting it.

Do you have any thoughts? Has anyone else experienced this?

Note, this is happening on your demo site too.

Thanks in advance,

Vanessa

[Edited on 2/5/2006 by vworld]

 

____________________
Designs4Nuke.com

Distance-Educator.com

 
Reply With Quote Visit User's Homepage

Administrator




Posts: 4570
Registered: 10/7/2002
Status: Online

  posted on 5/3/2006 at 10:17 AM
Yes, I see. I'll check today. If you have access to your php error log, please post the error from this page because I'm assuming there is one.

Thanks!
-Shawn

 
Reply With Quote

Administrator




Posts: 4570
Registered: 10/7/2002
Status: Online

  posted on 5/3/2006 at 02:21 PM
O.K. it seems to be a bug in CRE but it's odd that it hasn't crept up before. I have some auto logic that includes the correct JS files, maybe I included one that isn't included in the default CRE install. That being said, here is the solution:

open: includes/checkout_payment.js.php

either delete the last line: <?php echo $payment_modules->javascript_validation(); ?>

or change to this:

<?
if (is_object($payment_modules)) {
$payment_modules->javascript_validation();
}
?>

It's fine to delete it because the if statement is executed in another file.

-Shawn

 
Reply With Quote

Junior Member




Posts: 21
Registered: 2/19/2003
Status: Offline

  posted on 5/3/2006 at 04:09 PM
Thanks Shawn, I'll update the file.

 

____________________
target="blank">Designs4Nuke.com


target="blank">Distance-Educator.com

 
Reply With Quote

Junior Member




Posts: 21
Registered: 2/19/2003
Status: Offline

  posted on 5/4/2006 at 12:40 AM
Hi Again,

Updated the file, now when you get to "confirm order" stage of the checkout process the page hangs. Any ideas?

Thanks in advance for your help.

Vanessa

 

____________________

target="blank">Designs4Nuke.com





target="blank">Distance-Educator.com


 
Reply With Quote
New Topic    Post Reply


Main Menu

Get AutoTheme

Featured Item

Poll

How do you like the new look?

[ Results | Polls ]

Votes: 84
Comments: 0

Powered by the AutoTheme HTML Theme System
Page created in 0.121343 Seconds