siNeqvaLesi
OpenCart-TR
- Katılım
- 10 Haz 2013
- Mesajlar
- 4
- Tepkime puanı
- 0
- Puanları
- 0
Opencart SEO Pack PRo modülünü satın aldım. Dökümasyondaki kurulumu harfiyen yaptım gayet güzel çalışıyor bir sıkıntı yok. Fakat Panelde Seo Pack başlığı altında SEO Urls Generator'ü .html uzantısı için çalıştırdığım zaman tüm ürünleri .html uzantılı yapıyor ancak daha sonra ürünler sayfasından ürünü düzenlemek istediğim zaman aşağıdaki hatayı alıyorum.
Kod:
Warning: mysqli::query() [mysqli.query]: (21000/1242): Subquery returns more than 1 row in /home/fotocanw/public_html/davetiye/system/database/mysqli.php on line 17
Kod:
httacces dosyası;
# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
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 /davetiye/
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^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]