I have a relatively small but weird problem. I've copied a Wordpress install to my 11.5.30 server. The site works fine. FTP access seems to work fine except for some folders.
For example, newer subfolders in the plugin directory just won't show in FTP. The same goes for folders in the upload folder. My guess is these are folders created by PHP.
Now, the group and modes for these folders are no different from any other (username : psacln). For example the contents of the uploads folder:
drwxr-xr-x. 9 username psacln 4096 Apr 15 14:24 2013
drwxr-xr-x. 6 username psacln 4096 Apr 15 14:26 2014
drwxr-xr-x. 2 username psacln 4096 Apr 16 18:37 test
The folders 2013 and 2014 do not show and the folder test (created manually in ssh) does show in FTP. Other example, the plugins folder:
drwxr-xr-x. 3 username psacln 4096 Apr 15 14:08 akismet
drwxr-xr-x. 7 username psacln 4096 Apr 15 16:02 contact-form-7
drwxr-xr-x. 6 username psacln 4096 Apr 15 14:21 crew-list
drwxr-xr-x. 2 username psacln 4096 Apr 15 16:03 link-manager
drwxr-xr-x. 4 username psacln 4096 Apr 16 17:57 mailchimp-for-wp
drwxr-xr-x. 3 username psacln 4096 Apr 15 14:22 wordpress-importer
Only askimet and crew-list show up in FTP.
I tried: restarting xinetd, httpd and psa. I did not yet restart the server because some client software is running there too. Furthermore, I would accept restarting the server for this problem instance but I can't keep rebooting every time Wordpress (or PHP) decides to create a folder.
Suggestions welcome.
For example, newer subfolders in the plugin directory just won't show in FTP. The same goes for folders in the upload folder. My guess is these are folders created by PHP.
Now, the group and modes for these folders are no different from any other (username : psacln). For example the contents of the uploads folder:
drwxr-xr-x. 9 username psacln 4096 Apr 15 14:24 2013
drwxr-xr-x. 6 username psacln 4096 Apr 15 14:26 2014
drwxr-xr-x. 2 username psacln 4096 Apr 16 18:37 test
The folders 2013 and 2014 do not show and the folder test (created manually in ssh) does show in FTP. Other example, the plugins folder:
drwxr-xr-x. 3 username psacln 4096 Apr 15 14:08 akismet
drwxr-xr-x. 7 username psacln 4096 Apr 15 16:02 contact-form-7
drwxr-xr-x. 6 username psacln 4096 Apr 15 14:21 crew-list
drwxr-xr-x. 2 username psacln 4096 Apr 15 16:03 link-manager
drwxr-xr-x. 4 username psacln 4096 Apr 16 17:57 mailchimp-for-wp
drwxr-xr-x. 3 username psacln 4096 Apr 15 14:22 wordpress-importer
Only askimet and crew-list show up in FTP.
I tried: restarting xinetd, httpd and psa. I did not yet restart the server because some client software is running there too. Furthermore, I would accept restarting the server for this problem instance but I can't keep rebooting every time Wordpress (or PHP) decides to create a folder.
Suggestions welcome.