There’s now a rough UI of a package builder on the SVN.
It doesn’t yet work with file vehicles, but if you’re just building components with actual objects and file resolvers, it works fine so far.
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
Quote from: splittingred at May 05, 2008, 01:22 PM
There’s now a rough UI of a package builder on the SVN.
It doesn’t yet work with file vehicles, but if you’re just building components with actual objects and file resolvers, it works fine so far.
What’s the difference between a "file vehicle" and a "file resolver" ?
Cool. Can I get a clue to where the Transport UI can be found? I’ve had no luck finding it.
I don’t know. Maybe I’ve gone blind. I’ve done several builds (3688) and cleared the site and browser caches several times.
I almost always do a build when I update since it only takes about 40 seconds.
I’ve attached a screenshot of the tools menu.
I hadn’t run setup but after doing it a couple of times now and re-clearing all caches, I still don’t see the Package Builder. Perhaps I’m losing my mind?
I did have quite a few errors when running setup:
Error upgrading table for class modResource
Array
(
[0] => 42000
[1] => 1091
[2] => Can't DROP 'content_ft_idx'; check that column/key exists
)
Error upgrading table for class modResource
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'content_type'
)
Error upgrading table for class modUserGroup
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'parent'
)
Error upgrading table for class modUserGroup
Array
(
[0] => 42000
[1] => 1061
[2] => Duplicate key name 'parent'
)
Error upgrading table for class modUserGroupMember
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'role'
)
Error upgrading table for class modUserGroupMember
Array
(
[0] => 42000
[1] => 1061
[2] => Duplicate key name 'role'
)
Error upgrading table for class modModule
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'disabled'
)
Error upgrading table for class modUser
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'cachepwd'
)
Error upgrading table for class modAction
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'lang_foci'
)
Error upgrading table for class modSystemSetting
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'setting_name' in 'modx_system_settings'
)
Error upgrading table for class modSystemSetting
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'setting_value' in 'modx_system_settings'
)
Error upgrading table for class modSystemSetting
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'xtype'
)
Error upgrading table for class modContextSetting
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'xtype'
)
Error upgrading table for class modUserSetting
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'setting_name' in 'modx_user_settings'
)
Error upgrading table for class modUserSetting
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'setting_value' in 'modx_user_settings'
)
Error upgrading table for class modUserSetting
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'xtype'
)
Error upgrading table for class modManagerLog
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'class_key' in 'modx_manager_log'
)
Error upgrading table for class modUserMessage
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'postdate' in 'modx_user_messages'
)
Error upgrading table for class modUserMessage
Array
(
[0] => 00000
[1] => 1054
[2] => Unknown column 'postdate' in 'modx_user_messages'
)
Error upgrading table for class modUserMessage
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'messageread' in 'modx_user_messages'
)
-
MODX Staff
- 730 Posts
Those error messages during upgrade are "normal" at the moment. Maybe javascript is cached in your browser?
I just updated 097 on 2 different systems, and although there’s another issue with 097 and PHP4, I am seeing the PackageBuilder. Can’t get it to work yet, but I suspect it’s related to the PHP4 issue.