Quote:
Originally Posted by Johnwiggity
Thanks for the help.
When I edit the file I noticed that the code is this.
//define('TEST_MODE', true); // Set to true to test the script. Do not use on live server!
I guess I just need to change it to false and everything should work properly?
John
|
Yes, change 'true' to 'false' and uncomment the line. Your code should look like this (both lines are uncommented):
PHP Code:
define('TEST_MODE', false); // Set to true to test the script. Do not use on live server!
define('TEST_EMAIL', ''); // All reviews requests notifications will be sent to this address in test mode