You are here:  » PHP 7.3 breaks PT installation


PHP 7.3 breaks PT installation

Submitted by webman on Fri, 2022-06-03 01:10 in

Hi David,

So sorry to hear the project dev is being halted.
I have been with the project for a smidge over 14 years now!!
My how time flies!

So good to hear the support will continue. :)

I have had revision 18/06A installed since it's release and has been working AOK with PHP V7.2.
I change the PHP version to V7.3 to allow another script to run and now i find PT no longer runs.

I can see the HTML CSS templates showing but it is not populated with the feed.

Once I change back to 7.2 it works AOK.

Any idea of what could be causing the issue.

Many thanks

les :)

Submitted by support on Fri, 2022-06-03 10:51

Hi Les,

If you temporarily enable error reporting by adding the following line to config.advanced.php (just before the closing PHP tag)

  ini_set('display_errors','on');error_reporting(E_ALL);

Then try the site again and let me know what is displayed (or if no difference) and I'll check it out further with you...

Cheers,
David.
--
PriceTapestry.com

Submitted by webman on Sun, 2022-06-05 07:00

Hi David,

I went a bit further forward to PHP V7.4 and that worked AOK. :)

Many Thanks,

Les :)