Page 1 of 1

Convert 1.4.0 modules to 1.4.4

Posted: Tue Mar 23, 2010 11:59 pm
by Qphoria
In 1.4.1, a few changes were made to some major classes. While the changes are a bit harsh, the fixes are fairly simple. These steps will help get around the following problems:

- Fatal error: Call to a member function http() on a non-object
- Fatal error: Call to a member function https() on a non-object
- Error: Could not load helper image!

If you are having any of the above errors, then you need either globally find/replace with a good text editor like notepad++. Or do it in each file manually. If you are still having other errors after making these changes, then you will likely need to contact the developer as there may be other issues not covered by this conversion.
This only handles original 1.4.0 contribs. It won't help much on porting older versions.

Follow these Find/Replace steps carefully. It may look like they are redundant, but they are done very carefully to make use of global find/replace without having to modify files manually. These are the exact same changes I've used to port all my mods to 1.4.4 and they are confirmed working.


1. in all .php & .tpl files
FIND:
($this->url->https('
REPLACE WITH:
((HTTPS_SERVER . 'index.php?route=

2. in all .php & .tpl files
FIND:
$this->url->https('
REPLACE WITH:
(HTTPS_SERVER . 'index.php?route=

3. in all .php & .tpl files
FIND:
($this->url->http('
REPLACE WITH:
((HTTP_SERVER . 'index.php?route=

4. in all .php & .tpl files
FIND:
$this->url->http('
REPLACE WITH:
(HTTP_SERVER . 'index.php?route=

5. in all .php & .tpl files
FIND:
($url->https('
REPLACE WITH:
((HTTPS_SERVER . 'index.php?route=

6. in all .php & .tpl files
FIND:
$url->https('
REPLACE WITH:
(HTTPS_SERVER . 'index.php?route=

7. in all .php & .tpl files
FIND:
($url->http('
REPLACE WITH:
((HTTP_SERVER . 'index.php?route=

8. in all .php & .tpl files
FIND:
$url->http('
REPLACE WITH:
(HTTP_SERVER . 'index.php?route=

9. in all .php & .tpl files
FIND:
$this->load->helper('image');
REPLACE WITH:
$this->load->model('tool/image');

10. in all .php & .tpl files
FIND:
image_resize(
REPLACE WITH:
$this->model_tool_image->resize(

11. in admin .tpl files only. This will make the new admin tabs work
FIND:
class="tabs"
REPLACE WITH:
class="tabs htabs"

Re: Convert 1.4.0 modules to 1.4.4

Posted: Sun Mar 28, 2010 3:01 pm
by Silver
thanks a lot for your help Qphoria.

for convert 1.4.0 modules to 1.4.5 is the same procedure or I need to change another thing?

thanks

Re: Convert 1.4.0 modules to 1.4.4

Posted: Mon Mar 29, 2010 12:41 pm
by Silver
No one knows ?

Re: Convert 1.4.0 modules to 1.4.4

Posted: Mon Mar 29, 2010 2:03 pm
by Qphoria
How can anyone know if it just came out and its a sunday?

Re: Convert 1.4.0 modules to 1.4.4

Posted: Fri May 07, 2010 4:53 pm
by Vqz
How i need to change this one?
header("Location: " . $this->url->https('checkout/success'));

Re: Convert 1.4.0 modules to 1.4.4

Posted: Sat May 08, 2010 6:45 am
by SteveSherry
isn't that just number 2 on the list?

Re: Convert 1.4.0 modules to 1.4.4

Posted: Sun May 09, 2010 9:48 am
by konservasi
great..I have install this module in my site..awesome..thank you very much

http://galerigis.com" onclick="window.open(this.href);return false;

Re: Convert 1.4.0 modules to 1.4.4

Posted: Sun May 09, 2010 1:51 pm
by konservasi
hmmm..anyone know where can I found where the place while customer want to add the testimonial? where is the mistake?

I didn't find it in my site

Re: Convert 1.4.0 modules to 1.4.4

Posted: Mon May 10, 2010 4:19 am
by SteveSherry
testimonials are a separate module, it's not a standard module (I'm currently on 1.4.4)

Re: Convert 1.4.0 modules to 1.4.4

Posted: Tue May 11, 2010 9:03 pm
by konservasi
yeah..me too..I wish the customer can add the testimonial there

Re: Convert 1.4.0 modules to 1.4.4

Posted: Thu Mar 03, 2011 2:29 am
by jpbhcom
Qphoria wrote:In 1.4.1, a few changes were made to some major classes. While the changes are a bit harsh, the fixes are fairly simple. These steps will help get around the following problems:

- Fatal error: Call to a member function http() on a non-object
- Fatal error: Call to a member function https() on a non-object
- Error: Could not load helper image!
I'm quite pleased with the shopping cart. I like your responses you're intelligible. I hate having to clean up mods for others coders, but such is life SO for your guide here....

THANK YOU Qphoria!

It is much appreciated.
Jared

Re: Convert 1.4.0 modules to 1.4.4

Posted: Sun Sep 18, 2011 11:03 am
by MySweetf
testimonials are a separate module, it's not a standard module (I'm currently on 1.4.4)

Re: Convert 1.4.0 modules to 1.4.4

Posted: Tue Nov 01, 2011 3:06 pm
by pfiper
MySweetf wrote:testimonials are a separate module, it's not a standard module (I'm currently on 1.4.4)
And what can be done to fix this?

Convert 1 4 0 modules to 1 4 4

Posted: Fri Sep 23, 2016 11:28 pm
by TimothyLam
It appears my last question was too difficult.

I would like to get a refund.

Please advise how.