Ok, so here is the error I got while installing Drupal Commerce Kickstart.....on my LAMP server.

Some helpful tutorials:

First, I installed a LAMP server on Debian-7 Wheezy and then changed the default port from 80 to 8088:

commerce1 (1)

The File System error was because I had installed Drupal Commerce in a subdir of my root-dir and ownership settings were not set properly.

command: chmod -R www-data:www-data commerce

A browser refresh shows the File System and Settings error cleared, leaving the PHP Curl Library error.

commerce1

So let us install Curl:

command: apt-get install php5-curl

afterwhich I restarted apache:

command: service apache2 reload
command: service apache2 restart

All error cleared, installation continued and completed successfully.

commerce3

 

thats all folks!!

You have no rights to post comments