Magento log_visitor_info hatası

Eğer aşağıdaki gibi hata alırsanız  SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine, query was: DESCRIBE `log_visitor_info` veritabanı hata logları yüzünden  şişmiştir diskiniz de yazacak yer yoktur ,bu…

Magento admin 404 hatası

Eğer magento da siteyi taşımışsanız panele girerken  Error 404 Not Found” in Magento Admin Login Page hatası alırsanız aşağıdaki sql sorgusunu çalıştırınız.SET FOREIGN_KEY_CHECKS=0; UPDATE `core_store` SET store_id = 0 WHERE code='admin';…

zend framework 1 crud tutorial

This article will explain you about the CRUD operations of Zend framework 1 in details include topics such as Create a layout, Html 5 and bootsrap css and Database configuration.Let’s take an example of “Ticket”, where user…

Paris Notlarım

Kasım’da Parisİlk Önce eşim Cansu’nun Notları Budapeşte, Bratislava ve Prag seyahatimiz henüz bitmiş İstanbul’a döneli 1 hafta olmuştu ki Pegasus 24 saat içerisinde alınan bütün biletlerde %50 indirim kampanyasını yaptı. Bu…

woocommerce 3 new support

add_theme_support( 'wc-product-gallery-zoom' );add_theme_support( 'wc-product-gallery-lightbox' );add_theme_support( 'wc-product-gallery-slider' );info https://woocommerce.wordpress.com/2016/10/19/new-product-gallery-merged-in-to-core-for-2-7/Video 

Woocomemrce 3 Flex Slider Filter

/* ---------------------------------------------------------------------------* Woocommerce Flex Slider Config * --------------------------------------------------------------------------- */function my_woocommerce_single_product_carousel_options_callback( ) {   return array(         'rtl'            => is_rtl(), //rtl    …

WooCommerce 3  Depreceted and new function

Woocommerce Place Holder woocommerce_placeholder_img_src == wc_placeholder_img_src  Related list $product->wc_get_related_products( $posts_per_page ) === wc_get_related_products($product-;>;get_id(), $posts_per_page ) Upsell list  $product-;>get_upsells() == $product-;>get_upsell_ids()Content Product.php  list  $product->id    =>           $product->get_id()get_gallery_attachment_ids   =>   get_gallery_image_idsfile include…

Vagrant olası hata çözümleri

SSH times out while waiting for machine to boot d64d789cabcb9fcfdf063adb87e96f6f (drupalvm) / d7e8c3b6-129a-475c-b7f1-02ddcdc8c6c9==> drupalvm: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to…

Facebook neden php ile yazıldı

Silikon vadisinde ve diğer yerlerdeki bir web tabanlı bir startup projesi için dil seçilirken, zaman ve para konusunda çok kafa patlatır rakiplerini ve programlama dillerini inceleler o yüzden php, python,…

Programlama dili kitap tavsiyeleri

Daha önce Öğrenmeyi öğrenmek (Yazılım dilleri ve programlama nasıl öğrenilir? )  diye bir yazı yazmıştım bu konudaki okuduğum kitap tavsiyelerini burada yazdım.Burada Türkçe kitapları yazdım , ama İngilizce kitapların belirli…