Code Monkey home page Code Monkey logo

Comments (2)

fundaev avatar fundaev commented on July 23, 2024

Could you, please, provide us with the text of the PHP error, mentioned by you?

Thank you.

from core.

ebaiden avatar ebaiden commented on July 23, 2024

Hi there, the problem is resolved.
The issue was that I had deleted the sole user by accident which happened to be the admin. So while signing in as the admin, I couldn't access it, which made it look like someone had hacked into the site.

The way to retrive it is of course making a new user by going to the storefront, then using a MYSQL client software (like phpMyAdmin) you run a SQL-query with the following code:

UPDATE xlite_profiles SET access_level=100 WHERE login='[email protected]';

of course you replace the [email protected] part with your real email address.

This is the crucial part: If you do access the backend and it happens to be blank, meaning with the exception of the LC themed header displayed, but no images, words, links etc.,
go to the settings (I think it's profile... or whichever you change your personal information)
scroll to Membership type and select Wholesale. Everything should pop up then.

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.