Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - spidsen

Pages: [1]
1
Addons / Re: Bug? Wordpress - mysql user in wp-config.php
« on: March 31, 2019, 12:33:57 PM »
way not install WordPress whiteout the CWP addon?

I could do that, and have done before.
But because, it's a feature in there. You would want it to work, especially if you had other users using or paying.
It's also super simple and fast.

Anyway, I don't know if it's a bug or something I missed. I now see there is other person too.

2
Addons / Bug? Wordpress - mysql user in wp-config.php
« on: March 15, 2019, 10:54:34 PM »

Let's say I create a new account/domain in my root panel, and the username is siteuser1.

I then login to the user panel and want to install Wordpress addon, under Advanced i specify username for the database as DBuser1

Then in my wp-config.php file it will write siteuser1_DBuser1 as user login for the database.
Code: [Select]
define( 'DB_USER', 'siteuser1_DBuser1' );
But then when you want to run the initial installer for Wordpress at "Domain/wp-admin/install.php", it throws database errors.
As soon as i change the user to ONLY siteuser1.
Code: [Select]
define( 'DB_USER', 'siteuser1' );
Then everything works fine.

I just started testing if CWP is for me, and I just find this strange. But maybe it could be me who still got some messed up settings??.
Running on CentOS 7


Pages: [1]