Linux Sunucu Diskiniz LVM ise, aşağıdaki adımları uygulayarak LVM diskiniz yükseltebilirsiniz. Öncelikle kullandığınız altyapı altında diski makinanıza eklemeniz gerekiyor.Bu kısmı atlıyorum. Sunucunuz üzerinde disk ekledikten sonra, fdisk -l ile diski görüntüleyebilirsiniz.Daha sonra sırası ile,Sizde volgroup farklı olabilir.Pvcreat sonrasını kendi vol group’unuza göre editleyiniz. fdisk /dev/sda p n p 3 Enter Enter p w reboot ——————– pvcreate /dev/sda3 vgextend /dev/VolGroup /dev/sda3… Read more →
Aylar: Ekim 2014
Expected response code(s) [250] but got response [551 Sender address is not valid for your login.
Prestashop 1.6.0.9 versiyonu üzerinde smtp mail için yukarıdaki hatayı alıyor iseniz , sebebi admin panelinizde Kendi SMTP parametrelerini ayarlamak (gelişmiş kullanıcılar için SADECE) altındaki bölümün \tools\swift\Swift\Message.php dosyasının içine yazamamasıdır.Prestashop’un yeni versiyonunun ufak bir bug’ı. \tools\swift\Swift\Message.php ilgili dosyanın içinde aşağıdaki güncellemeyi yaparsanız prestashop smtp mail sorununuzu gidermiş olacaksınız. $this->setReturnPath(“youremail@yourdomainname.com”); $this->setTo(); $this->setFrom(“youremail@yourdomainname.com”); Read more →
Unable to make the session state request to the session state server ASP.NET state server hatası çözümü
Merhaba, Unable to make the session state request to the session state server [HttpException (0x8007274c): Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a remote machine, please ensure that it accepts remote… Read more →