processwire / processwire-issues

ProcessWire issue reports.
45 stars 2 forks source link

Custom site profile is not recognized on install #75

Closed lesaff closed 8 years ago

lesaff commented 8 years ago

Short description of the issue

Custom generated site profile is not recognized during installation of new PW instance.

Expected behavior

custom site profile should be listed in the drop down during installation

Actual behavior

It's not listed

Optional: Screenshots/Links that demonstrate the issue

pw-profile-issue

Steps to reproduce the issue

  1. Generate a custom site profile from your existing PW site
  2. Create a new PW site
  3. Copy the custom site profile to your new site's root folder

Setup/Environment

gmclelland commented 8 years ago

Do you have install/info.php file like https://github.com/benbyford/artist-profile/blob/master/install/info.php ? I think that might be required?

lesaff commented 8 years ago

Yes. I use the site profile export module to create that profile. I only have the title though.

My current workaround is to copy the folder content of my custom profile to one of the prebuilt profiles.

BitPoet commented 8 years ago

Could it be that this is a file/directory permissions issue?

ryancramerdesign commented 8 years ago

In order for the installer to consider the profile valid, the following conditions must be met:

If the profile isn't appearing, then most likely one of the requirements above is missing from the profile.

lesaff commented 8 years ago

OK, will check based on your conditions. I'll report back later.

lesaff commented 8 years ago

It is working fine on latest PW (3.0.43). I haven't tested on older version. I think it was an isolated issue, possibly permission-related. I am closing this issue. Thanks!

manuelborst commented 1 year ago

I had a similar problem with the ProcessExportProfile in PW3. It left the template folder empty when exporting a zip file. It worked fine when exporting to a server folder.