• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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