Post page missing blocks after upgrade

Posted in: Newspaper
Post count: 6

After upgrading from 9.7 to 10.2 the post page seems missing the entire sidebar and the footer, while other areas seems ok.

For istance:
home: https://liguriaoggi.it/
Post: https://liguriaoggi.it/2019/11/29/autostrada-a12-chiuso-per-una-notte-lallacciamento-con-la-a7/

Post count: 6

Looking in the logs, I’ve noticed a fatal error:

Nov 30 12:57:06 php71-a-eqs ool liguriaoggi.it: PHP Fatal error: Uncaught Error: Call to undefined function get_post_datetime() in /data/websites/liguriaoggi.it/___/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php:671#012Stack trace:#012#0 /data/websites/liguriaoggi.it/___/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-2.php(42): td_module_single_base->get_item_scope_meta()#012#1 /data/websites/liguriaoggi.it/___/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_2.php(56): require_once(‘/data/websites/…’)#012#2 /data/websites/liguriaoggi.it/___/wp-includes/template-loader.php(78): include(‘/data/websites/…’)#012#3 /data/websites/liguriaoggi.it/___/wp-blog-header.php(19): require_once(‘/data/websites/…’)#012#4 /data/websites/liguriaoggi.it/___/index.php(17): require(‘/data/websites/…’)#012#5 {main}#012 thrown in /data/websites/liguriaoggi.it/___/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 671

Post count: 6

The error log could be unreleated; we’ve upgraded Php from 7.1 to 7.3 and the error seems to disappear. Despite this the full post view is still broken.

Post count: 6

After deep investigation I’ve noticed a very unusual thing.
If you inspect the post and see the html the initial opening html tag (html, head) are loaded at the end of the page.

Disabling the caching plugin (qp super cache) a small improvement is noted: now the tags are ok but still missing the sidebar, the footer and some js.

  • This reply was modified 6 years by Raffu.
Post count: 6

Despite what previously said, the fatal error is still there after the php upgrade:

Fatal error: Uncaught Error: Call to undefined function get_post_datetime() in /data/websites/liguriaoggi.it/___/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php:671 Stack trace: #0 /data/websites/liguriaoggi.it/___/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-2.php(42): td_module_single_base->get_item_scope_meta() #1 /data/websites/liguriaoggi.it/___/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_2.php(56): require_once(‘/data/websites/…’) #2 /data/websites/liguriaoggi.it/___/wp-includes/template-loader.php(78): include(‘/data/websites/…’) #3 /data/websites/liguriaoggi.it/___/wp-blog-header.php(19): require_once(‘/data/websites/…’) #4 /data/websites/liguriaoggi.it/___/index.php(17): require(‘/data/websites/…’) #5 {main} thrown in /data/websites/liguriaoggi.it/___/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 671

Post count: 6

The issue seems resolved after upgrading the wordpress core from 5.2.4 -> 5.3

Post count: 1

Yes, the error disappears after updating to 5.3

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.