Hi Thorsten,
In version 2.8.19 (with the index on time for session table) I still find that the loading to the dashboard slow when there are "plenty" of session records. This appears to be the result from the function getLast30DaysVisits()
/**
* Calculates the number of visits per day the last ...
Search found 25 matches
- Fri Feb 06, 2015 7:50 am
- Forum: Proposals
- Topic: slow dashboard routine, performance improvement suggestions
- Replies: 1
- Views: 15533
- Tue Aug 03, 2010 4:51 pm
- Forum: General discussions
- Topic: How do I link to an Anchor in an article?
- Replies: 25
- Views: 36727
Re: How do I link to an Anchor in an article?
Hi,
I'll check thi issue.
bye
Thorsten
Hi Thorsten,
here is my patch for consideration.
in inc/link.php added fragment test and save the fragment
protected function getHttpGetParameters()
{
$query = $this->getQuery();
$parameters = array();
if (!empty($query)) {
if ( isset($query ...
I'll check thi issue.
bye
Thorsten
Hi Thorsten,
here is my patch for consideration.
in inc/link.php added fragment test and save the fragment
protected function getHttpGetParameters()
{
$query = $this->getQuery();
$parameters = array();
if (!empty($query)) {
if ( isset($query ...
- Wed Jul 28, 2010 9:35 pm
- Forum: General discussions
- Topic: How do I link to an Anchor in an article?
- Replies: 25
- Views: 36727
Re: How do I link to an Anchor in an article?
Hi Thorsten,
I believe the above fix for 2.5 and later works when one disables "Activate mod_rewrite support?"
The issue seems to be as follows (or at least as best as I understand it):
in artikel.php
$fixedContent = str_replace('href="#',
sprintf('href="index.php?action=artikel&lang=%s&cat=%d ...
I believe the above fix for 2.5 and later works when one disables "Activate mod_rewrite support?"
The issue seems to be as follows (or at least as best as I understand it):
in artikel.php
$fixedContent = str_replace('href="#',
sprintf('href="index.php?action=artikel&lang=%s&cat=%d ...
- Tue Mar 17, 2009 11:19 pm
- Forum: Bug reports
- Topic: feedback on phpMyFAQ 2.5.0 alpha2 install ...
- Replies: 5
- Views: 5423
Re: feedback on phpMyFAQ 2.5.0 alpha2 install ...
Hi Thorsten,
it would appear that the problem was with my installed version of XAMPP 1.6.x -- when I tried to install phpMyFaq 2.5 alpha2 on another computer with a new version of XAMPP version 1.7 it worked as expected. On my development PC I just re-installed XAMPP to version 1.7 and the problem ...
it would appear that the problem was with my installed version of XAMPP 1.6.x -- when I tried to install phpMyFaq 2.5 alpha2 on another computer with a new version of XAMPP version 1.7 it worked as expected. On my development PC I just re-installed XAMPP to version 1.7 and the problem ...
- Mon Mar 16, 2009 5:33 pm
- Forum: Bug reports
- Topic: feedback on phpMyFAQ 2.5.0 alpha2 install ...
- Replies: 5
- Views: 5423
Re: feedback on phpMyFAQ 2.5.0 alpha2 install ...
I have tried with both Basic and Medium (with group support) -- which we use on our production FAQ. For each attempt I have deleted the directory structure and extract it from archive as well as drop all tables. MySQL account has all permissions so I don't expect that to be a factor.
I'll try ...
I'll try ...
- Mon Mar 16, 2009 5:20 pm
- Forum: General discussions
- Topic: is there a language selection option in new phpBB forum?
- Replies: 4
- Views: 5945
Re: is there a language selection option in new phpBB forum?
Thorsten,
that worked! Thanks again.
Lidio.
that worked! Thanks again.
Lidio.
- Fri Mar 13, 2009 7:30 pm
- Forum: General discussions
- Topic: is there a language selection option in new phpBB forum?
- Replies: 4
- Views: 5945
Re: is there a language selection option in new phpBB forum?
Thorsten,Thorsten wrote:Hi,
sorry for that, I switched the default language back to English.
bye
Thorsten
sorry to bother you but I still see everything in the forum in German. (I'm quickly learning a few words using this, so that is kind of good! eh eh eh).
Lidio.
- Fri Mar 13, 2009 7:26 pm
- Forum: Bug reports
- Topic: feedback on phpMyFAQ 2.5.0 alpha2 install ...
- Replies: 5
- Views: 5423
Re: feedback on phpMyFAQ 2.5.0 alpha2 install ...
Hi,
when is this error happening?
bye
Thorsten
Hi Thorsten,
I'm not sure what you mean but that error is the result of trying http:/localhost/faq25a2/install/installer.php which does create 31 tables all empty except for faqconfig with 34 records. It's an incomplete install. I haven't checked ...
when is this error happening?
bye
Thorsten
Hi Thorsten,
I'm not sure what you mean but that error is the result of trying http:/localhost/faq25a2/install/installer.php which does create 31 tables all empty except for faqconfig with 34 records. It's an incomplete install. I haven't checked ...
- Thu Mar 12, 2009 5:47 pm
- Forum: Bug reports
- Topic: feedback on phpMyFAQ 2.5.0 alpha2 install ...
- Replies: 5
- Views: 5423
feedback on phpMyFAQ 2.5.0 alpha2 install ...
Hi Thorsten,
I can't seem to get past this error message with either the alpha2 package or Daily SVN Snapshot.
Fatal error: Call to private PMF_Perm::__construct() from context 'PMF_Perm' in D:\xampp\htdocs\phpmyfaq-2.5.0-alpha2\inc\Perm.php on line 115
This is a clean install setup on a ...
I can't seem to get past this error message with either the alpha2 package or Daily SVN Snapshot.
Fatal error: Call to private PMF_Perm::__construct() from context 'PMF_Perm' in D:\xampp\htdocs\phpmyfaq-2.5.0-alpha2\inc\Perm.php on line 115
This is a clean install setup on a ...
- Thu Mar 12, 2009 5:40 pm
- Forum: General discussions
- Topic: is there a language selection option in new phpBB forum?
- Replies: 4
- Views: 5945
is there a language selection option in new phpBB forum?
Hi Thorsten,
is there an option to select a different language on this new phpBB version? For us non-German speaking members it is kind of hard to navigate (even with using Google language translate
).
Thanks,
Lidio.
is there an option to select a different language on this new phpBB version? For us non-German speaking members it is kind of hard to navigate (even with using Google language translate

Thanks,
Lidio.
- Thu Nov 20, 2008 12:01 am
- Forum: General discussions
- Topic: How to Display a Random FAQ Record on Home Page?
- Replies: 2
- Views: 5642
- Tue Oct 21, 2008 4:19 pm
- Forum: General discussions
- Topic: How do i remove tags from database?
- Replies: 8
- Views: 10210
Eric,
I would caution you about removing "too many" tags. [In my instance we had authors use Tags as if they were "keywords" (yikes!) and got over 350 tags] One of the routines gets a random selection of 50 tags and if a certain combination is triggered you will find it will go into a infinite loop ...
I would caution you about removing "too many" tags. [In my instance we had authors use Tags as if they were "keywords" (yikes!) and got over 350 tags] One of the routines gets a random selection of 50 tags and if a certain combination is triggered you will find it will go into a infinite loop ...
- Fri Oct 10, 2008 3:49 pm
- Forum: Bug reports
- Topic: Gruppenrechte in 2.0.8 nicht setzbar
- Replies: 6
- Views: 9199
- Wed Oct 08, 2008 11:18 pm
- Forum: Bug reports
- Topic: Gruppenrechte in 2.0.8 nicht setzbar
- Replies: 6
- Views: 9199
Sorry I had to use google translate on this post -- I have the same issue that ALL rights show up for every user and every group after upgrading to 2.0.8. Although looking at the "rights" tables in the DB with phpMyAdmin does reveal correct rights. It seems the "actions" for adding/removing rights ...
- Wed Oct 08, 2008 11:06 pm
- Forum: Bug reports
- Topic: Broken link report
- Replies: 2
- Views: 4822