Can you help. I am creating a site on a php server that has recently been setup by a friend of mine - however I am receiving the error message 'undefined function imagesx'. Is this an error at my end of is it something that needs to be done server end. I'm pretty sure that I tried this on other servers and it worked without a problem.

Suggesttions appreciated!

W.

    Hi,

    I think you need gd support for those functions to work. Your friend might need to recompile php with gd support.

      thanks,

      can you confirm that imagesx is a gd function?

        Hi,

        I browsed the source code of php. imagesx is defined in

        php_gd.h😛HP_FUNCTION(imagesx);

        That's part of the gd extension so you need to recompile php with gd support.

          Write a Reply...