Search found 15 matches

by Arametheus
Mon Feb 10, 2025 1:27 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 8
Views: 1456

Re: Upgrading from 3.2.9 to 4.0.5

when creating or editing a FAQ. I get these errors in the console. The first and second error looks like its coming from WYSIWYG editor guessing tinymce. I just downloaded the zip file from the download stable. Failed to load resource: the server responded with a status of 404. => /assets/dist/plugi...
by Arametheus
Mon Feb 10, 2025 1:20 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 8
Views: 1456

Re: Upgrading from 3.2.9 to 4.0.5

@Thorsten. Thank you must have got checked when i was going thru the new settings.

now to just retest everything make sure I don't have any other issues.
by Arametheus
Thu Feb 06, 2025 5:59 pm
Forum: General discussions
Topic: External Images not loading
Replies: 3
Views: 1790

Re: External Images not loading

yep definitely upgrade needed now I see the the field. having other issues now. but see if we can figure it out.. its in my other ticket.
by Arametheus
Thu Feb 06, 2025 3:35 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 8
Views: 1456

Re: Upgrading from 3.2.9 to 4.0.5

Virgile, Thanks I got it finally to install on a new instance, I ended up modifing a bunch of nginx configs. I then copied all my faq's over to the new DB. The issue I have now though. in the admin I see the FAQ content fine when you edit it, but then when I go to view it in the front side I see the...
by Arametheus
Wed Feb 05, 2025 7:52 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 8
Views: 1456

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...
by Arametheus
Tue Feb 04, 2025 2:42 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 8
Views: 1456

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....
by Arametheus
Mon Feb 03, 2025 1:09 pm
Forum: General discussions
Topic: External Images not loading
Replies: 3
Views: 1790

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.
by Arametheus
Fri Jan 31, 2025 4:39 pm
Forum: General discussions
Topic: External Images not loading
Replies: 3
Views: 1790

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. ...
by Arametheus
Thu Nov 14, 2024 10:14 am
Forum: Proposals
Topic: Add away to show Faq revision on the front side
Replies: 2
Views: 6296

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.
by Arametheus
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: 1523

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...
by Arametheus
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: 1523

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 ...
by Arametheus
Mon Nov 11, 2024 9:35 pm
Forum: Proposals
Topic: Add away to show Faq revision on the front side
Replies: 2
Views: 6296

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.
by Arametheus
Wed Sep 18, 2024 8:28 pm
Forum: Proposals
Topic: Mixed Login Types and Documentation update
Replies: 3
Views: 6604

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...
by Arametheus
Thu Sep 12, 2024 2:30 pm
Forum: Proposals
Topic: Mixed Login Types and Documentation update
Replies: 3
Views: 6604

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 ...
by Arametheus
Wed Sep 11, 2024 8:54 pm
Forum: Webserver and configuration
Topic: Enabling SSO
Replies: 1
Views: 4367

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...