Open GoogleCodeExporter opened 9 years ago
when i finish installation and i try to login apper this message: "[2015-04-21 21:23:07 (GMT)] An exception occurred while executing this script: Error message: #8192, preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead Script name and line number of error: /var/www/html/openbiz/openbiz/others/Smarty/libs/Smarty_Compiler.class.php:270 function: errorHandler ( 8192, "preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead", "/var/www/html/openbiz/openbiz/others/Smarty/libs/Smarty_Compiler.class.php", 270, Array(8) ) @ /var/www/html/openbiz/openbiz/bin/sysheader_inc.php 125 function: userErrorHandler ( 8192, "preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead", "/var/www/html/openbiz/openbiz/others/Smarty/libs/Smarty_Compiler.class.php", 270, Array(8) ) @ function: preg_replace ( "~\{\*(.*?)\*\}|\{\s*literal\s*\}(.*?)\{\s*/literal\s*\}|\{\s*php\s*\}(.*?)\{\s* /php\s*\}~se", "'{php' . str_repeat(" ", substr_count('\0', " ")) .'}'", "<form id="{$form.name}" name="{$form.name}"> <style> {literal} .oauth_bar{ float:left; width:170px; height:24px; padding-left:8px; background-image:url({/literal}{$resource_url}{literal}/oauth/images/social_prov ider_spacer.png); background-repeat:no-repeat; background-position:0px 3px; } .oauth_bar a{ background-image:url({/literal}{$resource_url}{literal}/oauth/images/social_prov ider_icons.png); background-repeat:no-repeat; margin-right:0px; display:block; float:left; } a#oauth_sina{ background-position:0px 0px; width:24px; height:24px; } a#oauth_sina:hover{ background-position:0px -24px; } a#oauth_sina:active{ background-position:0px -48px; } a#oauth_qq{ background-position:-24px 0px; width:24px; height:24px; } a#oauth_qq:hover{ background-position:-24px -24px; } a#oauth_qq:active{ background-position:-24px -48px; } a#oauth_facebook{ background-position:-48px 0px; width:24px; height:24px; } a#oauth_facebook:hover{ background-position:-48px -24px; } a#oauth_facebook:active{ background-position:-48px -48px; } a#oauth_google{ background-position:-72px 0px; width:24px; height:24px; } a#oauth_google:hover{ background-position:-72px -24px; } a#oauth_google:active{ background-position:-72px -48px; } a#oauth_alipay{ background-position:-96px 0px; width:24px; height:24px; } a#oauth_alipay:hover{ background-position:-96px -24px; } a#oauth_alipay:active{ background-position:-96px -48px; } a#oauth_qzone{ background-position:-120px 0px; width:24px; height:24px; } a#oauth_qzone:hover{ background-position:-120px -24px; } a#oauth_qzone:active{ background-position:-120px -48px; } a#oauth_twitter{ background-position:-144px 0px; width:24px; height:24px; } a#oauth_twitter:hover{ background-position:-144px -24px; } a#oauth_twitter:active{ background-position:-144px -48px; } .button_highlight{ margin-top:2px; } {/literal} </style> <!-- <div class="cubi_logo_large" style="background-image:url({$app_url}/images/cubi_logo_large.png?rnd={php}echo rand();{/php})"></div> --> <table> <tr> <td> <div class="cubi_logo_large" ></div> </td> <td class="v_line"> <div class="login_form " > <table><tr><td class="login-top-padding" valign="top"> <div class="cubi_login_banner"> <h1 id="welcome-message"> {$smarty.const.DEFAULT_SYSTEM_NAME}{$use_login_welcome_message} </h1> </div> {if $dataPanel.username.label} <p class="input_row"> <label style="width:60px;">{$dataPanel.username.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.username.element}</span> {if $errors.username} <!-- <span class="input_error_msg">{$errors.username}</span> --> {/if} </p> <p class="input_row"> <label style="width:60px;">{$dataPanel.password.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.password.element}</span> {if $errors.password} <!-- <span class="input_error_msg">{$errors.password}</span> --> {/if} </p> {/if} {if $dataPanel.antispam.label} <p class="input_row"> <label style="width:60px;">{$dataPanel.antispam.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.antispam.element}</span> {if $errors.antispam} <span class="input_error_msg">{$errors.antispam}</span> {/if} </p> {/if} {if $dataPanel.smartcard.label} <div class="input_row" style="height:140px;"> <div style="height:30px;"> <label style="width:120px;">{$dataPanel.smartcard.label}</label> </div> <div style="height:120px;"> <span style="width:400px; display:block;float:left;">{$dataPanel.smartcard.element}</span> </div> </div> {/if} {if $dataPanel.session_timeout.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;"> <label style="width:60px;">{$dataPanel.session_timeout.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.session_timeout.element}</spa n> {if $errors.session_timeout} <span class="input_error_msg">{$errors.session_timeout}</span> {/if} </div> {/if} {if $dataPanel.current_language.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;" > <label style="width:60px;">{$dataPanel.current_language.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.current_language.element}</sp an> {if $errors.current_language} <span class="input_error_msg">{$errors.current_language}</span> {/if} </div> {/if} {if $dataPanel.current_theme.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;"> <label style="width:60px;">{$dataPanel.current_theme.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.current_theme.element}</span> {if $errors.current_theme} <span class="input_error_msg">{$errors.current_theme}</span> {/if} </div> {/if} <p class="input_row" style="height:38px;padding-top:5px;padding-left:0px;" > <!-- onclick="document.getElementById('login_indicator').className='show'" --> <span style="height:30px;display:block;"> {foreach item=elem from=$actionPanel} {$elem.element} {/foreach} </span> </p> <!-- {if $errors.login_status} <span id="login_indicator" class="show" style="float:none;text-indent:0px;"> {$errors.login_status} </span> {else} <span id="login_indicator" class="hidden" style="float:none;text-indent:0px;"> {t}Processing login...{/t} </span> {/if} --> {if $notices} <div > {foreach item=noticeMsg from=$notices} <div>{$noticeMsg}</div> {/foreach} </div> {/if} <p class="input_row"> <span style="margin-right:10px;"> {$dataPanel.register_new.element} </span> {$dataPanel.forget_pass.element} </p> </td></tr></table> </div> </td></tr></table> </form> " ) @ /var/www/html/openbiz/openbiz/others/Smarty/libs/Smarty_Compiler.class.php 270 function: _compile_file ( "/var/www/html/openbiz/modules/user/template/login.tpl.html", "<form id="{$form.name}" name="{$form.name}"> <style> {literal} .oauth_bar{ float:left; width:170px; height:24px; padding-left:8px; background-image:url({/literal}{$resource_url}{literal}/oauth/images/social_prov ider_spacer.png); background-repeat:no-repeat; background-position:0px 3px; } .oauth_bar a{ background-image:url({/literal}{$resource_url}{literal}/oauth/images/social_prov ider_icons.png); background-repeat:no-repeat; margin-right:0px; display:block; float:left; } a#oauth_sina{ background-position:0px 0px; width:24px; height:24px; } a#oauth_sina:hover{ background-position:0px -24px; } a#oauth_sina:active{ background-position:0px -48px; } a#oauth_qq{ background-position:-24px 0px; width:24px; height:24px; } a#oauth_qq:hover{ background-position:-24px -24px; } a#oauth_qq:active{ background-position:-24px -48px; } a#oauth_facebook{ background-position:-48px 0px; width:24px; height:24px; } a#oauth_facebook:hover{ background-position:-48px -24px; } a#oauth_facebook:active{ background-position:-48px -48px; } a#oauth_google{ background-position:-72px 0px; width:24px; height:24px; } a#oauth_google:hover{ background-position:-72px -24px; } a#oauth_google:active{ background-position:-72px -48px; } a#oauth_alipay{ background-position:-96px 0px; width:24px; height:24px; } a#oauth_alipay:hover{ background-position:-96px -24px; } a#oauth_alipay:active{ background-position:-96px -48px; } a#oauth_qzone{ background-position:-120px 0px; width:24px; height:24px; } a#oauth_qzone:hover{ background-position:-120px -24px; } a#oauth_qzone:active{ background-position:-120px -48px; } a#oauth_twitter{ background-position:-144px 0px; width:24px; height:24px; } a#oauth_twitter:hover{ background-position:-144px -24px; } a#oauth_twitter:active{ background-position:-144px -48px; } .button_highlight{ margin-top:2px; } {/literal} </style> <!-- <div class="cubi_logo_large" style="background-image:url({$app_url}/images/cubi_logo_large.png?rnd={php}echo rand();{/php})"></div> --> <table> <tr> <td> <div class="cubi_logo_large" ></div> </td> <td class="v_line"> <div class="login_form " > <table><tr><td class="login-top-padding" valign="top"> <div class="cubi_login_banner"> <h1 id="welcome-message"> {$smarty.const.DEFAULT_SYSTEM_NAME}{$use_login_welcome_message} </h1> </div> {if $dataPanel.username.label} <p class="input_row"> <label style="width:60px;">{$dataPanel.username.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.username.element}</span> {if $errors.username} <!-- <span class="input_error_msg">{$errors.username}</span> --> {/if} </p> <p class="input_row"> <label style="width:60px;">{$dataPanel.password.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.password.element}</span> {if $errors.password} <!-- <span class="input_error_msg">{$errors.password}</span> --> {/if} </p> {/if} {if $dataPanel.antispam.label} <p class="input_row"> <label style="width:60px;">{$dataPanel.antispam.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.antispam.element}</span> {if $errors.antispam} <span class="input_error_msg">{$errors.antispam}</span> {/if} </p> {/if} {if $dataPanel.smartcard.label} <div class="input_row" style="height:140px;"> <div style="height:30px;"> <label style="width:120px;">{$dataPanel.smartcard.label}</label> </div> <div style="height:120px;"> <span style="width:400px; display:block;float:left;">{$dataPanel.smartcard.element}</span> </div> </div> {/if} {if $dataPanel.session_timeout.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;"> <label style="width:60px;">{$dataPanel.session_timeout.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.session_timeout.element}</spa n> {if $errors.session_timeout} <span class="input_error_msg">{$errors.session_timeout}</span> {/if} </div> {/if} {if $dataPanel.current_language.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;" > <label style="width:60px;">{$dataPanel.current_language.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.current_language.element}</sp an> {if $errors.current_language} <span class="input_error_msg">{$errors.current_language}</span> {/if} </div> {/if} {if $dataPanel.current_theme.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;"> <label style="width:60px;">{$dataPanel.current_theme.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.current_theme.element}</span> {if $errors.current_theme} <span class="input_error_msg">{$errors.current_theme}</span> {/if} </div> {/if} <p class="input_row" style="height:38px;padding-top:5px;padding-left:0px;" > <!-- onclick="document.getElementById('login_indicator').className='show'" --> <span style="height:30px;display:block;"> {foreach item=elem from=$actionPanel} {$elem.element} {/foreach} </span> </p> <!-- {if $errors.login_status} <span id="login_indicator" class="show" style="float:none;text-indent:0px;"> {$errors.login_status} </span> {else} <span id="login_indicator" class="hidden" style="float:none;text-indent:0px;"> {t}Processing login...{/t} </span> {/if} --> {if $notices} <div > {foreach item=noticeMsg from=$notices} <div>{$noticeMsg}</div> {/foreach} </div> {/if} <p class="input_row"> <span style="margin-right:10px;"> {$dataPanel.register_new.element} </span> {$dataPanel.forget_pass.element} </p> </td></tr></table> </div> </td></tr></table> </form> ", Null ) @ /var/www/html/openbiz/openbiz/others/Smarty/libs/Smarty.class.src.php 1484 function: _compile_source ( "/var/www/html/openbiz/modules/user/template/login.tpl.html", "<form id="{$form.name}" name="{$form.name}"> <style> {literal} .oauth_bar{ float:left; width:170px; height:24px; padding-left:8px; background-image:url({/literal}{$resource_url}{literal}/oauth/images/social_prov ider_spacer.png); background-repeat:no-repeat; background-position:0px 3px; } .oauth_bar a{ background-image:url({/literal}{$resource_url}{literal}/oauth/images/social_prov ider_icons.png); background-repeat:no-repeat; margin-right:0px; display:block; float:left; } a#oauth_sina{ background-position:0px 0px; width:24px; height:24px; } a#oauth_sina:hover{ background-position:0px -24px; } a#oauth_sina:active{ background-position:0px -48px; } a#oauth_qq{ background-position:-24px 0px; width:24px; height:24px; } a#oauth_qq:hover{ background-position:-24px -24px; } a#oauth_qq:active{ background-position:-24px -48px; } a#oauth_facebook{ background-position:-48px 0px; width:24px; height:24px; } a#oauth_facebook:hover{ background-position:-48px -24px; } a#oauth_facebook:active{ background-position:-48px -48px; } a#oauth_google{ background-position:-72px 0px; width:24px; height:24px; } a#oauth_google:hover{ background-position:-72px -24px; } a#oauth_google:active{ background-position:-72px -48px; } a#oauth_alipay{ background-position:-96px 0px; width:24px; height:24px; } a#oauth_alipay:hover{ background-position:-96px -24px; } a#oauth_alipay:active{ background-position:-96px -48px; } a#oauth_qzone{ background-position:-120px 0px; width:24px; height:24px; } a#oauth_qzone:hover{ background-position:-120px -24px; } a#oauth_qzone:active{ background-position:-120px -48px; } a#oauth_twitter{ background-position:-144px 0px; width:24px; height:24px; } a#oauth_twitter:hover{ background-position:-144px -24px; } a#oauth_twitter:active{ background-position:-144px -48px; } .button_highlight{ margin-top:2px; } {/literal} </style> <!-- <div class="cubi_logo_large" style="background-image:url({$app_url}/images/cubi_logo_large.png?rnd={php}echo rand();{/php})"></div> --> <table> <tr> <td> <div class="cubi_logo_large" ></div> </td> <td class="v_line"> <div class="login_form " > <table><tr><td class="login-top-padding" valign="top"> <div class="cubi_login_banner"> <h1 id="welcome-message"> {$smarty.const.DEFAULT_SYSTEM_NAME}{$use_login_welcome_message} </h1> </div> {if $dataPanel.username.label} <p class="input_row"> <label style="width:60px;">{$dataPanel.username.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.username.element}</span> {if $errors.username} <!-- <span class="input_error_msg">{$errors.username}</span> --> {/if} </p> <p class="input_row"> <label style="width:60px;">{$dataPanel.password.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.password.element}</span> {if $errors.password} <!-- <span class="input_error_msg">{$errors.password}</span> --> {/if} </p> {/if} {if $dataPanel.antispam.label} <p class="input_row"> <label style="width:60px;">{$dataPanel.antispam.label}</label> <span style="width:200px; display:block;float:left;">{$dataPanel.antispam.element}</span> {if $errors.antispam} <span class="input_error_msg">{$errors.antispam}</span> {/if} </p> {/if} {if $dataPanel.smartcard.label} <div class="input_row" style="height:140px;"> <div style="height:30px;"> <label style="width:120px;">{$dataPanel.smartcard.label}</label> </div> <div style="height:120px;"> <span style="width:400px; display:block;float:left;">{$dataPanel.smartcard.element}</span> </div> </div> {/if} {if $dataPanel.session_timeout.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;"> <label style="width:60px;">{$dataPanel.session_timeout.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.session_timeout.element}</spa n> {if $errors.session_timeout} <span class="input_error_msg">{$errors.session_timeout}</span> {/if} </div> {/if} {if $dataPanel.current_language.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;" > <label style="width:60px;">{$dataPanel.current_language.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.current_language.element}</sp an> {if $errors.current_language} <span class="input_error_msg">{$errors.current_language}</span> {/if} </div> {/if} {if $dataPanel.current_theme.label} <div class="input_row" style="width:400px;display:block;height:35px;overflow:hidden;"> <label style="width:60px;">{$dataPanel.current_theme.label}</label> <span style="width:200px; display:block;height:35px;float:left;">{$dataPanel.current_theme.element}</span> {if $errors.current_theme} <span class="input_error_msg">{$errors.current_theme}</span> {/if} </div> {/if} <p class="input_row" style="height:38px;padding-top:5px;padding-left:0px;" > <!-- onclick="document.getElementById('login_indicator').className='show'" --> <span style="height:30px;display:block;"> {foreach item=elem from=$actionPanel} {$elem.element} {/foreach} </span> </p> <!-- {if $errors.login_status} <span id="login_indicator" class="show" style="float:none;text-indent:0px;"> {$errors.login_status} </span> {else} <span id="login_indicator" class="hidden" style="float:none;text-indent:0px;"> {t}Processing login...{/t} </span> {/if} --> {if $notices} <div > {foreach item=noticeMsg from=$notices} <div>{$noticeMsg}</div> {/foreach} </div> {/if} <p class="input_row"> <span style="margin-right:10px;"> {$dataPanel.register_new.element} </span> {$dataPanel.forget_pass.element} </p> </td></tr></table> </div> </td></tr></table> </form> ", Null, "/var/www/html/openbiz/files/tpl_cpl/default/%%83^83C^83C4EAC3%%login.tpl.html.i nc" ) @ /var/www/html/openbiz/openbiz/others/Smarty/libs/Smarty.class.src.php 1417 function: _compile_resource ( "/var/www/html/openbiz/modules/user/template/login.tpl.html", "/var/www/html/openbiz/files/tpl_cpl/default/%%83^83C^83C4EAC3%%login.tpl.html.p hp" ) @ /var/www/html/openbiz/openbiz/others/Smarty/libs/Smarty.class.src.php 1256 function: fetch ( "/var/www/html/openbiz/modules/user/template/login.tpl.html" ) @ /var/www/html/openbiz/openbiz/bin/easy/FormRenderer.php 125 function: renderSmarty ( Object(LoginForm), Array(10) ) @ /var/www/html/openbiz/openbiz/bin/easy/FormRenderer.php 50 function: render ( Object(LoginForm) ) @ /var/www/html/openbiz/openbiz/bin/easy/EasyForm.php 2073 function: renderHTML ( ) @ /var/www/html/openbiz/openbiz/bin/easy/EasyForm.php 1948 function: render ( ) @ /var/www/html/openbiz/openbiz/bin/easy/ViewRenderer.php 131 function: buildTemplateAttributes ( Object(EasyView) ) @ /var/www/html/openbiz/openbiz/bin/easy/ViewRenderer.php 38 function: render ( Object(EasyView) ) @ /var/www/html/openbiz/openbiz/bin/easy/EasyView.php 283 function: _render ( ) @ /var/www/html/openbiz/openbiz/bin/easy/EasyView.php 246 function: render ( ) @ /var/www/html/openbiz/openbiz/bin/BizController.php 207 function: renderView ( "user.view.LoginView", "", "", Null, "" ) @ /var/www/html/openbiz/openbiz/bin/BizController.php 403 function: _dispatchView ( ) @ /var/www/html/openbiz/openbiz/bin/BizController.php 86 function: dispatchRequest ( ) @ /var/www/html/openbiz/openbiz/bin/BizController.php 34 function: include_once ( "/var/www/html/openbiz/openbiz/bin/BizController.php" ) @ /var/www/html/openbiz/bin/controller.php 6 function: include ( "/var/www/html/openbiz/bin/controller.php" ) @ /var/www/html/openbiz/bin/_forward.php 110 function: include ( "/var/www/html/openbiz/bin/_forward.php" ) @ /var/www/html/openbiz/index.php 18 Please ask system administrator for help..."
Original issue reported on code.google.com by BrioloCo...@gmail.com on 21 Apr 2015 at 9:48
BrioloCo...@gmail.com
Original issue reported on code.google.com by
BrioloCo...@gmail.com
on 21 Apr 2015 at 9:48