• In the last two update the
    user/tmpl
    vehicke/tmpl

    in all php pages not include the relative .inc.php files.

    Can you solve it adding

    <?php
    include (‘./wp-content/plugins/js-vehicle-manager/modules/user/tmpl/pages.inc.php‘);
    ?>

    and

    <?php
    include (‘./wp-content/plugins/js-vehicle-manager/modules/vehicle/tmpl/pages.inc.php‘);
    ?>

    at the top of code in relative pages.

  • The topic ‘Not import inc functions’ is closed to new replies.