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

Chrome plugin says FPC is enabled, but it isn't #2

Closed
matt-bailey opened this issue Nov 17, 2016 · 3 comments
Closed

Chrome plugin says FPC is enabled, but it isn't #2

matt-bailey opened this issue Nov 17, 2016 · 3 comments

Comments

@matt-bailey
Copy link

Hi. I'd like to try out your DevTools module, but the Chrome plugin says FPC is enabled when it isn't.

The site is running M2 CE 2.1.2. At the moment I'm testing it as a local dev site.

screenshot 2016-11-17 12 57 35

screenshot 2016-11-17 12 57 52

screenshot 2016-11-17 12 58 07

Can you help? Thanks.

@phoenix128
Copy link
Contributor

phoenix128 commented Nov 18, 2016

Hello @matt-bailey ,
did you configure devtools to accept your IP from your Magento settings configuration ?

If you are in doubt on your IP, you can just set "0.0.0.0/0".

@matt-bailey
Copy link
Author

Fantastic that worked, thank you!

My dev site is in a VM, so I had tried my host machines network IP address (in my case 192.168.0.1) and also 127.0.0.1. Neither of those worked, but 0.0.0.0/0 does - presumably that's just a catch-all wildcard IP?

@phoenix128
Copy link
Contributor

Yes, 0.0.0.0/0 means "all the network space", you probably have some kind of private network using a different class on you VM.

Abdul-Majid10 added a commit to Abdul-Majid10/m2-MSP_DevTools that referenced this issue Feb 10, 2023
…eter magespecialist#2 ($subject) while using PHP 8.0+

In new versions of PHP (8.*) the Second Parameter subject can't be null so if the $ranges is null then this will through exception : `Exception #0 (Exception): Deprecated Functionality: preg_split(): Passing null to parameter magespecialist#2 ($subject).....`. That crash the code flow. So by this commit solved the problem.
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