tokar86a
Forum Replies Created
-
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Request – CDN SupportYes i know that. I think it is becours
the file is here: https://piwik.myabdllife.com/piwik/piwik.js
Like i sad before. But i donw know how i can get this to work whit my CDN. When piwik is on a sub domain that is not cached by my cdn host. But i dont know how i can get the CDN to cache the Piwik files.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Request – CDN SupportI have enter the right address
<!– Piwik –>
<script type=”text/javascript”>
var _paq = _paq || [];
_paq.push([“setCookieDomain”, “*.www.myabdllife.com”]);
_paq.push([‘trackPageView’]);
_paq.push([‘trackAllContentImpressions’]);
_paq.push([‘enableLinkTracking’]);
(function() {
var u=”//piwik.myabdllife.com/piwik/”;
_paq.push([‘setTrackerUrl’, u+’piwik.php’]);
_paq.push([‘setSiteId’, 1]);
var ucdn=((‘https:’ == document.location.protocol) ? ‘https://myabdllifecom.r.worldssl.net/’ : ‘https://myabdllifecom.r.worldssl.net/’);
var d=document, g=d.createElement(‘script’), s=d.getElementsByTagName(‘script’)[0];
g.type=’text/javascript’; g.async=true; g.defer=true; g.src=ucdn+’piwik.js’; s.parentNode.insertBefore(g,s);
})();
</script>
<!– End Piwik Code –>this is my cdn address: myabdllifecom.r.worldssl.net
I still end up whit the same problem.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Request – CDN SupportI use the Default tracking.
The file is here: https://piwik.myabdllife.com/piwik/piwik.js
So i am not sure if the CDN have been able to store it.
My code look like this:
<!– Piwik –>
<script type=”text/javascript”>
var _paq = _paq || [];
_paq.push([“setCookieDomain”, “*.www.myabdllife.com”]);
_paq.push([‘trackPageView’]);
_paq.push([‘trackAllContentImpressions’]);
_paq.push([‘enableLinkTracking’]);
(function() {
var u=”//piwik.myabdllife.com/piwik/”;
_paq.push([‘setTrackerUrl’, u+’piwik.php’]);
_paq.push([‘setSiteId’, 1]);
var d=document, g=d.createElement(‘script’), s=d.getElementsByTagName(‘script’)[0];
g.type=’text/javascript’; g.async=true; g.defer=true; g.src=u+’piwik.js’; s.parentNode.insertBefore(g,s);
})();
</script>
<!– End Piwik Code –>Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Request – CDN SupportIt dont work to 100%
when i do this it say that it dont find the piwik.js file any more when i check my site whit help off Pingdom tools
https://tools.pingdom.com/fpt/#!/egLLMF/https://www.myabdllife.com/
Forum: Plugins
In reply to: [Simple Lightbox] Simple Lightbox and SSLIs this something that is going to be supported in the 2.4 release? At this moment i run 2.4 release candidate 1
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorYes my site can be reached at myabdllife.com but when you hit that it should redirect you to https://www.myabdllife.com
So i dont see it like two address. How can it be that you still get the error and i dont?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorWhat do you mean whit 2 different addresses? I only have one.
Did you not read my responds?
I get this error to work when i deactivated ZenCache and activated again. I dont get the error any more.
I dont use CloudFlare.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorI think i found the problem.
It seems like it was related to ZenCache. When i deactivate that plugin and activate it again that fix the problem.
Strange.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorThe address there is: https://www.myabdllife.com
Yes i have more wordpress installations on my server. But they are on other folders. And should not be any problem.
No i dont have any info there about
home_dir or site_url
What can be the problem here.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorYes the file is there and it have the right permission but i still get this error:
Warning: require(/srv/users/serverpilot/apps/wordpressmyabdllife/public/wp-content/plugins/jetpack/modules/contact-form.php): failed to open stream: No such file or directory in /srv/users/serverpilot/apps/wordpressmyabdllife/public/wp-content/plugins/jetpack/class.jetpack.php on line 1130
Fatal error: require(): Failed opening required ‘/srv/users/serverpilot/apps/wordpressmyabdllife/public/wp-content/plugins/jetpack/modules/contact-form.php’ (include_path=’.:/opt/sp/php5.6/lib/php’) in /srv/users/serverpilot/apps/wordpressmyabdllife/public/wp-content/plugins/jetpack/class.jetpack.php on line 1130
I dont find anything in the error log about this.
So what should we do now?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorYes that file have the permission set to 664 the same as the other files in that folder.
So what could it be then?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorWhat i can see the file is there: https://sv.tinypic.com/r/2d8l7wy/8
So whats can be wrong then?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorI have 20 GB free space.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] class.jetpack.php errorI have try that already and it dont fix the problem.
I end up whit the same error.