Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting a base/db/exception? #141

Closed
abs9240 opened this issue May 1, 2024 · 4 comments
Closed

getting a base/db/exception? #141

abs9240 opened this issue May 1, 2024 · 4 comments

Comments

@abs9240
Copy link

abs9240 commented May 1, 2024

v

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'newintv.mshop_locale_site' doesn't exist: SELECT mlocsi."id" AS "locale.site.id", mlocsi."siteid" AS "locale.site.siteid", mlocsi."label" AS "locale.site.label", mlocsi."code" AS "locale.site.code", mlocsi."status" AS "locale.site.status", mlocsi."id" AS "locale.site.position", mlocsi."level" AS "locale.site.level", mlocsi."config" AS "locale.site.config", mlocsi."icon" AS "locale.site.icon", mlocsi."logo" AS "locale.site.logo", mlocsi."rating" AS "locale.site.rating", mlocsi."ratings" AS "locale.site.ratings", mlocsi."refid" AS "locale.site.refid", mlocsi."theme" AS "locale.site.theme", mlocsi."ctime" AS "locale.site.ctime", mlocsi."mtime" AS "locale.site.mtime", mlocsi."editor" AS "locale.site.editor", mlocsi."parentid" AS "locale.site.parentid" FROM "mshop_locale_site" mlocsi WHERE ( ( mlocsi."code" = 'default' ) ) ORDER BY mlocsi."id" ASC LIMIT 1 OFFSET 0

Upon installation, when trying to access, it shows page with above. I was told that the app didn't bother creating any tables within the db. what am i doing wrong as the installation process through ssh showed that it was created.

@aimeos
Copy link
Owner

aimeos commented May 1, 2024

The setup process didn't succeed and the tables haven't been created.
Any errors during the installation?

@abs9240
Copy link
Author

abs9240 commented May 2, 2024 via email

@aimeos
Copy link
Owner

aimeos commented May 2, 2024

Warning: Invalid "memory_limit" setting. Invalid quantity "30--512M", interpreting as "30M" for backwards compatibility

This is your problem. There should be no memory limit for PHP on the command line or a high value of 1G.
After you've fixed that problem, reinstall the Aimeos distribution from scratch.

@abs9240
Copy link
Author

abs9240 commented May 2, 2024 via email

@aimeos aimeos closed this as completed May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants