Müşteriler ödeme yaptıktan sonra teşekkürler sayfası yerine sipariş hatası ile karşılaşıyor. Bu hata sanırsam httaccess dosyasında değişiklik yaptıktan sonra oldu. Artık hem facebook pixel alışveriş algılamıyor hemde siparişler admin panelime düşmüyor. Ancak panelde siparişlerde filtre kısmında eksik siparişler olarak işaretleyip filtreleme yaptığımda görebiliyorum.

Htaccess dosyam

# 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|.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/


RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^(.*) https://siteadresim.com%{REQUEST_URI} [R=301,L,NE]


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
Hata logları :

2020-03-21 18:37:35 - PHP Notice:  Undefined index: product_option_value_id in /home/u9335626/storage/modification/admin/controller/catalog/product.php on line 1111
2020-03-21 18:39:35 - PHP Notice: Undefined index: product_option_value_id in /home/u9335626/storage/modification/admin/controller/catalog/product.php on line 1111
2020-03-21 19:15:32 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-03-21 21:07:49 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-03-22 0:58:29 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-03-22 1:40:23 - PHP Notice: Undefined index: sub_item_position3 in /home/u9335626/public_html/admin/controller/extension/module/ocmegamenu.php on line 597
2020-03-22 1:40:23 - PHP Warning: Invalid argument supplied for foreach() in /home/u9335626/public_html/admin/controller/extension/module/ocmegamenu.php on line 599
2020-03-22 1:41:11 - PHP Notice: Undefined index: sub_item_position3 in /home/u9335626/public_html/admin/controller/extension/module/ocmegamenu.php on line 597
2020-03-22 1:41:11 - PHP Warning: Invalid argument supplied for foreach() in /home/u9335626/public_html/admin/controller/extension/module/ocmegamenu.php on line 599
2020-04-06 17:42:46 - PHP Notice: Undefined index: sub_item_position3 in /home/u9335626/public_html/admin/controller/extension/module/ocmegamenu.php on line 597
2020-04-06 17:42:46 - PHP Warning: Invalid argument supplied for foreach() in /home/u9335626/public_html/admin/controller/extension/module/ocmegamenu.php on line 599
2020-04-14 0:16:59 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-04-15 12:27:52 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-04-15 13:21:16 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-04-17 22:25:43 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1587165941): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-04-22 3:45:56 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-04-23 11:34:25 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1587645262): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-04-23 18:33:43 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1587670420): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-04-26 9:43:10 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1587897787): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-04-29 9:17:47 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-05-07 17:03:10 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-05-11 11:43:39 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-05-11 16:46:39 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1589219196): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-05-13 18:32:26 - PHP Notice: Undefined index: email in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 332
2020-05-13 18:32:26 - PHP Notice: Undefined index: email in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 339
2020-05-13 18:32:26 - PHP Notice: Undefined index: email in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 346
2020-05-13 18:32:26 - PHP Notice: Undefined index: password in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 346
2020-05-13 18:32:26 - PHP Notice: Undefined index: email in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 349
2020-05-13 18:32:37 - PHP Notice: Undefined index: email in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 332
2020-05-13 18:32:37 - PHP Notice: Undefined index: email in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 339
2020-05-13 18:32:37 - PHP Notice: Undefined index: email in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 346
2020-05-13 18:32:37 - PHP Notice: Undefined index: password in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 346
2020-05-13 18:32:37 - PHP Notice: Undefined index: email in /home/u9335626/public_html/catalog/controller/extension/module/ajaxlogin.php on line 349
2020-05-15 15:39:38 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-05-20 10:41:11 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-05-20 12:26:19 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1589981179): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-05-20 12:26:19 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1589981179): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-05-21 9:11:06 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-05-24 11:11:50 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1590322310): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-05-30 22:57:12 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1590883029): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-06-02 0:22:15 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-06-07 10:49:39 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-06-08 7:55:16 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-06-10 22:27:14 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1591831633): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-06-12 3:12:17 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1591935133): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-06-13 7:41:16 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1592037676): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-06-17 4:45:28 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-06-18 0:52:11 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-06-18 15:32:12 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1592497929): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-06-18 16:16:56 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-06-21 8:29:07 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1592731745): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-06-25 4:13:53 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-06-26 6:28:02 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1593156481): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-06-27 12:14:39 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-07-03 15:32:34 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1593793952): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-07-05 3:11:08 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-07-05 12:44:45 - PHP Warning: unlink(/home/u9335626/storage/cache/cache.catalog.language.1593956682): No such file or directory in /home/u9335626/public_html/system/library/cache/file.php on line 68
2020-07-07 21:54:23 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-07-08 19:25:03 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-07-08 19:25:03 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-07-08 22:36:47 - PHP Warning: time() expects exactly 0 parameters, 1 given in /home/u9335626/public_html/catalog/controller/extension/payment/shopier.php on line 74
2020-07-09 21:06:45 - PHP Warning: mail() has been disabled for security reasons in /home/u9335626/public_html/system/library/mail/mail.php on line 77
2020-07-10 3:15:45 - PHP Warning: shell_exec() has been disabled for security reasons in /home/u9335626/public_html/admin/controller/extension/module/abandonedcarts.php on line 256
2020-07-10 3:15:45 - PHP Warning: exec() has been disabled for security reasons in /home/u9335626/public_html/admin/controller/extension/module/abandonedcarts.php on line 265
2020-07-10 3:15:45 - PHP Warning: exec() has been disabled for security reasons in /home/u9335626/public_html/admin/controller/extension/module/abandonedcarts.php on line 266
2020-07-10 3:19:45 - PHP Warning: shell_exec() has been disabled for security reasons in /home/u9335626/public_html/admin/controller/extension/module/abandonedcarts.php on line 256
2020-07-10 3:19:45 - PHP Warning: exec() has been disabled for security reasons in /home/u9335626/public_html/admin/controller/extension/module/abandonedcarts.php on line 265
2020-07-10 3:19:45 - PHP Warning: exec() has been disabled for security reasons in /home/u9335626/public_html/admin/controller/extension/module/abandonedcarts.php on line 266
2020-07-10 3:23:29 - PHP Warning: time() expects exactly 0 parameters, 1 given in /home/u9335626/public_html/catalog/controller/extension/payment/shopier.php on line 74
2020-07-10 3:23:59 - PHP Notice: Undefined index: payment_address in /home/u9335626/public_html/catalog/controller/extension/d_quickcheckout/payment_address.php on line 160
2020-07-10 3:23:59 - PHP Notice: Undefined index: payment_address in /home/u9335626/public_html/catalog/controller/extension/d_quickcheckout/payment_address.php on line 184
2020-07-10 3:23:59 - PHP Warning: array_merge(): Expected parameter 1 to be an array, null given in /home/u9335626/public_html/catalog/controller/extension/d_quickcheckout/payment_address.php on line 184
2020-07-10 3:23:59 - PHP Warning:  Invalid argument supplied for foreach() in /home/u9335626/public_html/catalog/model/extension/d_quickcheckout/custom_field.php on line 71