Jump to content

maintenance.tpl page modify


Andrea Tanda

Recommended Posts

Hi. I've tried to modify my maintenance page through maintenance.tpl in themes/mytheme/ path adding the bold line below

but it doesn't work...any suggestion?

 

<body>

    <div class="container">
<div id="maintenance">
<div class="logo"><img src="{$logo_url}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}"{/if} alt="logo" /></div>
        {$HOOK_MAINTENANCE}
        <div id="message">
            <h1 class="maintenance-heading">{l s='We\'ll be back soon.'}</h1>
{l s='We are currently updating our shop and will be back really soon.'}
<br />
{l s='For info please mail us at [email protected]'}
<br />
{l s='Thanks for your patience.'}
</div>
</div>
       </div>
</div>
</body>
 
thanks
Edited by Andrea Tanda (see edit history)
Link to comment
Share on other sites

ok, It's clear but this message appears: 

 

Warning! Your PHP configuration limits the maximum number of fields allowed in a form 1000 for max_input_vars.

Please ask your hosting provider to increase this limit to 1138 at least, or you will have to edit the translation files.

 

So What's the simpliest way to do that?

Link to comment
Share on other sites

Create a file in your admin folder via ftp called "php.ini". Edit it and add this:

max_input_vars = 2000

Check if it works (if it allows you to translate in the back office without that warning). Some hosting providers don't allow custom php.ini files. In that case you would have to contact your hosting provider and ask them to increase that variable. 

 

Cheers.

  • Like 1
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...