You are here:  » Upgrade from 18/06A to 20/10A


Upgrade from 18/06A to 20/10A

Submitted by IG on Wed, 2022-08-03 12:47 in

Hi David,

I just realized that your wonderful script is no longer maintained. Thank you for your outstanding support during the last 16 years and 26 weeks!

I am currently running 3 sites with revision 18/06A and I was wondering if you could help/guide me upgrading them to 20/10A, in order to extend their shelf life.

Cheers,
IG

Submitted by support on Thu, 2022-08-04 08:08

Hi Ian,

Thanks for your comments.

There's just one change required for PHP 8 compatibility as result of the magic quotes feature deprecation. To apply the changes in a single line edit includes/widget.php and look for the following code at line 351:

  if (get_magic_quotes_gpc())

...and REPLACE with:

  if (FALSE)

(or alternatively of course, delete the entire section contained by that IF statement; which extends to the last line of code before the closing PHP tag...)

Cheers,
David.
--
PriceTapestry.com