Forums
Hello,
I have successfully installed opigno yesterday, everything seem to work properly according to the report accessible at 'admin/reports/status', however I can not install new apps on my opigno.
When I'm at 'admin/opigno/system/apps', I have the following message : "No applications currently available".
Sometime, I also catch a request timeout error.
I first though the problem was due to a corporate proxy blocking the access of my site to internet, but I have manually installed and configured http_proxy which should solved this issue.
Following the recommendations on this topic, I have modified the function 'Implements hook_apps_servers_info()' in 'profiles/opigno_lms/modules/opigno/opigno/opigno.module' to link directly to https://www.opigno.org/en/app/query/opigno.
Still, I have the same issue and I do not know how to solve it. If you have any solution to try, I would be glad to give it a try.
Best regards.
Hi
Hi
Do you have some logs (either in Apache or in Opigno recent log messages) ?
You could try to run drupal_http_request('https://www.opigno.org') in a PHP execution block to see if some error messages are displayed.
Apache writes the following
This is not normal
This is not normal
From where did you run this command?
Is your server configured for curl (in particular with the right php extension)?
Hello,
The command I indicated
The command I indicated should not be run inside a linux terminal, but inside Opigno (you should enable PHP block).
Ok so I've followed the
Ok so I have checked if
You have definitely a problem
You have definitely a problem with connection to Opigno website
You should check that curl is working correctly with https (in particular https://opigno.org website)
In command line, "curl https:
That's strange. I would
That's strange. I would suggest to try running the curl with Apache user (I guess you did it as root user).
It would be interesting as well to try the drupal function I indicated as a php block (you can switch the graphical theme to Bartik if the block does not display)
With Bartik, I could add the
And what does display on
And what does display on screen when you run the request in the PHP block ?
To be accurate, what's in my