Wesley - WD Imports Posted February 24, 2014 Share Posted February 24, 2014 (edited) Olá, estou montando uma lojinha virtual, e de uma hora para a outra a loja parou de entrar no painel de administração e exibe erros PHP em todas as páginas.Alguém pode me ajudar por favor ?Endereço temporário da loja: http://www.wdimportados.tk Edited February 24, 2014 by Wesley - WD Imports (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted February 24, 2014 Share Posted February 24, 2014 (edited) Vc. está usando texto ou fotos linkadas a outra página ? O erro nao é ujm erro php, mas uma informacao que o seu servidor nao aceita links de dentro para fora do servidor. Entre em contato com o seu provedor. Edited February 24, 2014 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted February 24, 2014 Share Posted February 24, 2014 (edited) Quanto aos erros php: Warning: ini_set() has been disabled for security reasons in /home/wdimport/public_html/config/config.inc.php on line 34 Warning: ini_set() has been disabled for security reasons in /home/wdimport/public_html/config/config.inc.php on line 35 Warning: ini_set() has been disabled for security reasons in /home/wdimport/public_html/config/config.inc.php on line 36 Warning: Cannot modify header information - headers already sent by (output started at /home/wdimport/public_html/config/config.inc.php:34) in /home/wdimport/public_html/classes/controller/FrontController.php on line 756 Vc. nao tem poderes para um ini próprio. No ficheiro /config/config,inc.php existem algumas linhas que sobre escrevem settings do seu servidor. Se o seu provedor nao aceita esta linhas, tente comentá-las. Como comentar: Simplesmente altere as linhas abaixo no ficheiro /config/config.inc.php /* Improve PHP configuration to prevent issues */ //ini_set('upload_max_filesize', '100M'); //ini_set('default_charset', 'utf-8'); //ini_set('magic_quotes_runtime', 0); Após desativer, também desative o modo debug, alterando as linhas como abaixo citado: ficheiro /config/defines.inc.php /* Debug only */ define('_PS_MODE_DEV_', false); if (_PS_MODE_DEV_) { @ini_set('display_errors', 'off); define('_PS_DEBUG_SQL_', true); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true); Para o erro Admin, favor entrar em contato com o seu provedor. Edited February 24, 2014 by selectshop.at (see edit history) 1 Link to comment Share on other sites More sharing options...
Wesley - WD Imports Posted February 24, 2014 Author Share Posted February 24, 2014 Olá selectshop.at, muito obrigado pela sua ajuda, todos os problemas foram resolvidos apenas modificando o config.inc.php como você disse. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now