Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Permission PHP Error
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 3 weeks, 2 days ago.
- AuthorPosts
- March 8, 2023 at 6:30 pm #41697
Hey Team,
I just installed the latest version of your plugin on a site I’m working on locally and it keeps throwing me an error. I’ve entered the purchase code and that did not fix the issue. I’ve pasted the code below and attached a screenshot. Love your plugin and use it on a bunch of sites.(): Permission denied in /Users/danmartino/Local Sites/axcleaning/app/public/wp-content/plugins/ajax-search-pro/includes/classes/Utils/FileManager.php on line 183 Call Stack # Time Memory Function Location 1 0.0001 370792 {main}( ) .../admin.php:0 2 0.0001 371496 require_once( '/Users/danmartino/Local Sites/axcleaning/app/public/wp-load.php' ) .../admin.php:34 3 0.0001 371872 require_once( '/Users/danmartino/Local Sites/axcleaning/app/public/wp-config.php' ) .../wp-load.php:50 4 0.0001 380456 require_once( '/Users/danmartino/Local Sites/axcleaning/app/public/wp-settings.php' ) .../wp-config.php:91 5 0.0591 5466408 do_action( ) .../wp-settings.php:617 6 0.0591 5466784 WP_Hook->do_action( ) .../plugin.php:517 7 0.0591 5466784 WP_Hook->apply_filters( ) .../class-wp-hook.php:332 8 0.0630 5450016 WPDRMS\ASP\Core\Manager->init( ) .../class-wp-hook.php:308 9 0.0632 5454896 WPDRMS\ASP\Core\Manager->loadIncludes( ) .../Manager.php:71 10 0.0750 5894832 WPDRMS\ASP\Asset\Css\Manager::getInstance( ) .../Manager.php:279 11 0.0750 5894944 WPDRMS\ASP\Asset\Css\Manager->__construct( ) .../SingletonTrait.php:16 12 0.0758 5897352 WPDRMS\ASP\Asset\Css\Generator->generate( ) .../Manager.php:32 13 0.0790 6154312 WPDRMS\ASP\Asset\Css\Generator->saveFiles( ) .../Generator.php:26 14 0.0817 6185640 WPDRMS\ASP\Utils\FileManager->write( ) .../Generator.php:138 15 0.0817 6186048 WPDRMS\ASP\Utils\FileManager->createRequiredDirectories( ) .../FileManager.php:75 16 0.0825 6199072 mkdir ( )
Any help would be great.
Thanks,
DanAttachments:
You must be logged in to view attached files.March 9, 2023 at 4:12 pm #41701Hi David,
Can you please check if the
Best,wp-content/uploads
andwp-content/cache
directories exist and are writeable, that should very likely resolve the issue.
The plugin very likely tried to access one or create the cache directory but it may failed.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 9, 2023 at 4:18 pm #41702That was it! Thank you! It was the cache folder, FYI.
March 9, 2023 at 4:20 pm #41703Nice!
I have noted this as a bug, we will figure out some way to resolve this for the upcoming release.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.