# Problems creating Landing pages and emails

**URL:** https://forum.mautic.org/t/problems-creating-landing-pages-and-emails/25247
**Category:** Mautic 4 Install/Upgrade Support
**Created:** [August 31, 2022, 6:28pm UTC](https://forum.mautic.org/t/problems-creating-landing-pages-and-emails/25247 "2022-08-31T18:28:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![cesarcimborrio5](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/cesarcimborrio5/32/8173_2.png) [@cesarcimborrio5](https://forum.mautic.org/u/cesarcimborrio5)
#### Post date: [August 31, 2022, 6:28pm UTC](https://forum.mautic.org/t/problems-creating-landing-pages-and-emails/25247/1 "2022-08-31T18:28:46Z")

</div>

My Mautic version is: 4.4.1  
My PHP version is: PHP Version 7.4.30  
My Database type and version is: 10.6.8-MariaDB

Hi,

Two more problems with Mautic 4.4.1:

1. When trying to create an email, selecting one template and click on Builder, only a white screen was appearing, and I couldn’t do anything
2. When trying to create a landing page, I cannot see different templates but just two (code mode and blank… see image).  
 ![LP Templates](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/3/3f152f447f5131491e9db973287dd85c39a6992e.png)

And if I choose blank and go to the builder I am not able to embeed a form. This is how it appears to me:

 ![Landing page builder](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/a/a466aa766719a3348b73f4dd458b0a5fc6f7bb04.png)

I though both of them were related, but no solution was found on those forums, so I went to the logs and discovered this:

 ![log](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/d/db71b27a32925d7a555c2bf853dc04f148752b2c.png)  
As I was a little frustrated, decided to try and changed ownership of those tmp folders to daemon:

chown -R daemon:daemon /opt/bitnami/mautic/var/tmp/tiwg/\*

This solved problem1 and now, I can edit emails and this error is no longer apperaring on logs.  
But problem 2 still remains unsolved and I cannot see nothing on logs.

Any help with this second topic?

Thanks!  
César Albarrán

---

<div class="post-metadata">

### Author: ![mzagmajster](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mzagmajster/32/687_2.png) [@mzagmajster](https://forum.mautic.org/u/mzagmajster)
#### Post date: [September 2, 2022, 11:04am UTC](https://forum.mautic.org/t/problems-creating-landing-pages-and-emails/25247/2 "2022-09-02T11:04:16Z")

</div>

- ensure write permissions on themes folder & verify that teams are actually in the folder
- disable the GrapeJS pljugin
- clear cache rm -rf var/cache/dev/\* vac/cache/prod/\*
- php bin/console mautic:plugins:reload --env=prod
- run php bin/console mautic:assets:generate
- enable grapejs plugin again (via plugins page)

Regards, M.

---

<div class="post-metadata">

### Author: ![cesarcimborrio5](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/cesarcimborrio5/32/8173_2.png) [@cesarcimborrio5](https://forum.mautic.org/u/cesarcimborrio5)
#### Post date: [September 4, 2022, 6:39pm UTC](https://forum.mautic.org/t/problems-creating-landing-pages-and-emails/25247/3 "2022-09-04T18:39:29Z")

</div>

**[Solved]**  
Hi @mzagmajster, thanks for your support.

Unfortunately this doesn’t work.  
But digging a bit more, I found another post here explaining I needed to add a new line on config.json files of each theme, adding grapesjs editor.

So, final solution is:

1. Give a look at Config-\>Themes in Mautic. You can work with themes with “Page” tag  

2. Go to the folder of each of those themes (in mi installation they are on /opt/bitnami/mautic/themes/

3. Edit config.json file

4. Add line “builder”: [“grapesjsbuilder”], (with the trailing comma) after authorURL line.

5. Save the file

Repeat steps 2 to 5 for each theme.

I cannot understand this behavior… If grapesjs is default builder in Mautic4, why is disabled for themes?

César Albarrán

---

<div class="post-metadata">

### Author: ![mzagmajster](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mzagmajster/32/687_2.png) [@mzagmajster](https://forum.mautic.org/u/mzagmajster)
#### Post date: [September 4, 2022, 6:55pm UTC](https://forum.mautic.org/t/problems-creating-landing-pages-and-emails/25247/4 "2022-09-04T18:55:46Z")

</div>

Before GrapeJS mautic used its own theme builder, to make old themes compatible with grapejs you needed to add the line you mentioned.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/1X/43c63600fe51440378769136903f1fa2a9a34102.png) [@system](https://forum.mautic.org/u/system)
#### Post date: [September 6, 2022, 6:56am UTC](https://forum.mautic.org/t/problems-creating-landing-pages-and-emails/25247/5 "2022-09-06T06:56:04Z")

</div>

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.
