tr-opencart

     
avatar Şuanki Zaman: 12-19-2024, 06:07 PMHoşgeldin Misafir !
  Şifremi Hatırlat   kayıt ol
opencart temaları

Admin Paneli Açılmayan Sayfalar ve Internal Server Error

Konuyu görüntüleyenler: 1 Misafir
 
Değerlendir:
  • 0 Oy - 0 Yüzde
  • 1
  • 2
  • 3
  • 4
  • 5
%
Cevapla  Gönder 
v  v
Yazar  projesihirbazi - Görüntüleme - Okunma  2969 - Yorum  7

projesihirbaziv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 14
Konular: 6
Katılma Tarihi: Mar 2018
Rep Puanı: 0
Teşekkürler: 2
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-31-2018 09:44 AM

Merhaba, admin panelinde siparişler ve mağaza ayarları sayfalarına giremiyorum. Açılan sayfalar sanki hiç yokmuş gibi görünüyor.

Bir de bazen üstten uyarı penceresi açılıyor ve alt alta "Internal Server Error" hatası veriyor.
Alıntı Yaparak Cevapla
Paylaş!
Kazekagev
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 49
Konular: 6
Katılma Tarihi: Jul 2017
Rep Puanı: 0
Teşekkürler: 8
11 Mesajına, 17 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-31-2018 10:02 AM
(03-31-2018 09:44 AM)projesihirbazi Yazılan:  Merhaba, admin panelinde siparişler ve mağaza ayarları sayfalarına giremiyorum. Açılan sayfalar sanki hiç yokmuş gibi görünüyor.

Bir de bazen üstten uyarı penceresi açılıyor ve alt alta "Internal Server Error" hatası veriyor.

Genellikle .htaccess dosyasında option kodunun çift olmasından kaynaklı oluyor, dosyayı açıp burada içeriği paylasırsanız yardımcı olmaya calısayım....
Alıntı Yaparak Cevapla
Paylaş!
 Teşekkür Edenler: projesihirbazi
projesihirbaziv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 14
Konular: 6
Katılma Tarihi: Mar 2018
Rep Puanı: 0
Teşekkürler: 2
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-31-2018 10:05 AM
(03-31-2018 10:02 AM)Kazekage Yazılan:  
(03-31-2018 09:44 AM)projesihirbazi Yazılan:  Merhaba, admin panelinde siparişler ve mağaza ayarları sayfalarına giremiyorum. Açılan sayfalar sanki hiç yokmuş gibi görünüyor.

Bir de bazen üstten uyarı penceresi açılıyor ve alt alta "Internal Server Error" hatası veriyor.

Genellikle .htaccess dosyasında option kodunun çift olmasından kaynaklı oluyor, dosyayı açıp burada içeriği paylasırsanız yardımcı olmaya calısayım....

Öncelikle yanıtınız için teşekkürler. Kodları paylaşıyorum.
Kod:
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))">
Order deny,allow
Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^system/download/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none
Alıntı Yaparak Cevapla
Paylaş!
Kazekagev
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 49
Konular: 6
Katılma Tarihi: Jul 2017
Rep Puanı: 0
Teşekkürler: 8
11 Mesajına, 17 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-31-2018 10:28 AM
-Hocam Pek bir sonun göremedim aşağıdaki içeriği kopyalayıp .htaccess in içine yapıstırın... Sorun düzelmezse Hostunuza danışın-


# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines :
# Order deny,allow
# Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On

# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none
Alıntı Yaparak Cevapla
Paylaş!
projesihirbaziv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 14
Konular: 6
Katılma Tarihi: Mar 2018
Rep Puanı: 0
Teşekkürler: 2
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-31-2018 10:35 AM
(03-31-2018 10:28 AM)Kazekage Yazılan:  -Hocam Pek bir sonun göremedim aşağıdaki içeriği kopyalayıp .htaccess in içine yapıstırın... Sorun düzelmezse Hostunuza danışın-


# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines :
# Order deny,allow
# Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On

# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none

