I just upgraded from 1.6.3 to 1.6.4 following the online directions. Now I now do not get any output. When I go to the main page (http://localhost in this case… I have the personal version installed on my development machine (windows running apache web server) I just get a blank page.. If I try to access the cp (http://localhost/coc) it translates it to http://localhost/coc/index.php but I still just get a blank page…
Where do I start to try and correct this?
Thanks.
Here’s the page source for http://localhost and http://localhost/coc/index.php… The output is the same for both
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<HTML><HEAD>
<META http-equiv=Content-Type content=“text/html; charset=windows-1252”></HEAD>
<BODY></BODY></HTML>
Ok…. Nevermind… I found it… I have some changes to core.functions that are necessary because of working EE into an existing site/db and I missed one line when merging the changes after the update… all is well now… that was a good use of an hour and a half.
