Quote from: coppereye at Oct 06, 2014, 09:26 AMHi
I'm still having problems. I have uploaded Modx v2.3.0 and loaded the template on this and it seems to work. Still struggling with cache clearing but so long as it creates the .....min.css then i'm happy - I'm clearing cache through my cpanel.
Trouble with the white page on 2.3.1 is that it's not only the manager panel that's white it's the website too
There is nothing if you look at the page source same with the manager - seems to create an unusable site - I can't seem to get anything to get it to work.
For me, I won't be using 2.3.1 for a long long time. There doesn't seem to be a consistency. I thought it was me - but I can repeat it, I thought it was my hosting (maybe a change on software) - so I built it on Modx Cloud - same problem.
I'm still a newbie on ModX - Someone has suggested it is an extra thats causing the problem can you install a theme then install the extras?
Paul
HI
Yes some extras may not work with modx 2.3.1. what I would do if i was you is:
test to ensure that your hosting environment is capable of running the latest version by installing a completely fresh install with no add ons.
if you find that you get a white screen after the initinal setup has completed, then it may be something to do with write access. also check folder permissions, just for now 777 all files and folders (just as a test only becuase this is a massive security risk!) if you do find that you have changed permissions and the website works, then you know its file/folder permissions thats stopping you. some hosting services do not give you full access which again may cause modx not to work correctly.
im using v2.3.1 in a live environment in a LAMP environment and it seems to be running fine.
you could however:
1)remove all files/folders and database from the live environment.
2) on your local machine change the site_url via the manager, save the settings, make sure you clear cache and logout!!!!!
3) copy over files/folder to your web hosting.
4) check folder/file permissions
5) download the same version of modx you are currently using from the modx site, copy across the setup folder.
6) re run setup with the update (this will reset configuration variables to the live environment, but setup folder will need to have /core/cache and setup folders writeable.
7) once setup has ran, you should be able to access manager, if you get a white screen follow next step:
7a) download a fresh install of modx using the same version you are running
7b) delete the manager folder on the live site
7c) re upload the manager folder
7d) re run the setup with the upgrade option
8) access manager and log on
this process worked for me