Search found 7 matches

by marklgreen
Tue Nov 17, 2015 5:59 pm
Forum: General discussions
Topic: iframe redirecting
Replies: 20
Views: 17929

Re: iframe redirecting

Unfortunately, I needed to install the developer version in order to get it to work properly which generated a new database. The existing packaged version database was brought up under a new URL and we copied and pasted the FAQs into the new developer version. The redirect issue is now resolved and ...
by marklgreen
Tue Nov 17, 2015 5:55 pm
Forum: Bug reports
Topic: PDF output not including images
Replies: 1
Views: 3371

PDF output not including images

Hello,

The PDF output of a FAQ is not including the embedded images. The output includes blank pages where the images should be.

Using this version:

git remote show origin
* remote origin
Fetch URL: git://github.com/thorsten/phpMyFAQ.git
Push URL: git://github.com/thorsten/phpMyFAQ.git
HEAD ...
by marklgreen
Tue Nov 10, 2015 3:28 pm
Forum: General discussions
Topic: iframe redirecting
Replies: 20
Views: 17929

Re: iframe redirecting

Not sure what the issue is but followed recompiling successfully. I might not be installing it correctly as I used the pre-packaged version initially. All I get is blank page with no errors in the logs or to the screen. I have tried to make sure the configuration is identical to the pre-packaged ...
by marklgreen
Tue Nov 03, 2015 8:27 pm
Forum: General discussions
Topic: iframe redirecting
Replies: 20
Views: 17929

Re: iframe redirecting

From the above listed post:

- https://github.com/thorsten/phpMyFAQ/bl ... ex.tpl#L40
- https://github.com/thorsten/phpMyFAQ/bl ... .js#L36-40
by marklgreen
Mon Nov 02, 2015 5:18 pm
Forum: General discussions
Topic: iframe redirecting
Replies: 20
Views: 17929

Re: iframe redirecting

Successfully removed the listed source code and recompiled. This does not solve the problem of phpMyFAQ not redirecting to a full window from a iframe on login. Is there other changes required?
by marklgreen
Mon Nov 02, 2015 4:30 pm
Forum: General discussions
Topic: iframe redirecting
Replies: 20
Views: 17929

Re: iframe redirecting

Fixed, thank you.
by marklgreen
Fri Oct 30, 2015 5:35 pm
Forum: General discussions
Topic: iframe redirecting
Replies: 20
Views: 17929

Re: iframe redirecting

Using a new developers install and get the following error with no code modifications. Followed this exactly:

$ git clone git://github.com/thorsten/phpMyFAQ.git
$ cd phpMyFAQ
$ git checkout 2.8
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ npm install
$ grunt ...