php - "Fatal error: Call to undefined function" resulting in particular local server, but ran well in others' -


i'm developing php application generating reports pdf
right i'm facing troubles

i'm working own computer xampp server , code ran well
when copied codes office's wamp5 version 1.6.5 server got errors

fatal error: call undefined function array_fill_keys() in d:\wwwroot\tcpdf\include\tcpdf_fonts.php on line 1848

i went troubled line , removed it, fatal error: call undefined function occured

there wrong wamp5 configuration?

thanks

your version of php old... royal bg suspected. either upgrade 1.6.6 php 5.2. if there no reason use such old version switch less 7 years old :)

see: http://sourceforge.net/p/wampserver/news/?source=navbar


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -