ClinicCases
ClinicCases copied to clipboard
unable to install version 8
@ninahorne hi.
i have gotten a separate shared hosting site and i attempted to install version 8 but it had problems.
- config template.php file is missing altogether
- why not include cc_docs in the folder itself (it applies to old code too)
- trying to install version 8, the page would loose connection on every submit and the install procedure did not complete.
- i tried to install my fork of the software which actually installed pretty easily but admin/admin doesn't seem to work for first login.
- i can share you login credentials to my shared hosting server, maybe you can see why new code isnt working and help fix it?
ok. found 2 bugs
- _CONFIG_template.php file is missing in version 8. manually adding that lets me install.
- install script is looking for "uploads" folder and not "cc_docs" folder. so i had to create an empty uploads folder and then use old cc_docs one.
so far, cases tab doesnt work, add users doesnt work, cases tab shows the following in console
Loading module from “https://caseswebsite.com/html/js/cases.js” was blocked because of a disallowed MIME type (“text/html”).
://cases.website/lib/jquery/jquery-3.6.0.min.js:2:30038
Deferred/then/l/</t<@https://caseswebsite.com/lib/jquery/jquery-3.6.0.min.js:2:30340
undefined jquery-3.6.0.min.js:2:31593
://cases.website/lib/jquery/jquery-3.6.0.min.js:2:30038
Deferred/then/l/</t<@https://cases.website/lib/jquery/jquery-3.6.0.min.js:2:30340
undefined jquery-3.6.0.min.js:2:31593
as well as
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
for https://cases.website/html/js/cases.js
so apparently cases.js doesnt exist on server but i am able to see that from the file manager
in users tab, the following message
Uncaught TypeError: $(...).live is not a function
<anonymous> https://cases.webste/lib/javascripts/timer.js:86
jQuery 13
timer.js:86:41
so...... yeah...
these files are 404 because cases.js is saved as Cases.js in folder. renaming them manually fixed the issue
Version 8 is not complete. It is still in development and has not been tested for ability to install.