ProcessExportProfile
ProcessExportProfile copied to clipboard
Creates a site profile that can be used to install a new copy of ProcessWire.
@ryancramerdesign I would love to see an option to create a site profile without content, just the fields, templates and structure. Thx Rudy
Please include any files defined in `$config->statusFiles()` in the exported profile, e.g. `readySite`, `readyAdmin`
Opening an issue in this repo to to continue the discussion started here: https://github.com/processwire/processwire-issues/issues/451 > ... it is not possible to export $config->defaultAdminTheme = 'AdminThemeDefault' in /site/config.php using the Site...
It would be nice to have the option to include hidden files in the export. For example, I always forget that I need to recreate a .bowerrc file when I...
The module optionally includes config properties in /site/config.php It would be nice to also have the option to include config settings in /site/assets/config/config.json I use an exported site profile as...
had an issue today when using a name like "example.com transfer profile" it showed up in the select box but after clicking on "continue" it said "no site profile found"
https://processwire.com/talk/topic/530-profile-export-module-also-upgrade-pw-20-to-21/?p=91815
I exported a site profile made with latest version of this module on a PW 2.5.2 install. I have one custom role and one custom permission on that site. After...
Ran into an error in SQL syntax when exporting. Fixed here on line 127 by wrapping $this->page->id in single quotes.
see http://processwire.com/talk/topic/530-profile-export-module-also-upgrade-pw-20-to-21/?p=29289 filed for the sake of completeness