kartik-v / yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0
http://demos.krajee.com/markdown
Other
89 stars 41 forks source link

The preview function is not working #22

Closed fhqrnr closed 10 years ago

fhqrnr commented 10 years ago

1: The controller can receive the preview request, but the "PHP Fatal Error" shows like below.

image

2: In fact, the method "_SmartyPantsTypographer_TmpImpl" can be found.

fhqrnr commented 10 years ago

It's working properly after i turn smartyPants off like this:



kartik-v commented 10 years ago

This works on the demo site fine (you can check and update as well).

Could be a problem or some corruption with your vendor packages. You may try purging the vendor folder and doing composer install again.

fhqrnr commented 10 years ago

image

Could you please tell me how to remove the red part?

kartik-v commented 10 years ago

Set footerMessage property to an empty string or whatever you need. I presume this issue is closed then.