Dev Diary 93 - CMS Early Access Beta šŸ”„

@ben

Unbelievable, but I fixed it! The CMS/CMS.php file was uploaded to my server as CMS/cms.php, so with lowercase letters… I changed it to uppercase, and now it works.

crazy …

Ohhhh, that sounds like a bug on our end. I’ll check the file names and import statements to ensure this is resolved in the next update :slight_smile:

It looks like this only works with one of my hosting providers. With the other one, I haven’t had any success with the change…

UPDATE: it is definitely the upload of the lowercase CMS/cms.php to the server. now, it’s also works with my other host. I was on the wrong instance. I just have too many running at the moment … ^^

@ben I just checked my CMS sources on the server and mine is also all lowercase ā€œcms.phpā€

I can confirm the same thing, uploading has it all lowercase. Rename with uppercase and it works online.

@ben I just checked my CMS sources on the server, and mine is also all lowercase ā€œcms.phpā€

just wanted to say that the lowercase’d cms.php issue has been fixed in in Elements 1.1.1 :slight_smile:

Thought I’d give the CMS a go no real issues, just patiently needing to see what is added next to the CMS, thought I would start start looking at TWIG filters, all new to me, I assume can use all TWIG filter’s, used upper worked great

First go, this looks like it will be really powerful stuff

Excellent addition to Elements, I thought Elements was powerful already, this raises it to the next level, or the next 20 levels should I say

and we’re only just getting started :smiley:

Hello

First, congratulations :partying_face: on releasing the beta CMS, it looks amazing :star_struck:

I will support CMS with a free copy…

I have some sample issues; I created a new post (new markdown file)

Two things to check (which may help):

  1. Your webpage is using .php (not .html) as its filetype - the CMS requires PHP.
  2. Your Frontmatter in your .md files is consistent i.e. the .md files have to have the same set of tags present (I believe this will change in a future update).

Yup, I’d say that’s the issue!

This should be fixed in the next update, but the workaround for now is to ensure the frontmatter is the same in all files.

Hello @logrunner and @dan

Thanks for your instructions. I am trying to create a blog CMS from zero, I am feeling interested, and we need to learn from videos and instruction Docs: Elements CMS Docs (very much, in-progress…)

I learn in;

All Pages must to do PHP. Its work well

For connect blog, we have to add this; Collection > {{ITEM.TITLE}} > LINK TO >PLAIN TEXT > {{item.url}}

Posts must be in the top: no issues to face

-–

title: Why I Love Tailwind

date: 2025-08-01

author: Julia

-–

I try to understand, but I have some issues with the author of the page ā€œauthorā€œ and ā€aboutā€ connecting the author to the posts.

Can you share the project via Elements Cloud and I’ll take a look for you?

Hello @dan

This Project is for everyone to free

elementsapp://downloadDocument/o1Zp8Hvr1Iu4

@AnasHyeee Okay, I’ve taken a look at your file, and it’s just a few minor setup issues, here’s how to fix it:

  1. You need to link to the specific author page - watch this video

  2. Author MD files: Your date format is incorrect, it should be Year-Month-Day (2025-08-13), in you have it set as Year-Day-Month (2025-13-08).

  3. On the Author page you need to set the CMS item to ā€œAuthorā€, not ā€œDefaultā€.

  4. That’s it. All done. There is no step 4! Here’s your working file: elementsapp://downloadDocument/FMFOYTo0bAHs

Have fun!

Thank you @dan

I learn more from you, I will design project than make it free used.

Hello

I have some issues I think bugs in;

  • Home - blog collections > {{item.title}} > link in dark mode - color not change default.
  • takedown file; removing the date or adding spaces hides the authors on the about page.

Thank you for hard work

Hello Everyone

You can using Project: Artlces Beta

elementsapp://downloadDocument/bpZJ7C6Sro1w

Please feel free to share any suggestions you may have.

This one is a known issue, and is planned to be fixed when we move to Tailwind 4 :+1:

You need to set the value to all ā€œAll Datesā€ for the collection on the ā€œAboutā€ page.

I also noticed your ā€œAuthorā€ page item was set to ā€œDefault (items)ā€, you’ll want to change that to ā€œAuthorā€.

Phew :sweat_smile: Hope that helps!