Code Monkey home page Code Monkey logo

Comments (13)

przemyslawlis avatar przemyslawlis commented on August 18, 2024

You might need to clear your cache located in /app/cache/prod folder before the changes will take effect (just remove whole /app/cache/prod with it's content).

from concerto-platform.

phpvrin avatar phpvrin commented on August 18, 2024

I have removed the cache still issue not solved

from concerto-platform.

przemyslawlis avatar przemyslawlis commented on August 18, 2024

Please paste your full parameters.yml file. Remove any password line located there.

from concerto-platform.

phpvrin avatar phpvrin commented on August 18, 2024

parameters:
database_driver: pdo_mysql
database_host: localhost
database_port: null
database_name: databasename
database_user: username
database_password: XXXXXX
database_path: null
database_unix_socket: null
test_database_name: ThisIsYourTestDatabaseName
test_database_user: ThisIsYourTestDatabaseUserName
test_database_password: ThisIsYourTestDatabaseUserPassword
mailer_transport: smtp
mailer_host: localhost
mailer_user: null
mailer_password: null
locale: en_GB
secret: ThisTokenIsNotSoSecretChangeIt

from concerto-platform.

przemyslawlis avatar przemyslawlis commented on August 18, 2024

You're telling it to connect to a database located at localhost:

database_host: localhost

Set a proper database_host value.
Remember to clear your cache after any change to the configuration files.

from concerto-platform.

phpvrin avatar phpvrin commented on August 18, 2024

It was permission issue.
parameters.yml are as follows:
database_host: pplscn.ckdosdneyf9r.ap-southeast-2.rds.amazonaws.com
database_port: 3306
database_name: concerto
database_user: concerto
database_password: XXXX
database_path: null
database_unix_socket: null
test_database_name: ThisIsYourTestDatabaseName
test_database_user: ThisIsYourTestDatabaseUserName
test_database_password: YourTestDatabaseUserPassword
mailer_transport: smtp
mailer_host: localhost
mailer_user: null
mailer_password: null
locale: en_GB

after removing cache from prod folder, concerto platform is not working. I am not able to create test.

from concerto-platform.

przemyslawlis avatar przemyslawlis commented on August 18, 2024

Is there any error message?
When changing database you need to recreate table structure in new database.
You can do that by doing step no. 8 and 9 at: https://github.com/campsych/concerto-platform/wiki/Linux-installation.

from concerto-platform.

phpvrin avatar phpvrin commented on August 18, 2024

Please check with admin login with default credential : http://52.63.217.64/. I am unable to create a test. If I am using localhost database then its working fine. But facing issue with RDS database.

from concerto-platform.

przemyslawlis avatar przemyslawlis commented on August 18, 2024

Please allow dev mode from any IP temporary. See https://github.com/campsych/concerto-platform/wiki/Reporting-Issues#running-concerto-platform-in-debug-mode on how to do it and let me know when it's done.

from concerto-platform.

phpvrin avatar phpvrin commented on August 18, 2024

Sorry for the delay in reply. Please check the screenshot : https://nimbus.everhelper.me/client/notes/share/653902/tg3vxs48ez27kp7fqqqc and https://nimbus.everhelper.me/client/notes/share/653904/pf1md3zc7ad7pty9uuwv . There is no 500 error.
concerto_error1
concerto_error2

from concerto-platform.

przemyslawlis avatar przemyslawlis commented on August 18, 2024

Please allow dev mode from any IP temporary. See https://github.com/campsych/concerto-platform/wiki/Reporting-Issues#running-concerto-platform-in-debug-mode on how to do it and let me know when it's done.

^ It seems like you haven't turn on access to dev mode from outside of localhost. You need to comment out two lines in web/app_dev.php. Check the link above for instructions on how to do it and please let me know when it's done so I can check it out.

from concerto-platform.

phpvrin avatar phpvrin commented on August 18, 2024

Yesterday I have email you with all details. Please let me know if need more information.

from concerto-platform.

przemyslawlis avatar przemyslawlis commented on August 18, 2024

Closing as we'll continue our talk on private channel.

from concerto-platform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.