Your question seems to be specific to the BackUpWordPress plugin. Please post your question over at the plugin author’s dedicated support forum.
http://wordpress.org/support/plugin/backupwordpress
I have been in contact with the author. He doesn’t have any idea why this won’t work in Windows 7 running IIS.
I was hoping someone would be able to let me know the correct syntax for the define statement.
Thank you,
Docfxit
The syntax looks fine to me, you can look at other constants being defined in your wp-config.php and compare. I am just not familiar with the constant you are trying to define which is why I suggested asking the author.
Quick example of defining the WP_HOME constant:
define('WP_HOME','http://example.com');
put the HMBKP_PATH before “stop editing”, all the backup files will be written to your path.
define( ‘HMBKP_PATH’, ‘D:\your\backup\path’ );
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);