Search found 17 matches

by Arametheus
Thu Feb 27, 2025 2:53 am
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 12
Views: 19193

Re: Upgrading from 3.2.9 to 4.0.5

Thanks yea I figured it was getting removed at some point.
by Arametheus
Thu Feb 20, 2025 5:52 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 12
Views: 19193

Re: Upgrading from 3.2.9 to 4.0.5

@Thorsten

ok now I think the only issue I have but will retest once I fix this.

WYSIWYG editor guessing tinymce. I just downloaded the zip file from the download stable.
admin/:1 Uncaught (in promise) Script at URL "/assets/dist/plugins/help/js/i18n/keynav/en.js" failed to load
error

Should I ...
by Arametheus
Mon Feb 10, 2025 1:27 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 12
Views: 19193

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 ...
by Arametheus
Mon Feb 10, 2025 1:20 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 12
Views: 19193

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: 7258

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: 12
Views: 19193

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 ...
by Arametheus
Wed Feb 05, 2025 7:52 pm
Forum: Bug reports
Topic: Upgrading from 3.2.9 to 4.0.5
Replies: 12
Views: 19193

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

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

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: 7258

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

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: 6845

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

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 there away ...
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: 39414

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: 12179

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