Page 2 of 7

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 12:54 am
by shamano
Sorry, because OpenCart from version 2.0.0 to 2.1.1 does not send email to tiscali, fastewb, alice, hotmail, works only with gmail.
If I try to update the status of an order the customer is not notified anything if I try with version 1.5.6.4 running fine.
It 'happened to someone?

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 1:40 am
by Daniel
this is the only change in the mail class between the 2 versions

https://github.com/opencart/opencart/co ... da8d15f58d

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 1:45 am
by shamano
Daniel wrote:this is the only change in the mail class between the 2 versions

https://github.com/opencart/opencart/co ... da8d15f58d

Thanks Daniel for your response, I asked godaddy but they do not know me a speigazione, I tried a new stove is installed with prestashop and from there all the emails work, what do you advise me to do?

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 3:41 am
by plafrica
Im installing the 2.0.1.1 for the first time, but the auto install wont let me pass step 1. My understanding is that i need to accept the Term of Use, but there is no where to accept it.

Anyone having similar problem?

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 5:49 am
by tjsystems
Demo site still uses 2.0, not the newest version.

http://demo.opencart.com

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 9:35 am
by papundekl
Hello, how am I supposed to upgrade from 2.0.0.0 to 2.0.1.1 if in my upgrade.txt (from opencart-2.0.1.1.zip ) I see:
///////////////////////////////////////
/// OpenCart V1.5.x TO 1.5.x ///
/// Upgrade Instructions ///
/// http://www.opencart.com ///
///////////////////////////////////////

NOTE: THIS IS FOR UPGRADE ON EXISTING INSTALLS ONLY!
IF INSTALLING NEW, BE SURE TO READ THE INSTALL.TXT FILE INSTEAD

##########################################
THIS IS FOR UPGRADING EXISTING OPENCART 1.5.x STORES ONLY
THIS IS FOR UPGRADING EXISTING OPENCART 1.5.x STORES ONLY
THIS IS FOR UPGRADING EXISTING OPENCART 1.5.x STORES ONLY
##########################################

##########################################
DO NOT USE THIS UPGRADE TO CONVERT FROM 1.4.x to 1.5.x!!
DO NOT USE THIS UPGRADE TO CONVERT FROM 1.4.x to 1.5.x!!
DO NOT USE THIS UPGRADE TO CONVERT FROM 1.4.x to 1.5.x!!
If you have 1.4.x and want to upgrade to 1.5.x, You need to use the script here:
http://forum.opencart.com/viewtopic.php?f=2&t=50292
##########################################

Thanks

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 11:14 am
by Daniel
shamano wrote:
Daniel wrote:this is the only change in the mail class between the 2 versions

https://github.com/opencart/opencart/co ... da8d15f58d

Thanks Daniel for your response, I asked godaddy but they do not know me a speigazione, I tried a new stove is installed with prestashop and from there all the emails work, what do you advise me to do?
in the settings change yhe mail timeout to 10

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 11:38 am
by gleamjewels
how can i upgrade from 2.0.0.0 to 2.0.1.1

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 1:06 pm
by Qphoria
Anyone else finding modules completely unusable in 2.0.1.1? The "$settings" variable is empty for all the modules I create. Rolled back to 2.0.0.1b and it's working fine... I'm afraid 2.0.1.1 may be a bust.

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 1:57 pm
by fido-x
Qphoria wrote:Anyone else finding modules completely unusable in 2.0.1.1? The "$settings" variable is empty for all the modules I create. Rolled back to 2.0.0.1b and it's working fine... I'm afraid 2.0.1.1 may be a bust.
Works OK for me.

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 2:24 pm
by rph
Qphoria wrote:Anyone else finding modules completely unusable in 2.0.1.1? The "$settings" variable is empty for all the modules I create. Rolled back to 2.0.0.1b and it's working fine... I'm afraid 2.0.1.1 may be a bust.
The `group` column was renamed to `code`. That may be messing you up if you're trying to pull data on an upgraded install or have your own method for pulling settings.

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 2:53 pm
by ashwani_multi
Hi
as per new version

flowing changes come

----------------------------------------------------------------------
New version

admin\controller\module\*.php

$this->model_extension_module->addModule('html', $this->request->post);

as per this all setting now going to new table call "module"


catalog\controller\common\*.php

$setting_info = $this->model_extension_module->getModule($part[1]);
-----------------------------------------------------------------

so you need change your module code then its will work in new version fine

Thank you

Re: 2.0.1.1 released

Posted: Tue Dec 09, 2014 8:53 pm
by Daniel
for extensions it works 2 ways and can be mixed.

you can do

$this->model_setting_setting('code', $this->request->post);

or

$this->model_extension_module($module_id, $this->request->post);

or both

its the only way i could find to do everything that different types of modules require

Re: 2.0.1.1 released

Posted: Wed Dec 10, 2014 5:35 am
by motta.net
Hi,

Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/storage/1/b9/2f/anuntis1/public_html/rodrigomotta/novo/index.php on line 158

Why my site displays this error message?

Thank you!
Rodrigo

Re: 2.0.1.1 released

Posted: Wed Dec 10, 2014 5:50 am
by DIHI
So can I now upgrade from 2.0.0.0 to this newer version?

Thanks in advance :)

Re: 2.0.1.1 released

Posted: Wed Dec 10, 2014 6:00 am
by JNeuhoff
motta.net wrote:Hi,

Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/storage/1/b9/2f/anuntis1/public_html/rodrigomotta/novo/index.php on line 158

Why my site displays this error message?

Thank you!
Rodrigo
Unable to reproduce your error. Line 158 contains this:

Code: Select all

					break 2;
Nothing related to your error, you must have done something else wrong. Corrupted or changed inded.php?

Re: 2.0.1.1 released

Posted: Wed Dec 10, 2014 9:44 pm
by pm-netti
JNeuhoff wrote:
motta.net wrote:Hi,

Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/storage/1/b9/2f/anuntis1/public_html/rodrigomotta/novo/index.php on line 158

Why my site displays this error message?

Thank you!
Rodrigo
Unable to reproduce your error. Line 158 contains this:

Code: Select all

					break 2;
Nothing related to your error, you must have done something else wrong. Corrupted or changed inded.php?
My index.php line 158 (version 2.0.1.1);

Code: Select all

if (isset($session->data['language']) && array_key_exists($session->data['language'], $languages) && $languages[$session->data['language']]['status']) {
But is it this wrong thread?

Re: 2.0.1.1 released

Posted: Wed Dec 10, 2014 10:46 pm
by straightlight
According to the error you're noticing,

replace:

Code: Select all

if (isset($session->data['language']) && array_key_exists($session->data['language'], $languages) && $languages[$session->data['language']]['status']) {
with:

Code: Select all

if (isset($session->data['language']) && is_string($session->data['language']) && array_key_exists($session->data['language'], $languages) && $languages[$session->data['language']]['status']) {

Re: 2.0.1.1 released

Posted: Wed Dec 10, 2014 11:51 pm
by JNeuhoff
pm-netti wrote: My index.php line 158 (version 2.0.1.1);

Code: Select all

if (isset($session->data['language']) && array_key_exists($session->data['language'], $languages) && $languages[$session->data['language']]['status']) {
But is it this wrong thread?
Sorry, my mistake, you are right with this line.

Re: 2.0.1.1 released

Posted: Thu Dec 11, 2014 3:00 am
by akastaff
Fresh install of 2.0.1.1

When go to Marketing/Mail and go to send a newsletter I get "E-Mail Message required!" error.

This is using IE 11 version 11.0.9600.17416

If I use Chrome and do exactly the same it sends the mail message fine ??????????????