mastadj Posted February 10, 2010 Share Posted February 10, 2010 Hello, I am having an issue setting up this program. The install worked fine but now I get this error. I removed the install folder and renamed the Admin directory. The error I see on the page stats: The server encountered an unexpected condition which prevented it from fulfilling the request.The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log. I also checked my error logs and found this:PHP Warning: PHP Startup: Unable to load dynamic library './php_gd2.dll' - ./php_gd2.dll: cannot open shared object file: No such file or directory in Unknown on line 0 I know I uncommitted the file to allow the extension but it seems like maybe its still not in my php extensions. I am using iPage hosting if that helps any. Link to comment Share on other sites More sharing options...
brandonc503 Posted February 10, 2010 Share Posted February 10, 2010 you can put this in a test.php file and open it in browser to see specs of server.. may help to see if that thing you mentioned was uncommented coreectly <?php phpinfo(); ?> Link to comment Share on other sites More sharing options...
mastadj Posted February 10, 2010 Author Share Posted February 10, 2010 Ok, so I ran that test and searched for php_gd2.dll but it could not find the extension. The page loaded fine with the information. Anymore steps to double check? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now