judsonmitchell / ClinicCases

ClinicCases is a web-based case management system designed specifically for law school clinics
http://www.cliniccases.com
Other
55 stars 62 forks source link

Can't run _INSTALL #29

Open GogoFC opened 2 years ago

GogoFC commented 2 years ago

I have mariadb, apache2, php7.4, magic turned off, on a debian machine, and all I can serve from the inside of the cliniccases folder is the readme.md file, any other file will not run so installation does not happen.

What needs to happen?

ty

test2a commented 2 years ago

Are you actually typing _INSTALL in the URL or just install or _install ? It has to be underscore all caps install.

Please try this. Are you installing on a windows machine or a server?

GogoFC commented 2 years ago

It was a server VPS and yes I copied the text with all caps and underscore both, didn't work.

You said it has to be "underscore" CAPS :)

test2a commented 2 years ago

Hmm. I recently installed it on a "share hosting" instead of a VM. Worked good but with older php.

test2a commented 2 years ago

can you open a simple php test example to see if your php works?

<?php ECHO "Hello!
"; echo "Welcome to Developer News
"; EcHo "Enjoy all of the ad-free articles
"; ?>

GogoFC commented 2 years ago

Hmm. I recently installed it on a "share hosting" instead of a VM. Worked good but with older php.

Mind sending me your command history :)

GogoFC commented 2 years ago

can you open a simple php test example to see if your php works?

'"; echo "Welcome to Developer News"; EcHo "Enjoy all of the ad-free articles"; ?> '

It did work when I put my own .php file

test2a commented 2 years ago

@GogoFC can you try to use clinicacses docker?

GogoFC commented 2 years ago

@GogoFC can you try to use clinicacses docker?

Oh :) I didn't know there is a docker image :) thanks