Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PHP 5 upgrade, kicked my butt


bobbins

Recommended Posts

Host upgraded to php5.

 

Got an issue with my product page now

http://www.toys4me.co.uk/product_info.php?products_id=1034

 

Killed my Google checkout as domxml does not work.... solved with domxml-php4-to-php5

 

Killed my Admin admin... solved with commenting out the line "$this = null;" in the file /admin/includes/classes/upload.php

 

Anyone who can help the last issue.

Sean

 

P.S when did the osc get a style update, have I been away from the forum that long?

Link to comment
Share on other sites

Not sure what the problem is.

 

The link in my sig block has the php 4 -5 patches, your problem might be one.

 

BTW the competitioon link doesn't work on the hotel site and

 

Have a party with a different at only £6.50 a child

 

should be difference

 

Good Luck

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Also you need to get magic_quotes_gpc on for the domain.

Other issue where comment no done correctly

<?php echo //$ORDER_WILL_SHIP;?>

to

<?php echo " "; //$ORDER_WILL_SHIP;?>

 

I am still battle with the product page, but will get that today hopefully.

 

I have upgrade to php5 on my dev windows box but I get the error

Security Alert the php can not be accessed directly

This the page will only be served up if REDIRECT_STATUS CGI is set .....but I don't know how to set it?

Any pointer

 

Sean

Link to comment
Share on other sites

Sorted!

The last issue was to do with thumbs_bar having a duplicate varaible twice.

Worth searching the contribution you have for issues.

I managed to comment out most lines to fine this one.

Can go back to bed now :rolleyes:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...