Jump to content

Unable to create a temp automatic folder


Recommended Posts

Hi,

 

Trying to create the automatic folder in 7.1

 

Wherever I place it, I am given an error saying it is not a valid folder.

 

"The path you entered does not appear to be a valid directory. Please check it and try again."

 

Despite it being 777

 

The path is /home/account/whmcsupdate

 

Any thoughts?

Edited by isdoo
Link to comment
Share on other sites

  • 3 weeks later...

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>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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