User Tools

Site Tools


medal-data:troubleshooting-guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
medal-data:troubleshooting-guide [2022/04/06 15:40] Sylvainmedal-data:troubleshooting-guide [2022/04/20 11:32] (current) Sylvain
Line 9: Line 9:
  
 If the account you are trying to access does not exist, contact an administrator to create a new account, and give you the desired role. Alternatively, you can still [[user-guide#Register a User|create your own account]], but you will need to contact an administrator to give you the desired permissions. If the account you are trying to access does not exist, contact an administrator to create a new account, and give you the desired role. Alternatively, you can still [[user-guide#Register a User|create your own account]], but you will need to contact an administrator to give you the desired permissions.
- 
  
 === The Specified Account Does not Exist (default account) === === The Specified Account Does not Exist (default account) ===
Line 15: Line 14:
 If you encounter this problem while trying to login to one of the default email addresses, it may be the case that the database has not yet been seeded. An administrator should seed the database, run: If you encounter this problem while trying to login to one of the default email addresses, it may be the case that the database has not yet been seeded. An administrator should seed the database, run:
 <code> <code>
-php artisan db:seed+sudo dokku enter <app_name> web php artisan db:seed
 </code> </code>
  
-=== I can'acess specific page OR I'm seeing the "You are not authorized" error message ===+=== I can'access specific page OR I'm seeing the "You are not authorized" error message ===
  
-If you encounter this problem, and you think you should be able to access this page. It may be the case that the database has is missing some permission or the assignment of permissions is incorrect. An administrator should repair the permission:+If you encounter this problem, and you think you should be able to access this page. It might be that the database lacks permissions or the assignment of permissions is incorrect. An administrator should repair the permission:
 <code> <code>
-php artisan permission:fix+sudo dokku enter <app_name> web php artisan permission:fix
 </code> </code>
  
medal-data/troubleshooting-guide.1649252457.txt.gz · Last modified: 2022/04/06 15:40 by Sylvain