We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Fatal Error: 'UTIL_URL' not found | Forum

Jef
Jef Mar 6 '19
I’m installing the oxwall 1.8.3 but I have the error “FATAL ERROR: 'UTIL_URL' NOT FOUND”.

Module rewrite was enabled.
Jef
Jef Mar 6 '19

Solved!


<VirtualHost *:80>
    ServerName mysite.com
    DocumentRoot /var/www/html/oxwall
    <Directory /var/www/html/oxwall>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
   </Directory>
</VirtualHost>


and disabled a2dissite 000-default



The Forum post is edited by Jef Mar 6 '19