welcome page of kickstart_commerce not found

Avatar
  • Answered
hello everybody, i intent to use kickstart_commerce to build my site ,i have zipped the file into www directory of wamp,create the data base,then i typed localhost/install.php , the welcome page not found .what i have made wrong, thanks for helping me .
Avatar
Arn
Hello Nourheine, Sorry for the problems with installing Kickstart_commerce. The main issue that we should first address is that we do not support WAMP. If you are installing it to a hosting account, then we can definitely provide instruction in how to reach your files and install it to the server. WAMP creates a stand-alone environment that emulates what you see with a hosting environment. You may need to see the documentation provided by Drupal Commerce Kickstart. They noted that WAMP causes problems with the install and suggest another environment. I hope this helps to answer your question, please let us know if you require any further assistance. Regards, Arnel C.
Avatar
rawdesk
Hi Arn, Thanks for your reply. I had set these rules in my root/cms/.htaccess and my 500 error as described here https://drupalcommerce.org/questions/8356/ajax-http-error-occurred-http-result-code-500 was solved. ----- # PHP 5, Apache 1 and 2. php_flag magic_quotes_gpc off php_flag magic_quotes_sybase off php_flag register_globals off php_flag session.auto_start off php_value mbstring.http_input pass php_value mbstring.http_output pass php_flag mbstring.encoding_translation off php_value max_execution_time -1 php_value memory_limit 256M php_value max_input_time -1 php_value max_input_nesting_level 300 --- Now i am getting the same HTTP Result Code: 200 as nourheine described earlier, but not referring to the exceeded execution time limit.. http://i.imgur.com/Co85FRB.jpg It was occurring while installing one very specific module in the progression list which stayed there for a very long time. At the end of the error report this message was shown, about a database not existing : Home Installation tasksWelcome(done)Verify requirements(done)Set up database(done)Install Commerce Kickstart 2(done)Configure site(done)Configure store(done)Install demo store(active)Import contentFinished SQLSTATE[42S02]: Base table or view not found: 1146 Table 'artune_kickstart.field_revision_field_product' doesn't exist Proudly built byCommerce Guys I am not running on local host but a shared hosting server. Any idea how to solve this ?