parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

nikolaxxw 05.09.2013 16:58

в корневой папке открыл auto.p
теперь нет ошибки, теперь белый фон!

добавил @unhandled_exception_debug[] в методе @unhandled_exception[]

[] - разве сдесь не чего не надо добавлять?
@unhandled_exception_release[exception;stack]
^fatal_error[Unhandled Exception;;

<p>The server encountered an unhandled exception 
and was unable to complete your request.</p>
<p>Please contact the server administrator, $env:SERVER_ADMIN
and inform them of the time the error occurred, 
and anything you might have done that may have caused the error.</p>
<p>More information about this error may be available in the Parser error log
or in debug version of unhandled_exception.</p>

]

@unhandled_exception[exception;stack]
@unhandled_exception_debug[]
#use debug version to see problem details
^unhandled_exception_release[$exception;$stack]
#^unhandled_exception_debug[$exception;$stack]



@auto[]
#source/client charsets
$request:charset[windows-1251]
$response:charset[windows-1251]

$response:content-type[
	$.value[text/html]
	$.charset[$response:charset]
]

# mysql 3.xx & 4.0
#$SQL.connect-string[mysql://user:pass@host/db?charset=cp1251_koi8]
# mysql 4.1 and higher
#$SQL.connect-string[mysql://user:pass@host/db?charset=cp1251]
#$SQL.connect-string[pgsql://user:pass@host/db]
#$SQL.connect-string[oracle://user:pass@service?NLS_LANG=RUSSIAN_AMERICA.CL8MSWIN1251&NLS_DATE_FORMAT=YYYY-MM-DD HH24:MI:SS]
#$SQL.connect-string[odbc://DSN=datasource^;UID=user^;PWD=password]
#$SQL.connect-string[sqlite://db]