Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize project #22

Open
Asgen opened this issue May 10, 2020 · 2 comments
Open

Initialize project #22

Asgen opened this issue May 10, 2020 · 2 comments

Comments

@Asgen
Copy link

Asgen commented May 10, 2020

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.

@omaratta2
Copy link

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 :)

@Asgen
Copy link
Author

Asgen commented May 21, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants