Page 1 of 1

Theme HTTP ERROR 500

Posted: Fri Jan 03, 2025 12:24 pm
by Lubomír Ludvík
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

Re: Theme HTTP ERROR 500

Posted: Sat Jan 04, 2025 8:29 am
by eagleman
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

Re: Theme HTTP ERROR 500

Posted: Sun Jan 05, 2025 3:48 pm
by Lubomír Ludvík
ER.500 is no more, but another error:
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

Posted: Sun Jan 12, 2025 1:13 pm
by Arvid
Easy to fix on line 8 of default.tpl:

Code: Select all

{if isset($rawcontent)} {$content}
instead of

Code: Select all

{if $rawcontent} {$content}
:)

Re: Theme HTTP ERROR 500

Posted: Tue Jan 14, 2025 10:44 am
by eagleman
Arvid wrote: Sun Jan 12, 2025 1:13 pm Easy to fix on line 8 of default.tpl:

Code: Select all

{if isset($rawcontent)} {$content}
instead of

Code: Select all

{if $rawcontent} {$content}
:)
I have updated again the theme.
You can download the patched version into the same post.