JeevanisM Posted June 29, 2020 Share Posted June 29, 2020 Hello, is there any reason shows this error as below. I have exported the file from the live server and trying to install my local server. The file permissions are correct and files in the exported folder also correct. Any idea? I have successfully done using site profile exporter module several times, but this kind of error happened first time Link to comment Share on other sites More sharing options...
cpx3 Posted December 22, 2021 Share Posted December 22, 2021 Hello, when I try to install that module (or better said update it), I always get the error message: ProcessWire 3.0.190 >= .selfminVersion My Processwire is 3.0.190. Any ideas? Thanks in advance! Link to comment Share on other sites More sharing options...
ryan Posted December 22, 2021 Author Share Posted December 22, 2021 @cpx3 I pushed another update to the module today and removed the version constant from it, just in case it's affecting something. Try to download a fresh copy to see if that fixes it? 1 Link to comment Share on other sites More sharing options...
pwired Posted December 25, 2021 Share Posted December 25, 2021 Hi, I evaluated the updated ProfileExport Module v4.0.1 I get the same error as JeevanisM: Profile not found I checked for any special characters in my profile name, files that should be there and permissions on the server I am using Processwire 3.0.184 Anyone have an idea ? Link to comment Share on other sites More sharing options...
jploch Posted June 2, 2022 Share Posted June 2, 2022 I noticed that $config->defaultAdminTheme is overwritten in the config file after I install a profile that I exportet. It will allways append $config->defaultAdminTheme = 'AdminThemeUikit'; to the end of the config file overwriting any settings that it imported before that. Link to comment Share on other sites More sharing options...
jploch Posted September 9, 2022 Share Posted September 9, 2022 Another thing with this module is, that it's not triggering a module resfreh automatically after installation. Depending on the module this can crash the installer at the last step. When I put this code in my template file it works (not a good fix): if ( !$modules->isInstalled('InputfieldPageGrid') ) { $modules->refresh(); } I also tried to put this code in the finish.php file inside the exportet site->install folder, but this seems to be called to late.@ryan can you please look into this, as I would like to share my site profile for my new module Iam working on. Would be awesome if this can be fixed, as others also seem to struggle with this. Link to comment Share on other sites More sharing options...
cst989 Posted January 25 Share Posted January 25 Does anyone know if it's possible to modify the installation process without overriding a core file (e.g. install.php) ? I'm trying to create a starting point for my colleagues and I'd like to limit what the admin can be called, and what the CMS URL can be, etc. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now