Theme https://wiki.flatpress.org/res:themes:disciple
On 1.3.1 has error: HTTP ERROR 500
Do you have instructions on what needs to be fixed?
Thank you
Theme HTTP ERROR 500
-
- Posts: 63
- Joined: Wed Feb 20, 2019 7:44 pm
- Location: Rouchovany
- Contact:
Re: Theme HTTP ERROR 500
I have updated the Disciple theme.
With this version the error should be not present anymore.
You have only to fix a little glitch.
Just look at the topic below.
Download updated Disciple theme from here
With this version the error should be not present anymore.
You have only to fix a little glitch.
Just look at the topic below.
Download updated Disciple theme from here
-
- Posts: 63
- Joined: Wed Feb 20, 2019 7:44 pm
- Location: Rouchovany
- Contact:
Re: Theme HTTP ERROR 500
ER.500 is no more, but another error:
https://solarcz.eu/search.php?stype=ful ... rch=Hledej
https://solarcz.eu/search.php?stype=ful ... rch=Hledej
Code: Select all
Warning: Undefined array key "rawcontent" in /home/eywjamcd/solarcz.eu/fp-content/compile/151aef07e2f08ba6f64f7d28505ca0cb^53206b03202f5003b6b153aeccdfc888dd3f6f2d_0.file.default.tpl.php on line 44
Warning: Attempt to read property "value" on null in /home/eywjamcd/solarcz.eu/fp-content/compile/151aef07e2f08ba6f64f7d28505ca0cb^53206b03202f5003b6b153aeccdfc888dd3f6f2d_0.file.default.tpl.php on line 44
Re: Theme HTTP ERROR 500
Easy to fix on line 8 of default.tpl:
instead of
Code: Select all
{if isset($rawcontent)} {$content}
Code: Select all
{if $rawcontent} {$content}
Re: Theme HTTP ERROR 500
I have updated again the theme.Arvid wrote: Sun Jan 12, 2025 1:13 pm Easy to fix on line 8 of default.tpl:instead ofCode: Select all
{if isset($rawcontent)} {$content}
Code: Select all
{if $rawcontent} {$content}
You can download the patched version into the same post.
Who is online
Users browsing this forum: No registered users and 0 guests