Ok, I started my own thread because I am experiencing a blank manager but its different in some ways and hopefully with enough info I provide we can find a solution.
To start. the installer checks out OK. I have 64MB of ram allocated to PHP on my server, PHP 5.x etc etc... all my directories are writable, I have tried both 0777/0666 and 0755/0644 with the same results...
So i finish installing and I go directly to manager’s login.
in firefox I get these 2 errors immediately after logging in:
MODx.perm is undefined
[Break on this error] Ext.apply(Ext,{isFirebug:(window.conso....changeMenu=MODx.LayoutMgr.changeMenu;
modx.l...-min.js (line 1)
MODx.user is undefined
[Break on this error] MODx.page.Welcome=function(A){A=A||{};...MODx.helpWindow.show(Ext.getBody());};
welcome-min.js (line 1)
needless to say, I am still logged in at this point. So I see the main menu and all the items.
now, if i click a menu item, I get this...
http://www.mydomain.com/manager/?a=70
where it takes my domain and adds a ?a= whatever URL i click... inside that page I see absolutely nothing...
if i go back to the manager and try and logout, I get a popup window and it says "Do you wish to logout?"
I click OK and firebug reports:
POST http://www.mydomain.com/manager/undefinedsecurity/logout.php
POST http://www.mydomain.com/manager/undefinedsecurity/logout.php
404 Not Found
95ms
ext-base.js (line 7)
syntax error
I check SFTP and I don’t have any folder named "undefinedsecurity"
also my .htaccess is off at the moment (ht.access) until I can get the manager and pages to work.
if i go in and change my /core/config.inc.php from writable to read only, after I am already inside the Manager window, and hit refresh.. BOOM! completely white window... yet the strange thing is I can see ALL of the source code when I view the blank window’s source!
obviously, from the logout not working, the pages not navigating, the 2 errors, the missing logout page, and etc there is something terribly wrong with how my files are installing? I own the server so I can go into WHM and change things as needed or get back to you with versions, or config settings, or whatever you need me to do to help solve this one...
Thanks!