header image

“To perform the requested action, connection information is required.” Solved !!

Posted by: noc-isi | January 9, 2010 | 1 Comment |

Proses upgrade otomatis core WordPress & plugin beberapa hari ini bermasalah di beberapa web ISI Denpasar..

bukan otomatis upgrade, malah otomatis keluar

To perform the requested action, connection information is required.

connection_info_needed

Setelah tim NOC dibuat pusing.. akhirnya mbah google turun gunung..

sumber:

http://www.chrisabernethy.com/why-wordpress-asks-connection-info/

ok, solusi pertama mungkin di folder ownership… coba chmod 777  folder plugin nggak berhasil.

coba solusi kedua, ubah ownership all www folder, tapi timbul masalah baru.. apache ato httpd miliknya siapa ya ??

akhirnya buat script “siapa.php” di tarus sembarang asal bisa dipanggil dr web browser di server anda.

isi “siapa.php” dengan code :

<?php echo(exec("whoami")); ?>

terus panggil lewat browser. di webserver ISI yang menjalankan setan merah hasilnya “www”, mungkin di tempat anda hasilnya berbeda.

kemudian lanjutkan dengan ssh ke server terus execute command:

# chown -R [pemilik-httpd]: /[path/www-folder/di/server-anda
Taraaaaa !!!.....

Upgrade wordpress core & plugin berhasil !!

under: System Log

Responses -

????

goodddd thankssss youuuu

Categories