fredmds
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Create a Database for WordPress on a private serverHi Dion,
I have started to manually install plugins and the theme. Working fine so far !
Good thing about this soution is that I can keep an eye on what is installed and clean efficiently my repositories.
Bye and thanks a lot for the help.
This topic is resolved
Forum: Installing WordPress
In reply to: Create a Database for WordPress on a private serverThanks again Dion for the quick answer.
I don’t have a root-level access ad I do not believe the admin will give it to me.
The website is really simple and will not require many plugins to install so the alternative might be to install them manually.
What about building the website locally (my computer) and then expert it using duplicator ?
Forum: Installing WordPress
In reply to: Create a Database for WordPress on a private serverHi Dion,
Thanks for your answer.
I do not put any port when I connect filezilla to the server (meaning it’s port 21)
In my situation, the hosting is : sftp://[email protected]
username : ***
password : ***
port : blankThis ftp connection gives me access to only one repository, where I am able to install wordpress, but if I use the same credentials on my wordpress dashboard to install a plugin, the access to the server is denied.
I would have loved your solution to be the one to solve my problem 🙂
Forum: Installing WordPress
In reply to: Create a Database for WordPress on a private serverHi everyone,
I am still in the process of setting up my worpdress website on the university’s server.
I managed to install the website via ftp and create a database using phpmyadmin.
I am able to delete or create pages, edit their content, set a static page, etc.But as soon as I want to delete/add a theme or delete/add a plugin the system requests the FTP or SSH credentials to proceed.
——————-
Connection Information
Failed to connect to FTP Server ************To perform the requested action, WordPress needs to access your web server. Please enter your FTP or SSH credentials to proceed. If you do not remember your credentials, you should contact your web host.
Hostname
example: http://www.ww.wp.xz.cn
FTP/SSH Username
FTP/SSH Password
This password will not be stored on the server.
Connection Type
FTP
FTPS (SSL)
SSH2
——————————–I tried several times the same credentials I use to access the server through Filezilla but I didn’t succeeded to confirm the access.
I tried FTP and FTPS (SSL) connection types.I also changed the wp-config-php and added up define( ‘FS_METHOD’, ‘direct’ ); just before the database parameters but it didn’t solve the problem.
Any clue anyone ?
Thanks in advance
Forum: Installing WordPress
In reply to: Create a Database for WordPress on a private serverThanks a lot Yui,
I am going to try adminer right away.
Hi guys,
I have just solved the problem following the indications of marco978 right above this post.
my wordpress version is : 5.5
my woocommerce version is : 4.3.2The problem was a message displayed in the dashboard talking about “wc_reserved_stock creation failed”
What I did was;
– Change the installer.php code with the code provided by marco978.
– Upgrade the php version from 7.3 to 7.4.The message is now gone.