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!
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
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?