1. Edit the _build/build.config.sample.php file, set the proper values for the database connection. Save as build.config.phpA few minor differences in the Manager interface. There is no "Resources" item in the main menu, so I used the Resources link on the "My Modx Site" tab to access them. The "New" menu item in place of a "new" link on the page gave me pause for a bit, but once I clicked around on things I found it.
2. from the command line, cd to the _build folder and run "php transport.core.php"
3. from the browser open the site and install.
4. log in, and in the Manager home page click on the Resources link.
5. from the "new" dropdown select "Template" and create a template. Upload support files (css, images, etc) to the /assets/templates folder to correspond to the paths in your template file.
6. create a document.
Fatal error: Call to undefined method modX::dbQuery() in /Applications/MAMP/htdocs/0.9.7-2928/manager/controllers/element/snippet/update.php on line 36All other elements views work fine; TVs don’t work at all, but I seem to recall reading something about that; after all, this is alpha. At least the TV view itself works.
As it seems you found in a later post, the Elements tree is kind of replacing the Resources page. We found it to be a bit more intuitive for browsing all your Elements and such.
A few minor differences in the Manager interface. There is no "Resources" item in the main menu, so I used the Resources link on the "My Modx Site" tab to access them. The "New" menu item in place of a "new" link on the page gave me pause for a bit, but once I clicked around on things I found it.
it’s very slow; I’m not complaining since it’s alpha, just noting it.Speed-wise or process? If the speed is slow - are you running Firebug? FB makes Ext run ridiculously slow. If it’s process, then your experience is invaluable, and we’ll try to streamline the UI more to make for an easier environment.
Snippets probably wont work for a bit, since they’re all coded in legacy 096 code, rather than the new 097 codebase.
Templates worked fine, but when trying to check out the Snippets (Ditto and Wayfinder, which I installed at installation) it gives this error:
Fatal error: Call to undefined method modX::dbQuery() in /Applications/MAMP/htdocs/0.9.7-2928/manager/controllers/element/snippet/update.php on line 36All other elements views work fine; TVs don’t work at all, but I seem to recall reading something about that; after all, this is alpha. At least the TV view itself works.
Get the same error if I go to the Snippets tab from the Resources link on the Manager home page.
Wayfinder snippet isn’t working, wonder if that has anything to do with the inability to view existing or save new snippets?
Ah, yes, I am running firebug. I’ll check it out with Safari then.
Speed-wise or process? If the speed is slow - are you running Firebug? FB makes Ext run ridiculously slow. If it’s process, then your experience is invaluable, and we’ll try to streamline the UI more to make for an easier environment.
I did add a "test" snippet that simply returned a string, and even though saving it produced the error i’ve mentioned, and I can’t open it for editing again, but the snippet was in the database and [[Test]] in my content did in fact product the string in the page. So I’ll update and hopefully that nasty error will go away.
Snippets probably wont work for a bit, since they’re all coded in legacy 096 code, rather than the new 097 codebase.
Ah, yes, I am running firebug. I’ll check it out with Safari then.
It’s just fine in Safari, in fact maybe even a bit snappier than 0.9.6, or maybe it’s just that Safari is quicker; I seldom use it.