Marcoen
(Marcoen Hopstaken)
March 23, 2026, 9:21am
1
I’m trying to create a blog via the cms feature. I got some help from AI bot Claude but it ended with a page with lots of text. Looks like this:
“$p !== ‘’)); foreach (explode(‘/’, $relativePath) as $segment) { if ($segment === ‘..’) { array_pop($base); } elseif ($segment !== ‘.’ && $segment !== ‘’) { $base[] = $segment; } } $result = ‘/’ . implode(‘/’, $base); return rtrim($result, ‘/’); }; $apiPath = ‘../rw/elements/com.elementsplatform.cms/api’; $wantsRSS = ‘false’ === ‘true’; $wantsSitemap = ‘false’ === ‘true’; // Use pre-parsed WAF-safe paths from hooks.js $collectionPathClean = ‘domains/proversie.nl/public_html/blogteksten’ !== ‘’ ? ‘domains/proversie.nl/public_html/blogteksten’ : ‘examples/content/blog’; $collectionPat…” etc.
Claude doesn’t know what the problem is. PHP is set on 8.4. There is a .htaccess file on my server.
Anyone in this community knows what the solution is?
dan
(Dan)
March 23, 2026, 11:04am
3
First thing to check, have you set the page extension to php?
Marcoen
(Marcoen Hopstaken)
March 23, 2026, 3:35pm
4
Don’t know. Where do I do that? I set my server on PHP 8.4 but that’s not what you mean I guess.
Hi @Marcoen
Here is where you set the page filename
Marcoen
(Marcoen Hopstaken)
March 23, 2026, 3:55pm
6
Aha. I’m totally wrong in my setup. I did not use the microblog but the CMS. Is there a video or manual where I can get help from scratch?
Marcoen
(Marcoen Hopstaken)
March 23, 2026, 6:00pm
8
Thanks. That really helps.
Marcoen
(Marcoen Hopstaken)
March 23, 2026, 7:57pm
9
I’m diving into it and step by step it’s getting clear. Are there any CMS templates available yet. I noticed some talk about it last year but in Elements I can’t find it. Am I missing something?
dan
(Dan)
March 23, 2026, 9:30pm
10
This one’s free on the store…
Marcoen
(Marcoen Hopstaken)
March 23, 2026, 9:47pm
11
I installed this earlier today, but I can’t find it.
Marcoen
(Marcoen Hopstaken)
March 23, 2026, 9:57pm
13
So it’s a seperate project. Can I integrate it in one of my projects?
You can’t really “merge” the project files no, but you can copy the layout into your existing project.
@Marcoen Check your private mail (upper right corner). I sent you a book that should help.