aha - i think i found the problem - if you,
$ cp apps/qubit/config/settings.yml{.tmpl,}
- does that fix the problem?
aha - i think i found the problem - if you,
$ cp apps/qubit/config/settings.yml{.tmpl,}
- does that fix the problem?
Yes, that fixes the problem with the developement front controller "sticking". Still hitting the Fatal error:Fatal error: Class 'fbISO639_Map' not found in /Applications/MAMP/htdocs/qubit/lib/QubitXmlImport.class.php on line 179
I'm hitting similar '*Map* not found' fatal errors in a few places.
informationobject/show/isad (in the sidebar component slot):
Fatal error: Class 'ActorI18nMapBuilder' not found in
/home/peter/public_html/qubit/lib/QubitCultureFallback.class.php(41) : eval()'d
code on line 1
actor/show/isaar/ (in the sidebar component slot):
Fatal error: Class 'InformationObjectI18nMapBuilder' not found in
/home/peter/public_html/qubit/lib/QubitCultureFallback.class.php(41) : eval()'d
code on line 1
If I disable the sidebar component slot, I hit the following error on
informationobject/edit/isad
Fatal error: Class 'TermI18nMapBuilder' not found in
/home/peter/public_html/qubit/lib/QubitCultureFallback.class.php(41) : eval()'d
code on line 1
And the same on actor/edit/isaar
Fatal error: Class 'TermI18nMapBuilder' not found in
/home/peter/public_html/qubit/lib/QubitCultureFallback.class.php(41) : eval()'d
code on line 1
This is holding me back from testing Validation. Any work around suggestions?
--peter
i think it's because of this change in propel,
http://propel.phpdb.org/trac/wiki/Users/Documentation/1.4/WhatsNew#MapBuildersaregone
does this workaround avoid the problem temporarily?
http://www.sfu.ca/~jdbates/tmp/qubit/200912220/patch
> does this workaround avoid the problem temporarily?
> http://www.sfu.ca/~jdbates/tmp/qubit/200912220/patch
It works here.
Thank you,
--
Jesús García Crespo
--peter
> --
>
> You received this message because you are subscribed to the Google Groups "Qubit Toolkit Developers" group.
> To post to this group, send email to qubi...@googlegroups.com.
> To unsubscribe from this group, send email to qubit-dev+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/qubit-dev?hl=en.
>
>
>
As per our existing patches, I tried commenting out a few calls that added
Fallback to criteria but this only produces a number of other (i.e. missing
columns) errors.
It seems like this particular issues keeps coming back to
lib/QubitCultureFallback.class.php which explicitly calls the MapBuilder classes
that were deprecated in Symfony 1.3/Propel 1.4
Can someone suggest a patch for this set of Fatal errors in the Term module or a
schedule to fix/upgrade QubitCultureFallback specifically? I'm concerned that we
have these holes at least patched up in time for the next code review (Jan4) so
that the reviewers don't encounter any unnecessary Fatal errors as they work
their way through the app.
--peter
On Wed, Dec 23, 2009 at 7:09 PM, Peter Van Garderen
<pe...@artefactual.com> wrote:
> Can someone suggest a patch for this set of Fatal errors in the Term module or a
> schedule to fix/upgrade QubitCultureFallback specifically? I'm concerned that we
> have these holes at least patched up in time for the next code review (Jan4) so
> that the reviewers don't encounter any unnecessary Fatal errors as they work
> their way through the app.
See attached patch. It works here.
Regards,
--
Jesús García Crespo
fantastic! i think you patch corrects all the QubitCultureFallback
errors
david - can you please double check this patch is correct? if so, i
think you should go ahead and commit, jesus : )
Looks good to me, make it so number 1!
D