Search found 83 matches

by Tongara
Thu Sep 04, 2025 8:23 am
Forum: General Support
Topic: Flatpress 1.3.1 Issue - Can't edit entries
Replies: 4
Views: 707

Re: Flatpress 1.3.1 Issue - Can't edit entries

So, a little update on this... apparently I never fixed a single line in both preview.tpl and previewstatic.tpl, and doing so has fixed this issue.

I feel very silly about this oversight. :oops:

Weird that it was throwing up .htaccess errors...

Oh well, thank you for all your help on this again!
by Tongara
Thu Sep 04, 2025 5:39 am
Forum: General Support
Topic: Flatpress 1.3.1 Issue - Can't edit entries
Replies: 4
Views: 707

Re: Flatpress 1.3.1 Issue - Can't edit entries


Hello Tongara,

It is highly unlikely that this is a FlatPress bug.
The log shows a file system/ownership/permissions issue with the host.
If you manage your web space with cPanel, the answer may lie here:
https://support.cpanel.net/hc/en-us/community/posts/19156062702999-pcfg-openfile-unable-to ...
by Tongara
Wed Sep 03, 2025 6:42 am
Forum: General Support
Topic: Flatpress 1.3.1 Issue - Can't edit entries
Replies: 4
Views: 707

Flatpress 1.3.1 Issue - Can't edit entries

Hello,

Bit of a strange one, which I guess I just didn't notice at the time.

Last Summer I updated my FlatPress to 1.3.1, and managed to fix pretty much every 500 Error issue, and it's been smooth sailing since then... until today, that is.

I noticed that whenever I go to edit an entry, I get a ...
by Tongara
Mon Aug 05, 2024 3:18 am
Forum: Development and tests
Topic: FlatPress 1.3: Beta 1 released, please help testing
Replies: 16
Views: 171856

Re: FlatPress 1.3: Beta 1 released, please help testing


Hello Tongara,

I have never tried to include Google search in my blog myself. Great that you found an alternative to the php tag. The {php}{/php} tags were apparently only supported for backwards compatibility with Smarty 2 to Smarty 3.1 (as a smartyBC class). In principle, I agree with wisskid ...
by Tongara
Wed Jul 24, 2024 5:03 pm
Forum: Development and tests
Topic: FlatPress 1.3: Beta 1 released, please help testing
Replies: 16
Views: 171856

Re: FlatPress 1.3: Beta 1 released, please help testing

Sorry to double post, but it is impossible to edit messages after a certain time has passed, so I'll post here.

I managed to fix the above. The fix appears to be replacing any {php}, {include_php}, and {insert} tags with a hook using the "add_hook" function, as noted at the following page: https ...
by Tongara
Wed Jul 24, 2024 2:37 pm
Forum: Development and tests
Topic: FlatPress 1.3: Beta 1 released, please help testing
Replies: 16
Views: 171856

Re: FlatPress 1.3: Beta 1 released, please help testing


Hello Peter,

Thank you very much for your feedback.

Used the updater package, and 500 errors. Literally can't access my site.


Meh, that's not supposed to happen.
It is possible that the theme/style you are using is not adapted to Smarty4 . Just a wild guess.
Can you provide us with some ...
by Tongara
Wed Jan 31, 2024 10:23 am
Forum: Development and tests
Topic: FlatPress 1.3: Beta 1 released, please help testing
Replies: 16
Views: 171856

Re: FlatPress 1.3: Beta 1 released, please help testing

Used the updater package, and 500 errors. Literally can't access my site.

No idea why, as it was fine right before updating. Even changing from PHP 8.0 to 8.1 and enabling intl didn't fix it, and neither did reapplying permissions to all files.

Will return back to the last version for now and wait ...
by Tongara
Wed Jun 15, 2022 11:29 pm
Forum: General Support
Topic: Disqus Comment System
Replies: 15
Views: 46549

Re: Disqus Comment System


Just as a thought: Wouldn't it be better to maintain the latest version of the neccessary changes on the wiki page ?

That is fine unless the user only checks the forum.

I think we should be able to edit our own posts, even if uou aren'ta fan of such. The time limit can be changed in PHPBB. Not ...
by Tongara
Sat Jun 04, 2022 5:43 am
Forum: General Support
Topic: Disqus Comment System
Replies: 15
Views: 46549

Re: Disqus Comment System

Yeah, it sucks that we can't fix old posts.

@Arvid could you remove the time restriction on edits please?
by Tongara
Thu Jun 02, 2022 5:20 am
Forum: General Support
Topic: Disqus Comment System
Replies: 15
Views: 46549

Re: Disqus Comment System


Adding onto what was already said about this

To get the comment count to show up in the admin entry list page.

Inside the footer.tpl make sure the following line is there (Right before the </body> tag)
Change [INSERT SHORT NAME] to your disqus comment section shortname (Can find on general tab ...