Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-addon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-sites domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the uael domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Warning: Attempt to read property "post_title" on null in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-content/plugins/elementor/core/isolation/elementor-adapter.php on line 28

Deprecated: ¡La función WP_Dependencies->add_data() ha sido llamada con un argumento que está obsoleto desde la versión 6.9.0! Los comentarios condicionales de IE los ignoran todos los navegadores compatibles. in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260
admin, autor en ERA Hosting - Página 4 de 13

admin

Importar BDs grandes en PHPMyAdmin

Hay que aumentar los tamaños de subida de archivos en php.ini y además esto: You can add this line in /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/vendor/phpmyadmin/config.inc.php file and change the value :// maximum execution time in seconds (0 for no limit)$cfg[‘ExecTimeLimit’] = 300; Si no va entonces: To set the maximum size of a file that can be uploaded: -Open […]

Importar BDs grandes en PHPMyAdmin Leer más »

Seguridad en Plesk

Agregar esto a PHP: disable_functions = exec,shell_exec,system,passthru,popen,pclose,proc_open,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellcmd,escapeshellarg,ini_restore,safeshell,showsource,dl,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority

Seguridad en Plesk Leer más »

Plesk tarda mucho en iniciar y moverse por los menús

Puede ser un problema de licencia. Probar a poner en hosts: 127.0.0.1 plesk.com odin.com parallels.com swsoft.com ka.plesk.com ka.odin.com ka.parallels.com ka.swsoft.com198.143.164.252 wordpress.org es.wordpress.org198.143.164.251 api.wordpress.org128.30.52.100 www.w3.org192.0.77.48 s.w.org46.23.72.14 yoa.st192.124.249.114 yoast.com192.0.78.13 codex.wordpress.com192.0.78.12 lb.wordpress.com192.0.73.2 secure.gravatar.com198.143.164.243 plugins.svn.wordpress.org198.143.164.245 svn.wordpress.org

Plesk tarda mucho en iniciar y moverse por los menús Leer más »

Migracion imagen a nuevo servidor

– Importar máquina virtual a nueva ubicacion copiando todos los contenidos– Solicitar IP nueva– Crear inversa– Crear MAC virtual, asignar inversa y asignar MAC virtual a la VM– Entrar por consola y cambiar la IP : https://support.plesk.com/hc/en-us/articles/115001761193-How-to-change-the-IP-address-of-Plesk-server-– Entrar en Plesk y cambiar nombre de servidor– Asignar como primer DNS en ifcfg-eth0: 213.186.33.99 y seguno: 8.8.8.8– Ejecutar yum clean allyum makecacheyum update

Migracion imagen a nuevo servidor Leer más »

Redirigir correo de ciertos dominios a otro SMTP

https://www.linuxquestions.org/questions/linux-server-73/post-fix-smtproutes-935802 En el caso de Plesk hay que editar:/var/spool/postfix/plesk/transport Y poner por ejemplo: hotmail.es smtp:[178.32.72.126]hotmail.com smtp:[178.32.72.126]gmail.com smtp:[178.32.72.126] Luego: postmap hash:/var/spool/postfix/plesk/transport Asegurarse de que en main.cf esté puesto: transport_maps = hash:/var/spool/postfix/plesk/transport Y reiniciar postfix

Redirigir correo de ciertos dominios a otro SMTP Leer más »