• Resolved mordan

    (@mordan)


    When activating the plug-in “the post grid” the following error is issued and the activation is not successful.

    Warning: require_once(C:\xampp\htdocs\fcb\wp-content\plugins\the-post-grid\app./../vendor/autoload.php): Failed to open stream: Permission denied in C:\xampp\htdocs\fcb\wp-content\plugins\the-post-grid\app\RtTpg.php on line 13

    Fatal error: Uncaught Error: Failed opening required ‘C:\xampp\htdocs\fcb\wp-content\plugins\the-post-grid\app./../vendor/autoload.php’ (include_path=’C:\xampp\php\PEAR’) in C:\xampp\htdocs\fcb\wp-content\plugins\the-post-grid\app\RtTpg.php:13 Stack trace: #0 C:\xampp\htdocs\fcb\wp-content\plugins\the-post-grid\the-post-grid.php(31): require_once() #1 C:\xampp\htdocs\fcb\wp-admin\includes\plugin.php(2314): include_once(‘C:\\xampp\\htdocs…’) #2 C:\xampp\htdocs\fcb\wp-admin\plugins.php(192): plugin_sandbox_scrape(‘the-post-grid/t…’) #3 {main} thrown in C:\xampp\htdocs\fcb\wp-content\plugins\the-post-grid\app\RtTpg.php on line 13

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Habib

    (@habibjh)

    Hi @mordan

    We didn’t notice this type of error before from any of our clients. Maybe it’s your server permission issue.

    You can disable and delete the plugin and reinstall and activate it again. Hopefully, it will fix otherwise please make a ticket from our site.

    Thanks 🙂

    Hello – I am also experiencing this error, and am wondering whether any resolution has been found, please? I would open a support ticket on your site, but it seems like possibly the form is only for support for paid products from Envato or your own site. I have included the full error message below; as you can see, I am running a local test instance using XAMPP, so I don’t know whether this error is reproducible in a more realistic context. Many thanks in advance for your help.

    Warning: require_once(C:\xampp\htdocs\wordpress\wp-content\plugins\the-post-grid\app./../vendor/autoload.php): Failed to open stream: Permission denied in C:\xampp\htdocs\wordpress\wp-content\plugins\the-post-grid\app\RtTpg.php on line 13
    
    Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\wordpress\wp-content\plugins\the-post-grid\app./../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\wordpress\wp-content\plugins\the-post-grid\app\RtTpg.php:13 Stack trace: #0 C:\xampp\htdocs\wordpress\wp-content\plugins\the-post-grid\the-post-grid.php(31): require_once() #1 C:\xampp\htdocs\wordpress\wp-admin\includes\plugin.php(2314): include_once('C:\\xampp\\htdocs...') #2 C:\xampp\htdocs\wordpress\wp-admin\plugins.php(192): plugin_sandbox_scrape('the-post-grid/t...') #3 {main} thrown in C:\xampp\htdocs\wordpress\wp-content\plugins\the-post-grid\app\RtTpg.php on line 13

    That didn’t work for me when I tried to delete and reinstall the plugins, but it worked for me when I tried to rewrite RtTpg.php on line 13.(vscode or notepad)

    require_once __DIR__ . '/../vendor/autoload.php';

    @apekikuk, thanks brother it works

    @apekikuk, thanks man! it works for me too. 😀

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

The topic ‘Error in activation “the post grid” plug-in’ is closed to new replies.