litecommerce / core

LiteCommerce
http://litecommerce.com
49 stars 38 forks source link

LiteCommerce installation status: There are no profiles found in the database #16

Closed qimmik closed 12 years ago

qimmik commented 12 years ago

Noticed today that on the Drupal status page, I get this message: "LiteCommerce installation status. There are no profiles found in the database. The installed LiteCommerce software not found. It is required to install LiteCommerce and specify correct path to them in the LC Connector module settings." I was trying to remember how to link LC to Drupal or synchronize them, but cannot remember or find out how. Help me to remember please. -_-; hehe Everything is working great, Drupal and LC3 are functioning correctly and all is well. Just get that error.

Thank you!!

svowl commented 12 years ago

In earlier versions of Ecommerce CMS the record about installation profile was disabled in the Drupal's system table just after installation complete. We have fixed this. You may ignore this message or you can try the following to avoid it:

In the MySQL console (or PHPMyAdmin) run the following SQL query: select filename, name, type, status from drupal_system where filename like '%litecommerce%';

If the record will be found with status = 0, then try to update this status to 1 and check if the message disappears.

Please, MAKE A DATABASE BACKUP before this changes.

qimmik commented 12 years ago

Hehe, the record found was with status 1 ('profiles/litecommerce/litecommerce.profile', 'litecommerce', 'module', '1'). Only problem it seems to cause (which is minor right now), is that I cannot run the update.php script. The error appears and says it needs to be fixed before proceeding.

svowl commented 12 years ago

This is very strange... If it is possible for you to provide us with access to your site, please, post a ticket to http://bt.litecommerce.com (choose 'Support communications' category for the ticket). The first of all we need access to the Drupal admin interface.

svowl commented 12 years ago

Fixed. Thank you for the feedback!

qimmik commented 12 years ago

Thank You for the help and the patch! You all provide wonderful help! Thank you for the work and customer service.