Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with Craft CMS on Installation #415

Open
paallaire opened this issue Oct 18, 2019 · 0 comments
Open

Error with Craft CMS on Installation #415

paallaire opened this issue Oct 18, 2019 · 0 comments

Comments

@paallaire
Copy link

I follow this guide : https://craftquest.io/courses/localhosting-craft-cms/4312

I got this error just after i change 000-default.conf

sudo vim /etc/apache2/sites-enabled/000-default.conf

File :

<VirtualHost *:80>
        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/web
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
        <Directory "/var/www/web">
            Options Indexes FollowSymLinks
            AllowOverride all
            Require all granted
        </Directory>
    </VirtualHost>

sudo apachectl restart
exit

When i go to
http://192.168.33.10
or
http://192.168.33.10/admin/install

I got this error:

Warning: Class 'Tightenco\Collect\Support\Arr' not found in /var/www/vendor/tightenco/collect/src/Collect/Support/alias.php on line 16

Parse error: syntax error, unexpected '=' in /var/www/vendor/tightenco/collect/src/Collect/Support/Arr.php on line 384
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant