Code Monkey home page Code Monkey logo

Comments (5)

svowl avatar svowl commented on May 28, 2024

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.

from core.

qimmik avatar qimmik commented on May 28, 2024

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.

from core.

svowl avatar svowl commented on May 28, 2024

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.

from core.

svowl avatar svowl commented on May 28, 2024

Fixed. Thank you for the feedback!

from core.

qimmik avatar qimmik commented on May 28, 2024

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

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.