Jump to content

bybilgili

Members
  • Posts

    132
  • Joined

  • Last visited

1 Follower

Profile Information

  • First Name
    ismail
  • Last Name
    bilgili

Recent Profile Visitors

543 profile views

bybilgili's Achievements

Newbie

Newbie (1/14)

  • One Year In Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

1

Reputation

  1. Bu tür sorunlar modüllerden kaynaklanmaktadır...
  2. Merhaba arkadaşlar bu aldığım sorun bir türlü düzelmedi, hosting firması sunucuya geçmemi söyledi.sunucuya geçmeden nasıl düzeltebilirim, genellikle ürün kaydettiğimde %100 1dk iiçinde açmıyor ve bu hatayı veriyor,ayrıca normal zamanlardada oluyor. Teşekkürler. Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
  3. <?php /* * 2007-2016 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * 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 http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2016 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ $currentDir = dirname(__FILE__); ------------------------------------------------------------------------------ /* Custom defines made by users */ if (is_file($currentDir.'/defines_custom.inc.php')) { include_once($currentDir.'/defines_custom.inc.php'); } require_once($currentDir.'/defines.inc.php'); $start_time = microtime(true); /* SSL configuration */ define('_PS_SSL_PORT_', 443); /* Improve PHP configuration to prevent issues */ ini_set('default_charset', 'utf-8'); ini_set('magic_quotes_runtime', 0); ini_set('magic_quotes_sybase', 0); /* correct Apache charset (except if it's too late */ if (!headers_sent()) { header('Content-Type: text/html; charset=utf-8'); } /* No settings file? goto installer... */ Line 28 is empty, but!
  4. Aldığım hata: This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'. Bu sorunu nasıl çözebilirim? --EN: Hello guys, how can I fix this problem? can you help me? I get 1 minute query error when I register the products! Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
  5. Teşekkürler Şahin Hocam Aradığım modül Allah Razı OIsun
  6. Şahin hocam; bir siteye giriyoruz, sitemizden haberdar olmak için, kabul et reddet gibi popup çıkıyor kabul ettiğimizde o siteye girmesek bile bilgisayarın sağ köşesinde bildirim geliyor. bu modül öyle bir modül müdür dersiniz örnek resim ... ekte teşekkürler
  7. merhaba arkadaşlar , bu modülün adı nedir.
  8. Merhaba Arkadaşlar ; Sitemle ilgili önbellek sorunu yaşıyorum, ben sayfamda Seçtiğim ürünleri yan yana koymak istiyorum, yönetim panelinden kancalar yardımı ile değiştiriyorum oluyor , ama sitede olmuyor , buna benzer birşey daha yapmak istiyorum oda olmuyor; Seçtiğim ürünlerin sitede gözükmesini istemiyorum, sadece kategorilerde gözükmesini istiyorum, yönetim panelinden ayarlıyorum, ama sitede yine olmuyor. bunun server cash ile olabileceğini düşündük, sunucu sağlayıcımıza sordum, Natro server cash ile ilgili sorun olmadığını söyledi. nasıl çözülebilir, Teşekkürler.
  9. önceden denemiştim adminde oluyor ama site değişiklik olmuyor
  10. behçet bey merhaba : biraz açık anlatabilirmisiniz. teşekkürler.
  11. Merhaba Arkadaşlar; benim 2 sorum olacak yardımcı olursanız sevinirim. 1-Bazı ürünlerin ana sayfada görünmesini istemiyorum, sadece kategoride gözüksün istiyorum. nasıl yapabilirim. 2- Birde Ana sayfadaki ürünlerin istediğimi yan yana getirmek istiyorum teşekkürler.
×
×
  • Create New...