Closed phyzical closed 5 years ago
Would you mind trying the changes in #116 and see if that helps? I made some bug fixes and improvements there which could help with this issue
Is this still happening if you check out the master branch?
hey @Firesphere i tested robbies changes on his fork back when he first asked and it seemed to solve my issues.
unfortunately installing dev-master at commit 2400b06 and running tests or dev build still have issues
That's strange, because I merged in #116 , Is it the same error?
i just tried dev-master again and yeah its still present and the exact same error i originally listed
i feel as if im testing the changes wrong? the other notice thrown during tests is still present too.
using dev-master composer tag should include the changes ye?
I can't seem to reproduce this, what extensions do you have applied (especially the addressable module?)
composer.json`is in original app.yml
Name: app
---
SilverStripe\Core\Manifest\ModuleManifest:
project: app
SilverStripe\View\Requirements_Backend:
combine_in_dev: false
Symbiote\Addressable\Addressable:
allowed_countries:
au: 'Australia'
allowed_states:
vic: 'Victoria'
nsw: 'New South Wales'
sa: 'South Australia'
wa: 'Western Australia'
qld: 'Queensland'
tas: 'Tasmania'
---
Only:
environment: 'dev'
---
SilverLeague\IDEAnnotator\DataObjectAnnotator:
enabled: true
enabled_modules:
- app
let me know if there is anything else i can provide
Do you have a model or pagetype that has a relation to DBFile
? If so, could you try and change the DBFile
to just read File
?
ive tried across 2 projects cant seem to see any DBFile references from my code.
ill try a blank project to try and isolate these issues to something in my setups.
Confirmed this bug was related to my code. had an extension being applied to DBFile oops.
But https://github.com/silverleague/silverstripe-ideannotator/issues/118 seems to still be present on dev-master?
I've merged up the branches, that should resolve the missing changes from #118 in master. Thanks for raising the issue, sounds like it's resolved in your project code now so I'll close.
Strange one for some reason i think its unable to find files it should be able to?
dev/build completes but this error is still shown below the output
the offending lines seem to be located in DataObjectAnnotator.php setupExtensionClasses() line 115 $extendableClasses had 814 items for me but i assume this is normal as it filters items out. All the classes are lowercase which i thought was strange but is probably normal also.
my composer.json as follows
hopefully you can replicate
let me know if you need any more info