This topic is locked
[SOLVED]

 Fatal error: Call to undefined function variant_fix()

3/7/2016 2:11:06 AM
PHPRunner General questions
ffrinai author

hi,

phprunner 8.0 build 24793 x86 or 8.1 build 25268 64bit

when i install xampp with php 5.6.15 on win 2012 server this is the runtime error :
Fatal error: Call to undefined function variant_fix() in C:\sitiweb\webpriv\anaguslumbria1\include\straordacdc_events.php on line 46
in my old server windows 2003 with php 5.3.2 it works fine !

any idea ?
thanks

Fabio

ffrinai author 3/7/2016



hi,

phprunner 8.0 build 24793 x86 or 8.1 build 25268 64bit

when i install xampp with php 5.6.15 on win 2012 server this is the runtime error :
Fatal error: Call to undefined function variant_fix() in C:\sitiweb\webpriv\anaguslumbria1\include\straordacdc_events.php on line 46
in my old server windows 2003 with php 5.3.2 it works fine !

any idea ?
thanks

Fabio


From PHP 5.4.5, COM and DOTNET is no longer built into the php core.you have to add COM support in php.ini:
[COM_DOT_NET]

extension=php_com_dotnet.dll
and the file php_com_dotnet.dll must be in the ext dir. like c:\xampp\php\ext

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=78935&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />