• The Readme file says to put the following in (example) in the wp-config.php file

    <?php
    define(‘EZPHP_INCLUDED_POST_TYPES’, ‘page’);
    // Unless included here; all other Post Types will be excluded now.

    You will get an error message for your website that says an unexpected < is in the wp-config.php file.

    That line needs to be commented:

    /** <?php */

    or leave it out and put the following comment in it’s place:

    /** Execute PHP code in pages. */

  • The topic ‘Error in Readme’ is closed to new replies.