ebenito
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Problem uploading file to importMe respondo a mi mismo, acabo de solucionarlo a?adiendo al wp-config.php:
define('ALLOW_UNFILTERED_UPLOADS', true);
Por si le es útil a alguien.
Saludos
Yes, It’s verfied and good connected, but show this messege: “We have verified your company. We may check the quality of the record, so it may take up to 3 days to publish.”:
https://pasteboard.co/J3WRjTM.png
But it’s verified, and only wants check the quality. And it’s Good connected in your plugin:
https://pasteboard.co/J3WNtx5.png
How can I fix this issue?
Thanks
Hi @koen12344
Thanks for tour support; I was connect with my GB, but I can’t post it.
Always I get this messege: “Failed to create/update post: Creating/Updating a local post is not authorized for this location.”
But I connect to my account and location; I don’t understand the reason of this error.
What can I do?
Thanks; greatings
EstebanHola José; ya por fin está todo funcionando bien!!!
Muchas gracias por tu fantástica ayuda.
P.D.: He seguido los pasos que me has dicho escrupulosamente, incluso los he repetido dos o tres veces; y al final he tenido que marcar también la opción de “Solucionador de contenido mixto” para que funcione todo bien.
Lo de la fuente de iconos se ha solucionado solo; solo falta de la seguridad.
Saludos
Hola José
Acabo de quitar la redirección del cpanel, yhe hecho un prueba, y CORRECTO, ya si me lo marca como completado.
Pero tengo otros dos errores, creo que peores, a ver si podemos solucionarlos:
– El candado muestra una advertencia e indica que la conexión no es segura:
– Los lugares donde estaba usando una fuente de iconos ahora muestran un caracter (mira esto: https://pasteboard.co/IBbw6tN.jpg)Espero que me puedas indicar algo.
Muchas gracias, saludos
Hola José
Ante todo agradecerte el seguimiento de primera que está haciendo.
Ya miramos lo que me dices de Let’s Encrypt, te respondí con una captura de pantalla y me dijiste que lo dejase como estaba.
De todas formas te adjunto nuevas capturas de los asunto que entiendo están, o pueden estar, relacionados:
https://pasteboard.co/IAKZyZW.jpg (SG Optimizer no fuerza el redireccionamiento)
https://pasteboard.co/IAL09Tv.jpg (Ajustes Let’s Encrypt; aquí parece que si se está forzando, pero lo que me dijiste la otra vez que no tocase; de hecho lo cambié hace una semana o así, y en el navegador empezó a mostrarse roto el icono del candado de seguridad, indicando que no todos los elementos eran seguros, os algo así)
https://pasteboard.co/IAL58d2.jpg (detalles de los certificados)
Muchas gracias por todo, saludos
EstebanLo he a?adido, pero sigue sin funcionar.
?Qué puede estar ocurriendo?
Saludos
Hola Jose, muchas gracias por tu ayuda
No obstante no he conseguido que funcione aún; no te habia respondido antes porque he estado haciendo pruebas por cuenta, y luego con el equipo de soporte de mi proveedor de hosting; pero el caso es que no funciona aún.
El .htaccess ha quedado así:
# START PHP VERSION CHANGE forced by SG Optimizer AddHandler application/x-httpd-php72 .php .php5 .php4 .php3 # END PHP VERSION CHANGE # Leverage Browser Caching by SG-Optimizer <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 6 months" # CSS ExpiresByType text/css "access plus 1 year" # HTML components (HTCs) ExpiresByType text/x-component "access plus 2 months" # HTML ExpiresByType text/html "access plus 6 months" # JavaScript ExpiresByType application/javascript "access plus 1 year" ExpiresByType application/x-javascript "access plus 1 year" # Manifest files ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds" ExpiresByType text/cache-manifest "access plus 0 seconds" # Media ExpiresByType audio/ogg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/svg "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType video/mp4 "access plus 1 year" ExpiresByType video/ogg "access plus 1 year" ExpiresByType video/webm "access plus 1 year" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType application/pdf "access plus 1 year" ExpiresByType application/x-shockwave-flash "access plus 1 year" # Web feeds ExpiresByType application/atom+xml "access plus 1 hour" ExpiresByType application/rss+xml "access plus 1 hour" # Web fonts ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/font-woff2 "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" </IfModule> # END LBC # GZIP enabled by SG-Optimizer <IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE "application/atom+xml" \ "application/javascript" \ "application/json" \ "application/ld+json" \ "application/manifest+json" \ "application/rdf+xml" \ "application/rss+xml" \ "application/schema+json" \ "application/vnd.geo+json" \ "application/vnd.ms-fontobject" \ "application/x-font-ttf" \ "application/x-javascript" \ "application/x-web-app-manifest+json" \ "application/xhtml+xml" \ "application/xml" \ "font/eot" \ "font/opentype" \ "image/bmp" \ "image/svg+xml" \ "image/vnd.microsoft.icon" \ "image/x-icon" \ "text/cache-manifest" \ "text/css" \ "text/html" \ "text/javascript" \ "text/plain" \ "text/vcard" \ "text/vnd.rim.location.xloc" \ "text/vtt" \ "text/x-component" \ "text/x-cross-domain-policy" \ "text/xml" </IfModule> </IfModule> # END GZIP # HTTPS forced by SG-Optimizer # REDIRECCION CERTIFICADO SSL REDSYS POR JOSE CONTI RewriteEngine on RewriteCond %{QUERY_STRING} !^wc-api=WC_Gateway_redsys RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # FIN REDIRECCION CERTIFICADO SSL REDSYS POR JOSE CONTI # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # compress text, html, javascript, css, xml: ## EXPIRES CACHING ## ## EXPIRES CACHING ## RewriteCond %{HTTP_HOST} ^tubkala\.es$ [OR] RewriteCond %{HTTP_HOST} ^www\.tubkala\.es$ RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^/?$ "https\:\/\/tubkala\.com\/" [R=301,L] <Files 403.shtml> order allow,deny allow from all </Files> deny from 185.56.87.112 deny from 185.56.87.169
- This reply was modified 5 years, 1 month ago by ebenito.
Hola José, he probado con la última versión del plugin, por si acaso, pero me sigue ocurriendo lo mismo, sigue poniendo pendiente de pago en el estado, aunque realmente está hecho el pago.
?Has visto algo raro en mi .htaccess?
Muchas gracias por tu ayuda, saludos
EstebanClaro; muchas gracias:
# START PHP VERSION CHANGE forced by SG Optimizer
AddHandler application/x-httpd-php72 .php .php5 .php4 .php3
# END PHP VERSION CHANGE
# Leverage Browser Caching by SG-Optimizer
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault “access plus 6 months”
# CSS
ExpiresByType text/css “access plus 1 year”
# HTML components (HTCs)
ExpiresByType text/x-component “access plus 2 months”
# HTML
ExpiresByType text/html “access plus 6 months”
# JavaScript
ExpiresByType application/javascript “access plus 1 year”
ExpiresByType application/x-javascript “access plus 1 year”
# Manifest files
ExpiresByType application/x-web-app-manifest+json “access plus 0 seconds”
ExpiresByType text/cache-manifest “access plus 0 seconds”
# Media
ExpiresByType audio/ogg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType image/svg “access plus 1 year”
ExpiresByType image/svg+xml “access plus 1 year”
ExpiresByType video/mp4 “access plus 1 year”
ExpiresByType video/ogg “access plus 1 year”
ExpiresByType video/webm “access plus 1 year”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresByType application/pdf “access plus 1 year”
ExpiresByType application/x-shockwave-flash “access plus 1 year”
# Web feeds
ExpiresByType application/atom+xml “access plus 1 hour”
ExpiresByType application/rss+xml “access plus 1 hour”
# Web fonts
ExpiresByType application/font-woff “access plus 1 year”
ExpiresByType application/font-woff2 “access plus 1 year”
ExpiresByType application/vnd.ms-fontobject “access plus 1 year”
ExpiresByType application/x-font-ttf “access plus 1 year”
ExpiresByType font/opentype “access plus 1 year”
</IfModule>
# END LBC
# GZIP enabled by SG-Optimizer
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE “application/atom+xml” \
“application/javascript” \
“application/json” \
“application/ld+json” \
“application/manifest+json” \
“application/rdf+xml” \
“application/rss+xml” \
“application/schema+json” \
“application/vnd.geo+json” \
“application/vnd.ms-fontobject” \
“application/x-font-ttf” \
“application/x-javascript” \
“application/x-web-app-manifest+json” \
“application/xhtml+xml” \
“application/xml” \
“font/eot” \
“font/opentype” \
“image/bmp” \
“image/svg+xml” \
“image/vnd.microsoft.icon” \
“image/x-icon” \
“text/cache-manifest” \
“text/css” \
“text/html” \
“text/javascript” \
“text/plain” \
“text/vcard” \
“text/vnd.rim.location.xloc” \
“text/vtt” \
“text/x-component” \
“text/x-cross-domain-policy” \
“text/xml”
</IfModule>
</IfModule>
# END GZIP# HTTPS forced by SG-Optimizer
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# compress text, html, javascript, css, xml:## EXPIRES CACHING ##
## EXPIRES CACHING ##
RewriteCond %{HTTP_HOST} ^tubkala\.es$ [OR]
RewriteCond %{HTTP_HOST} ^www\.tubkala\.es$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ “https\:\/\/tubkala\.com\/” [R=301,L]<Files 403.shtml>
order allow,deny
allow from all
</Files>deny from 185.56.87.112
deny from 185.56.87.169OK; pero entonces, ?cómo hago lo que me decias que tengo que hacer para solucionar el problema?.
Ve dónde se genera el certificado de Let’s Encrypt, ahí veras que podrás desactivar el redireccionamiento forzado a HTTPS. Desactívalo, y prueba de nuevo.
Hola Joé, muchas gracias por tu respuesta.
El problema es que no estoy muy seguro de cómo aplicarla. Te adjunto captura de pantalla de lo que veo cuando en el combo que sale junto a cada dominio asociado a mi hosting multidominio, pulso sobre “Ajustes HTTPS”:
https://pasteboard.co/Ildhqk5.jpg
?Debo activar el interruptor de arriba?
Gracias