I have been running worldpay for years with no problems. I installed the sagepay form 1.2 and I get the error.
Status:MALFORMED
Status Detail:3013 : The Description is missing.
How do I fix this?
This is a discussion on Sagepay 3013 : The Description is missing. Urgent help needed!!! within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I have been running worldpay for years with no problems. I installed the sagepay form 1.2 and I get the ...
I have been running worldpay for years with no problems. I installed the sagepay form 1.2 and I get the error.
Status:MALFORMED
Status Detail:3013 : The Description is missing.
How do I fix this?
Help us help you! Why not post a link to the module you installed or perhaps screen shot of the error message? You need to provide a lot more information. When/where is this message displayed ... what screen are you on? Regards,
pgmarshall
_______________________________
Sorry about this I fixed it about a hour after I posted this. I posted that I had fixed it but for some reason it didn't upload. Sorry.
glynn, post your actual fix so if anyone else runs into the problem, they will find a resolution thanks to you, instead of cursing you for keeping it to yourself!
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Sagepay Form 1.2 The fix is
catalog\includes\modules\payment\sage_pay_form.php
Around Line 114
Find
'Description' => substr(STORE_NAME, 0, 100),
Change to
'Description' => STORE_NAME ? substr(STORE_NAME, 0, 100) : 'Store Name',
The text "Store Name" replace with your store name
This would imply that STORE_NAME has not been set!
I suspect we need to include application_top.php ...
Regards,
pgmarshall
_______________________________
Yes you are correct that was left off for a reason as it doubbled the name on another addon. It didn't affect worldpay but affected Sagepay. Hope it helps someone.
Bookmarks