Search found 11 matches
- Wed Feb 05, 2025 7:52 pm
- Forum: Bug reports
- Topic: Upgrading from 3.2.9 to 4.0.5
- Replies: 1
- Views: 136
Re: Upgrading from 3.2.9 to 4.0.5
While waiting for your reply on this. I did a new install. ran setup. typed in all the information pointing it to a new DB. and I get this error now kb2.optimize-digitalmarketing.net redirected you too many times. Try deleting your cookies. ERR_TOO_MANY_REDIRECTS https://kb2.optimize-digitalmarketin...
- Tue Feb 04, 2025 2:42 pm
- Forum: Bug reports
- Topic: Upgrading from 3.2.9 to 4.0.5
- Replies: 1
- Views: 136
Upgrading from 3.2.9 to 4.0.5
I know this is a major upgrade. I've had nothing but issues. I use Nginx and php 8.2 right now. 1. .htaccess is required by phpmyfaq but isn't used by the server since nginx doesn't use it. 2. I finally have the update page loading but I can not click next update step. only message on the screen is....
- Mon Feb 03, 2025 1:09 pm
- Forum: General discussions
- Topic: External Images not loading
- Replies: 2
- Views: 885
Re: External Images not loading
ahh must be a new 4.0 feature I'm still on 3.2.9 and don't see that configuration option.
I will look to upgrade and see if that fixes the issue.
I will look to upgrade and see if that fixes the issue.
- Fri Jan 31, 2025 4:39 pm
- Forum: General discussions
- Topic: External Images not loading
- Replies: 2
- Views: 885
External Images not loading
When creating a FAQ, we have media uploaded to another system. so adding the image we are putting in the External url as you can see in the attached screenshot also shows the image correctly. Screenshot 2025-01-31 at 9.28.44 AM.png but when I load this FAQ from the User/Public side it doesn't show. ...
- Thu Nov 14, 2024 10:14 am
- Forum: Proposals
- Topic: Add away to show Faq revision on the front side
- Replies: 2
- Views: 4958
Re: Add away to show Faq revision on the front side
So when looking at the Faq
on the right side where you have author, how many comments EX.
add another one of revision: x. where it is the number of times it has been updated.
since not everyone might want to show that could add an admin setting for it on the faq tab to show or not.
on the right side where you have author, how many comments EX.
add another one of revision: x. where it is the number of times it has been updated.
since not everyone might want to show that could add an admin setting for it on the faq tab to show or not.
- Thu Nov 14, 2024 9:52 am
- Forum: Bug reports
- Topic: Popular search on the home page showing and storing SQL injection statements
- Replies: 3
- Views: 1082
Re: Popular search on the home page showing and storing SQL injection statements
you could add some kind of validation to the forms here is one suggestion but not the greatest since the patterns could change. then run this code on the search term before acting on the search and if it passes then execute the search. function validateSearchInput($input) { // Convert to lowercase t...
- Tue Nov 12, 2024 7:15 pm
- Forum: Bug reports
- Topic: Popular search on the home page showing and storing SQL injection statements
- Replies: 3
- Views: 1082
Popular search on the home page showing and storing SQL injection statements
So we just launched the phpMyFaq. we noticed on the home page a bunch of nulls showing up under popular searchs. I looked in our DB and it has a bunch of SQL injections Example ') AND 5570=1547 AND ('DEOM'='DEOM There are more but I don't want to paste it all. is ...
- Mon Nov 11, 2024 9:35 pm
- Forum: Proposals
- Topic: Add away to show Faq revision on the front side
- Replies: 2
- Views: 4958
Add away to show Faq revision on the front side
in the future could you show or add an Admin setting to display the revision number on the front side if it has a revision. this way users will know the FAQ has been updated
if you need more information please let me know.
if you need more information please let me know.
- Wed Sep 18, 2024 8:28 pm
- Forum: Proposals
- Topic: Mixed Login Types and Documentation update
- Replies: 3
- Views: 5961
Re: Mixed Login Types and Documentation update
So when I got SSO activated from nginx. I tried to hit the PhpMyFaq instance and login with my admin login which auth_source is set to local. it just keeps redirecting back to the faq home page instead of logging me in. maybe I'm missing something that also needs to be activated. but if I go back an...
- Thu Sep 12, 2024 2:30 pm
- Forum: Proposals
- Topic: Mixed Login Types and Documentation update
- Replies: 3
- Views: 5961
Mixed Login Types and Documentation update
Mixed Login suggestion: I would like to propose a feature enhancement to support mixed login types, where both Single Sign-On (SSO) and local logins can be activated simultaneously. Proposed Feature: Enable phpMyFAQ to allow local logins alongside SSO/Other authentications. Reasoning: This feature ...
- Wed Sep 11, 2024 8:54 pm
- Forum: Webserver and configuration
- Topic: Enabling SSO
- Replies: 1
- Views: 4105
Enabling SSO
So I'm using AWS s3 Linux 2023 with Nginx and php 8.3 to run PhpMyFaq My other application is Laravel Application which I'm trying to enable SSO in PhpmyFaq so I can have the users authenticate on our side then pass it to PhpMyFaq. When I go into PhpmyFaq 3.2.9 edit Configuration => Security the SSO...