You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
I followed the doc to install theme, i have the WP-CLI installed too but when i try to activate theme with = wp theme activate my_theme i got following error
"Error: Error establishing a database connection. This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down."
My server is not down, i go to the wordpress backend, trying to activate manually theme and i got following error also :
( ! ) Parse error: syntax error, unexpected '}', expecting \\ (T_NS_SEPARATOR) in /app/public/wp-content/themes/starter-theme/src/helpers.php on line 3
Hello,
I followed the doc to install theme, i have the WP-CLI installed too but when i try to activate theme with =
wp theme activate my_themei got following error"Error: Error establishing a database connection. This either means that the username and password information in your
wp-config.phpfile is incorrect or we can’t contact the database server atlocalhost. This could mean your host’s database server is down."My server is not down, i go to the wordpress backend, trying to activate manually theme and i got following error also :
( ! ) Parse error: syntax error, unexpected '}', expecting \\ (T_NS_SEPARATOR) in /app/public/wp-content/themes/starter-theme/src/helpers.php on line 3Someone can help me?
Thanks