Hi All
I am having an issue with my 14.2 upgrade. The install/upgrade seemed to go OK as in no errors reported etc.
But I am getting some odd errors
(1) application home-Requires upgrade and will not upgrade
(2)
In the Setup / config admin
When I run the -> Check installation
I get all green completed check marks until just after
Checking function imagecreatefromjpeg exists: True
then I get the following
Fatal error: Call to undefined function tnef_check()
in /home//public_html/egrp/setup/check_install.php on line 880
The check_install.php has the following version
-
@version $Id: check_install.php 51292 2015-01-18 12:05:09Z ralfbecker $
lines 878-882 read as follows
878 foreach ($sorted_checks as $name => $args)
879 {
880 $check_ok = $args’func’;
881 $Ok = $Ok && $check_ok;
882 }
No tnef_check function to be found in that file
I have restored old backup files and in the old check_install.php
-
@version $Id: check_install.php 45920 2014-02-22 17:12:24Z ralfbecker $
I did find a tnef_check in line 685
685 function tnef_check($name,$args)
I thought it might be some kind of a cache issue but I have flushed all cache
Clear cache and register hooks
Cleared/flushed domain cache and even turned caching off on the website but still no joy.
Any help on how to fix this?