Page 2 of 3
Re: Unable to create a launch form
Posted: Sat Jan 22, 2022 6:32 pm
by kev1n
Check with your db admin or use google to find out how to give yourself the permission
Re: Unable to create a launch form
Posted: Sat Jan 22, 2022 6:39 pm
by kev1n
Are you on a shared hosting server? Sometimes you cannot create views with free plans.
Re: Unable to create a launch form
Posted: Sat Jan 22, 2022 6:50 pm
by Duski
I upgraded permisionas for my user, created views and now it's working !
Thanx !!!
Re: Unable to create a launch form
Posted: Sat Jan 22, 2022 7:29 pm
by Duski
PS - for the future: how becomes, that this important views are missing ? Is it the problem of the instalation or I made somehow a mistake ?
Re: Unable to create a launch form
Posted: Sat Jan 22, 2022 7:35 pm
by kev1n
Most likely the views could not be created due to a missing "create view" permission.
Re: Unable to create a launch form
Posted: Sat Jan 22, 2022 7:46 pm
by Duski
Oh, yes ! I understand.
Re: Unable to create a launch form
Posted: Sat Jan 22, 2022 7:49 pm
by kev1n
I could add a check to verify if the views exist and alert the user in case they don't.
Re: Unable to create a launch form
Posted: Sat Jan 22, 2022 8:37 pm
by Duski
That would be very useful !
Re: Unable to create a launch form
Posted: Tue Dec 13, 2022 7:06 pm
by potap
Sorry for reopening this issue. I have a similar problems with my hosting provider. No permissions for creating views.
I have another question. Will it cause any problems for the working application, if there are no views? Actually I plan to develop an appliication on my local computer and here I have all the permissions of course. After that I'll just reinstall the DB on hosting site without views. Will it work?
Re: Unable to create a launch form
Posted: Tue Dec 13, 2022 8:07 pm
by kev1n
There shouldn't be any issues if they do not exist.
However, I will soon add a routine that creates and updates static tables when the permission to create views is missing.