Search found 16 matches
- Mon Jul 09, 2018 6:49 am
- Forum: Bug reports
- Topic: Cross-site scripting error on Chrome when creating a new FAQ
- Replies: 3
- Views: 2324
Re: Cross-site scripting error on Chrome when creating a new FAQ
Version 67.0.3396.99 (Official Build) (64-bit)
- Fri Jul 06, 2018 9:56 pm
- Forum: Bug reports
- Topic: Cross-site scripting error on Chrome when creating a new FAQ
- Replies: 3
- Views: 2324
Cross-site scripting error on Chrome when creating a new FAQ
I believe this is due to phpMyFaq's URL-checking and (relatively) recent changes to Chrome to guard against cross-site scripting. As soon as I click to create a new FAQ that contains links/URLs, I get a cross-site scripting error from Chrome. Checking afterward, however, the FAQ has been created jus...
- Sat Dec 16, 2017 4:00 pm
- Forum: Webserver and configuration
- Topic: HTTPS/HTTP mixed content blocked
- Replies: 12
- Views: 7190
Re: HTTPS/HTTP mixed content blocked
I believe I did.
(Most) other things seem to be working properly.
Is the update script something that can be re-run to fix anything that wasn't properly configured the first time?
(Most) other things seem to be working properly.
Is the update script something that can be re-run to fix anything that wasn't properly configured the first time?
- Fri Dec 15, 2017 7:21 am
- Forum: Webserver and configuration
- Topic: HTTPS/HTTP mixed content blocked
- Replies: 12
- Views: 7190
Re: HTTPS/HTTP mixed content blocked
Just curious, am I missing permissions/rights from the configuration?
Unless I'm reading that incorrectly, it alludes to 37 and higher, while my installation stops at 36 (as per the attached image from phpmyadmin).
Unless I'm reading that incorrectly, it alludes to 37 and higher, while my installation stops at 36 (as per the attached image from phpmyadmin).
- Sat Dec 09, 2017 9:19 am
- Forum: Webserver and configuration
- Topic: Unable to stay logged in
- Replies: 4
- Views: 5257
Re: Unable to stay logged in
2.8. I managed to get it working by some combination of restoring the database, restarting apache/PHP, clearing caches, etc. I'm not sure which, exactly, did the trick.
Is there a way to raise the limit for unsuccessful logins? As it is, it seems like I am (or was) getting just one.
Is there a way to raise the limit for unsuccessful logins? As it is, it seems like I am (or was) getting just one.
- Sat Dec 09, 2017 9:17 am
- Forum: Webserver and configuration
- Topic: HTTPS/HTTP mixed content blocked
- Replies: 12
- Views: 7190
Re: HTTPS/HTTP mixed content blocked
2.8[.something]. I'm not sure where to find the point version number. I want to say 2.8.7.
- Thu Dec 07, 2017 4:50 am
- Forum: Webserver and configuration
- Topic: HTTPS/HTTP mixed content blocked
- Replies: 12
- Views: 7190
Re: HTTPS/HTTP mixed content blocked
I don't know if this is pertinent or not, but I notice the line in 2.9.9: $minRights = ['37', '39', '40', '41'] but when I look directly at the faquser_right table, user_id 1 (admin) only has right_id 1 through 36. Although in the user management interface, all permission checkboxes are checked. Did...
- Thu Dec 07, 2017 4:31 am
- Forum: Webserver and configuration
- Topic: HTTPS/HTTP mixed content blocked
- Replies: 12
- Views: 7190
Re: HTTPS/HTTP mixed content blocked
From the documentation: 5. Administration The administration of phpMyFAQ is completely browser-based. The admin area can be found under this URL: http://www.example.com/faq/admin/index.php You can also login in the public frontend and after the successful login you'll see a link to administration ba...
- Wed Dec 06, 2017 11:55 pm
- Forum: Webserver and configuration
- Topic: Unable to stay logged in
- Replies: 4
- Views: 5257
Re: Unable to stay logged in
On a somewhat related note, is it possible to disable the
It makes debugging this login/cookie/permissions/whatever-it-is issue exceptionally tedious.
message?Wrong login name or password.
(You exceeded the maximum amounts of login attempts and are temporarily blocked. Please try again later.)
It makes debugging this login/cookie/permissions/whatever-it-is issue exceptionally tedious.
- Wed Dec 06, 2017 11:16 pm
- Forum: Webserver and configuration
- Topic: Unable to stay logged in
- Replies: 4
- Views: 5257
Unable to stay logged in
My site has been running phpMyFaq for years, but I recently upgraded to 2.9.9 and have been having quite a few problems. I thought I had things working but now cannot stay logged in. For instance, I log in as an administrator on my main page http://mysite/kb, then type in http://mysite/kb/admin to g...
- Mon Nov 27, 2017 7:41 pm
- Forum: Webserver and configuration
- Topic: HTTPS/HTTP mixed content blocked
- Replies: 12
- Views: 7190
Re: HTTPS/HTTP mixed content blocked
It used to appear on the top line, at the right next to Login/Logout, and was generated here, I believe: // // Show login box or logged-in user information // if (isset($auth)) { if (in_array(true, $permission)) { $adminSection = sprintf( '<a href="%s">%s</a>', $systemUri . 'admin/index.php', $PMF_L...
- Sat Nov 25, 2017 5:43 pm
- Forum: Webserver and configuration
- Topic: HTTPS/HTTP mixed content blocked
- Replies: 12
- Views: 7190
Re: HTTPS/HTTP mixed content blocked
Thank you for getting back to me. Yes, I do. I ended up addressing it by going directly into the MySQL database and changing the configuration base url from http://mysite/kb to https://mysite/kb. I wasn't able to do it through the phpMyFaq admin interface because I couldn't log in (because scripts w...
- Sat Nov 25, 2017 4:47 am
- Forum: Webserver and configuration
- Topic: HTTPS/HTTP mixed content blocked
- Replies: 12
- Views: 7190
HTTPS/HTTP mixed content blocked
It's my understanding that phpMyFaq should work with HTTPS (and that it should internally translate http:// links to https://). However, having just updated to 2.9.9 I am getting broken pages, with apparently no CSS or scripting, and the Chrome console is full of: Mixed Content: The page at 'https:/...
- Sat Nov 25, 2017 12:17 am
- Forum: Webserver and configuration
- Topic: The following extensions are missing! (ext/fileinfo)
- Replies: 2
- Views: 4520
Re: The following extensions are missing! (ext/fileinfo)
Thank you for getting back to me. As it turns out I had to explicitly activate it in phprc by adding:
If anyone else is on Dreamhost and runs into the same issue, hopefully this helps.
Code: Select all
extension=fileinfo.so
- Tue Nov 21, 2017 5:56 pm
- Forum: Webserver and configuration
- Topic: The following extensions are missing! (ext/fileinfo)
- Replies: 2
- Views: 4520
The following extensions are missing! (ext/fileinfo)
Playing around with upgrading to phpMyFaq 2.9.9 and getting this at the new setup page: The following extensions are missing! Please enable the PHP extension(s) in php.ini. ext/fileinfo But when I run php -i I see: "--enable-fileinfo=shared" in the configure options. Plus 2.8 has worked fine forever...