Как я могу перевести свой проект Symfony в рабочий режим?

0

Привет, я нахожу домен в принимающей компании, и я хочу получить мой проект symfony в Интернете.

Я использовал руководство здесь, чтобы сделать это: шаги по перемещению проекта Symfony 2 на хостинг?

Это дает мне 500 внутренних ошибок сервера. Это первый раз, когда я хочу развернуть проект symfony.

Я хочу получить проект онлайн по адресу stijnxk59.fiftynine.axc.nl

Это в журналах ошибок сервера:

[Fri Nov 21 21:15:02 2014] [error] [client 84.198.13.59] Directory index forbidden by Options directive: /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/public_html/
[Fri Nov 21 21:15:02 2014] [error] [client 84.198.13.59] File does not exist: /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/public_html/403.shtml
[Fri Nov 21 21:23:03 2014] [error] [client 84.198.13.59] Directory index forbidden by Options directive: /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/public_html/
[Fri Nov 21 21:23:03 2014] [error] [client 84.198.13.59] File does not exist: /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/public_html/403.shtml
[Fri Nov 21 22:29:51 2014] [error] [client 84.198.13.59] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 22:29:51 2014] [error] [client 84.198.13.59] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 22:30:10 2014] [error] [client 84.198.13.59] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 22:30:10 2014] [error] [client 84.198.13.59] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 22:37:05 2014] [error] [client 84.198.13.59] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 22:37:05 2014] [error] [client 84.198.13.59] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 23:42:16 2014] [error] [client 108.181.126.202] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: https://stackoverflow.com/questions/27071583/how-can-i-get-my-symfony-project-to-production-mode
[Fri Nov 21 23:42:16 2014] [error] [client 108.181.126.202] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: https://stackoverflow.com/questions/27071583/how-can-i-get-my-symfony-project-to-production-mode
[Fri Nov 21 23:42:16 2014] [error] [client 108.181.126.202] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 23:42:16 2014] [error] [client 108.181.126.202] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 23:42:16 2014] [error] [client 108.181.126.202] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 23:42:16 2014] [error] [client 108.181.126.202] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Nov 21 23:42:25 2014] [error] [client 182.118.26.147] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://stijnxk59.fiftynine.axc.nl/
[Fri Nov 21 23:42:25 2014] [error] [client 182.118.26.147] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://stijnxk59.fiftynine.axc.nl/
[Sat Nov 22 13:45:28 2014] [error] [client 84.197.200.66] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Sat Nov 22 13:45:28 2014] [error] [client 84.197.200.66] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

Я переименовал свой веб-каталог в public_html, когда я пытаюсь получить доступ к веб-сайту, теперь я получаю:

Fatal error: Uncaught exception 'UnexpectedValueException' with message 'The stream or file "C:/wamp/www/SocProNetbeans/app/logs/prod.log" could not be opened: fopen(C:/wamp/www/SocProNetbeans/app/logs/prod.log) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory' in /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/app/cache/prod/classes.php:4987 Stack trace: #0 /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/app/cache/prod/classes.php(4931): Monolog\Handler\StreamHandler->write(Array) #1 /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/app/cache/prod/classes.php(4856): Monolog\Handler\AbstractProcessingHandler->handle(Array) #2 /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/app/cache/prod/classes.php(5056): Monolog\Handler\AbstractHandler->handleBatch(Array) #3 /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/app/cache/prod/classes.php(5361): Monolog\Handler\FingersCrossedHandler->handle(Array) #4 /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/app/cache/prod/cl in /home/stijnxk59/domains/stijnxk59.fiftynine.axc.nl/app/cache/prod/classes.php on line 4987
  • 0
    Вы можете получить доступ к командной строке на сервере?
  • 0
    Я не знаю как, хостинг предоставляет мне directadmin, хотя
Показать ещё 6 комментариев
Теги:

1 ответ

0

Есть много возможностей без деталей дела.

  • Уверен, что у вас нет прав в папке журнала и кеша
  • проверить журнал сервера или журналы symfony

Джоан

  • 0
    Я установил разрешение для кэширования и входа в систему 777. Позже проверим журналы и сообщу об этом здесь.
  • 0
    Что я должен искать в журналах?

Ещё вопросы

Сообщество Overcoder
Наверх
Меню