I download ejabberd source code in ubuntu and compiled 100% but when I login addition.js and style.css is not loaded in web admin.
Can anyone help me.

Your permissions are ok?
There must be something in error.log/ejabberd.log
Error.log file is empty
and thank you for prompt response
How did you install? This directory must be copied to the installation path when running make install. Make sure you see this directory.
This is my source code directory

This is my installation directory

That's not what I'm asking about.
How did you install? This directory must be copied to the installation path when running
make install. Make sure you see this directory.
@zinid I'm a newbie, can you explain do we need to copy manually priv directory in installation path or what ?
No, make install should have copied everything automatically, so I'm asking you to check that the copying was successful, which means you should see priv directory on your installation path (I guess your installation path is /home/ahsan/my-ejabberd).
Also, we don't support newbie questions here, it's a bugtracker, not help desk.
No,
make installshould have copied everything automatically, so I'm asking you to check that the copying was successful, which means you should seeprivdirectory on your installation path (I guess your installation path is/home/ahsan/my-ejabberd).
indeed this is the installation path and I shown the files as well in above snapshot.
I see you visited URL localhost:5280/admin Try localhost:5280/admin/ notice the / at the end.
Thanks man..you are a star..solved my problem.

@badlop shouldn't it be fixed?
I guess the next question is why that admin page shows no information. Quite simple: the account you used to login does not have admin rights. Solution: use an account with admin rights in ejabberd.yml.
@badlop I know this thing to put rights in acl in ejabberd.yml
Most helpful comment
Thanks man..you are a star..solved my problem.
