Search found 72 matches
- Wed Jun 29, 2022 3:45 pm
- Forum: FlatPress project
- Topic: Need help testing: Smarty update
- Replies: 6
- Views: 447
Re: Need help testing: Smarty update
... I first tried it with Debian ... What did I miss? ... On Linux systems, it is very important to ensure that the fp-content has the correct access rights. Windows is sometimes a bit more accommodating. I'm not sure, but you could check the fp-content/config folder to see if the correct configura...
- Wed Jun 29, 2022 3:28 pm
- Forum: FlatPress project
- Topic: Need help testing: Smarty update
- Replies: 6
- Views: 447
Re: Need help testing: Smarty update
... as I'm very much interested in PHP 8.1 compatibility ... a quick test of the Flatpress Smarty 4 version under PHP 8.1 produces the following with maximum error checking: Last Setup Step - Login or page looks Deprecated: Automatic conversion of false to array is deprecated in .../fp-smarty4/fp-p...
- Sun Jun 19, 2022 4:17 pm
- Forum: General Support
- Topic: Flatpress 1.2.1 and Uploader
- Replies: 4
- Views: 255
- Sun Jun 19, 2022 10:08 am
- Forum: General Support
- Topic: Flatpress Github release - Test with PHP 8.2 Alpha 1
- Replies: 4
- Views: 352
Re: Flatpress Github release - Test with PHP 8.2 Alpha 1
98% of this PHP Warnings can be solved by adding the appropriate Variable definition in the right places within the classes. See example: /fp-inludes/core/core.fpdb.class.php PHP Deprecated: Creation of dynamic property FPDB_Query::$comments is deprecated in ... ... class FPDB_Query { ... public $co...
- Sun Jun 19, 2022 9:54 am
- Forum: General Support
- Topic: Last Comments Plugin
- Replies: 6
- Views: 464
Re: Last Comments Plugin
All of them? Shouldn't there be 3 left? ... This problem has existed since October 2010, when fabrix made the first version of this plugin available. It was never removed because most Flatpress users at this time had disabled the LastComments plugin. Comments were used as a link base to internet pa...
- Sun Jun 19, 2022 9:27 am
- Forum: General Support
- Topic: Flatpress Github release - Test with PHP 8.2 Alpha 1
- Replies: 4
- Views: 352
- Sun Jun 19, 2022 9:20 am
- Forum: General Support
- Topic: Flatpress 1.2.1 and Uploader
- Replies: 4
- Views: 255
Re: Flatpress 1.2.1 and Uploader
... I have opened issue 114 and will look into it :) ... the current reason for this posting was the PHP error message with "Undefined array key". This problem is solved quite simply with this code line: ... $this->smarty->assign('uploaded_files', 'Some text'); ... the Variable "uplo...
- Sat Jun 18, 2022 3:37 pm
- Forum: General Support
- Topic: Flatpress 1.2.1 and Uploader
- Replies: 4
- Views: 255
Flatpress 1.2.1 and Uploader
With Flatpress 1.2.1 the following PHP warning can occur when uploading files: PHP Warning: Undefined array key "uploaded_files" in .../fp-content/cache/e93fccb09cf8b04111b9595da102f3f4^%%9D^9D6^9D6FBCCD%%default.php on line 21 This error occurs when non-permitted files (Flatpress Uploader...
- Thu Jun 16, 2022 4:10 pm
- Forum: General Support
- Topic: New test for Flatpress 1.3 beta
- Replies: 16
- Views: 949
Re: New test for Flatpress 1.3 beta
After trying your suggested changes, there was no change...maybe because I am running this on a localhost on my computer? No, but with the Flatpress responsiveadmin developer Version you have to change an other line. Ok, I tested with the current Github/Standard FP 1.2.1 Version, not with the Flatp...
- Thu Jun 16, 2022 10:38 am
- Forum: General Support
- Topic: New test for Flatpress 1.3 beta
- Replies: 16
- Views: 949
Re: New test for Flatpress 1.3 beta
Please, can someone test this solution in a different environment as mine for the Flatpress Admin config Time diff problem UTC - local Time? In my environment it works error-free with the current Flatpress Github version under PHP 8.0.20 File: /admin/panels/config/admin.config.tpl Replace this line:...