PDA

View Full Version : علت نمایش کدها



p30online
یک شنبه 24 شهریور 1392, 00:02 صبح
دوستان برای چه وقتی سایت بالا میاد این ها رو نمایش میده ؟؟؟



/**
386 * Class autoload loader.
387 * This method is provided to be invoked within an __autoload() magic method.
388 * @param string $className class name
389 * @return boolean whether the class has been loaded successfully
390 */
391 public static function autoload($className)
392 {
393 // use include so that the error PHP file may appear
394 if(isset(self::$classMap[$className]))
395 include(self::$classMap[$className]);
396 elseif(isset(self::$_coreClasses[$className]))
397 include(YII_PATH.self::$_coreClasses[$className]);
398 else
399 {
400 // include class file relying on include_path
401 if(strpos($className,'\\')===false) // class without namespace
402 {
403 if(self::$enableIncludePath===false)
404 {
405 foreach(self::$_includePaths as $path)
406 {
407 $classFile=$path.DIRECTORY_SEPARATOR.$className.'. php';
408 if(is_file($classFile))
409 {





#0
– /home/asad/public_html/wp-content/plugins/ose-firewall/framework/YiiBase.php(397): YiiBase::autoload()
392 {
393 // use include so that the error PHP file may appear
394 if(isset(self::$classMap[$className]))
395 include(self::$classMap[$className]);
396 elseif(isset(self::$_coreClasses[$className]))
397 include(YII_PATH.self::$_coreClasses[$className]);
398 else
399 {
400 // include class file relying on include_path
401 if(strpos($className,'\\')===false) // class without namespace
402 {

الی آخر

p30online
یک شنبه 24 شهریور 1392, 00:13 صبح
این هم عکسها :

::http://www.uploadtak.com/images/e35_p30online.png

http://www.uploadtak.com/images/z2478_p30000.png

h.rezaee
یک شنبه 24 شهریور 1392, 00:20 صبح
سلام. حدس بنده اینه که کلاس مربوطه رو درون فایلی که میخواهین استفاده کنید ازش include یا require نکردین.

p30online
یک شنبه 24 شهریور 1392, 00:24 صبح
چند وقت پیش میومد بالا !یعنی دستکاری شده؟؟؟

MMSHFE
یک شنبه 24 شهریور 1392, 09:47 صبح
شاید فایلی یا پوشه ای پاک شده باشه. از روی نسخه پشتیبانی برگردونید شاید درست شد. راستی این سیستم بنظرم جالب اومد. از یکطرف سیستم خطای Yii رو داره و از طرف دیگه انگار با WordPress نوشته شده. میشه یکم درموردش توضیح بدین؟

p30online
یک شنبه 24 شهریور 1392, 13:02 عصر
درست شد MMSHFE ممنون!