Why then your startup.php is this text:doho wrote:I did that
Code: Select all
// Check Version
if (version_compare(phpversion(), '5.1.0', '<') == true) {
exit('PHP5.1+ Required');
}
Why then your startup.php is this text:doho wrote:I did that
Code: Select all
// Check Version
if (version_compare(phpversion(), '5.1.0', '<') == true) {
exit('PHP5.1+ Required');
}
I've never seen this.. this is not common so I can't really tell. You may need a hired upgrade service.doho wrote:I did that and after upgrade my browser shows me this error messageȘ
What shoul I do to fix this?Warning: Missing argument 1 for Cache::__construct(), called in /home/cosmet91/public_html/upgrade/admin/index.php on line 108 and defined in /home/cosmet91/public_html/upgrade/system/library/cache.php on line 5Notice: Undefined variable: adaptor in /home/cosmet91/public_html/upgrade/system/library/cache.php on line 6Notice: Undefined variable: adaptor in /home/cosmet91/public_html/upgrade/system/library/cache.php on line 11
The price, both in front end and admin is showen like thet>09pm31UTC_f2016Mon, 09 May 2016 12:00:00 +000005pm31_00122016Mon, 09 May 2016 12:00:00 +000031
the language that looked ok in the new install, now is not recognized.45decimal_point00 lei
This is your language file issue, your need update correct language package.doho wrote:I have put the new upgraded database in a fresh instalation of OC 2.2. and it looks like some fields of the database aren't recognized correctly by the OC.
For example, the date in order column on control panel is showen like thatThe price, both in front end and admin is showen like thet>09pm31UTC_f2016Mon, 09 May 2016 12:00:00 +000005pm31_00122016Mon, 09 May 2016 12:00:00 +000031the language that looked ok in the new install, now is not recognized.45decimal_point00 lei
any ideea of the problem?
My website : http://www.proaudiohome.com
http://www.pristinenote.com
Would commenting out line 15 in /system/library/openbay.php be a good idea?pristinenote wrote:Hi I upgraded from 1.5.6.4 to 2.2.0. I used the upgrade script as listed. The upgrade is was successful. How ever I get the following error when I visit the website or the admin page.
Fatal error: Class '\openbay\Openbay' not found in /home/proaudio/public_html/system/library/openbay.php on line 15
My website : http://www.proaudiohome.com
http://www.pristinenote.com
Code: Select all
Warning: Parameter 1 to ModelTotalProductBundlesTotal::getTotal() expected to be a reference, value given in /home/xxxxx/domains/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 150Warning: Parameter 1 to ModelTotalSocialDiscountsTotal::getTotal() expected to be a reference, value given in /home/xxxxx/domains/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 150
Stephen3 wrote:Hi, I just upgraded from 1.5.6.4 to 2.2.0 with used the upgrade script as listed & successful, but it show following error when I visit the front store website:
I have disable all module include "TotalProductBundle" and "TotalSocialDiscount"Code: Select all
Warning: Parameter 1 to ModelTotalProductBundlesTotal::getTotal() expected to be a reference, value given in /home/xxxxx/domains/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 150Warning: Parameter 1 to ModelTotalSocialDiscountsTotal::getTotal() expected to be a reference, value given in /home/xxxxx/domains/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 150
I have also change to default themes before upgrade
all xml file also move to other folder except vqmod_opencart.xml
Your need remove also this file:Stephen3 wrote:Stephen3 wrote:Hi, I just upgraded from 1.5.6.4 to 2.2.0 with used the upgrade script as listed & successful, but it show following error when I visit the front store website:
I have disable all module include "TotalProductBundle" and "TotalSocialDiscount"Code: Select all
Warning: Parameter 1 to ModelTotalProductBundlesTotal::getTotal() expected to be a reference, value given in /home/xxxxx/domains/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 150Warning: Parameter 1 to ModelTotalSocialDiscountsTotal::getTotal() expected to be a reference, value given in /home/xxxxx/domains/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 150
I have also change to default themes before upgrade
all xml file also move to other folder except vqmod_opencart.xml
after read back the installation instruction, I found out it's because haven't disable & uninstall on "Extensions > Order Totals"
Btw, I still got some question. Its related to the old 1.5.6.4 themes's module, I have move away the xml file, but it still show on Module there, anyway the delete/clear it from the list?
Code: Select all
public_html/vqmod/vqcache/vq2-system_engine_loader.php
Code: Select all
[Exception... "" nsresult: "0x805e0006 ()" location: "JS frame :: https://www.jesus.org.uk/shop/install/view/javascript/jquery/jquery-2.1.1.min.js :: .send :: line 1" data: no] [Exception... "" nsresult: "0x805e0006 ()" location: "JS frame :: https://www.jesus.org.uk/shop/install/view/javascript/jquery/jquery-2.1.1.min.js :: .send :: line 1" data: no] undefined
Is help this fix?john_percy wrote:I'm attempting an upgrade from 1.5.4, which fails after applying Patch 1:Code: Select all
[Exception... "" nsresult: "0x805e0006 ()" location: "JS frame :: https://www.jesus.org.uk/shop/install/view/javascript/jquery/jquery-2.1.1.min.js :: .send :: line 1" data: no] [Exception... "" nsresult: "0x805e0006 ()" location: "JS frame :: https://www.jesus.org.uk/shop/install/view/javascript/jquery/jquery-2.1.1.min.js :: .send :: line 1" data: no] undefined
Is your store url by 'https://'? If is, current version 2.2 is not work. Your need change file admin/controller/sale/order.php line 852:john_percy wrote:I'll try it but it doesn't seem to have much to do with the error I got during the upgrade.
Code: Select all
$data['store_url'] = $this->request->server['HTTPS'] ? str_replace("http", "https", $order_info['store_url']) : $order_info['store_url'];
Code: Select all
$data['store_url'] = $this->request->server['HTTPS'] ? str_replace('http://', 'https://', $order_info['store_url']) : $order_info['store_url'];
Code: Select all
Error: Access is denied. Error: Access is denied. undefined
john_percy wrote:I am indeed using https://
My order.php already is the "change to" version.
The error I was getting seems specific to Firefox - other sources indicate that it may be linked with an add-on but it still occurs with add-ons disabled.
Using MSIE I get a different error though:Code: Select all
Error: Access is denied. Error: Access is denied. undefined
Code: Select all
https://www.jesus.org.uk/shop/install
Sorry, I don't mean to ignore, but you are referencing core files that have nothing to do with upgrade so I was waiting for you to realize.davidla wrote:Okay you can ignore this one (as you seem to be). I found the answer in the original download file. Will keep grinding on finding the solution to the other errors.
pm-netti wrote:Your need remove also this file:Stephen3 wrote:Stephen3 wrote:Hi, I just upgraded from 1.5.6.4 to 2.2.0 with used the upgrade script as listed & successful, but it show following error when I visit the front store website:
I have disable all module include "TotalProductBundle" and "TotalSocialDiscount"Code: Select all
Warning: Parameter 1 to ModelTotalProductBundlesTotal::getTotal() expected to be a reference, value given in /home/xxxxx/domains/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 150Warning: Parameter 1 to ModelTotalSocialDiscountsTotal::getTotal() expected to be a reference, value given in /home/xxxxx/domains/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 150
I have also change to default themes before upgrade
all xml file also move to other folder except vqmod_opencart.xml
Hi, I have removed the file "public_html/vqmod/vqcache/vq2-system_engine_loader.php"
but the old module still show in list?
after read back the installation instruction, I found out it's because haven't disable & uninstall on "Extensions > Order Totals"
Btw, I still got some question. Its related to the old 1.5.6.4 themes's module, I have move away the xml file, but it still show on Module there, anyway the delete/clear it from the list?So you can remove folder vqmod/vqcache.Code: Select all
public_html/vqmod/vqcache/vq2-system_engine_loader.php
Users browsing this forum: No registered users and 6 guests