Install Error

Re: Install Error

על ידי Emma Richardson בתאריך
מספר תגובות: 1
תמונה של Documentation writers תמונה של Particularly helpful Moodlers תמונה של 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.

בתגובה ל: Emma Richardson

Re: Install Error

על ידי 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;

}


צרופה screen moodle.vhost.png