You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the point in setup where Coordino tries to go to /install/install/run-sql, it presents an error saying that it cannot find said url. If one enables debugging, the following error is printed:
Missing Controller
Error: InstallController could not be found.
Error: Create the class InstallController below in file: app/controllers/install_controller.php
I believe the issue is that the class is supposed to be "InstallerController", not "InstallController".
The text was updated successfully, but these errors were encountered:
Update: I think I've worked around the issue so far by removing one of the /install/'s from the url so it reads /install/run-sql/, I think this may be related to Issue #110.
At the point in setup where Coordino tries to go to /install/install/run-sql, it presents an error saying that it cannot find said url. If one enables debugging, the following error is printed:
I believe the issue is that the class is supposed to be "InstallerController", not "InstallController".
The text was updated successfully, but these errors were encountered: