Tried phpInv under both Redhat 7.3 and Mandrake 8.2 (uncompress *.gz file at web server doc root), same error came up:
"Fatal error: Failed opening required 'admin/config/general.php' (include_path='.:/usr/share/pear') in /var/www/html/phpinv/global.php on line 11"
However, php, mysql and apache are working together all right (e.g. phpMyadmin works fine).
Any help appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried phpInv under both Redhat 7.3 and Mandrake 8.2 (uncompress *.gz file at web server doc root), same error came up:
"Fatal error: Failed opening required 'admin/config/general.php' (include_path='.:/usr/share/pear') in /var/www/html/phpinv/global.php on line 11"
However, php, mysql and apache are working together all right (e.g. phpMyadmin works fine).
Any help appreciated.
Have you checked the permissions of your files and directories ("chmod 755 /var/www/html/phpinv -R") ?
bye