Jump to content

Remove the “New PrestaShop update avalaible : Download X.Y finale !" message in Back Office


Recommended Posts

thank you very much for the quick reply. i have another question. when u enter the backoffice you get all this information about prestashop "New PrestaShop update avalaible : Download 1.1 finale !" eg. how can that be removed

Link to comment
Share on other sites

Different subject = different topic, I split this one.

Solution for PS 1.0.0.8.

Edit /admin/index.php

Delete or comment lines 105-113.

Here are these lines in PHP comment (/* */) :

/*    if (@ini_get('allow_url_fopen') AND $update = checkPSVersion())
       echo ''.lindex('New PrestaShop update avalaible').' : '.lindex('Download').' '.$update['name'].' !';
   elseif (!@ini_get('allow_url_fopen'))
   {
       echo '
'.lindex('Update check unavailable').'';
       echo '
 ';
       echo '
'.lindex('To get Prestashop update warnings, you need to activate the allow_url_fopen directive in your php.ini conf file.').' ['.lindex('more infos').']';
       echo '
'.lindex('If you don\'t know how to do that, please contact your host administrator !').'
';
   }
*/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...