Hi all,
After transfer wordpress from my shared hosting to new server i have couple of problems.
Firsth, i can not install any plugins or update my wordpress web site, because when i try to run install wordpress ask me for FTP detalis.
To fix that i was put my ftp detalis in wp-config.php
define( 'FTP_USER', 'username' );
define( 'FTP_PASS', 'password' );
define( 'FTP_HOST', 'ftp.example.org:21' );
Now after that when i try to install plugin i get error like : wordpress can't create directory (folder).
To fix that i was try to put premisons 777 on plugins folder, but still noting....
Is anyone have some ideas what can help me in situacion like this ?
EDIT:
I was transfer site from cpanel (shared hosting) to Zpanel (vps)
After transfer wordpress from my shared hosting to new server i have couple of problems.
Firsth, i can not install any plugins or update my wordpress web site, because when i try to run install wordpress ask me for FTP detalis.
To fix that i was put my ftp detalis in wp-config.php
define( 'FTP_USER', 'username' );
define( 'FTP_PASS', 'password' );
define( 'FTP_HOST', 'ftp.example.org:21' );
Now after that when i try to install plugin i get error like : wordpress can't create directory (folder).
To fix that i was try to put premisons 777 on plugins folder, but still noting....
Is anyone have some ideas what can help me in situacion like this ?
EDIT:
I was transfer site from cpanel (shared hosting) to Zpanel (vps)