For those of you not able to see anything except a blank page..
if you can get to a prompt and are able to run "yum" on your RHEL based box, see if the php-xml package is installed..
that was my issue.. so a "yum install php-xml" fixed me..
those of you not able to check, look at your php info and see if the --disable-dom flag is there, if it is, ask your host to ensure they have the php-xml package on your linux servers.. otherwise, they can recompile PHP with the "--enable-dom" flag at the "./configure" command..
|