0

I'm having problems trying to install Wordpress to Plesk on my VPS. Everytime i go install wordpress it gets 100% then shows this message?

ERROR: Call to undefined method PHosting_Apache::getPHPCliPath() (Adapter.php:134)

I have re-imaged the server a few times now and still get the same problem.

Server Software : CentOS 6 with Parallels Plesk Panel 12 (64-bit)

Any suggestions?

keithyboi
  • 63
  • 7

2 Answers2

0

Installation of microupdates was not completed successfully. Re-install micro updates by executing the below command:

/usr/local/psa/admin/bin/autoinstaller --install-component base --select-product-id plesk --select-release-current --reinstall-patch

IgorG
  • 1,181
  • 6
  • 8
  • Unfortunatley this did not work... Any other suggestions? – keithyboi Jan 27 '16 at 20:13
  • Looks like that Plesk core packages are not installed properly. I suggest you run /usr/local/psa/admin/sbin/autoinstaller manually and re-select 1. [*] Base packages of Parallels Plesk Panel <--- Base package/Microupdate 2. [*] Parallels Plesk Panel <--- Core packages – IgorG Jan 28 '16 at 05:16
-1

Here is what I did that helped:

Install PHP 5.6 (or latest)

[Find Plesk Add/Remove Components][1]

Locate PHP installation (mine was here)

[Drill down into PHP option][3]

Install latest PHP

I went back and installed wordpress and it went through. Hope this helps

Daniel
  • 1