-
☆ A M B ☆
- 3,112 Posts
I found a weird vehicle packaging in Ditto.
<?php return array (
'unique_key' => 'name',
'preserve_keys' => false,
'update_object' => true,
'namespace' => 'ditto',
'resolve' =>
array (
0 => NULL,
1 => NULL,
),
Don’t you think the ’resolve’ value should not be ’NULL’?
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
I think this just means there is no ’resolver’ , file or php based, attached to this vehicle.
Use MODx, or the cat gets it!
-
☆ A M B ☆
- 3,112 Posts
This is
getresources:
<?php return array (
'preserve_keys' => false,
'update_object' => true,
'unique_key' => 'name',
'resolve' =>
array (
0 =>
array (
'type' => 'file',
'body' => '{"source":"getresources-1.0.0-beta3\\/modSnippet\\/7802f0aa4137bf5849c7f45280c4d244\\/0\\/","target":"return MODX_CORE_PATH . \'components\\/\';","name":"getresources"}',
),
),
Ditto 3 alpha 1 doesn’t create ’core/components/ditto’.
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
-
☆ A M B ☆
- 3,112 Posts
geezz... i need more time to understand revo’s parts, while the doc is still blank.
Where is the snippet’s files? in assets folder? or core folder?
EDIT:
Definitely inside
core/components both folders.[me=goldsky]is reading
http://svn.modxcms.com/docs/display/revolution/Creating+a+3rd+Party+Component+Build+Script[/me]
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
-
☆ A M B ☆
- 427 Posts
I filed a bug about the Ditto three trashing REVO causing a reinstall over top of itself to fix.
http://svn.modxcms.com/jira/browse/DITTO-26
I reverted back to the previous version and all is well.