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

Exception when scaning photos, NC 21 maps 0.1.8 #547

Closed
ismaelbonato opened this issue Feb 27, 2021 · 4 comments
Closed

Exception when scaning photos, NC 21 maps 0.1.8 #547

ismaelbonato opened this issue Feb 27, 2021 · 4 comments

Comments

@ismaelbonato
Copy link

I've instaled maps on NC 21 but pictures are not showing on the map.

In ExceptionConverter.php line 67:

An exception occurred while executing a query: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "oc_maps_photos" does not exist
LINE 1: DELETE FROM "oc_maps_photos" where "user_id" = $1
^
In Exception.php line 26:

SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "oc_maps_photos" does not exist
LINE 1: DELETE FROM "oc_maps_photos" where "user_id" = $1
^

In Statement.php line 82:

SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "oc_maps_photos" does not exist
LINE 1: DELETE FROM "oc_maps_photos" where "user_id" = $1
^

@e-LUNATIC
Copy link

Same here...I have no mysql table oc_maps in my database after installing.

@stickr
Copy link

stickr commented Mar 13, 2021

Same here Maps v0.1.8
`

Error index Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextclouddb.oc_maps_devices' doesn't exist   2021-03-13T13:54:28-0500
Error index Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextclouddb.oc_maps_devices' doesn't exist   2021-03-13T13:54:28-0500
Error index Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextclouddb.oc_maps_tracks' doesn't exist   2021-03-13T13:54:27-0500
Error index Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextclouddb.oc_maps_photos' doesn't exist   2021-03-13T13:54:26-0500
Error index Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextclouddb.oc_maps_favorite_shares' doesn't exist   2021-03-13T13:54:17-0500
Error index Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextclouddb.oc_maps_favorites' doesn't exist   2021-03-13T13:54:17-0500
Error index Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextclouddb.oc_maps_photos' doesn't exist

`

@VoOoUoOoV
Copy link

How to generate oc_maps_* you can read here

@ismaelbonato
Copy link
Author

Problem fixed on Master. But the auto scanning doesn't work.

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

4 participants