Great works!

do you know if work with Nuke7.4 (not PN) too??
I guess the same would be true of MD-Pro, since it’s a PostNuke fork ?
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
I’m trying to use the migrate.pn_stories.php script from the command line (./migrate.pn_stories.php) without success. I modified the table names/fields to move content from phpnuke to MODx. I added the phpnuke tables to the same MODx database in which I am importing. Am I missing something?
Thanks
Here is what I’m getting when the code is executed:
./migrate.pn_stories.php
./migrate.pn_stories.php: line 1: ?php: No such file or directory
./migrate.pn_stories.php: line 3: =: command not found
./migrate.pn_stories.php: line 4: =: command not found
./migrate.pn_stories.php: line 6: =: command not found
./migrate.pn_stories.php: line 6: //: is a directory
./migrate.pn_stories.php: line 7: =: command not found
./migrate.pn_stories.php: line 7: //: is a directory
./migrate.pn_stories.php: line 1: article: command not found
./migrate.pn_stories.php: line 8: =: command not found
./migrate.pn_stories.php: line 8: //: is a directory
Connecting to the database...\n
./migrate.pn_stories.php: line 11: syntax error near unexpected token `(’
./migrate.pn_stories.php: line 11: `if ($conn= mysql_connect(’localhost’, ’root’, ’xxxxxx’)) {’
Where can I find this migration script?