Completed my build using ngApp to create blocks of angular components nicely.
Using Panopoly/Panels, blocks have been added to individual pages.
Migrated to live server via Git / Database import in phpMyAdmin
Everything on the live site is working & configured identically to dev site (apart from database creds obv), except for ngApp blocks which just shows
'Placeholder for empty or inaccessible "Deleted/missing block ngapp-front_gallery"' in the layout.
Tried to add the blocks again but they don't show up.
In admin/structure/panels/settings/panel-page (Allowed block content) on the dev site registers the ngApp components but again on the live site, they aren't there.
Tried re-installing panels/ngapp modules but no luck
Any ideas why my components arent being registered?
| Comment | File | Size | Author |
|---|---|---|---|
| Capture.JPG | 26.95 KB | Cosy |
Comments
Comment #2
Cosy commentedShould add, the ngApp configuration is available and status report reports no problems.
Original backup was created using backup & migrate module and then imported using phpadmin.
Tried importing again using backup/migrate with no luck either.
Components are present in sites/all/librares/ngApp
Comment #3
Cosy commentedYou can view the site here:
shoyswellcottage.com
(There should be an ngapp gallery at the top and just below a testimonals feed, created in the same mannar)
This might be occasional reverted to the original site so if you can see a gallery(this is the original site) and the width is limited to about 1024px max ...
just create a hosts file entry for shoyswelcottage.com pointing to 188.121.60.238
Comment #4
Cosy commentedSOLVED!
Classic error:
Components were stored inside sites/all/libraires/ngApp (not ngapp as configured) and whilst this was totally fine on a local environment(WAMP) - on the live environment the camel case of ngApp threw it!
Comment #5
Cosy commented