Забыли пароль?
Регистрация
Сумеричный Убивец
15.10.2015 21:08:25
Осталась активной оснастка взаимодействия игровыми сервисами с игровой супругой.
А именно, есть иконка "кольцо", вполне себе кликабельная и есть возможность передачи игровых средств. Естественно попытка оканчивается ошибкой. Меня не напрягает, но о багах админы должны знать. Спасибо за внимание!



root
16.10.2015 14:43:27
Ошибку возможно повторить? Я видел падение, но оно было вызвано тем, что в этот момент накатывалось обновление.


root
16.10.2015 14:44:22
Или ты говоришь о том, что ты уже не женат, но кнопки передачи и пр. доступны?


Сумеричный Убивец
16.10.2015 14:45:42
Добрый день! Это во время попытки передать кредит жене.

http://www.genesyx.ru/Spouse.aspx?Mode=2
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>





Сумеричный Убивец
16.10.2015 14:46:17
Или ты говоришь о том, что ты уже не женат, но кнопки передачи и пр. доступны?

Да-да, об этом я и говорю))



root
16.10.2015 14:47:17
Сумеричный Убивец
А ты разводился или она удалилась из базы например?



root
16.10.2015 14:59:18
Разобрались, починили.