pk825
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Watermark] Doesn’t work after updateI found the problem: my version of plugin doesn’t work with php 7.2 or 7.3. I have downgrade to php 7.1
Forum: Plugins
In reply to: [Easy Watermark] Doesn’t work after updateThe problem persist and it doesn’t depend on the modifcation of the name (I suppose made by the 5.2 WordPress).
It seems related to 24 bit image upload, could GD manage this type of file?I doesn’t modify my configuration , but maybe some update could have enable the webp image (I don’t know how to verify it)
I read the code and finally understand that the featured image was added to the db the first time we open the post
Forum: Plugins
In reply to: [Keyring Social Importers] Flickr Group ImportHi,
with a little hack in keyring-importer-flickr.php I could use your plugin!
Just modified:
$url = “https://api.flickr.com/services/rest/?”;
//modificato per apodGrAG
$params = array(
‘method’ => ‘flickr.groups.pools.getPhotos’,
‘api_key’ => $this->service->key,
‘group_id’ => ‘nnnnn@Nii’,
‘per_page’ => self::NUM_PER_REQUEST,
‘extras’ => implode( ‘,’, $extras ),
);
Thank you againForum: Plugins
In reply to: [Keyring Social Importers] Flickr Group ImportThank you for the quick replay and I suppose it could be possible to modify your plugin in order to get the group photos with the API you shared.
I’ll try and I hope it’ll work ??Forum: Plugins
In reply to: [LiteSpeed Cache] Known Supported PluginsAs you think the problem is related to the server and the service provider solve it changing some configuration.
Thank you for all the informationForum: Plugins
In reply to: [LiteSpeed Cache] Known Supported PluginsThank you for the answer, before I open the ticket to litespeed I want to share this information.
If I use a demo site:
https://wpmaster.demo.civicrm.org/wp-login.php (user demo/demo)
and then the link
https://wpmaster.demo.civicrm.org/wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fmember%2Fsearch&reset=1
using the search button I have in the query string the following
https://wpmaster.demo.civicrm.org/wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fmember%2Fsearch&_qf_Search_display=true&qfKey=6709b858d58d2f669a89cae4c9d06171_4657but on my site
after the
https://www.grag.org/wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fmember%2Fsearch&reset=1
pressing the searrch button I have the following link and the error
https://www.grag.org/wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fmember%2Fsearch
the variables is missing.Could this help the analysis of the error?
Forum: Plugins
In reply to: [LiteSpeed Cache] Known Supported PluginsThank you for you answer @lclarke,
I know that the problem seems related to Civicrm, but previuosly I solved a similar problem modifiyng the configuration of the Varnish cache in order to avoid it in the civicrm pages. Now I’m on litespeed server and litespeed plugin cache so I try to investigate on this way.
I try to remove the www in the basedir configuration without any success.Forum: Plugins
In reply to: [LiteSpeed Cache] Known Supported PluginsHi,
is the plugin compatible with Civicrm (https://civicrm.org/wordpress)?
I just upgrade to a provider with litespeed technology and civicrm doesn’t work giving the error:
Sorry but we are not able to provide this at the moment.
We can’t load the requested web page. This page requires cookies to be enabled in your browser settings. Please check this setting and enable cookies (if they are not enabled). Then try again. If this error persists, contact the site administrator for assistance.<br /><br />Gli amministratori del sito: Questo errore può indicare che gli utenti accedono a questa pagina utilizzando un dominio o URL diverso da quello configurato dall’ URL di base. ESEMPIO: URL di base è https://example.org, ma alcuni utenti l’accesso alla pagina tramite https://www.example.org o un alias di dominio come https://myotherexample.org.<br /><br />tipo di errore: Impossibile trovare una chiave di sessione valido.Forum: Themes and Templates
In reply to: [Photolab] How to activate sidebarThank you for the quick answer.
I’ll wait for the new release.