- This topic is empty.
-
AuthorPosts
-
January 15, 2023 at 4:16 pm #3737
Evelyn
GuestHey,
I tried to install slickstack for more then 3 times and all the times i get a 403 on WordPress.
What can be wrong? We don’t use cloudflare
January 15, 2023 at 4:22 pm #3738Joseph
Guestsh: 1: /usr/sbin/sendmail: not found
ERROR 1046 (3D000) at line 1: No database selectedThats the error i see in installation
January 16, 2023 at 10:49 am #3741Christine
GuestI tried to install slickstack for more then 3 times and all the times i get a 403 on WordPress.
This happens when the WordPress database doesn’t populate correctly. For security reasons SlickStack blocks requests to
/wp-admin/install.php… this means you have to install WordPress via SlickStack commands instead of via your browser.Simply running
ss-installagain should fix this common problem. Or to be more specific you could also runss-install-wordpress-coreinstead which is more narrow script.sh: 1: /usr/sbin/sendmail: not found
ERROR 1046 (3D000) at line 1: No database selectedThis is not important.
January 16, 2023 at 10:50 am #3742Kyle
Guestsudo bash /var/www/ss-install-wordpress-coreor
ss install wp coreJanuary 16, 2023 at 10:57 am #3743Nicole
GuestThis is the snippet that is not running correctly:
https://github.com/littlebizzy/slickstack/blob/master/bash/ss-install-wordpress-core.txt#L209
H. SS-Install-WordPress-Core: Populate Production Database Options (Conditional)
it’s a known problem.
you can try to manually run that snippet if nothing else works.
March 12, 2023 at 8:42 am #4535Edward
GuestWhat about WP-CLI instead
April 17, 2023 at 12:59 pm #5030Anna
GuestYes WP-CLI can populate the WordPress database instead but SlickStack has always tried to default to using our own scripts that are dependency-free.
If any emergency you can use WP-CLI, because it’s included in SlickStack.
March 13, 2024 at 7:10 am #13312Gerald
Guestthe script filename has changed, now it’s:
sudo bash /var/www/ss-install-wordpress-packagesor
ss install wp packagesor
ss install wp corestill works!March 13, 2024 at 7:17 am #13313Ethan
GuestThis is the snippet that is not running correctly:
https://github.com/littlebizzy/slickstack/blob/master/bash/ss-install-wordpress-packages.txt
here is the new file.
July 26, 2024 at 9:02 am #25684 -
AuthorPosts