ajax kullanarak bir PHP dosyası aramak istiyorum, bu PHP'de ajax tarafından sipariş vereceğim aramak. Ben o dosyadan/Mage.php uygulamasını kullanıyorum iken Ama hata atıyorMagento: Ölümcül hata: Bir üye fonksiyonuna çağrım getModelInstance() app Mage.php'de nesne olmayan bir nesne üzerinde 432
require_once '../../../../../../../../../../app/Mage.php';
$customer = Mage::getModel('customer/customer');
o zaman
Fatal error: Call to a member function getModelInstance() on a non-object in app\Mage.php on line 432
kimse bana yardım edebilir diyor ???
bunu çözmüş kullanarak bunu çözmüş 210 $ müşteri = yeni Mage_Customer_Model_Customer(); $ customer = Mage :: getModel ('customer/customer') yerine; – itsazzad