Search found 176 matches

by laborix
Wed Apr 08, 2020 3:32 pm
Forum: General Support
Topic: New article but with 2 hours back
Replies: 8
Views: 24513

Re: New article but with 2 hours back

… I tried to change the hours (from 0 to 4), but without resolving. ...
I tested it on IIS with PHP 7.2 and on Apache with PHP 7.3, on both Environments it works :oops:

Start an FTP Programm and set manual the directory permissions of the config folder to modify, clear the Cache folder and try ...
by laborix
Wed Apr 08, 2020 3:10 pm
Forum: General Support
Topic: Error when I posting / Help
Replies: 3
Views: 7642

Re: Error when I posting / Help

musicletter wrote: Tue Apr 07, 2020 11:08 am... D:\inetpub\...
I see you are on Windows IIS, so please do following:
On the IIS give the "IUSR" Group the "modify" permission for the "/fp-content" Directory.

I tested it on IIS 7.5 with PHP 7.2 and it works fine with Flatpress 1.1 :)
by laborix
Mon Apr 06, 2020 3:53 pm
Forum: General Support
Topic: Info about FP 1.1
Replies: 11
Views: 25567

Re: Info about FP 1.1

... One last question: having also modified config and other files do you think it is risky ...
I'm not sure what you mean. But try this steps by your own risk and after this you know it.

Download your complete musicletter folder with all content from your webspace. Backup done.

Download and ...
by laborix
Sun Apr 05, 2020 7:52 am
Forum: General Support
Topic: Info about FP 1.1
Replies: 11
Views: 25567

Re: Info about FP 1.1

Caution: First of all, I don't know what FP plugins do you use and if they outside the Flatpress 1.1 Core System, so there is the possibility that they will not work with PHP 7.x.

I would recommend the following steps for testing a update to Flatpress 1.1.

Create a subfolder on your web space ...
by laborix
Thu Apr 02, 2020 3:19 pm
Forum: General Support
Topic: Problem upgrade from 1.0.3 to 1.1
Replies: 10
Views: 17741

Re: Problem upgrade from 1.0.3 to 1.1

This one is that one I tested with PHP 5.6 and PHP 7.2/7.3/7.4 and use for myself.
if ($arr) {
$id = key($arr);
$subject = current($arr);
next($arr);
}

… With new version 1.1 I can't see this article: ...

Please, take a look here
https://wiki.flatpress.org/en:doc:basic:upgrade
and do the ...
by laborix
Wed Apr 01, 2020 4:39 pm
Forum: General Support
Topic: Problem upgrade from 1.0.3 to 1.1
Replies: 10
Views: 17741

Re: Problem upgrade from 1.0.3 to 1.1

I didn't test this solution, but please download the buggy core.draft.php, editing the file and upload it back.

Quick and dirty solution: Replace the lines 185 to 189
if ($arr) {
$firstElement = utils_array_kshift($arr);
$id = array_keys($firstElement) [0];
$subject = $firstElement [$id ...
by laborix
Tue Mar 31, 2020 5:28 pm
Forum: General Support
Topic: Problem upgrade from 1.0.3 to 1.1
Replies: 10
Views: 17741

Re: Problem upgrade from 1.0.3 to 1.1

Hi,

your new Flatpress 1.1 is running on PHP 5.3?

The error is a typical PHP 7.4 error, because some Syntax like function xyz ( …element… ) [0] … are no more allowed. So, please, what is PHP Version on which your Flatpress 1.1 is running?

regards
by laborix
Fri Aug 02, 2019 5:34 pm
Forum: General Support
Topic: PHP
Replies: 3
Views: 16386

Re: PHP

Hi,

I'm not sure what you want to ask, so I answer as I think.

PHP 8 is under development and will come in 2020, add two Years full Patch support and 2 years Security updates. Ok, 2024, yep, is our planet clean here?

Flatpress, yes, I think it will work as long as there are no very deep changes ...
by laborix
Sat Jul 20, 2019 10:26 am
Forum: General Support
Topic: Not Authorized after running setup.
Replies: 1
Views: 14979

Re: Not Authorized after running setup.

Most Problems are the directory's permissions of the fp-content folder. Please take a look here and Setup your Installation new.
Flatpress Installation - Topic Proceeding
by laborix
Mon Jul 15, 2019 4:59 pm
Forum: General Support
Topic: problem with themes
Replies: 1
Views: 15346

Re: problem with themes

Hi,

I'm not sure, but first try should be starting the Flatpress Setup again. After that you have the Flatpress Standard Theme again. Your data won't be deletetd, you can rebuild the Index after the Setup in the Flatpress Administration.
See Flatpress Wiki - Flatpress Basics (en)

If this is not ...