Author Topic: Unable to connect to the opengoo server  (Read 2508 times)

hervejouffroy

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Unable to connect to the opengoo server
« on: June 10, 2009, 04:26:29 am »
Opengoo is installed on a server and it works but   I'm not able to have a connexion from the web.
I'm able to access and to use some others sites installed on the same server  like drupal or phpmyadmin

I have  the following message when i try to connect

Connexion interrompue

La connexion avec le serveur a été réinitialisée pendant le chargement de la page.

La liaison au réseau a été interrompue pendant la négociation d'une connexion. Veuillez réessayer.


Solved by modifying the config/config.php file 
  replace define('ROOT_URL', 'http://internal IP adresss/opengoo');  by
  define('ROOT_URL', 'http://domain name/opengoo');
« Last Edit: June 11, 2009, 05:53:27 am by hervejouffroy »