You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all!
I'm totaly newbie here.
I'm trying to deploy this theme on local machine. After pressing "activate" on rest-api-data-localizer plugin in WP dashboard - an error appears Fatal error: require(): Failed opening required '/Users/admin/Projects/mamp/zzz/wp-content/plugins/rest-api-data-localizer/store/key/callback.php' (include_path='.:/Applications/MAMP/bin/php/php7.1.32/lib/php') in /Users/admin/Projects/mamp/zzz/wp-content/plugins/rest-api-data-localizer-master/radl.php on line 62
The destination in the error is correct and there is callback.php file in /Users/admin/Projects/mamp/zzz/wp-content/plugins/rest-api-data-localizer/store/key folder.
Runing this on mamp with php 7,1.
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
I had the same issue, the solution is actually kinda a bummer, see when you look closely you will find that the requested path is /Users/admin/Projects/mamp/zzz/wp-content/plugins/rest-api-data-localizer/store/key/callback.php
While the actual folder containing the plugin is called rest-api-data-localizer-master just remove 'master' from the folder name :)
I had the same issue, the solution is actually kinda a bummer, see when you look closely you will find that the requested path is /Users/admin/Projects/mamp/zzz/wp-content/plugins/rest-api-data-localizer/store/key/callback.php
While the actual folder containing the plugin is called rest-api-data-localizer-master just remove 'master' from the folder name :)
Thanks for your answer - it did the trick.
There is another issue:
When I'm going to any internal page - I got an error https://prnt.sc/slb0fr
If after that I reload page - it shows ok. So it kinda preloader issue? Also it only happens if I'm not logged in.
Hi all!
I'm totaly newbie here.
I'm trying to deploy this theme on local machine. After pressing "activate" on rest-api-data-localizer plugin in WP dashboard - an error appears
Fatal error: require(): Failed opening required '/Users/admin/Projects/mamp/zzz/wp-content/plugins/rest-api-data-localizer/store/key/callback.php' (include_path='.:/Applications/MAMP/bin/php/php7.1.32/lib/php') in /Users/admin/Projects/mamp/zzz/wp-content/plugins/rest-api-data-localizer-master/radl.php on line 62
The destination in the error is correct and there is callback.php file in /Users/admin/Projects/mamp/zzz/wp-content/plugins/rest-api-data-localizer/store/key folder.
Runing this on mamp with php 7,1.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: