OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems The requested URL /user/login was not found on this server.

This topic contains 1 reply, has 1 voice, and was last updated by  zhex900 8 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #26661

    zhex900
    Participant

    Hi,

    I did a fresh install of orocrm application. I followed README on https://github.com/orocrm/crm-application. Everything went fine. No errors.

    But when I go to the installed site. It returns:
    ERROR 404

    Not Found

    The requested URL /user/login was not found on this server.

    I cannot see anything in the logs. It is empty.

    php app/console cache:clear --env prod
    [Symfony\Component\Filesystem\Exception\IOException]
    Cannot rename "/var/www/orocrm/app/cache/prod" to "/var/www/orocrm/app/cache/prod_old".

    I already run
    chmod -R 777 app/cache/
    chmod -R 777 app/logs/
    What should I do?

    Jake He

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #26662

    zhex900
    Participant

    Sorry, I fixed it.

    This is what I did.

    rm -rf /var/www/orocrm/app/cache/prod
    php app/console cache:clear --env prod

    go to config/parameters.yml
    installed: false

    go to orocrm.mysite.org/install.php

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top