Install Error

Re: Install Error

by Emma Richardson -
Number of replies: 1
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

Have you deleted the cache and localcache folders in the moodleDATA folder?  What are you installing on?  Have you tried turning debugging on - google debugging in config file for moodle or search documentation for instructions.

In reply to Emma Richardson

Re: Install Error

by Wouter Lenssen -

Hi,

I'm having the same issue. Running OSX Mojave, NGINX, MariaDB

What am i doing wrong. The installation did look ok, no errors.

Please help/advise..


My Nginx config:

server {

    client_max_body_size 200M;

    listen 80;

    server_name moodle.ld;

    root /Users/[username]/var/www/html/moodle;


    access_log /Users/[username]/var/log/moodle/access.log;

    error_log /Users/[username]/var/log/moodle/error.log;


    location / {

        index index.php;

        try_files $uri $uri/ /index.php?q=$uri&$args;

    }


location /dataroot/ {

    internal;

    alias /Users/[username]/var/www/html/moodledata/;

}


    include  /usr/local/etc/nginx/includes/php71.conf;

}


Attachment screen moodle.vhost.png