cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Methods Problem

Payment Methods Problem

Hello, 

Someone please help me!!

When I log into Magento and go to system>configuration>sales>payment methods a blank page loads up with all this code on it. I have no idea what this is. Can someone please help me. Here is the code. Thanks ahead of time! 

 

 
2 REPLIES 2

Re: Payment Methods Problem

Hi,

 

Have you tried to disable PHP Notices? Check if in index.php file developer mode switched to off.

To disable notices in php.ini you need to set line error_reporting to:

error_reporting = E_ALL & ~E_NOTICE

  php.ini file may be located at /etc/php5/cli/php.ini

Re: Payment Methods Problem

If you had a developer in there adjusting your payment code he could be printing it to the screen for debugging, and just forgot to remove it when he was done.

 

The other option is that it could be an error, but it's not common for magento to handle errors like that.

 

Your first post removed the code, so i can't see it. would you mind posting it somewhere else and providing us with a link?

Enterprise Architect

800-207-1221
https://merchantprotocol.com

Magento Extension Developers