changeweb / Unifiedtransform

A school management Software
https://changeweb.github.io/Unifiedtransform/
GNU General Public License v3.0
2.8k stars 1.23k forks source link

Template not loading #284

Closed TurboTronix closed 3 years ago

TurboTronix commented 3 years ago

I can't seem to load the template. I am running this from a hosted site so I can't use the http://127.0.0.1:8000 since it's not local

I used http://mysite.com/Unifiedtransform/server.php and I got this:

loguru_issue

For some reason the formatting is not generating...

TurboTronix commented 3 years ago

Wondering if it's because I did not change this to my hosted ip:

REDIS_HOST=127.0.0.1

should it be:

REDIS_HOST= http://mysite.com/Unifiedtransform

TurboTronix commented 3 years ago

So replaced the url with the following in my code: 'url' => env('APP_URL', 'http://mysite.com/Unifiedtransform/public'), and this fixed.

Keep in mind for whoever is looking at this fix that Unifiedtransform was cloned into my public_html folder.