I’m having what seems a small problem. If I install as directed, I get an error:
Forbidden
You don’t have permission to access /wordpress/wp-admin/c:\wamp\www\wordpress\wp-content\plugins/backuprestoreAdmin.php on this server.
By changing the backuprestore.php line that reads:
add_menu_page(‘Backup/Restore’, ‘Backup/Restore’, 9, dirname(__FILE__) . ‘/backuprestoreAdmin.php’);
to:
add_menu_page(‘Backup/Restore’, ‘Backup/Restore’, 9, ‘backuprestoreAdmin.php’);
I can get to the backuprestoreAdmin.php page OK, but I’m seeing some warnings:
10
Warning: Cannot modify header information – headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 6
Warning: Cannot modify header information – headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 9
These warnings don’t affect the function (thankfully! this is a great plugin!), but I’d like to know how to fix the problem. Any help would be greatly appreciated. Thanks!