Error upload logo on backend

Hi,

I user october cms 4.1.3, and i want to change backend logo, but i have this error when i select the image.

Thanks

Hey @ridha82

This can happen when one of the module files is cached in your web server, or even on the file system.

  • Try restarting the webserver
  • Try doing a “Force Update”
  • In CLI, delete composer.lock and run composer install

Hopefully it helps!

Hy @daftspunk

Thanks for your response, I ran composer install again and restarted the server, but the same error persists. The application is hosted on Cloudways.

Thanks

Ok, one more thing to try.

  1. Rename the modules directory to modules2
  2. Delete composer.lock
  3. Run composer update

See if it helps.

Hy,

i delete composer.lock, modules/, vendor/, i run composer install, reload the server, but same error

Thanks

Since you are running Cloudways, please try purging the application cache:

Here is the link: https://support.cloudways.com/en/articles/8360096-how-to-purge-application-cache

Best regards

I purged but same error, il will contact the Service Desk to report the bug.

Thanks,

1 Like

Hey

I found the problem, it was caused by the plugin “Backend Skin” because it’s not compatible with v4.

Thanks

1 Like

Thanks for reporting back!