Pucbil_html de 2 htaccess var. Biri .htaccess diğeri .htaccess.txt
Alıntı Yaparak Cevapla
Paylaş!
Kazekagev
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 49
Konular: 6
Katılma Tarihi: Jul 2017
Rep Puanı: 0
Teşekkürler: 8
11 Mesajına, 17 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-31-2018 10:38 AM
(03-31-2018 10:35 AM)projesihirbazi Yazılan:  
(03-31-2018 10:28 AM)Kazekage Yazılan:  -Hocam Pek bir sonun göremedim aşağıdaki içeriği kopyalayıp .htaccess in içine yapıstırın... Sorun düzelmezse Hostunuza danışın-


# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines :
# Order deny,allow
# Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On

# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none

Pucbil_html de 2 htaccess var. Biri .htaccess diğeri .htaccess.txt
.htaccess bunu silin hocam, akabinde .htaccess.txt bunun sonundaki .txt yi silip .htaccess yapın
Alıntı Yaparak Cevapla
Paylaş!
projesihirbaziv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 14
Konular: 6
Katılma Tarihi: Mar 2018
Rep Puanı: 0
Teşekkürler: 2
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-31-2018 10:59 AM
Maalesef düzelmedi.
Alıntı Yaparak Cevapla
Paylaş!
Kazekagev
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 49
Konular: 6
Katılma Tarihi: Jul 2017
Rep Puanı: 0
Teşekkürler: 8
11 Mesajına, 17 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-31-2018 11:01 AM
(03-31-2018 10:59 AM)projesihirbazi Yazılan:  Maalesef düzelmedi.
Hocam siz hostunuza danisin,kısa surede cözerler...
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

Admin Paneli Açılmayan Sayfalar ve Internal Server Error Konusunun Linki Direk Link
Admin Paneli Açılmayan Sayfalar ve Internal Server Error Konusunun HTML Kodu HTML Link
Admin Paneli Açılmayan Sayfalar ve Internal Server Error Konusu BBCode Linki BBCode Link
Admin Paneli Açılmayan Sayfalar ve Internal Server Error Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  Sipariş düzenlerken internal server error blackdesign 16 9,394 07-18-2022 12:20 AM
Son Mesaj: bygitar
  ADMİN PANELİ AÇILMIYOR ! kedicik 3 3,541 12-05-2021 06:44 PM
Son Mesaj: descreet
  Opencart 2.0.1.1 Admin sipariş maili gelmiyor barney 8 7,479 11-26-2021 05:04 PM
Son Mesaj: Meek88
  Error Undefined hatası volkangezer 2 8,606 06-14-2020 11:58 AM
Son Mesaj: ayzeyayzey
  Admin panelde kaydetme hatası tarlak 3 1,694 09-21-2019 08:58 AM
Son Mesaj: tarlak
  Error undefined Hatası HaKHaN 4 3,797 08-08-2019 01:11 PM
Son Mesaj: masteryoda
  admin panel giriş hatası sharp59 0 1,177 07-22-2019 01:06 PM
Son Mesaj: sharp59
  Admin paneli ürünler ( admin/controller/catalog/product.ph ) suleymankasap 1 1,375 06-26-2019 03:43 PM
Son Mesaj: ibrahim_130
  Siparişler admin paneli ve mikroda görünmüyor. elfzen 0 1,134 05-17-2019 04:44 PM
Son Mesaj: elfzen
  public_html/admin/controller/sale/order.php on line 2221 ÇÖZÜM burakurak 0 1,211 05-02-2019 11:58 PM
Son Mesaj: burakurak

Admin Paneli Açılmayan Sayfalar ve Internal Server Error indir, Admin Paneli Açılmayan Sayfalar ve Internal Server Error Videosu, Admin Paneli Açılmayan Sayfalar ve Internal Server Error online izle, Admin Paneli Açılmayan Sayfalar ve Internal Server Error Bedava indir, Admin Paneli Açılmayan Sayfalar ve Internal Server Error Yükle, Admin Paneli Açılmayan Sayfalar ve Internal Server Error Hakkında, Admin Paneli Açılmayan Sayfalar ve Internal Server Error nedir, Admin Paneli Açılmayan Sayfalar ve Internal Server Error Free indir, Admin Paneli Açılmayan Sayfalar ve Internal Server Error oyunu, Admin Paneli Açılmayan Sayfalar ve Internal Server Error download


Forum Atla: