installation help on home localhost

Permalink
installing concrete

Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.
Image Manipulation Available
Concrete requires GD library 2.0.1 or greater.

Is these because i can't get mysql installed?

jincmd
 
synlag replied on at Permalink Reply
synlag
..if you can't get mysql installed, you need some professional help. Grab a geek here
http://www.concrete5.org/support/owner_support...
casiuss replied on at Permalink Reply
The php_gd2.dll is included in a standard PHP installation for Windows, it's not enabled by default. You have to turn it on, the user may simply uncomment the line "extension=php_gd2.dll" in php.ini and restart apache.

Change: ;extension=php_gd2.dll
To: extension=php_gd2.dll


Try this aswell if the above doesn't work.

NOTE: SOME USERS MIGHT HAVE TO SUBSTITUTE THE ACTUAL PHP INSTALLATION DIRECTORY ON *YOUR* COMPUTER.

To (FOR WINDOWS):

extension_dir = "c:/php/extensions"