illegalf Posted February 18, 2014 Share Posted February 18, 2014 Merhaba Arkadaşlar, E-ticaret sitemizi başka bir yere kurmak için girişimlere başladık, siteyi taşıdık modülleri ekledik ancak kapıda ödeme modülü çalışmıyor validation sayfasında; siparişi kabul butonuna bastıktan sonra beyaz sayfa şeklinde kalıyor. Nasıl çözebiliriz? yardımcı olur musunuz Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted February 19, 2014 Share Posted February 19, 2014 dosya izinleri kontrol edin ve cache klasörünü boşaldın veya orijinali ile değiştirin...deneyin Link to comment Share on other sites More sharing options...
illegalf Posted February 19, 2014 Author Share Posted February 19, 2014 (edited) dosya izinleri kontrol edin ve cache klasörünü boşaldın veya orijinali ile değiştirin...deneyin yardımlarınız için teşekkür ederim hocam. Hallettim. Edited February 19, 2014 by illegalf (see edit history) Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted February 19, 2014 Share Posted February 19, 2014 config/config.inc.php Bul: /* Improve PHP configuration to prevent issues */ ini_set('upload_max_filesize', '100M'); ini_set('default_charset', 'utf-8'); ini_set('magic_quotes_runtime', 0); Değiştir: /* Improve PHP configuration to prevent issues */ ini_set('upload_max_filesize', '100M'); ini_set('default_charset', 'utf-8'); ini_set('magic_quotes_runtime', 0); ini_set('memory_limit','512'); ini_set('max_execution_time', 3600); Düzelecektir... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now