The error is telling you the problem is caused by line 1025 of utils.inc.php, not that it can't find it.
It's BxDolModule.php that it is failing to include. If the file definitely exists check ownership and permissions.
Note, I suspect it was a copy/paste mistake but note the htmll (double L) in your second error. If that is actually what you get in the error, that's the problem.
To MyallDesigns:
Yes... in my sample script... there was a copy and paste error on my part... not in the actual script. :~)
Previously, I had added a sample of the code on line 1025, to show what was there... here it is again:
require_once(BX_DIRECTORY_PATH_CLASSES . $sClassName . '.php');
Both of the files mentioned in the error report are under the /INC dir... As you know this folder is one that the dolphin 7.1 installer checks... makes you change permissions... and then at the end of the install, makes you change it back... (when I installed 7.08 it didn't do that)
Following your line of thought I checked my permissions for /inc folder.
It was at 0555 (Owner: Read, Exec,). On a whim... I just now I changed it to 0755 (Owner: Read, Write, Exec,) to see if that would make any difference. Sadly... it didn't.
Plus... as I had stated before... it was working fine (as in I was able to see a profile and could add, edit or change a profile pic... so I don't know how it could have "changed" to cause an error.
Oh and for the record:
The /inc directory is at: 0555
The utils.inc.php file is at: 0644 (as are all of the other files in that dir) and
The /class subfolder is at: 0755 and
The file BxDolModule.php inside of it is at: 0644
I hope that someone out there can find a solution.
Personally... I'm ok with struggling to solve issues... sometimes I think that is how I learn best...
But so far... its been one thing... after another... after another... which is getting a little old after having spent good money on software... I'm just saying :~)
Not that I could do any better... but I guess I really do need to hurry up and learn PHP fully. That way I can help others with there issues and write / RE-write... scripts with my own work-a-rounds. lol
Thanks again for your efforts... Any other ideas out there?