You'll need to provide a lot more information for people to help you. Is this on hosting or local? What steps have you tried to install? Have you unzipped the package? Is your DNS pointing to the right folder? Is your virtual host file correct?
virtualhost *:8080>
servername www.newsmalik.com
documentroot /var/www/backdrop
<Directory /var/www/backdrop>
AllowOverride All
allow from all
</Directory>
</virtualhost>
@yorkshirepudding, In the end I fixed it by deleting the config/active folder contents, copying the config/staging/ files into config/active, importing the database again and clearing the caches...
Posted1 day 11 hours ago by Francis Greaves (themetman) on:
Hi @yorkshirepudding!
Nothing in admin/reports/fields or admin/config/development/configuration/single/export
There is a field in the database though.
Should I just copy the item...
Posted1 day 17 hours ago by Francis Greaves (themetman) on:
That is not a core field so my guess is it must exist, though perhaps it is a field defined but without any instances.
A few places to check:
admin/reports/fields - is it...
Posted1 day 17 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Comments
Hi @Newsmalik.
You'll need to provide a lot more information for people to help you. Is this on hosting or local? What steps have you tried to install? Have you unzipped the package? Is your DNS pointing to the right folder? Is your virtual host file correct?
virtualhost *:8080>
servername www.newsmalik.com
documentroot /var/www/backdrop
<Directory /var/www/backdrop>
AllowOverride All
allow from all
</Directory>
</virtualhost>