Problema com o arquivo functions.php do meu site.
-
Olá, estou com um problema com o arquivo functions.php do meu site.
Eu criei um site no meu servidor localhost e ao transferir para o servidor de hospedagem ocorre o seguinte erro ao acessar o site:
Warning: require_once(/assets/includes/wp_bootstrap_navwalker.php): failed to open stream: No such file or directory in /home/anunci6q/public_html/wp-content/themes/anuncie-porangatu/functions.php on line 169
Fatal error: require_once(): Failed opening required ‘/assets/includes/wp_bootstrap_navwalker.php’ (include_path=’.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php’) in /home/anunci6q/public_html/wp-content/themes/anuncie-porangatu/functions.php on line 169Eu utilizo Bootstrap e o script wp_bootstrap_navwalker.php no meu menu, ele pode ser encontrado neste link https://github.com/twittem/wp-bootstrap-navwalker.
Pelo que eu percebi o erro esta no seguinte códido do function:
require_once('wp_bootstrap_navwalker.php');
Alguém poderia me ajudar a resolver este problema? Tentei utilizar o seguinte código, mas não resolveu:
include_path=".:wp_bootstrap_navwalker/php/includes";
- O tópico ‘Problema com o arquivo functions.php do meu site.’ está fechado para novas respostas.