Jump to content

Chazemunch

Member
  • Posts

    4
  • Joined

  • Last visited

About Chazemunch

Chazemunch's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I got around this by adding the record manually. INSERT INTO `xxx_whmcs`.`tblconfiguration` (`setting`, `value`, `created_at`, `updated_at`) VALUES ('UpdateTempPath', '/home/xxx/update_whmcs/', '0000-00-00 00:00:00', '0000-00-00 00:00:00'); The post is still forbidden.
  2. I already opened a ticket... more than 24 hours with no response oterh than to ask for creds... which were supplied immediately. Not a great way to start. Any guidance please. Mod sec OFF = no change No htaccess in the current folder. Parent folder has a default wordpress htaccess pasted below # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # Wordfence WAF <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> # END Wordfence WAF Any thoughts? They are appreciated.
  3. I have this issue. Permissions 777. It only happens when update.php is triggered. (not if the form is incomplete or the path is wrong) RESPONSE SHOWN FIREBUG <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>403 Forbidden</title> </head> <body> <h1>403 Forbidden</h1> <p>A potentially unsafe operation has been detected in your request to this site.</p> </body> </html>
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated