Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Migration from Ipowerweb to Bluehost


Cameronch

Recommended Posts

Hi, we transferred our site, domain and oscommerce cart from ipowerweb to bluehost. I am getting strange results.

 

This is the page to test for now: http://carvalhofisheries.com/ecommerce/catalog/index.php.bk (temp url due to site down message until cart problem restored) . When i click on the "Wild Shrimp" image of a can i get "Product not found!" message... do you get the same result?

 

Since the domain transfer is now complete, i changed the config files to http://www.carvalhofisheries.com instead of http://69.89.31.125/~carvalho

 

[19:07]: even when i follow this link i get "product not found!" http://69.89.31.125/~carvalho/ecommerce/ca...6b6e383175328f1

 

[19:07]: when i talked to support yesterday they were able to see the item in question without error.

 

[19:08]: I also get an error after i login to this page: http://69.89.31.125/~carvalho/ecommerce/catalog/admin Fatal error: Cannot re-assign $this in /home/carvalho/public_html/ecommerce/catalog/admin/includes/classes/upload.php on line 31

 

Bluehost provided php.ini with register globals on and was copied to subdirectories of public_html/oscommerce/catalog/ using bluehost provided script.

 

All site was zipped then bluehost extracted and i moved to public_html then reconfigured https and general config files of oscommerce.

 

v2.2 oscommerce.

 

thanks in advance. Cameron

Link to comment
Share on other sites

when from one server to another need only to update the path & MySQL details in both configure.php file

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Link to comment
Share on other sites

when from one server to another need only to update the path & MySQL details in both configure.php file

 

 

Thanks, I've already completed that step. Bluehost says that they think that it has something do do with the indexing of the items. It seems like it is connecting to the db, but the items are not referenced correctly or something, i'm not really sure what is up with this.

Link to comment
Share on other sites

Thanks, I've already completed that step. Bluehost says that they think that it has something do do with the indexing of the items. It seems like it is connecting to the db, but the items are not referenced correctly or something, i'm not really sure what is up with this.

 

 

Any ideas anyone?

Link to comment
Share on other sites

For this error:

 

19:08]: I also get an error after i login to this page: http://69.89.31.125/~carvalho/ecommerce/catalog/admin Fatal error: Cannot re-assign $this in /home/carvalho/public_html/ecommerce/catalog/admin/includes/classes/upload.php on line 31

 

In this file:

 

/ecommerce/catalog/admin/includes/classes/upload.php

 

Find this code (around line 31)

 

// self destruct
$this = null;

And edit it to say this:

 

// self destruct
// $this = null;
unset($this);

 

Then, login to your Admin.

 

Click on "Configuration".

 

On that page, set "Use Search-Engine Safe URLs (still in development)" to false.

 

Save it.

 

Things should work a lot better after doing those two tasks...

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

I have the same problem when restoring my site back after an OS reloaded. Clicking on any links would yield "product not found". I noticed that the new OS has newer Apache, PHP & mysql. I think the problem is incompatibility of the old PHP codes that doesn't work with the new PHP or mysql.

 

My site is still down and I'm in urgent need of a resolution too.

Link to comment
Share on other sites

If you post a link to your site, maybe someone can offer suggestions?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...