A couple of major issues when installing the latest dev release...
1. References to "Zzzz_ajax" are listed as required, and check-marks are disabled for all outline modules. After several hours of trying to find the module to install as a dependency, it turns out that it's no longer maintained/labeled with the Zzzz prefix - just "ajax". Seems it's only referred to in the info file that way.
2. Modifying the info file to drop the 'Zzzz_' won't help with issue #1, as it will now try to install and then fail with a WSOD of:
Parse error: syntax error, unexpected T_IS_IDENTICAL in ...abc\xyz\sites\all\modules\outline_designer\outline_child_pages\outline_child_pages.module on line 56
Going back to the 6.x-1.3 release lets the install finish without fatal errors - plus - it properly references the ajax dependency with it's current naming.
Comments
Comment #1
btopro commentederr... i guess i'll just unpublish it. there's a branching error or smething going on because the dev really isn't something to run (hence dev). it has some D6 stuff applied to the outline_designer.module but clearly I didn't tag stuff correctly. zzzz_ajax is from D5 days.
Comment #2
btopro commented