The problems happen with these 2 plugins:
Newsletter – Add-ons Manager
Newsletter – WP Users Integration
Hi, do you have a valid license code set on the configuration? Or are you using the free version?
Roberto
Hi,
I have the free version.
Can you please verify with your hosting if the server is able to connect to http://www.thenewsletterplugin.com ? For esample, with a curl from the command line.
@webagile
I have setup this code:
if(empty($_GET['action']) && $_GET['action'] !== 'test_curl')
return;
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_FOLLOWLOCATION => 1,
CURLOPT_URL => 'http://www.thenewsletterplugin.com',
CURLOPT_USERAGENT => 'Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 cURL test request/1.0'
));
// Send the request & save response to $resp
$resp = curl_exec($curl);
echo 'Status code: ',curl_getinfo($curl, CURLINFO_HTTP_CODE);
// Close request to clear up some resources
curl_close($curl);
if($resp === false)
die("Error");
echo $resp;
die();
You can see it live here: https://www.consultingroupitaly.com/?action=test_curl
Hi,
any news about this problem?
Hi, we are not experiencing this problem with other users and customers. Can you try to remove the addons manager and reinstall? Please read https://www.thenewsletterplugin.com/documentation/install-extensions
Regards,
Roberto
Please look at this libray: https://w-shadow.com/blog/2010/09/02/automatic-updates-for-any-plugin/
It allow to add custom updates with automatic update capabilities and also with the version information window.
PS: I have already tried to remove and reinstall the addons manager, same problem.
Grazie del suggerimento ma il sistema di update è presente e collaudato già da diversi anni, probabilmente qui siamo in presenza di un problema di permessi sul suo server. Può inviare una schermata del pannello Status a [email protected]?
Saluti,
Roberto
Hi,
I have exactly the same problems. I can’t update the Newsletter – WP Users Integration and the Newsletter – Event Plugins Integration on two sites that I run. In both cases I get the message that the update is not available.
I currently have Newsletter – Event Plugins Integration version 1.0.2 and Newsletter – WP Users Integration 1.1.4.
I am using the free version of the Newsletter plugin.
-
This reply was modified 7 years, 5 months ago by
timdevogel.
Have you installed the addons manager from http://www.thenewsletterplugin.com/account page?
Stefano.
Hi Stefano,
Yes, I have. But that doesn’t help.
Tim
Can you share a screenshot of your error? The status panel is reporting something marked as “ko”?
Stefano.
I have sent the screenshots via mail as requested.
And the newsletter plugin version is the latest one as well (5.8.x)?
Stefano.