Hello Panther,
Do you have the same problem with the default leggero theme?
cPanel is a server management software. Please check the error logs:
Open the file manager.
- Search for the error logs in the website directory or in the document root: /home/cpanel_user/public_html/error_log for the primary domain.
- If you are not familiar with reading error logs, please read Error logs.
With best regards
Frank
Available themes and Flatpress 1.3 beta
- fraenkiman
- Posts: 311
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: Available themes and Flatpress 1.3 beta
My
Re: Available themes and Flatpress 1.3 beta
Hello, the solution is quite easy. In every tpl file you have to change all the [include_file] tags from [include_file=file.tpl] to [include_file="file.tpl"]. This is a brief example, but i think is quite clear.Panther wrote: Tue May 21, 2024 8:07 pm I can't enter in Cpanel admin.php after update of Flatpress 1.3.1, the first webpage works and also the articles, but non work the pages and the Cpanel, the webpages are all whites (all blanks).
By the way, in every file .tpl of the Theme Ezau Zeuder I had set:
from file=cpheader.tpl
to file="cpheader.tpl"
What can I do ?
Re: Available themes and Flatpress 1.3 beta
something like this ?
from:
{include file=shared:entryadminctrls.tpl}
to
{include file=shared:"entryadminctrls.tpl"}
or
from:
{include file=cpheader.tpl}
to:
{include file="cpheader.tpl"}
from:
{include file=shared:entryadminctrls.tpl}
to
{include file=shared:"entryadminctrls.tpl"}
or
from:
{include file=cpheader.tpl}
to:
{include file="cpheader.tpl"}
Re: Available themes and Flatpress 1.3 beta
Yes. Every include tag has to be changed in this way.Panther wrote: Fri Mar 14, 2025 11:52 pm something like this ?
from:
{include file=shared:entryadminctrls.tpl}
to
{include file=shared:"entryadminctrls.tpl"}
or
from:
{include file=cpheader.tpl}
to:
{include file="cpheader.tpl"}
It should work fine, but for any problem ask again.
Re: Available themes and Flatpress 1.3 beta
it works, thank you
Who is online
Users browsing this forum: No registered users and 23 guests