WordPress not syncing with FTP

admin2025-06-03  5

This is the first time this happens to me.

I uploaded a WordPress theme via FTP to wp-content/themes and it's not showing on my WordPress backend.

I then deleted plugins from the backend and 1 theme then refreshed my FTP and they are still there.

It seems Wordpress isn't syncing with what there is in the FTP.

The WordPress folder has the 755 permission and index.php has 644.

Any idea what the issue might be?

This is the first time this happens to me.

I uploaded a WordPress theme via FTP to wp-content/themes and it's not showing on my WordPress backend.

I then deleted plugins from the backend and 1 theme then refreshed my FTP and they are still there.

It seems Wordpress isn't syncing with what there is in the FTP.

The WordPress folder has the 755 permission and index.php has 644.

Any idea what the issue might be?

Share Improve this question edited Feb 8, 2019 at 10:53 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Feb 8, 2019 at 10:52 RobzRobz 1 1
  • Honestly, it just sounds like your FTP is connected to the wrong site. WordPress is the files that you see in FTP. It doesn't need to "sync" with them. – Jacob Peattie Commented Feb 8, 2019 at 10:56
Add a comment  | 

1 Answer 1

Reset to default 0

I think that there is an issue with the filesize upload limit. The size should be below 30M. Follow these steps:

  1. Find your php.ini file.
  2. Use the following line:

    post_max_size = 8M 
    upload_max_filesize = 2M
    

If you can't get to your php.ini file, you can change the filesize upload limit with this plugin.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748931822a314927.html

最新回复(0)