lirantal / daloradius

daloRADIUS is an advanced RADIUS web management application for managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine, and integrates with OpenStreetMap for geolocation. The system is based on FreeRADIUS with which it shares access to the backend database.
http://www.daloradius.com
GNU General Public License v2.0
649 stars 332 forks source link

Browser cannot load images/scripts #544

Open kotszary opened 1 month ago

kotszary commented 1 month ago

Describe the bug Browser cannot load images/scripts on whole daloradius service sites

To Reproduce Steps to reproduce the behavior:

  1. Installation according to: https://computingforgeeks.com/install-freeradius-and-daloradius-on-centos-rhel-8/
  2. After open service main site with browser only index.php is open,
  3. Browser cannot find some files but they are there(images, .js, etc)

Expected behavior Properly working service :)

Screenshots Zrzut ekranu 2024-07-17 091047 Zrzut ekranu 2024-07-17 091753 Zrzut ekranu 2024-07-17 091637

Desktop (please complete the following information): OracleLinux 8.7 appstream updated 16.08.2024, php 8.0.3, apache 2.4.37, freeradius 3.0.20, Firefox or chrome (current versions on 17.07.2024 same results on both), mariadb3: 10.3.39, Daloradius downloaded on 16.08.2024 -1 parent [2777cb8] commit 3d6149d,

Additional context files are present on proper path..after this fail I set ownership of daloradius folder recursively to apache:apache 777, previously 755 or 644-it doesn't matter - still same problem

filippolauria commented 1 month ago

Dear @kotszary , ensure that on your system you have the following symbolic links: /var/www/daloradius/app/operators/static -> /var/www/daloradius/app/common/static /var/www/daloradius/app/users/static -> /var/www/daloradius/app/common/static

Try to have a look at the official installation guide to solve other issues that may arise.