-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Comments
Same here...I have no mysql table oc_maps in my database after installing. |
Same here Maps v0.1.8
` |
How to generate |
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
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
^
The text was updated successfully, but these errors were encountered: