Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem here. After update your plugin now breaks on my site because I have wp in it’s own directory and wp-content at the site root…not under /wp/wp-content. Things like the ABSPATH constant on line 28 of easy-testimonials.php don’t work on sites configured as mine is. Here’s one of the offending lines:
    require_once( ABSPATH . “wp-content/plugins/easy-testimonials/include/config.php” );

    ABSPATH return /site_root/wp but the required file is under /site_root/wp-content/easy-testimonials.

    This needs to be fixed ASAP.

    Thanks.

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey guys!

    We are very sorry for the problem!

    Thanks for the heads up. This was a recent change to address another type of issue and it looks like we need to reconsider it.

    Stay tuned for the incoming fix.

    All the best,
    Richard

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Dynamic paths were added in 2.0.9.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please add dynamic paths in your plugin’ is closed to new replies.