Varius error
Hello all!
I have some errors in my first installation of Sopac2.
I read the documentation more and more, i installed all the software needed.
in home page of drupal
The error is: warning: insurge::require(/usr/local/etc/scas_dsn.php), but the mentioneted file is present in the directory.
in shell calling /usr/local/lib/locum/tools/harvest.php
Another error is in harvester, seems to be the same,
Fatal error: locum::require(): Failed opening required '/usr/local/etc/scas_dsn.php'
My configuration:
opensuse 10.3, php 5.2.6, mysql 5.0.26
/usr/local/etc # ll
scas_dns.php
P.S
Sorry for my english ;-)



trenta,
Congrats on getting this far!
It looks like your dsn file is named
scas_dns.php
where is should be named
scas_dsn.php
Just a small typo.
Also, note the permissions--your dsn file should be readable by apache and whatever user is running the harvester. Just to confirm that all is as it should be, you might just want to do a quick:
chmod 644 /usr/local/etc/scas_dsn.php
Ops!!! :)
thank you!!