Closed kzorluoglu closed 8 years ago
The first message is added by Symfony, which tells us your system does not support symbolic links. Symbolic links are a requirement to run Contao 4, so you might need to fix this or change your server.
Hmm okey, thanks for answer. I can try again after symbolic extension installation.
I think we had this error once where the user had insufficient rights to create files / links. Not sure though
Fixed in Vagrantbox config file My Vagrant config file;
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.network "public_network", ip: "192.168.178.200"
config.vm.hostname = "korayserver"
config.vm.synced_folder ".", "/var/www", :mount_options => ["dmode=777", "fmode=666"]
config.vm.provider "virtualbox" do |vb|
# # Display the VirtualBox GUI when booting the machine
# vb.gui = true
#
# # Customize the amount of memory on the VM:
vb.memory = "2048"
vb.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate//vagrant","1"]
end
end
i have ubuntu 14.04 server, trying contao4 installation with composer, always get this error..