Hey Guys,
Just a quick one, getting a few install issues with apache 2.2
All installed, aliases working corectl, but keep getting
PHP Warning
main(DB.php): failed to open stream: No such file or directory
Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/web/mysource/php_includes:') in /web/mysource/core/include/mysource.inc on line 26
Nothing appearing in site error log… not sure whats weather it is an apache issueor something else… all pear libraries are installed…
The PEAR DB module is not installed. Check the PHP/PEAR documentation on steps to install the necessary PEAR modules for MySource Matrix.
[quote]The PEAR DB module is not installed. Check the PHP/PEAR documentation on steps to install the necessary PEAR modules for MySource Matrix.
[right][post=“8259”]<{POST_SNAPBACK}>[/post][/right][/quote]
Pear module is installled…
did a pear -v install db
package already installed.
Correct me if I am wrong, but if it were not installed I would ot have been able to install 
It looks like your pear directory is not in the include path. The path:
:/web/mysource/php_includes
Should also have something like
;/usr/lib/php/pear
in it as well.
[quote]It looks like your pear directory is not in the include path. The path:
:/web/mysource/php_includes
Should also have something like
;/usr/lib/php/pear
in it as well.
[right][post=“8264”]<{POST_SNAPBACK}>[/post][/right][/quote]
Added that in and still did nto work… something weird with install I think… going to go back to apache 2 rather than 22 and install php again…