Rename module showing white in one server another server showing correct in suitecrm

thanks but i am not change anyting i am faceing issue for rename module php version is 8


for this is faceing issue another server same deployed

is showing correct how to fix issue

What and where did you change it? What is your server?

Set the required permissions

If you are using the terminal you can do this by running:

find . -type d -not -perm 2755 -exec chmod 2755 {} \;

find . -type f -not -perm 0644 -exec chmod 0644 {} \;

find . ! -user www-data -exec chown www-data:www-data {} \;

chmod +x bin/console

Please have in mind that:

  • The user and group name (in the above example www-data ) needs to be replaced by the actual system user and group that your webserver runs under. This varies depending on your operating system. Common web server users are as follows:

    • www-data (Ubuntu Linux/Apache)
    • apache (Linux/Apache)

tqu i tried but not working same whitescene showing kindly provide other solution throug font end can i fix using module loader

why did you change module name? Was it core module?

Hello,

you’re second screenshot looks a bit odd.
Why is there no navigation background color and why are the admin links red?
In a standard installation, it would look like:


I assume, there is something else wrong with your installation.

What does your server environment look like?