Post by lyhieuky » Sat Feb 25, 2017 6:08 pm

Mình bị lỗi này "Notice: Undefined variable: route in /home/hellonest/public_html/catalog/controller/common/seo_url.php on line 75" khi mình nhúng víeo iframe vào website opencart. có ai biết lỗi này là bị gì không chỉ mình với.
Cảm ơn nhiều

Newbie

Posts

Joined
Sat Feb 25, 2017 5:28 pm

Post by bunny Chinh » Mon Mar 13, 2017 12:29 am

Nếu bạn chạy link page có iframe đó không có route thì nó báo lỗi là đúng rồi

Newbie

Posts

Joined
Thu Jun 12, 2014 10:54 am

Post by boicute.14 » Mon Apr 10, 2017 11:39 am

Mở file catalog>controller>startup>seo_url.php, kiếm dòng parse_str('route=common/home', $data); (dòng 74 hay 75 gì đó) thay bằng

Code: Select all

if(isset($url_info['query'])) {

		parse_str($url_info['query'], $data); } else {
		
		parse_str('route=common/home', $data);	
			
		}

Opencart Developer|Thiết kế website|Thiết kế website tại Đồng Nai


Newbie

Posts

Joined
Sat Oct 22, 2016 2:08 pm
Who is online

Users browsing this forum: No registered users and 36 guests