dblinks
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] /amp Category Pages are 404Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] /amp Category Pages are 404I also changed to the /?amp endpoint. Is this supposed to “enforce” the ? mark? It is not so I have to type the /?amp into the url and I see when I do my featured image shows up, without the ? it does not. This is aside from the url’s not validating for “fix” in console. The actual domain.com/?amp validates fine but Google does not find the “?” so it throws error still.
thanks
stuSorry for posting in the wrong place. You didn’t read what I said carefully. I said I got it working by restarting php-fpm when the plugin is deactivated. (2nd paragraph).
The problem…. You have version 2.3.1 installed. Update to 3.0.1. View version 3.0.1 details. Compatibility with WordPress 4.9.6: Unknown
Most people don’t know or can’t restart PHP7.0-fpm on their server (or whatever version of php they have). I deactivated the plugin, restarted php-fpm and now have 2.3.2. (finally:)
I bought the premium and tried it out of the box on a test site and it’s too complicated to get working with a premium theme. Not worth the time messing with it until the roadmap clears up. The supported free version is welcome.
Looking forward to that. +1
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] URL ConversionThese are called “User Tags” and yes have post ID. This is how the url is formed by inspecting the list. Hopefully this makes sense.
Thanks for taking a look!
StuSame, across multiple installs.
2018/04/23 18:00:35 [error] 29413#29413: *1938 FastCGI sent in stderr: “PHP message: PHP Warning: require_once(Postman-Mail/PostmanContactForm7.php): failed to open stream: No such file or directory in /srv/mydomain/wp-content/plugins/post-smtp/Postman/Postman.php on line 57
PHP message: PHP Fatal error: require_once(): Failed opening required ‘Postman-Mail/PostmanContactForm7.php’ (include_path=’.:/usr/share/php’) in /srv/mydomain/wp-content/plugins/post-smtp/Postman/Postman.php on line 57”Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Premium Ad Auto insertion[resolved]
After reading google code above is for non amp auto ads.This is correct and validates correctly:
<amp-auto-ads
type=”adsense”
data-ad-client=”ca-pub-xxxxxxxxxxxxxxxxx”>
</amp-auto-ads>Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Premium Ad Auto insertionUnresolved, Premium AMP Ads Plugin issue.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Premium Ad Auto insertionI used what Google generated to put in your plugins AMP Auto Ads Code section for premium AMP ads? When you checked this it was active.
I’m NOT inserting anything in the head except Google Analytics.
This is what adsense said to put in the head. I put it in your premium auto ads section opposed to what you said in your response. I understand you may see a problem but I feel like I’ve done this correctly. (?) Thanks for your help.
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-xxxxxxxxxxxxxxxxxx”,
enable_page_level_ads: true
});
</script>Fantastic work and updates on this plugin. Thank you.
Wow, sorry to butt in, but there were 3 support issues/tickets before this one in the last week. What the heck is up with that?
Forum: Plugins
In reply to: [Custom Dashboard Widget & Dashboard Contact Form] Mail Errorok, I’m sorry it DOES work now with your code revisionwhen I put a valid email inside “Copy”.
Thanks !!!
Forum: Plugins
In reply to: [Custom Dashboard Widget & Dashboard Contact Form] Mail ErrorI really appreciate your help. If this cannot work would be nice just to be able to take out the support form.
I changed the line you listed above correctly, now error is back to original:
(service php7-fpm restart)2018/03/19 12:21:16 [error] 18997#18997: *199440 FastCGI sent in stderr: “PHP message: ERROR PostmanWpMail: Exception code=0 message=Invalid “Cc” e-mail address “mydomain Support”” while reading response header from upstream, client: xxx.94.xx.144, server: mydomain.com, request: “POST /wp-admin/admin-ajax.php HTTP/1.1”, upstream: “fastcgi://unix:/var/run/ajenti-v-php7.0-fcgi-mydomain-php7.0-fcgi-0.sock:”, host: “.mydomain.com”, referrer: “https://.mydomain.com/wp-admin/”
Forum: Plugins
In reply to: [Custom Dashboard Widget & Dashboard Contact Form] Mail ErrorBack to the original problem (yes, this is multisite):
PHP Warning: array_values() expects parameter 1 to be array, boolean given in /a1srv/mydomain/wp-content/plugins/dashboard-contact-form/settings.php on line 134
if(is_multisite() && is_super_admin() && basename(filter_input(INPUT_SERVER,’PHP_SELF’)) == ‘options-general.php’ ){
$cdw_blogs = isset($_POST[‘blog_id’]) ? array_values(filter_input(INPUT_POST,’blog_id’)) : array();if($cdw_blogs)
$checked = in_array($blog[‘blog_id’],$cdw_blogs,true) ? “checked=\”checked\”” : “”;
$current =PHP message: PHP Warning: in_array() expects parameter 2 to be array, string given in /a1srv/mydomain/wp-content/plugins/dashboard-contact-form/settings.php on line 265
BLOG_ID_CURRENT_SITE == $blog[‘blog_id’] ? ‘ ‘.__(‘(Current)’,’cdw_widget’).’‘ : ”;
$disabled = BLOG_ID_CURRENT_SITE == $blog[‘blog_id’] ? ‘disabled=”disabled”‘ : ”;
echo “<tr><td><input class=\”input_blog\” type=\”checkbox\” “.$checked.” “.$disabled.” name=\”blog_id[]\” value=\””.$blog[‘blog_id’].”\” /></td><td>“.$blog[‘blog_id’].”:</td>”
.”<td>“.$blog[‘domain’].$blog[‘path’].”“.$current.”</td></tr>\n”;
}