Manny (emanweb)
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Fatal Error after update to 2.3.0I was able to fix this issue by first updating Redis on my server. Thank the plugin update worked fine.
Forum: Plugins
In reply to: [Redis Object Cache] Fatal Error after update to 2.3.0Same here using 6.1.* or 6.2 with PHP 8.1.
Tambem estou com problema com esse plugin e o Woo 7.3.0. Quando esta habilitado o botão “aplicar cupom” não funciona. E não consigo ver erro algum.
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Erros desde ontem dia 18/04Também notamos a instabilidade no sistema do pagseguro que faz o site ficar extremamente lento no Checkout Transparente. Recebi esse email:
Alguns sistemas do PagSeguro PagBank estão passando por instabilidades técnicas e isto pode afetar o uso do saldo da sua conta ou as vendas via internet. As vendas nas maquininhas estão funcionando normalmente e você pode consultar o status das transações no relatório de vendas na própria maquininha. Porém, você pode ter dificuldades para usar o seu saldo ou atraso na aprovação das transações de e-commerce. Pedimos desculpas pelo ocorrido. Reforçamos que nossos times estão trabalhando para restabelecer os serviços e temos previsão de que a situação estará normalizada nas próximas horas. Atenciosamente, Equipe PagSeguro PagBankDescobri que a URL de sandbox dessa versão foi descontinuada: Se tentarem acessar pelo não vai funcionar. https://qasecommerce.cielo.com.br
Mais informações:
https://developercielo.github.io/faq/faq-webservice-1-5- This reply was modified 5 years, 3 months ago by Manny (emanweb).
- This reply was modified 5 years, 3 months ago by Manny (emanweb).
@pedrorivera eu testei com o CloudFlare e diretamente usando LetsEncrypt. Os dois estão dando o mesmo problema. Estou fazendo alguns testes aqui pra tentar resolver esse problema.
Também estou com esse mesmo problema. Alguem conseguiu resolver?
This issue is probably because of your webserver security settings. Do a inspect element on these pages and see if you see an error like:
Refused to display “URL” in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’. http://www.responsinator.com/:1
If you are running NGINX then need to find a setting like:
more_set_headers “X-Frame-Options : SAMEORIGIN”;
and comment it out.There’s a reason for that and I’d recommend do this only on stage or while testing your site’s responsiveness.
Thanks for the quick response. I tried that and got a little better page load (5.7s). But still when plugin not enabled we do get 2.5s and faster. The site is https://organicelv.com
I had the same problem and the work around for me was to comment out the line 166 at class-editot.php file
// tinyMCE.activeEditor.setContent(”);Same here, our site page load went from 2 seconds to 22.
Forum: Plugins
In reply to: [Force Login] Allow all pages and block a few.Hi Kevin,
Yes, that is what I want. I thought it could have a capability to allow all and block everything else inside URL folder like /dashboard/ or /my-account/
Thanks for the information.Forum: Plugins
In reply to: [WPSiteSync for Content] Question about CPT'sIndeed great plugin! Any estimates when the CPT add-on will be available?
The problem is (was) on all WordPress default themes as well.
Forum: Fixing WordPress
In reply to: No thumbnail image on Twitter/sporadic on FBThen the problem could be an issue with your theme. Check the HTML source code for the tags that Facebook and Twitter use. Here are what they use: https://moz.com/blog/meta-data-templates-123
Another thing you may try, backup your site and test on 2016 or 2015 default theme.