Search found 6 matches

by kaiserchrss
Tue Jun 06, 2017 2:07 pm
Forum: General discussions
Topic: How do I get phpMyFAQ to work with elasticsearch?
Replies: 10
Views: 24506

Re: How do I get phpMyFAQ to work with elasticsearch?

Okay, forget it. I got the solution now.
I must admit this was a really dumb mistake :(

My work colleague who set up the server cloned the /var/www/html/ (root-directory phpmyfaq) as a backup - and pasted it right in one level above the directory. so it was in /var/www now, instead of /var/www ...
by kaiserchrss
Tue Jun 06, 2017 1:03 pm
Forum: General discussions
Topic: How do I get phpMyFAQ to work with elasticsearch?
Replies: 10
Views: 24506

Re: How do I get phpMyFAQ to work with elasticsearch?

Hi Thorsten,

thanks for the tip with the update.
I upped the version to the latest one by copying all files from the update package to var/www/html and then running the update through
http://*serverpath*/setup/update.php

Now I'm getting the following debug-output on the elasticsearch config-page ...
by kaiserchrss
Fri Jun 02, 2017 10:22 am
Forum: General discussions
Topic: How do I get phpMyFAQ to work with elasticsearch?
Replies: 10
Views: 24506

Re: How do I get phpMyFAQ to work with elasticsearch?

Hello, I just got a step further.

I forgot, that my Apache 2 config used htaccess on /var/www (complete webpage).
I disabled the htaccess and changed it to using the login form phpMyFAQ provides.

Now I actually get a response in the System Information frame in the phpMyFAQ config.
https://abload ...
by kaiserchrss
Mon May 29, 2017 8:28 am
Forum: General discussions
Topic: How do I get phpMyFAQ to work with elasticsearch?
Replies: 10
Views: 24506

Re: How do I get phpMyFAQ to work with elasticsearch?

Hi Thorsten,

I'm sorry, but I can't seem to get the debug-mode to work.
I changed the DEBUG boolean to true but the config page stays blank :(
Server restart didn't help either...
Image
by kaiserchrss
Wed May 17, 2017 11:34 am
Forum: General discussions
Topic: How do I get phpMyFAQ to work with elasticsearch?
Replies: 10
Views: 24506

Re: How do I get phpMyFAQ to work with elasticsearch?

Hello Thorsten,

yes I have this file:
BTW: This server is only for internal use, that's why I used a non-routable IP
(I tried 127.0.0.1 already as well with no success)
https://abload.de/img/2017-05-1712_31_26-fa3mlxw.png

If I try to activate it on the web page, I only see a blank frame:
https ...
by kaiserchrss
Tue May 09, 2017 3:24 pm
Forum: General discussions
Topic: How do I get phpMyFAQ to work with elasticsearch?
Replies: 10
Views: 24506

How do I get phpMyFAQ to work with elasticsearch?

Hello,

we've had phpMyFAQ installed for quite some time now. We only just recently realized that the built-in search engine doesn't work perfectly. i. e. we noticed that for each picture we upload, it will create a coded base64 string for that picture in the article-page source. It just happens to ...