Viewing 5 replies - 1 through 5 (of 5 total)
  • This has been fixed. You can now download the updated version 3.1

    Hi–
    Upon plugin activation i get this error at the top of the plugins admin page:

    PHP Parse error: parse error in E:\[omitted]\wp-content\plugins\front-page-by-category-2\front-page-by-category.php on line 405

    I installed it on a different server whose primary difference is that the PHP mail function is working properly. I can’t be sure but i think because your plugin forces you to sign up for your newsletter before activation it is choking if the mail function doesn’t work……

    I stand corrected… the bug didnt have anything to do with the mail function.

    On line 131 of the plugin code, there is this

    <?
    	if ( $cnt % 3 == 2 ) echo '</tr>';
        }
     ?>

    My server requires php tags to use this <?php ... ?>
    It was the only instance of the lack of the “php”. The plugin works fine otherwise, thanks.

    Yes, adding that php did the trick, works great.
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Front Page by Category] Buggy’ is closed to new replies.