Your wp-config.php file has an empty database table prefix, which is not supported #32

Closed
opened 2023-08-31 17:09:04 +00:00 by kawaiipunk · 2 comments
Owner

Error on current Wordpress recipe wordpress:6.3.0

Your wp-config.php file has an empty database table prefix, which is not supported

Solved by running abra app config foo.bar and uncommenting WORDPRESS_TABLE_PREFIX=wp_

# Mostly for compatibility with existing database dumps...
WORDPRESS_TABLE_PREFIX=wp_
Error on current Wordpress recipe `wordpress:6.3.0` ` Your wp-config.php file has an empty database table prefix, which is not supported` Solved by running `abra app config foo.bar` and uncommenting `WORDPRESS_TABLE_PREFIX=wp_` ``` # Mostly for compatibility with existing database dumps... WORDPRESS_TABLE_PREFIX=wp_ ```
Owner

Wow I just ran into the same error.

Wow I just ran into the same error.
Owner

Fix't by 38bc51f516

Fix't by https://git.coopcloud.tech/coop-cloud/wordpress/commit/38bc51f516099b0ac045516a9353ffd0e45fcd74
Sign in to join this conversation.
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/wordpress#32
No description provided.