d_util.php return error 503 for AMP pages (Google crawler)

Posted in: Newspaper
Post count: 75

For some reason Google search console randomly gave me error 503 for AMP pages
I checked the error log and the said me issue in file d_util.php:1382


1381:foreach ( td_fonts::$font_names_google_list as $font_id => $font_name ) {
1382:$list[$font_id] = $font_name;
1383:}

Have no idea why it happened :/

I use nginx with php7.0 and fastcgi like a proxy for php

  • This topic was modified 7 years by reatlat.
  • This topic was modified 7 years by reatlat.
Post count: 20688

Hi,

From what I can see 503 errors are usually server errors, could have been something that happened temporary
https://www.lifewire.com/503-service-unavailable-explained-2622940
You could mark it as solved and monitor the situation further.

Post count: 75

Hi @simion
TY for Wiki link,
TheITCrowd
It was very helpful 😉

Take a link from me

As you can see from my post I already know why my server return 503 error!

Error happened in file d_util.php line of code 1382

So looks like error happened in foreach loop

Merry XMas, and happy New YEar!

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