Neler yeni
Presta-TR

Forumumza kayıt olarak hem destek alabilir hem de destek verebilirsiniz!

Şimdiden aramıza hoş geldiniz.

Prestashop 1.6.0.6 Modül Sorunu

celebi

Yeni Üye
Katılım
8 Eyl 2009
Mesajlar
5
Tepkime puanı
0
Puanları
0
Admin panelinde diğer kısımlar çalışırken modül'e tıkladımda..

[PrestaShop] Fatal error in module gridextjs:
Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit)

Bu hatayı almaktayım.. Bir fikri olan var mı?
 
config/defines.inc.php içindeki PS_MOD_DEV true ise false yapıp tekrar denermisin?
 
config/defines.inc.php içindeki PS_MOD_DEV'in görüntüsünü aşağıya koyuyorum.. Karşısında hali hazırda 'false' yazmakta.

* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to PrestaShop: Ecommerce Software to create your Online Store for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @license The Open Software License 3.0 (OSL-3.0) | Open Source Initiative Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/

/* Debug only */
define('_PS_MODE_DEV_', false);
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);
if (_PS_MODE_DEV_)
{
@ini_set('display_errors', 'on');
@error_reporting(E_ALL | E_STRICT);
define('_PS_DEBUG_SQL_', true);
}
else
{
@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);
}

define('_PS_DEBUG_PROFILING_', false);
define('_PS_MODE_DEMO_', false);

$currentDir = dirname(__FILE__);

if (!defined('PHP_VERSION_ID'))
 
Admin panelinde diğer kısımlar çalışırken modül'e tıkladımda..

[PrestaShop] Fatal error in module gridextjs:
Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit)

Bu hatayı almaktayım.. Bir fikri olan var mı?


burda ilk defa karşılaştığım bir problem var. FTP den modules klasörüne girin ordaki tüm klasörleri bilgisayarınıza indirin sonra 5 adet yükleyin tekrar deneyin sorun tekrar oluşana kadar diğerlerinide aktarın. hangi modülde sorun var o şekilde ortaya çıkabilir.
 
Üst Alt