• 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

anyone had a successful upgrade?

Yes, I have, using autoupdater (on one server) and manual rpms (on other server).
 
I used the updated on 2 servers and both results were exactly the same:

1) Upgrade went OK
2) PPSWE does not work
3) Permissions on scripts have messed up
4) Scheduled backup shows the wrong backup date
5) Sitebuilder icons don't work in the CP anymore
6) Langiage on login has changed from 'English' to 'English (United States)' which is fine if you live in the USA

Apart from that it's been a great day :)
 
I ran into a few errors with the psa RPM that an updated RPM database fixed. Everything appears to be working perfectly, with the exception of our locale files being a little messed up and not displaying the proper labels. Waiting to hear back from Plesk on that one.
 
Could you please keep us updated on the labels problem?

I just upgraded to 7.5 from 7.1.3 (after some problems with the updater in Plesk itself I did it manually with a forced installation). Everything seemed to run smoothly apart from the labels.

I've tried to replace the conhelp_en-US.php messages_en-US.php files from the rpm directly, this however didn't help :)
 
I myself am having the problem as well...if you hear anything back from Plesk, please post! Thanks!
 
I just got a reply from my plesk reseller. Telling me to keep in mind Plesk only offers support 30 days after purchase. Correct me if i'm wrong, but in this case their software simply doesn't work properly, since when do clients have to pay that? (sorry, just stunned with their answer :p)

Anyhow, the suggestion plesk gave them:

I suppose you should reinstall psa-locale-base-en-*.rpm from
rpm_*_7.5/base/ directory to correct the labels.

If it doesn't help there is may be problem caused by the fact that Plesk
7.5 Reloaded supports German and Spanish LP at the time only.
http://www.sw-soft.com/en/download/lp/.

If you have some different LP as default in the control panel before
upgrading it may cause the issue. To fix the problem you should setup
default LP to en back:

* #mysql -uadmin -p`cat /etc/psa/.psa.shadow` -e'update psa.misc set
val="en-US " where param="def_locale"';

* reinstall psa-locale-base-en-*.rpm

Now there should be english language pack in the control panel.

Where they got this idea beats me, I'm just using the standard installation which i tried upgrading. (reckon they had trouble reading through my list of taken actions, this was step 1:eek:)

I also tried copying files from a fresh plesk installation, this however didn't work.

Any one else had more luck sorting this out? :p
 
I have never ever used any language packs except what is default with the Plesk installation...on one server it upgraded fine, and the labels are correct, on the other it doesn't work.

I already tried reinstalling locale, even tried uninstalling it, and forcing a fresh install of the rpm..to no avail. I also compared the locale files of the two servers, they seem identical...it is screwed up somewhere in the plesk system.

Edit: I also tried your sql update statement that they sent you...didn't work.
 
SW-Soft found the problem.
Labels are not shown properly due to a misconfiguration in php. (I would never even bother to look there :p)

You should check the php.ini file, the include_path value should point to /usr/local/psa/admin/plib/locales, not /usr/local/psa/admin/plib/locale

SW-Soft changed the php.ini file and this seemed to have solved the problem.

Hope it helps anyone.
 
Originally posted by GioneNn
SW-Soft found the problem.
Labels are not shown properly due to a misconfiguration in php. (I would never even bother to look there :p)

You should check the php.ini file, the include_path value should point to /usr/local/psa/admin/plib/locales, not /usr/local/psa/admin/plib/locale

SW-Soft changed the php.ini file and this seemed to have solved the problem.

Hope it helps anyone.

Yep, it was the same fix that they gave over here. Finally!!!!!
 
Back
Top