Using install-concrete5.php and standard Starting Point ccm:file:export files seem to be missing
Permalink
Initially I was trying to figure out why my Themes didn't have any header images after installation ( some say 'Image not found' others were just empty ).
I looked in the /concrete/config/install/packages/standard/content.xml and found that they should probably be coming in via {ccm:export:file:...} declarations.
There seem to be no records in the DB either... SELECT * FROM Files; returns no records.
I'm using concretet5.5.2.1
I'm glad to help debug this further but could use some pointers.
Thanks,
Wes
I looked in the /concrete/config/install/packages/standard/content.xml and found that they should probably be coming in via {ccm:export:file:...} declarations.
There seem to be no records in the DB either... SELECT * FROM Files; returns no records.
I'm using concretet5.5.2.1
I'm glad to help debug this further but could use some pointers.
Thanks,
Wes
I don't think that this is an elegant fix but it does fix the problem... so maybe it's a clue to someone who knows better:
It's worth also reporting that because I use a file/dir structure skeleton for my new installations... my current solution is to cp concrete/helpers/concrete/file.php with the above diff to my site skeleton and rename the class to SiteConcreteFileHelper.
I was pleased that this 'just worked'. Thanks concrete5 for making this sensible. :-)
Wes