Search found 12 matches
- Wed Jun 15, 2022 7:34 am
- Forum: General discussions
- Topic: Rebuilding Elasticsearch Index
- Replies: 5
- Views: 255
Re: Rebuilding Elasticsearch Index
I guess it just takes time. I came back to this today and they're all in the index.
- Sun Jun 12, 2022 7:44 am
- Forum: General discussions
- Topic: Rebuilding Elasticsearch Index
- Replies: 5
- Views: 255
Re: Rebuilding Elasticsearch Index
Yes, I see all of that. Documents shows 0 and size is 255. Create Index, Full Import, and Drop Index don't seem to do anything. This is with phpMyFAQ running on IIS, Elasticsearch on the same box, and MySQL for the DB running on a remote server.
- Fri Jun 10, 2022 9:57 pm
- Forum: General discussions
- Topic: Rebuilding Elasticsearch Index
- Replies: 5
- Views: 255
Rebuilding Elasticsearch Index
I needed to delete the existing Elasticsearch index and now I need to rebuild it. I've recreated the index in Elasticsearch and when I go to Configuration>Elasticsearch configuration, it displays Documents as 0 and a storage size. However, I can't figure out how to get existing FAQs to be loaded bac...
- Thu Jun 02, 2022 6:45 am
- Forum: Proposals
- Topic: WYSIWYG Editor On Edit FAQs
- Replies: 5
- Views: 365
Re: WYSIWYG Editor On Edit FAQs
Did some digging, looks like there's a logic check in the admin\configuration.php file that disables the backend WYSIWYG editor if the Markdown editor is enabled. Is there a reason they both can't be enabled, does one make the other redundant or is there some compatibility issue?
- Thu Jun 02, 2022 5:30 am
- Forum: Proposals
- Topic: WYSIWYG Editor On Edit FAQs
- Replies: 5
- Views: 365
Re: WYSIWYG Editor On Edit FAQs
Manually running the SQL query to enable the other editor worked and I get the nice editor in the backend.
I guess I need to figure out what's going on with making config changes not happen in SQL. No errors are showing up with debugging enabled.
I guess I need to figure out what's going on with making config changes not happen in SQL. No errors are showing up with debugging enabled.
- Thu Jun 02, 2022 4:37 am
- Forum: General discussions
- Topic: How To: phpMySQL 3.1.4 on Windows and MS SQL
- Replies: 2
- Views: 311
Re: How To: phpMySQL 3.1.4 on Windows and MS SQL
Ya, I believe you've handled all of the query fixes already in a bug report I made on Github. Just pointing them out since this is the version we are working with at the moment.
- Thu Jun 02, 2022 3:43 am
- Forum: Proposals
- Topic: WYSIWYG Editor On Edit FAQs
- Replies: 5
- Views: 365
Re: WYSIWYG Editor On Edit FAQs
Which one? There are options for two WYSIWYG, I have checked both boxes, but only the one that mentions the front-end activated. I've encountered this a few times where I make configuration changes but they don't stick after hitting save. I just assumed I could only have one WYSIWYG editor.
- Wed Jun 01, 2022 3:34 pm
- Forum: General discussions
- Topic: How To: phpMySQL 3.1.4 on Windows and MS SQL
- Replies: 2
- Views: 311
How To: phpMySQL 3.1.4 on Windows and MS SQL
I spent a few long days trying to get phpmyfaq working on Linux, which got me familiar with how the application works. However, since I'm coming from a Windows background and the environments I work in are all Windows-centric,I set out to figure out how to get phpmyfaq running on top of IIS and MS S...
- Wed Jun 01, 2022 2:28 pm
- Forum: Proposals
- Topic: WYSIWYG Editor On Edit FAQs
- Replies: 5
- Views: 365
WYSIWYG Editor On Edit FAQs
When editing an existing FAQ, we get all the markdown code instead of the pretty WYSIWYG editor that's present when you create an FAQ. Unification of the editor would be great.
- Wed Jun 01, 2022 7:07 am
- Forum: General discussions
- Topic: LDAP Group Sync
- Replies: 4
- Views: 313
Re: LDAP Group Sync
Are you able to give an explanation as to what those options are supposed to be or point us to some reference that would explain them? I've found phpMyFAQ to be one of the best looking open source FAQ/KB applications, but the documentation is sorely lacking.
- Tue May 31, 2022 6:42 am
- Forum: General discussions
- Topic: LDAP Group Sync
- Replies: 4
- Views: 313
Re: LDAP Group Sync
What do the LDAP options, `Enable LDAP group support, e.g. "DOMAIN\username"` and `LDAP mapping for "member of" when using LDAP groups` do then?
- Mon May 30, 2022 8:41 pm
- Forum: General discussions
- Topic: LDAP Group Sync
- Replies: 4
- Views: 313
LDAP Group Sync
Is there a way to sync LDAP groups into phpmyfaq or can I target ldap groups? What's the syntax, just the group name or the dn of the group?