[Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :: https://flowcentre.co.uk/admin/view/jav ... 1.1.min.js :: .send :: line 4" data: no]
[Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :: https://flowcentre.co.uk/admin/view/jav ... 1.1.min.js :: .send :: line 4" data: no]
undefined
can anyony help.
Attachments
Untitled-1.png (279.67 KiB) Viewed 3828 times
To start debugging, can you try to clear your caches?
The only 2 things i have added are
Fix Filter Opencart 2.x
sub_category_image_wall
I have clear my caches. but still no luck.
Cheers
Mark
in order list:
Code: Select all
$data['store'] = $this->request->server['HTTPS'] ? HTTPS_CATALOG : HTTP_CATALOG;
Code: Select all
$data['stores'] = array();
$data['stores'][] = array(
'store_id' => 0,
'name' => $this->language->get('text_default'),
'href' => ($this->request->server['HTTPS'] ? HTTPS_CATALOG : HTTP_CATALOG)
);
$results = $this->model_setting_store->getStores();
foreach ($results as $result) {
$data['stores'][] = array(
'store_id' => $result['store_id'],
'name' => $result['name'],
'href' => ($this->request->server['HTTPS'] ? $result['ssl'] : $result['url'])
);
}
Code: Select all
if ($this->request->server['HTTPS']) {
$data['store_url'] = str_replace('http://', 'https://', $order_info['store_url']);
} else {
$data['store_url'] = $order_info['store_url'];
}
as I'm not sure what the second one is.twd247 wrote: Fix Filter Opencart 2.x
sub_category_image_wall
But first, you could try to disable each one, just temporarily, to see if that helps.
Which lines are these supposed to go?daniGo wrote:I received similar errors because of SSL, then i changed this in admin/controller/sale/order.php and the errors are not showing anymore.
in order list:
in order form:Code: Select all
$data['store'] = $this->request->server['HTTPS'] ? HTTPS_CATALOG : HTTP_CATALOG;
in order info:Code: Select all
$data['stores'] = array(); $data['stores'][] = array( 'store_id' => 0, 'name' => $this->language->get('text_default'), 'href' => ($this->request->server['HTTPS'] ? HTTPS_CATALOG : HTTP_CATALOG) ); $results = $this->model_setting_store->getStores(); foreach ($results as $result) { $data['stores'][] = array( 'store_id' => $result['store_id'], 'name' => $result['name'], 'href' => ($this->request->server['HTTPS'] ? $result['ssl'] : $result['url']) ); }
Code: Select all
if ($this->request->server['HTTPS']) { $data['store_url'] = str_replace('http://', 'https://', $order_info['store_url']); } else { $data['store_url'] = $order_info['store_url']; }
I can't seem to find any of the above text
Is that correct? Did the issue go away with the fix from daniGo and then return again later?
This may help - http://forum.opencart.com/viewtopic.php ... 57#p598757
Also change all references to http to https in your config.php files if you are running SSL
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
with firefox follow the step below and it should work it did for me. not sure about ie.
Attachments
firefox.png (203.91 KiB) Viewed 3536 times
"The change"...
nor read from the link that I posted.
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
Are you using Internet Explorer or Firefox.Randem wrote:Yes, I know all of that. you still did not explain
"The change"...
nor read from the link that I posted.
This is requiring too much effort to get simple information... It makes no difference what i am using I do not have the problem... Well, actually I did and solved it a long while ago.Yeh i did the change and it worked. but went to do it againg and it dont work.
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
How did you fix it? i'm having the same problem???
I've not used this before so i'm not sure if i add to this post or create a new one????
I looked at your details of changing the order file but you don't quote any line numbers so no idea where the changes go.
Your help would be much appreciated.
Thank you
Gothic
Users browsing this forum: stevequah and 56 guests