Search found 38 matches

by mmcgrath
Thu Nov 15, 2018 11:30 pm
Forum: General discussions
Topic: High CPU
Replies: 11
Views: 7984

Re: High CPU

Thanks Thorsten! For now we've seemingly fixed the problem by denying those IPs in our .htaccess file: Order Deny,Allow Deny from 169.48.66.89 Deny from 66.249.75.159 Deny from 66.249.75.157 Would you still recommend we apply the patch? Also, sorry, but I don't know how to apply the patch. What step...
by mmcgrath
Tue Nov 13, 2018 6:01 pm
Forum: General discussions
Topic: High CPU
Replies: 11
Views: 7984

Re: High CPU

Based on phpMyFAQ Information I have 400 Articles. When at index.php it says I have 383 FAQs online. I'm not sure how to find out how many tags I have, but I can't imagine we have all that many. Also, based on our apache2 access.log, it seems it may be Googlebot/2.1 causing the issue: 66.249.75.157 ...
by mmcgrath
Tue Nov 13, 2018 5:42 pm
Forum: General discussions
Topic: High CPU
Replies: 11
Views: 7984

Re: High CPU

Here is the contents of that file:

<?php
$DB['server'] = '127.0.0.1';
//$DB['user'] = 'root';
//$DB['password'] = 'mysecretpassword1';
//$DB['db'] = 'faq';
$DB['user'] = 'faq';
$DB['password'] = 'mysecretpassword2;
$DB['db'] = 'faq_ssl';
$DB['prefix'] = 'faq_';
$DB['type'] = 'mysqli';
by mmcgrath
Mon Nov 12, 2018 3:15 pm
Forum: General discussions
Topic: High CPU
Replies: 11
Views: 7984

Re: High CPU

Thorsten - Thanks for the reply! It looks like the queries are constantly changing. If I do show processlist; back-to-back-to-back, it shows multiple different queries with different query IDs -- it's never the same: mysql> show processlist; +--------+------+-----------------+---------+---------+---...
by mmcgrath
Sat Nov 10, 2018 5:57 pm
Forum: General discussions
Topic: High CPU
Replies: 11
Views: 7984

Re: High CPU

Throsten -

No, right now there is "1 user online" -- and that's me!

Max
by mmcgrath
Tue Nov 06, 2018 4:52 pm
Forum: General discussions
Topic: High CPU
Replies: 11
Views: 7984

High CPU

Hello! We are running phpMyFAQ 2.9.11 on Ubuntu 16.0.4.5 LTS. Over the last few days the CPU usage has been rising steadily (see attached), and now my VM is in a constant state of alarm for 'CPU Usage'. Running top shows that mysql is the culprit: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAN...
by mmcgrath
Wed Oct 24, 2018 8:28 pm
Forum: General discussions
Topic: Search results auto-scrolls to the bottom of the page
Replies: 10
Views: 6248

Re: Search results auto-scrolls to the bottom of the page

Thank you! That seemed to do the trick. Things are looking better! :)
by mmcgrath
Tue Oct 23, 2018 7:58 pm
Forum: General discussions
Topic: Search results auto-scrolls to the bottom of the page
Replies: 10
Views: 6248

Re: Search results auto-scrolls to the bottom of the page

Sorry...how do you do this?

I see in Administration --> Edit Configuration --> Template set to be used is set to 'default' (the only option is default).

Is that what you're talking about? Or should I be looking elsewhere?
by mmcgrath
Tue Oct 23, 2018 7:40 pm
Forum: General discussions
Topic: Search results auto-scrolls to the bottom of the page
Replies: 10
Views: 6248

Re: Search results auto-scrolls to the bottom of the page

Thanks Thorsten.

I'm not doing that on purpose, since I'm not sure what that even means! :)

Could you help me get to a better spot? Is it an easy change/fix?
by mmcgrath
Tue Oct 23, 2018 7:09 pm
Forum: General discussions
Topic: Search results auto-scrolls to the bottom of the page
Replies: 10
Views: 6248

Re: Search results auto-scrolls to the bottom of the page

Yes, it is at albert.carthage.edu.
by mmcgrath
Mon Oct 22, 2018 2:34 pm
Forum: General discussions
Topic: Search results auto-scrolls to the bottom of the page
Replies: 10
Views: 6248

Re: Search results auto-scrolls to the bottom of the page

It happens in all three major browsers (Edge, Chrome, Firefox). They are all up-to-date running the latest version.
by mmcgrath
Mon Oct 08, 2018 6:01 pm
Forum: General discussions
Topic: Search results auto-scrolls to the bottom of the page
Replies: 10
Views: 6248

Search results auto-scrolls to the bottom of the page

We are currently running phpMyFAQ 2.9.11. When you type text in the search box and hit the 'Search' button, it takes you to the next page with appropriate content, but the page is automatically scrolled down to the very bottom of the page (so you are seeing the last of the search results...). Has an...
by mmcgrath
Thu Jul 28, 2016 10:07 pm
Forum: General discussions
Topic: LDAP in 2.9.2
Replies: 17
Views: 9017

Re: LDAP in 2.9.2

I've tried it as well and I still am not working.
by mmcgrath
Fri Jul 22, 2016 10:01 pm
Forum: General discussions
Topic: LDAP in 2.9.2
Replies: 17
Views: 9017

Re: LDAP in 2.9.2

Thorsten -

I don't follow you.

I did not make any changes yet -- should stay as is and NOT make any changes?

I am currently running 2.9.2 -- so wouldn't I already be using the constants_ldap.php from 2.9.2?

Max
by mmcgrath
Thu Jul 21, 2016 2:29 pm
Forum: General discussions
Topic: LDAP in 2.9.2
Replies: 17
Views: 9017

Re: LDAP in 2.9.2

// Datamapping - in this example for an ADS $PMF_LDAP['ldap_mapping'] = array ( 'name' => 'cn', 'username' => 'cn', 'mail' => 'mail' ); // In a multi-domain environment, users may enter a prefix as domain, e.g. "DOMAIN\username" // If possible, you should use the Microsoft Global Catalog ...