Bir arkadaşımın opencart sisteminde sipariş eklemede kasaya gitmede resimlerdeki hataları alıyoruz. Bu hataları nasıl gideririz.



5
●114
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]Yukarıdaki kodu .htaccess dosyasına ekleyin. ''yourdomain'' yazan yere site adresinizi yazmalısınız, unutmayın. Notice: Undefined variable: price in /home/simmurg/public_html/catalog/controller/extension/module/supermenu.php on line 574Notice: Undefined variable: price in /home/simmurg/public_html/catalog/controller/extension/module/supermenu.php on line 574Notice: Undefined variable: price in /home/simmurg/public_html/catalog/controller/extension/module/supermenu.php on line 574Notice: Undefined variable: price in /home/simmurg/public_html/catalog/controller/extension/module/supermenu.php on line 574Notice: Undefined variable: price in /home/simmurg/public_html/catalog/controller/extension/module/supermenu.php on line 574Admindeki log kayıtları ise aşağıdaki gibi
[02-Apr-2022 00:31:14 Europe/Istanbul] PHP Warning: require_once(/home/simmurg/public_html/v1/system/startup.php): failed to open stream: No such file or directory in /home/simmurg/public_html/admin/index.php on line 21 [02-Apr-2022 00:31:14 Europe/Istanbul] PHP Fatal error: require_once(): Failed opening required '/home/simmurg/public_html/v1/system/startup.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/simmurg/public_html/admin/index.php on line 21 [02-Apr-2022 00:33:20 Europe/Istanbul] PHP Warning: require_once(/home/simmurg/public_html/v1/system/startup.php): failed to open stream: No such file or directory in /home/simmurg/public_html/admin/index.php on line 21 [02-Apr-2022 00:33:20 Europe/Istanbul] PHP Fatal error: require_once(): Failed opening required '/home/simmurg/public_html/v1/system/startup.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/simmurg/public_html/admin/index.php on line 21 [02-Apr-2022 00:33:54 Europe/Istanbul] PHP Warning: require_once(/home/simmurg/public_html/v1/system/startup.php): failed to open stream: No such file or directory in /home/simmurg/public_html/admin/index.php on line 21 [02-Apr-2022 00:33:54 Europe/Istanbul] PHP Fatal error: require_once(): Failed opening required '/home/simmurg/public_html/v1/system/startup.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/simmurg/public_html/admin/index.php on line 21