leogoes1980
Respostas criadas no fórum
-
Fórum: Temas e templates
Em resposta a: Tema MoresaBoa tarde @ruicruzpt é muito estranho, mesmo ativando o debug não gera log algum. Nem na primeira opção dentro da pasta wp-content quanto a segunda opção /tmp/wp-errors.log
Server é uma VM Linux no VMWare com o RedHat 9.
// Enable WP_DEBUG mode
define(‘WP_DEBUG’, true);
// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, ‘/tmp/wp-errors.log’);
// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’, 0);- Esta resposta foi modificada há 1 ano, 2 meses por leogoes1980.
Fórum: Temas e templates
Em resposta a: Tema MoresaObrigado por responder, segue log de erro no /etc/httpd/logs
[15/Feb/2025:11:52:47 +0000] “GET /wp-admin/plugins.php?plugin_status=all&paged=1&s HTTP/1.1” 500 2846 “http://www.xxx.com/wp-admin/plugin-install.php?s=Widget%2520Importer%2520%2526%2520Exporter&tab=search&type=term” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0”
[15/Feb/2025:11:52:47 +0000] “GET /favicon.ico HTTP/1.1” 500 2654 “http://www.xxx.com/wp-admin/plugins.php?plugin_status=all&paged=1&s” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0”
[15/Feb/2025:11:52:48 +0000] “GET /wp-admin/plugins.php?plugin_status=all&paged=1&s HTTP/1.1” 500 2846 “http://www.xxx.com/wp-admin/plugin-install.php?s=Widget%2520Importer%2520%2526%2520Exporter&tab=search&type=term” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0”
[15/Feb/2025:11:52:53 +0000] “GET /wp-admin/ HTTP/1.1” 500 2846 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0”