Pop Up Error Messages

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
zunair
User
Posts: 125

Pop Up Error Messages

Post by zunair »

I am using an old version (version 10) of PHP Maker. How can i remove popup error messages in the generated script.

Please help.


mobhar
User
Posts: 11660

Post by mobhar »

Just disable "Use JavaScript popup message" from "Tools" -> "Advanced Settings", and then regenerate ALL the script files again.


zunair
User
Posts: 125

Post by zunair »

I don't have the original PHP Maker Project File. therefore i want to remove it from the generated script.

Please help.


mobhar
User
Posts: 11660

Post by mobhar »

Not sure whether the following code exists in your "ewcfg10.php" file:
var EW_USE_JAVASCRIPT_MESSAGE = true;

But if you find it, then simply change it to:
var EW_USE_JAVASCRIPT_MESSAGE = false;


zunair
User
Posts: 125

Post by zunair »

This line was exist in header.php. I have changed it to:

var EW_USE_JAVASCRIPT_MESSAGE = false;

and it is fixed now.

Thanks and Regards


Post Reply