Forums
Hello,
I have downloaded the Opigno distribution of Drupal and I think I have everything working except that when I try to go the Home | Administration | Apps I get the error:
There was the following error - Manifest: http://www.opigno.org/app/query/opigno Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
I am installing on OpenSUSE 13.1 and I have verified and re-verified that the extension=php_openssl.so and extension=php_sockets.so are both enabled and my phpinfo page shows in the loaded modules that mod_ssl is loaded. Nothing helps.
I have done a Google search and found lots of Windows OS users talking about a second php.ini file that was being loaded but I have validated that I have only one php.ini and it is being loaded from the default /etc/php5/apache2 directory.
Do you have any possible suggestions on what else might be causing this error?
Thanks
Craig
Hi,
Hi,
Did you execute the following commands?
a2enmod ssl
a2enflag ssl
You can refer to this page for more info: https://www.suse.com/documentation/sles11/book_sle_admin/data/sec_apache2_ssl.html
Suggestion didn't resolve the problem
That's strange. And do you
That's strange. And do you have some logs in Apache log files ?
In reply to That's strange. And do you by axel
What log file should I be
The logs location is defined
The logs location is defined in the virtual host config file.
Generally logs are in /var/logs/apache2
You should have 2 logs files for the virtual, one for errors and one for accesses. You may have a look at these 2 files just after producing the error.
In reply to The logs location is defined by axel
I have verified the log
In reply to The logs location is defined by axel
I have now validated and