Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/12/2019 in all areas

  1. 1 point
  2. I'm assuming the file that's erroring is being included by something located in /home/sgn/public_html/careers4you/public_html ? If so, try adding this to the .htaccess in that folder: <IfModule mime_module> AddHandler application/x-httpd-ea-php71 .php .php7 .phtml </IfModule> Also, keep in mind that the PHP version used is based on the configuration for the script the user visits in their browser (i.e. you can't use a different version just for the includes). Includes can't have their own separate version of PHP, but rather an included file always inherits the PHP version of its includer.
    1 point
  3. The domain whatsnew.ml has been cleaned up. Try it now.
    1 point
  4. It sounds like your domain is not actually changing php versions. I'll take a look when I'm at a computer. Nonetheless, it's still a bad idea to use object in this manner anyway, since in the future you may need to run this on newer php. The best fix is to not use the word object this way.
    1 point
×
×
  • Create New...