Sentora Support Forums

Full Version: Wordpress, ProblemS after transfer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)
Did you transfert files using FTP or SSH ? If you use SSH with root file owner will be root, so you might need to reset it back to apache:apache owner.

ls -ld

to get files infos

M B
This is same problem whit premissions on domain glamurstar.com ?
(01-12-2016, 10:20 PM)boka003 Wrote: [ -> ]This is same problem whit premissions  on domain glamurstar.com ?

There are manay wrong things on that website, WordPress related, missing plugins etc.
You need to have correct CHOW to apache user.
yep as usually for convinience users rush to SSH to move files while it will set different permissions from the default FTP user settings.

M B