-
Notifications
You must be signed in to change notification settings - Fork 11
Error on activation #29
Comments
@l-fuller it seems you haven't included the Composer autoloader in your project. I've updated the readme with a small note about this in the installation section.
Update: it's now the last part of the installation section: Let me know if this resolves your problem 👍 |
I'm also having this issue as many others and it's still present. |
OK. I was able to make it work. It seems like it's a permission/owner issue.
|
@artipixel Thanks a lot! When I have some time I will try to make changes so you won't have to do these steps. |
Hi, I am also running in to this issue, can you provide some guidance on the required permissions? It appears that for me, your include files are not loading...the autoload.php is running. Also my project did not have composer used, however I did create the composer.json in the root (where wp-config.php lives) and included only your extra info and the plugin installed where it should and the vendor folder exists as expected. Really looking forward to getting this to run, for the life of me I cannot find the issue.... |
@jason-lavigne-healthsaas, this worked for me: #33 (comment) |
I've installed as per instructions (from the root of my install), the plugin installs to the correct directory, but when trying to activate I get the following error.
( ! ) Fatal error: Uncaught Error: Class 'Grrr\SimplyStaticDeploy\SimplyStaticDeploy' not found in /app/public/wp-content/plugins/simply-static-deploy/simply-static-deploy.php on line 25
( ! ) Error: Class 'Grrr\SimplyStaticDeploy\SimplyStaticDeploy' not found in /app/public/wp-content/plugins/simply-static-deploy/simply-static-deploy.php on line 25
Call Stack
Time Memory Function Location
1 0.0001 402440 {main}( ) .../plugins.php:0
2 0.1455 7230584 plugin_sandbox_scrape( ) .../plugins.php:177
3 0.1455 7230936 include( '/app/public/wp-content/plugins/simply-static-deploy/simply-static-deploy.php' ) .../plugin.php:2255
The text was updated successfully, but these errors were encountered: