• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk 12.5 Debian 7.9 wordpress installation issues after migration

KazimierasS

New Pleskian
HI,
recently i've migrated from debian 6.0 to 7.9 and upgraded 12.0 to 12.5 version of plesk
Now i do have some small problems that needs sorting.

1.
When moving to applications for one of the clients i get this, some sort of old installation :
Code:
Name
Installation              path
/httpdocs/old          None

And when i try to install wordpress for this one i get:
Code:
Error: The following error has occurred during the installation of application: Installation of WordPress at http://domain.com/ failed. Non-zero exit status returned by script.

i've tried browsing DB for this one and situation looks like this (yes seems i have 2 clients with old unreferenced installations )

Code:
mysql> select * from WordpressInstances where id in (15,20);
+----+----------------+---------------+-----------+---------------+
| id | subscriptionId | path          | isIgnored | apsInstanceId |
+----+----------------+---------------+-----------+---------------+
| 15 |             43 | /httpdocs     |         0 |            43 |
| 20 |             43 | /httpdocs/old |         0 |          NULL |
+----+----------------+---------------+-----------+---------------+
2 rows in set (0.00 sec)

mysql> select * from WordpressInstances where id in (21);
+----+----------------+---------------+-----------+---------------+
| id | subscriptionId | path          | isIgnored | apsInstanceId |
+----+----------------+---------------+-----------+---------------+
| 21 |             46 | /httpdocs/old |         1 |          NULL |
+----+----------------+---------------+-----------+---------------+
1 row in set (0.00 sec)

2. looks like a bug for me. 12.5 is capable of using couple of versions PHP ad when i select a suitable version for my client it doesn't reflect on primary screen under "PHP Settings" under client subscription screen.

3. i've changed global service plan settings related to PHP and other stuff and it seems i can't get it pushed to all the domains available on the server. While trying to sync them i get:
"Information: Properties pf the subscription domain.com were not set to correspond with the actual system state, they are still unsynced with the plan X hosting plan"



any ideas suggestions welcome
 
Back
Top