Skip to main content

After transfer problems

Comments

6 comments

  • Infopro
    One of the "fixes", which isn't really a fix, was simply to hide the error reporting. It's not a fix that satisfies me.

    That is the fix for many out of date, older scripts, going back years. For example: forum.joomla.org/viewtopic.php?t=618315
    0
  • bonbonbon
    Okay, thanks for the answer. But how come it worked properly before transfer? The servers don't differ that much.
    0
  • madmanmachines
    The servers don't differ that much
    Exactly how do they differ? In PHP version? That would be enough to cause this. What is the error_reporting on the source server compared to the destination server?
    0
  • Infopro
    Okay, thanks for the answer. But how come it worked properly before transfer? The servers don't differ that much.

    PHP version, as the thread I linked you to (from back in 2012) mentions many times. :)
    0
  • bonbonbon
    It might be PHP version after all. I checked it before on both servers and it was PHP 5.4 in the configuration. I assumed both servers were running the same version, but it differs a bit. "Old" server runs PHP version 5.4.20, "new" server runs PHP version 5.4.39. I guess it's enough to break it? The error reporting is nearly the same: server old: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED server new: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
    0
  • Infopro
    Docs on error reporting (and disabling):
    0

Please sign in to leave a comment.