Jump to content

Need help with payment!


Recommended Posts

Hi I have Prestashop installed on my website http://buyacheaplaptop.net and my payment process will completely not work. 

 

For all of the payment processors once you click them, whether it's Paypal, Pay by Cheque, Google Checkout, all it shows is a blank page

 

Example link using Paypal as processor

 

http://buyacheaplaptop.net/modules/paypal/payment/submit.php

I have tried CHMODing the pages and directories to full access. I don't know what to do. Please help!!!

 

Regards

 

edit**
 

I turned debugging on, and get the error 

 

Parse error: syntax error, unexpected '@' in /home/u317583046/public_html/config/config.inc.php on line 1

 

How do i fix that?

 

Here is the first bit of my config.inc.php code.. I don't know where an unexpected '@' is in it and the lines are messed up so I don't know which line is line 1 :(

<?php/** 2007-2011 PrestaShop** NOTICE OF LICENSE** This source file is subject to the Open Software License (OSL 3.0)* that is bundled with this package in the file LICENSE.txt.* It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/osl-3.0.php*'>http://opensource.org/licenses/osl-3.0.php* If you did not receive a copy of the license and are unable to* obtain it through the world-wide-web, please send an email* to [email protected] so we can send you a copy immediately.** DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.**  @author PrestaShop SA <[email protected]>*  @copyright  2007-2011 PrestaShop SA*  @version  Release: $Revision: 8937 $*  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)*  International Registered Trademark & Property of PrestaShop SA*//* Debug only */@ini_set('display_errors', 'on');define('_PS_DEBUG_SQL_', TRUE);$start_time = microtime(true);/* Compatibility warning */define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);/* SSL configuration */define('_PS_SSL_PORT_', 443);/* Improve PHP configuration to prevent issues */ini_set('upload_max_filesize', '100M');ini_set('default_charset', 'utf-8');ini_set('magic_quotes_runtime', 0);// correct Apache charset (except if it's too lateif (!headers_sent())	header('Content-Type: text/html; charset=utf-8');/* No settings file? goto installer...*/if (!file_exists(dirname(__FILE__).'/settings.inc.php')){	$dir = ((is_dir($_SERVER['REQUEST_URI']) OR substr($_SERVER['REQUEST_URI'], -1) == '/') ? $_SERVER['REQUEST_URI'] : dirname($_SERVER['REQUEST_URI']).'/');	if (!
Edited by imafool4u (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...