Plugin FPstats
- fraenkiman
- Posts: 282
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Plugin FPstats
Hello all,
I've been digging around in the "Legacy Plugins" section again.
FPstats is a plugin that provides some statistics about visitors to a blog. The plugin works quite well at first sight and provides some bar charts.
Derusted for fp-1.3.dev/ smarty 4
With best regards
Frank
I've been digging around in the "Legacy Plugins" section again.
FPstats is a plugin that provides some statistics about visitors to a blog. The plugin works quite well at first sight and provides some bar charts.
Derusted for fp-1.3.dev/ smarty 4
With best regards
Frank
You are strong in PHP and Java Script? Then help us to improve FlatPress.
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
-
- Posts: 5
- Joined: Wed Jan 04, 2023 1:03 am
Re: Plugin FPstats
Thank you. I'll have to check that out. I noticed the regular view count doesn't seem to display unless comments are turned on.
Re: Plugin FPstats
Added the italian language.
- Attachments
-
- fpstatsita.zip
- italian file for FPStats plugin
- (666 Bytes) Downloaded 846 times
- fraenkiman
- Posts: 282
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: Plugin FPstats
Hello eagleman,
I have added the language file to the plugin.
Grazie mille
With best regards
Frank
I have added the language file to the plugin.
Grazie mille
With best regards
Frank
You are strong in PHP and Java Script? Then help us to improve FlatPress.
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
- virtualsky
- Posts: 67
- Joined: Thu Mar 11, 2021 4:50 am
- Location: Saskatchewan, Canada
- Contact:
Re: Plugin FPstats
So, I tried this plugin out and it seems to (mostly) work. However, for what ever reason, the Pie Chart under the Browsers and OS's section isn't displaying. Does this work for anyone else?
I'm currently running FlatPress 1.3.dev on a server running PHP 7.4.33.
I'm currently running FlatPress 1.3.dev on a server running PHP 7.4.33.
It ain't retro to me.... it's just how I live!
https://www.thegrove.in.nf/retroblog
https://www.thegrove.in.nf/retroblog
- fraenkiman
- Posts: 282
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: Plugin FPstats
My latest status is that with PHP 7.4.30 FPM/FastCGI I only got the bar chart to work.
I was so brave about 2 weeks ago now and dared an update to PHP 8.1.21 because of Nextcloud 26.0.4.
Now the attempt to activate the plugin leads me to HTTP ERROR 500. Maybe the outdated PHP graph library PHPlot 6.20 leads to a problem. Unfortunately, I lack the hair on my head to unite the plugin with PHPlot 8 PHP8.
With best regards
Frank
I was so brave about 2 weeks ago now and dared an update to PHP 8.1.21 because of Nextcloud 26.0.4.
Now the attempt to activate the plugin leads me to HTTP ERROR 500. Maybe the outdated PHP graph library PHPlot 6.20 leads to a problem. Unfortunately, I lack the hair on my head to unite the plugin with PHPlot 8 PHP8.
With best regards
Frank
You are strong in PHP and Java Script? Then help us to improve FlatPress.
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
- virtualsky
- Posts: 67
- Joined: Thu Mar 11, 2021 4:50 am
- Location: Saskatchewan, Canada
- Contact:
Re: Plugin FPstats
Okay. Thanks Frank for the confirmation!
It ain't retro to me.... it's just how I live!
https://www.thegrove.in.nf/retroblog
https://www.thegrove.in.nf/retroblog
-
- Posts: 63
- Joined: Wed Feb 20, 2019 7:44 pm
- Location: Rouchovany
- Contact:
Re: Plugin FPstats
I updated phplot.php from https://github.com/PHPlot/phplot
but there are still bugs in PHP8:
but there are still bugs in PHP8:
Code: Select all
Deprecated: Return type of DBIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 23
Deprecated: Return type of DBIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 36
Deprecated: Return type of DBIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 27
Deprecated: Return type of DBIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 58
Deprecated: Return type of DBIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 46
Deprecated: Return type of CSVFileIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 64
Deprecated: Return type of CSVFileIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 34
Deprecated: Return type of CSVFileIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 54
Deprecated: Return type of CSVFileIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 74
Deprecated: Return type of CSVFileIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 44
Fatal error: Declaration of admin_plugin_fpstats::onsubmit() must be compatible with AdminPanelAction::onsubmit($data = null) in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/admin_plugin_fpstats.php on line 65
Who is online
Users browsing this forum: No registered users and 1 guest