-
☆ A M B ☆
- 24,524 Posts
The CVS doesn't seem to have the main site index.php file in it.
I've got a correct install from the latest files in CVS (rc3?) You can't log in, the files are all fskd, but the database is in good shape. Too much crap, in my opinion...too much room for errors to creep in. See my posts about getting the core straightened out before adding "sexy" goodies. I don't mind being troubleshooter, but the troubles are multiplying faster than I can shoot them.
It starts with the license page, goes right into newInstallStart, gets the info, goes to installNewDB, if it goes OK gives the option to go to installSnippets page or log in. InstallSnippets page just installs selected snippets, then gives link to log in. Login page comes up OK, but looks funny.
Once it all works correctly up to a working login, (whether the admin scripts themselves work or not!) I'll work on adding upgrading from RC2. Although I have questions about that...pretty soon we'll have upgrade scripts coming out of our ears if we keep it up. We should settle on an upgrade policy. From 0.6 to ModX to Rc2 to Rc3?
Enough for tonight. I'm beat; these allergies are killing me.
-
MODX Staff
- 12,272 Posts
The new CVS module is now called "moxie" and I just committed a clean copy of the files that are running pixelhick.com successfully.
Go get 'em folks!
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Hi Susan,
Yeah I like the $base_url and the $base_path config properties as well.
I would also like for you to save a site_id setting inside the database (in system_settings table) whenever a new installation takes place. This should be a unique id for each installation.
-
☆ A M B ☆
- 24,524 Posts
I would also like for you to save a site_id setting inside the database (in system_settings table) whenever a new installation takes place. This should be a unique id for each installation.
What will that be for?
What will that be for?
The site_id setting will be used when setting cookie values. This will also be useful in solving multiple modx installations on the same domain:
ww.mydomain.com/
ww.mydomain.com/community/ishop
ww.mydomain.com/community/overturn
ww.mydomain.com/community/partystore
Yeah I like the $base_url and the $base_path config properties as well.
Any reason these should not be part of the Etomite Configuration and stored in the DB appropriately?
Either way should be fine but I think it would be easier to modify the config.php file during a site move rather than to modify the database.