PDA

View Full Version : 1 of many upgrade problems


ryenic
December 12th, 2003, 05:01 PM
Each time I click of a product catalog link I received the following message:

Warning: main(cart_isp_root/crumb_navigation.php): failed to open stream: No such file or directory in /home/wellc/public_html/index.php on line 85

Warning: main(): Failed opening 'cart_isp_root/crumb_navigation.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wellc/public_html/index.php on line 85

and instead of the product details appearing in the store window, a new window is created and displays at the bottom of the page.

Try it: www.elegantitems.com

Help!

Jamie
December 12th, 2003, 05:11 PM
Hi,

Warning: main(cart_isp_root/crumb_navigation.php): failed to open stream: No such file or directory in /home/wellc/public_html/index.php on line 85

That error looks like it is being caused by PHP trying to include a file named "cart_isp_root/crumb_navigation.php". We do not have a folder called "cart_isp_root", so PHP can't find the file. There is a line in the cart page (store.php by default) to include the bread crumb navigation. The line looks like this:

<? include "$cart_isp_root/crumb_navigation.php" ?>

Judging by the error, it sounds like you are missing the $ in front of "cart_isp_root".

and instead of the product details appearing in the store window, a new window is created and displays at the bottom of the page.

I am not sure what is causing the layout problems. I would resolve the error message first. Then, if you still have layout problems, I would make sure that you take a look at the special upgrade instructions for whatever version you are upgrading from. It looks like you are running v1.2.0 of Squirrelcart. Is that the version you were trying to upgrade to?

Thanks,
Jamie

ryenic
December 12th, 2003, 05:44 PM
Thanks Jamie, adding the $ took away the error, but my pages are not appearing like they use to. Yes I am or have upgraded to v1.2.0.

My best seller use to show in my home.php and I also had an my policies and contactus info above my product catalog, that has disappeared.

Can you atleast help me at this point to stop the second window from popping up at the bottom of the page, but in it?

Jamie
December 16th, 2003, 11:55 AM
Hi,

Please open a helpdesk ticket for this, and we will check it out.

Thanks,
Jamie