Search found 8 matches

by charlydiru
Mon Mar 25, 2013 12:06 pm
Forum: Bug reports
Topic: editing problem on phpMyFAQ 2.8.0 RC3
Replies: 7
Views: 8082

Re: editing problem on phpMyFAQ 2.8.0 RC3

All right, Jason.

We will rollback to 2.7.7, to update to 2.7.9 and wait for 2.8.0 final release.


Thanks and best regards.
Charlie
by charlydiru
Mon Mar 25, 2013 11:33 am
Forum: Bug reports
Topic: editing problem on phpMyFAQ 2.8.0 RC3
Replies: 7
Views: 8082

Re: editing problem on phpMyFAQ 2.8.0 RC3

Hi Jason,

We are using it as an internal kb for the department.
by charlydiru
Fri Mar 22, 2013 2:46 pm
Forum: Bug reports
Topic: editing problem on phpMyFAQ 2.8.0 RC3
Replies: 7
Views: 8082

Re: editing problem on phpMyFAQ 2.8.0 RC3

We tried activating debug, but when save a new revision , can't see any notice about edition successfull. We cloned a faq and after save it, a notice is showed about it.

This is the debug received after save:


phpMyFAQ notice [8]: Constant PMF_ROOT_DIR already defined in /var/www/phpmyfaq/admin ...
by charlydiru
Fri Mar 22, 2013 2:21 pm
Forum: Bug reports
Topic: editing problem on phpMyFAQ 2.8.0 RC3
Replies: 7
Views: 8082

editing problem on phpMyFAQ 2.8.0 RC3

Hello,

We just updated from 2.7.7 to 2.8.0 RC3 and we are having problems editing faqs. IT is possible to edit faqs and save them, but faqs aren't changed (No new revision or changed the content and no change of the date). The thing is that we can create new faqs but edits are not saved, except ...
by charlydiru
Wed Feb 13, 2013 12:18 pm
Forum: Bug reports
Topic: grave accent / back quote BUG
Replies: 6
Views: 6997

Re: grave accent / back quote BUG

Hi Thorsten.
Thank you very much, it worked!
Thank you again.

Bye
Carlos
by charlydiru
Mon Feb 11, 2013 11:53 am
Forum: Bug reports
Topic: grave accent / back quote BUG
Replies: 6
Views: 6997

Re: grave accent / back quote BUG

Hi, thank you for your reply.

I tried commenting this line that you posted:

#$content = str_replace('`', '´', $content);

but the result was not the expected. The back quote is not changed anymore but now the quote is not shown.
I mean, if I edit a FAQ like this:

`hello`

it is shown this ...
by charlydiru
Thu Feb 07, 2013 12:14 pm
Forum: Bug reports
Topic: grave accent / back quote BUG
Replies: 6
Views: 6997

Re: grave accent / back quote BUG

Yes i would be glad if you could provide me with that information.

Thank you for your quick reply.

Best regards

Carlos
by charlydiru
Wed Feb 06, 2013 1:43 pm
Forum: Bug reports
Topic: grave accent / back quote BUG
Replies: 6
Views: 6997

grave accent / back quote BUG

Hello,

when i create a FAQ with this quote character "`" used in linux script to run some command into another, it is well shown in the editor, and also in the mySQL database but when I look for that FAQ from user interface the character "`" is changed to "´" so I cant copy and paste the linux ...