Page 1 of 1
Plugin FPstats
Posted: Thu Jan 12, 2023 11:15 pm
by fraenkiman
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
Re: Plugin FPstats
Posted: Sat Jan 14, 2023 7:54 pm
by Bob La Londe
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
Posted: Sun Jan 29, 2023 2:56 pm
by eagleman
Added the italian language.
Re: Plugin FPstats
Posted: Mon Jan 30, 2023 7:39 pm
by fraenkiman
Hello eagleman,
I have added the language file to the plugin.
Grazie mille
With best regards
Frank
Re: Plugin FPstats
Posted: Sat Feb 18, 2023 11:37 am
by Arvid
Re: Plugin FPstats
Posted: Sat Aug 05, 2023 11:52 pm
by virtualsky
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.
Re: Plugin FPstats
Posted: Tue Aug 08, 2023 8:58 pm
by fraenkiman
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
Re: Plugin FPstats
Posted: Wed Aug 09, 2023 3:49 pm
by virtualsky
Okay. Thanks Frank for the confirmation!
Re: Plugin FPstats
Posted: Mon Dec 23, 2024 10:03 am
by Lubomír Ludvík
I updated phplot.php from
https://github.com/PHPlot/phplot
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