I'm running Anchor CMS and I just upgraded to version 0.8. When I try and run the installer I get a 'No input file specified' error. I believe it's more than likely a .htaccess problem but I'm not sure what the correct settings should be.
My site…
Say I have two themes in themes folder, default and custom. I know I can switch my current theme to be custom by renaming the folder to default and the original default folder to something other than default.
But is there a way to actually…
I want to redirect blog.byperte.com/blog/article to blog.byperte.com/article. The blog is built on Anchor CMS and has the following .htaccess file:
Options -indexes
RewriteEngine On
RewriteBase /
# Allow any files or…
I need to install anchor-cms-0.12.1 without using composer in my Ubuntu system.
It's showing:
"We were unable to run composer our selves. Please run "composer
install" from the command line to install Anchor. If you do not have
composer…
So, I've recently set up a CDN for my website and have been going through and amending all of the URLs.
I need to amend every occurrence of http://helloarchie.blue/ to http://helloarchie.helloarchie.netdna-cdn.com/.
So far so good, except there's…
I'm currently attempting to install Anchor CMS on my Apache server.
I have successfully deployed it to the server. That is, when I go to www.domain.com, I am greeted with the default-themed front page and a test post :)
However, if I try to click…
I am using AnchorCMS and I am getting the same message on every page:
Uncaught Exception
Undefined offset: 6
Origin
on line 90
Trace
#0 [internal function]: System\Error::shutdown()
#1 {main}
I have already seen this post but it does not fix the…
I'm using Anchor CMS.
Everything works great except posts that are labelled 'Draft' are still showing live on the site in the 'Related posts' section, yet I have no idea why as from what I can see, only published posts should show up.
This is the…
Who can help me, with what the page version contains?
https://anchorcms.com/version
i found the link in update.php
/**
* Holds the AnchorCMS update check URL
*/
const UPDATE_URL = 'https://anchorcms.com/version';
I have successfully installed and ran the Anchor CMS and now I am trying to add it to my existing company website. I have a navbar menu and would like to link the Blog posts section, so that when the menu item is clicked, the user is redirected.
I…
When you submit a comment on a blog article (for example, on http://helloarchie.blue/posts/fashion-friday-6), the page refreshes with a 'success' message above the form.
Now that I have a fixed header on my layout, the success message is showing…
I'm using this PHP to show the comments on my homepage:
Functions.php
function tootsweet_article_total_comments() {
return Comment::where('post', '=', article_id())
->where('status', '=', 'approved')
->count();
}
Posts.php
I have a normal posts page in an Anchor CMS theme. Beside the posts list is a category list, which I am intending to use as sorting filters for the blog posts. The category list has been output as follows, based on the Anchor Docs:
I'm building a site in Anchor CMS and am loving it, all except for the forums being down and their documentation being so light.
I'd like to change the amount of posts that appear on my post page. The documentation states that I just need to change…
The explanation for this line is that Anchor doesn't display the image from the custom field correctly. So I had to add the missing part of the path. It works just fine, but now the problem is that I get horrendous icons on Safari when there is no…