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>
Correct, if you add multiple condition statements they are treated as AND so it would appear to the system as:
node/103 AND node/91 which will never happen.
Glad you found the way to...
Posted3 hours 35 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
YES! That works.
This whole thing is extremely bizarre, though. On the site I'm building (not the sandbox demo), I had a view that was displaying multiple images correctly (i.e. once, not...
Maybe "Query settings" : "Distinct".
If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it...
Excellent! Yes, that's one of those "too simple and obvious" solutions. I hadn't thought of it either.
However, this solves only one part of the problem (empty blocks). It doesn't solve my...
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>