Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.

PHP Fatal error: Call to undefined function gd_info()

I did some more research and realized I needed to install the PHP GD image library:

sudo apt-get install php5-gd



I'm at the install page now... fingers crossed.


View article...

Comments

  • I am trying to setup a development environment for exponent. I am running Linux Mint 17 and installed the full LAMP stack.

    PHP Version 5.5.9-1ubuntu4.11
    Apache 2.4.7



    I have downloaded the latest version of exponent (2.3.4). I have created a local MySQL database and set proper permissions on the necessary exponent folders/files (755).


    I have tested that both the web server and php are functioning.


    When I hit the page: 'http://localhost/exponent-2.3.4/install/index.php', I am presented with just a blank screen. In checking the response, I am getting an '500 Internal Server Error'.


    When I check the apache error logs I see this:
    PHP Fatal error: Call to undefined function gd_info() in /var/www/html/exponent-2.3.4/exponent_bootstrap.php on line 89


    Please help.




    View article...
  • I'll put in a check routine instead of just crashing which should at least get one to the server check page to be notified what the problem is.


    View article...
Sign In or Register to comment.