Title: [Plugin: wp-Typography] error notices
Last modified: August 20, 2016

---

# [Plugin: wp-Typography] error notices

 *  Resolved [thomask](https://wordpress.org/support/users/thomask/)
 * (@thomask)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-typography-error-notices/)
 * is this plugin still supported? there are a lot of error notices like this:
    /
   var/www/projects/zdrojak/htdocs/public/soubory/plugins/wp-typography/php-typography/
   php-parser/parseText.php on line 65 Notice: Undefined variable: rawHTML in
 * [http://wordpress.org/extend/plugins/wp-typography/](http://wordpress.org/extend/plugins/wp-typography/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [YuMyo](https://wordpress.org/support/users/nikho/)
 * (@nikho)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-typography-error-notices/#post-3090528)
 * Same here.
    It’s a beautiful plugin but we definitely need advice if it is still
   supported.
 *  [YuMyo](https://wordpress.org/support/users/nikho/)
 * (@nikho)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-typography-error-notices/#post-3090529)
 * Seems like this solved the problem:
    Context: parseText.php, around line 62
 *     ```
       function load($rawText) {
   
       		// abort if a simple string exceeds 500 characters (security concern)
       		if(!is_array($rawText)){
       		if(preg_match("@\w{500}@s",$rawText)){
       		return;
       		}
       		}
       ```
   
 * Code taken from this comment on Kingdesk.com:
    [http://kingdesk.com/projects/wp-typography/#comment-1383](http://kingdesk.com/projects/wp-typography/#comment-1383)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: wp-Typography] error notices’ is closed to new replies.

 * ![](https://ps.w.org/wp-typography/assets/icon.svg?rev=2663995)
 * [wp-Typography](https://wordpress.org/plugins/wp-typography/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-typography/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-typography/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-typography/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-typography/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-typography/reviews/)

## Tags

 * [error notices](https://wordpress.org/support/topic-tag/error-notices/)

 * 2 replies
 * 2 participants
 * Last reply from: [YuMyo](https://wordpress.org/support/users/nikho/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-typography-error-notices/#post-3090529)
 * Status: resolved