• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

%1

phoenixisp

Silver Pleskian
This has just been a nuisance, nothing major. But since my upgrade to 8.x I am getting a "%1" (without quotes) any place where the word day is. Such as:

System uptime: 57%1 day(s) 17:39

or

Mail Queue Age: 3%1 day(s) 23:59:06

Has anybody run across this? Or better, have a fix?

Thanks-
 
Search for the file /usr/local/psa/admin/plib/locales/YOUR_LANGUAGE/messages_YOUR_LANGUAGE.php and search the following string and replace:

from:
'pb__dom_ctrl' => '1%',

to:
'pb__dom_ctrl' => '%1',
 
Thanks for the reply! I saw that in another thread, but I swear that string does not appear in my messages_en_US.php file. I even searched the file for '1%' and it's not there.

Odd....
 
Back
Top