On a new installation of Dolphin with RAY, I get the following error when attempting to access RAY from the Dolphin Admin Panel:
Warning: require_once(ray/modules/global/inc/content.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/**PRIVATE_MODIFED**/public_html/community/ray/index.php on line 23
Fatal error: require_once() [function.require]: Failed opening required 'ray/modules/global/inc/content.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:') in /home/**PRIVATE_MODIFED*/public_html/community/ray/index.php on line 23
I have run the install.php script and it comes up quickly saying "finished". All required permissions are set properly.
NOTE: in the two above examples, the /**PRIVATE_MODIFIED*/ are the host servers proper named path.
This is Dolphin 6.1.5 and reports as the latest version and the latest available version of RAY (as of today).
I have searched the forums and help topics and found references to HEADER.inc damage and tried those fixes, but nada.
Any help would be appreciated.