Hi and sorry everybody, found the problem: in OpenSuse php8-mb_string fundtions are in a module not loaded by default. The calendar plugin now works as expected after installing the php module..(Yes, I already had fallen for that trap before... annoying)
Sorry for the noise.
Detlef
Search found 51 matches
- Mon May 05, 2025 7:54 pm
- Forum: Development and tests
- Topic: FlatPress 1.4 "Notturno": Release Candidate 2 released, please help testing
- Replies: 2
- Views: 4022
- Mon May 05, 2025 7:07 pm
- Forum: Development and tests
- Topic: FlatPress 1.4 "Notturno": Release Candidate 2 released, please help testing
- Replies: 2
- Views: 4022
Re: FlatPress 1.4 "Notturno": Release Candidate 2 released, please help testing
Hi! I just installed 1.4 RC2 and tried to activate the calendar plugin directly after install.
If I add calendar to the right bar the startpage shows up blank.
May be I'm doing something stupid, just to inform you. Thanks for all the work!
Detlef
If I add calendar to the right bar the startpage shows up blank.
May be I'm doing something stupid, just to inform you. Thanks for all the work!
Detlef
- Mon Apr 14, 2025 7:56 pm
- Forum: Development and tests
- Topic: FlatPress 1.4 "Notturno": Release Candidate 1 released, please help testing
- Replies: 7
- Views: 54834
Re: FlatPress 1.4 "Notturno": Release Candidate 1 released, please help testing
Hi! I just downloaded RC1 and gave it a run serving with
php -S localhost:8080
Notes:
1. I had to install php8-ctype on opensuse tumbleweed. Maybe that should be somewhere in the installation instructions?
But it may be something special opensuse does with respect to php. I'm no expert in php.
2 ...
php -S localhost:8080
Notes:
1. I had to install php8-ctype on opensuse tumbleweed. Maybe that should be somewhere in the installation instructions?
But it may be something special opensuse does with respect to php. I'm no expert in php.
2 ...
- Fri Jun 17, 2022 7:41 am
- Forum: General Support
- Topic: New standard photo plugin?
- Replies: 4
- Views: 22216
Re: New standard photo plugin?
This looks like a really cool enhancement! Wil try to find time to test.
- Wed Feb 23, 2022 9:24 pm
- Forum: General Support
- Topic: Loading front page takes forever
- Replies: 9
- Views: 19430
Re: Loading front page takes forever
Ping, Or any idea how I can help to debug? Loading the rss feed each time takes an eternity. May be that is a starting point?
- Mon Jan 24, 2022 8:14 am
- Forum: General Support
- Topic: Options won't save
- Replies: 3
- Views: 7778
Re: Options won't save
I can confirm. Same on my vps. (but don't think it has anything to do with it.) Did not investigate systematically, but looked like some caching
problem.
Detlef
problem.
Detlef
- Sun Jan 23, 2022 9:28 pm
- Forum: General Support
- Topic: Loading front page takes forever
- Replies: 9
- Views: 19430
Re: Loading front page takes forever
Sone systematic searching reveals the culprit: photoswipe needs the time to process the images. It seems all pictures are re-processed when accessingg index.php. Any idea how to speed up the process?
it is fast to directly access a page with pictures. It is slow to acces the index.php or rss.php ...
it is fast to directly access a page with pictures. It is slow to acces the index.php or rss.php ...
- Tue Jan 18, 2022 10:50 am
- Forum: Theme support
- Topic: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design
- Replies: 13
- Views: 36489
Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design
Hmm. What you do is quite normal and should work. Maybe a quick local try to be sure. The following works for me on linux.
mkdir Test
cd Test
unzip /$PATHTO/flatpress-1.2.1.zip
cd flatpress-1.2.1/fp-interface/themes
unzip /$PATHTO/flatmistylook.zip
cd ../..
php -S localhost:8080
Navigate your ...
mkdir Test
cd Test
unzip /$PATHTO/flatpress-1.2.1.zip
cd flatpress-1.2.1/fp-interface/themes
unzip /$PATHTO/flatmistylook.zip
cd ../..
php -S localhost:8080
Navigate your ...
- Wed Jan 12, 2022 9:30 pm
- Forum: Theme support
- Topic: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design
- Replies: 13
- Views: 36489
Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design
Hmm. That should work. You are in admin mode? (you did not mention that explicitly)
Detlef
Detlef
- Mon Nov 01, 2021 10:35 pm
- Forum: General Support
- Topic: Loading front page takes forever
- Replies: 9
- Views: 19430
Re: Loading front page takes forever
Rebuilding the index happens in an instant, but does not help.