Jump to content

[SOLVED] bankwire and COD not working after migration to live server


Recommended Posts

I re downloaded PS 1.4.7.0, then I re uploaded header.php. It seems that header.php got corrupted during migration to live server. I was able to solve the issue without resulting to re installing PS.

 

 

Hello,

 

I have installed PS 1.4.7.0 in my local server, after redesigning much of everything I choose bankwire and COD as my payment gateway. Everything is working perfectly well, during checkout both bankwire and COD works. After I have migrated PS and its database on a live server, everything work fine only except at checkout, because bankwire and COD does not work at all.

 

For bankwire: payment.php does not render anything except for

 

SERVER ERROR

The website encountered an error while retrieving http://www.xxxxxx.co...ire/payment.php. It may be down for maintenance or configured incorrectly.

 

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

 

For COD: validation.php does not render anything except for

SERVER ERROR

The website encountered an error while retrieving http://www.xxxxxx.co.../validation.php. It may be down for maintenance or configured incorrectly.

 

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

 

Please note that, I have regenerated my .htaccess, modules folder is chmo to 0755, all folders inside modules folder are chmod to 0755 and all files inside folders bankwire and COD are chmod to 0644.

 

Help and good suggestions would be very appreciated.

 

Thanks

Edited by angusjulian (see edit history)
Link to comment
Share on other sites

Hi Mike,

 

thanks for your reply, I have actually tried to reset them twice, and on the third I even did re-downloaded the same PS version and re-upload bankwire and COD mod, reconfigured them but the same problem persists. Any ideas?, I also tried to change the address path of, bankwire.php, header.php, congif.inc.php and footer.php all located inside payment.php which is the file that renders the problem in bakwire module, but nothing happens.

 

Thanks again for your time, :D

Link to comment
Share on other sites

Thanks Mike,

 

I'm using a linux cloud server, hostng problem is also one of my best hunch but I could not perfectly point out the exact issue to them. It's really a hair pulling issue. I tried to install and use ccpayment module (a credit card payment module) just now to give clients a way to checkout to keep the store running. The problem is it renders the same problem as bank wire, it throws server error in payment.php

 

 

lots of thanks,

 

angusjulian

Edited by angusjulian (see edit history)
Link to comment
Share on other sites

here you go mike,

 

<?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: 6594 $* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)* International Registered Trademark & Property of PrestaShop SA*/$controller = new FrontController(); $controller->displayHeader();

 

 

thanks

Link to comment
Share on other sites

×
×
  • Create New...