Search found 24 matches

by KT_
Thu Dec 07, 2017 4:31 am
Forum: Webserver and configuration
Topic: HTTPS/HTTP mixed content blocked
Replies: 12
Views: 14619

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...
by KT_
Wed Dec 06, 2017 11:55 pm
Forum: Webserver and configuration
Topic: Unable to stay logged in
Replies: 4
Views: 9587

Re: Unable to stay logged in

On a somewhat related note, is it possible to disable the
Wrong login name or password.
(You exceeded the maximum amounts of login attempts and are temporarily blocked. Please try again later.)
message?

It makes debugging this login/cookie/permissions/whatever-it-is issue exceptionally tedious.
by KT_
Wed Dec 06, 2017 11:16 pm
Forum: Webserver and configuration
Topic: Unable to stay logged in
Replies: 4
Views: 9587

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...
by KT_
Mon Nov 27, 2017 7:41 pm
Forum: Webserver and configuration
Topic: HTTPS/HTTP mixed content blocked
Replies: 12
Views: 14619

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.ph...
by KT_
Sat Nov 25, 2017 5:43 pm
Forum: Webserver and configuration
Topic: HTTPS/HTTP mixed content blocked
Replies: 12
Views: 14619

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...
by KT_
Sat Nov 25, 2017 4:47 am
Forum: Webserver and configuration
Topic: HTTPS/HTTP mixed content blocked
Replies: 12
Views: 14619

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:/...
by KT_
Sat Nov 25, 2017 12:17 am
Forum: Webserver and configuration
Topic: The following extensions are missing! (ext/fileinfo)
Replies: 2
Views: 7153

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:

Code: Select all

extension=fileinfo.so
If anyone else is on Dreamhost and runs into the same issue, hopefully this helps.
by KT_
Tue Nov 21, 2017 5:56 pm
Forum: Webserver and configuration
Topic: The following extensions are missing! (ext/fileinfo)
Replies: 2
Views: 7153

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 fi...
by KT_
Tue Nov 21, 2017 5:45 pm
Forum: General discussions
Topic: Upgrading from 2.8 to 2.9
Replies: 1
Views: 2439

Upgrading from 2.8 to 2.9

I'm obviously not understanding the upgrade steps clearly. For instance, the instructions say: "First you have to delete all files except :" Delete from where? My existing phpMyFaq installation? Okay, that would make sense. But then it says to open: "http://www.example.com/faq/setup/u...