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

Call to undefined function SEOstats\Config\env() #146

Open
fbarrento opened this issue Dec 16, 2016 · 4 comments
Open

Call to undefined function SEOstats\Config\env() #146

fbarrento opened this issue Dec 16, 2016 · 4 comments

Comments

@fbarrento
Copy link

I get this error when trying to access the GooglePageSpeesAnalysis

@merajsiddiqui
Copy link

$dotenv = new Dotenv\Dotenv('path to your .env'); $dotenv->load(); function env($config, $default) { $config_value = getenv($config); if(is_string($config_value) && (strlen(trim($config_value)) > 0)) { return $config_value; } else { return $default; } }

All you need to write this code where you are calling the Google Page Speed Analysis

@barryvdh
Copy link
Contributor

Fix in #150

@fnagel
Copy link

fnagel commented Mar 16, 2017

Same issue here.

@aw73
Copy link

aw73 commented Mar 31, 2017

Same issue with examples : get-mozscape-metrics.php or get-google-pagespeed-analysis.php

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

5 participants