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

Fehler bei der Installation: SQL error: Error while executing statement "CREATE TABLE rex_event_date... #64

Open
isospin opened this issue Nov 5, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@isospin
Copy link

isospin commented Nov 5, 2024

AddOn events konnte aus folgendem Grund nicht installiert werden:
SQL error: Error while executing statement "CREATE TABLE rex_event_date ( id int(10) unsigned NOT NULL auto_increment , PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;" using params []! SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'rex_event_date' already exists

nach dem zweiten Versuch kommt dann:

AddOn events konnte aus folgendem Grund nicht installiert werden:
SQL error: Error while executing statement "update rex_event_date set uid = uuid() where uid =""" using params []! SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uid' in 'where clause'

habe es auf zwei Systemen versucht:
REDAXO 5.18.0 PHP 8.3.4 (lokal )
REDAXO 5.17.1 PHP 8.3.12

@alxndr-w
Copy link
Member

alxndr-w commented Dec 9, 2024

Danke für die Hinweise - ich konnte das nachstellen, es ist mir allerdings noch nicht gelungen, das zu beheben. Für die 5.x kann ich hierzu mangels Zeit keinen Fix mehr beisteuern. Mit der 6.0.0 werde ich vor dem Release noch Mal beide Fälle testen (upgrade und frische Installation)

@alxndr-w alxndr-w self-assigned this Dec 9, 2024
@alxndr-w alxndr-w added the bug Something isn't working label Dec 9, 2024
@alxndr-w alxndr-w added this to the 6.0 Namespaces milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants