Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_process.php shows blank screen why? needs to be fixd


joebunting

Recommended Posts

Posted

hi guys,

 

i am having a problem with my oscommerce installation, i use paypal for the payment module the customer can make the payment but when they are redirected to checkout_process.php it shows a blank screen and i have no records of their order in the admin panel, i really really need this fixed, any held would be really appreciated,

 

thanks Joe

Posted

Hi, if you have a blank screen then it will be a coding error normally

 

Turn on displaying the errors by insterting this code into the /includes/application_top.php

 

 

// Error reporting on

error_reporting(E_ALL);

ini_set('display_errors', true);

 

 

I just put this into the line 2 under the initial <?php

 

Let us know what kind of errors you are getting as a blank screen could mean anything

 

I hope this helps

Posted

no i can even get past checkout_shipping.php i get error

 

 

Deprecated: Function split() is deprecated in /home/compstor/public_html/includes/functions/general.php on line 1056

 

Warning: Cannot modify header information - headers already sent by (output started at /home/compstor/public_html/includes/functions/general.php:1056) in /home/compstor/public_html/includes/functions/general.php on line 33

 

 

god knows what is going on here, thanks for your reply

Posted

You are using php 5.3 which has depriciated regex, search the forum as there is a big topic on this for you to read also there is a contribution that lists the changes you need to make.

Also you can add a small bit of code to your application_top.php

 

http://forums.oscomm...1entry1447311

 

also here

 

http://github.com/osCommerce/oscommerce2/commit/1bfed2f6bf0e9c1c0ce4b160bce1e881cc6e6ef8

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

hey thanks for the reply, so my server is running 5.3, if i get it updated to 6.0 will this fix the issue, i am a noob at this so forgive me if this is a stupid question, once again many thanks:)

You are using php 5.3 which has depriciated regex, search the forum as there is a big topic on this for you to read also there is a contribution that lists the changes you need to make.

Also you can add a small bit of code to your application_top.php

 

http://forums.oscomm...1entry1447311

 

also here

 

http://github.com/osCommerce/oscommerce2/commit/1bfed2f6bf0e9c1c0ce4b160bce1e881cc6e6ef8

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...