Installer.php change permission and lock folders and files
-
Firstly I have to say this is a great pluggin. I used it with success on my local network. Problems started when trying migrating a site from my local environment to a hosted environment.
– I created a directory with my own (ftp user) / fine
– Run installer.php, step 1 / fine
– Step 2 / warning WP-CONFIG WARNING: The wp-config.php has one or more of these values “WP_CONTENT_DIR, WP_CONTENT_URL, WPCACHEHOME, COOKIE_DOMAIN, WP_SITEURL, WP_HOME, WP_TEMP_DIR” which may cause issues please validate these values by opening the file.
==> trying to update manual wp-config.php, I found that nstaller.php change ownernsip to ′nobody′ with permission rwxr-xr-x for directories and rw-r–r– for files; meaning my ftp user cannot do anything than reading. ie WordPress is locked.
==> I undestood that installer is using actually php process which took ownership of WordPress installation. My hosting provided did not give me any solution. They just told me that they can migrate my environment to a Nginx web server which allow php user to run with same user that my ftp user.
What should I do ?
– Ask my hosting provider to change php user configuration ? Is there any recommended setup on php/apache ?
– Change hosting provider ?
– Accept migrating on Nginx ?
Any feedback on that will be usefull as I am sure, I am not the only one facing difficulties with a hosting providder
Thks.
- The topic ‘Installer.php change permission and lock folders and files’ is closed to new replies.