You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
When I try to access the page on my localhost (localhost/~myName/ontowiki) I got this message in the ontowiki.log:
Erfurt_Store_Adapter_Exception: Virtuoso adapter requires the ODBC extension to be loaded. -> /Users/myName/Sites/ontowiki/vendor/aksw/erfurt/library/Erfurt/Store/Adapter/Virtuoso.php@104
I can properly connect my virtuoso with Isql and I tested the OCDB driver, everything works fine. I just don't know how to run the ODBC extension here.
The text was updated successfully, but these errors were encountered:
cfrancois7
changed the title
Apache Permission denied or Error on bootstrapping application
Erfut error: Virtuoso adapter requires the ODBC extension to be loaded.
Mar 24, 2017
Can you please check the phpinfo() output page within your web browser? Is the ODBC extension loaded there? Maybe your CLI PHP uses another configuration file?
Yes it is on mac, and yes indeed the odbc extension was not installed with the build-in php5.5 (and It seems to be too complicated to add the extension).
I decided to install from sources through homebrew and now the extension is loaded.
But again, I have to deal with the same problem than Nginx. The time to load a page is very very long. See here the problem with Nginx.
It is normal that the first page of my database (on virtuoso 20 Go) takes a dozen of minutes to load ?
Once again, I don't find a log file with any interesting information : log/ontowiki.log => nothing, erfurt.log => nothing, apache2/error.log => nothing, virtuoso.log => nothing interesting too.
You can close this topic. With the packages from homebrew (http24 and php --with-unixodbc) everything is good with ODBC. If there is problem to define the configuration, just use the iODBC administrator tools from OpenLinks.
EDIT:
When I try to access the page on my localhost (localhost/~myName/ontowiki) I got this message in the ontowiki.log:
Erfurt_Store_Adapter_Exception: Virtuoso adapter requires the ODBC extension to be loaded. ->
/Users/myName/Sites/ontowiki/vendor/aksw/erfurt/library/Erfurt/Store/Adapter/Virtuoso.php@104
I can properly connect my virtuoso with Isql and I tested the OCDB driver, everything works fine. I just don't know how to run the ODBC extension here.
The text was updated successfully, but these errors were encountered: