selin Posted July 25, 2013 Share Posted July 25, 2013 selam arkadaşlar, sitemde bazı manuel düzenlemeler yapmak istiyorum ve bunun için manuel.php dosyam var aşağıdaki hatayı almaktayım ve bu fonksiyonu hiç kullanmadım ve bu sorunu nasıl çözebilirim acaba? Fatal error: Cannot redeclare p() (previously declared in config/config.inc.php on line 92: function p($var) { return (Tools:($var)); } function d($var) { Tools:($var); }[/b] [b]function ppp($var) { return (Tools:($var)); } function ddd($var) { Tools:($var); }[/b] [b] Link to comment Share on other sites More sharing options...
SahinSOLMAZ Posted July 25, 2013 Share Posted July 25, 2013 Selam, Fonksiyonu başka bir yerde kullanmadığınıza emin iseniz: muhtemelen config dosyasını bir yerlerde çağırıyorsunuzdur. Örneğin: include(dirname(__FILE__).'/../config/config.inc.php'); yerine aşağıdakini komutu kullanın: include_once(dirname(__FILE__).'/../config/config.inc.php'); ve tekrar deneyiniz, kolay gelsin. 1 Link to comment Share on other sites More sharing options...
selin Posted July 26, 2013 Author Share Posted July 26, 2013 Selam, Fonksiyonu başka bir yerde kullanmadığınıza emin iseniz: muhtemelen config dosyasını bir yerlerde çağırıyorsunuzdur. Örneğin: include(dirname(__FILE__).'/../config/config.inc.php'); yerine aşağıdakini komutu kullanın: include_once(dirname(__FILE__).'/../config/config.inc.php'); ve tekrar deneyiniz, kolay gelsin. harika ya! çok teşekkürler ) 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