Hey chuck, ok lets nail this

Global.php doesn't exist, but global.php5 does. It's in the correct place. I changed it to global.php5 in the file and it found it. Actually I changed ALL instances of .php to .php5 manually in that file and it got past that point. I'm certain the root path is correct, because I verified it with my host (a small orange).
Now it's 'not' returning an error saying it can't find global.php, it's just giving a memory error. Here's the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1474560 bytes) in /home/ennergi/public_html/photopost/languages/english.php on line 950
I checked english.php and on line 950 there's no code, just text saying your password is reset. I added the string you suggested in another thread to increase the memory size, but it didn't help.