Quick update, I did find the problem so everything's cool!
Quick update, I did find the problem so everything's cool!
Care to share?
No doubt others will run into the same problem(s) you did and knowing how you fixed it may help them also.
The root of all my problems seems to lie within the file transfers. I don't think my FTP program is all that good because the file doesn't always transfer ok. Anyway, after changing my folder permissions, I checked one of the debug file and read that my bug was in the file configure.php at the line 67. I opened the file and saw that my code ended at line 65 and had two blank lines. I deleted both and voilą!
My theory is that a faulty file transfer created one or more invisible characters which somehow prevented the file to work properly. So my recommandations are these:
1- Make sure you have a good FTP program to avoid all of this.
2- Use the Error Logging Utility
3- If the utility doesn't work, pray to a god that knows PHP because if bug can be a blank line, debugging just got a whole lot harder!