Jump to content

При входе в Админ панель - БЕЛАЯ СТРАНИЦА


Recommended Posts

Подскажите, на движке - 1.6

При входе в Админ панель отображается -  БЕЛАЯ СТРАНИЦА

в файле: config/defines.inc.php

заменил:

Код:
define('_PS_MODE_DEV_', false);

на:

Код:

define('_PS_MODE_DEV_', true);

 

что-бы отображались ошибки, в итоге год ошибки следующий:

Fatal error: Uncaught --> Smarty: Unable to load template file '/home/uasco/jewishbook.info/docs/admin...../themes/default/template/content.tpl' <-- thrown in /home/uasco/jewishbook.info/docs/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 129

Edited by IsaakGold (see edit history)
Link to comment
Share on other sites

Понял, файл загрузил, все заработало - СПАСИБО.

Напишите по подробнее о содержимом файла - content.tpl

 

это весь код? или еще что-то должно быть7

 

{if isset($content)}
{$content}
{/if}

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...