Here are some of the things I have noticed when installing and
starting to try it out. I could put this into the tracker I suppose?
Tracker is empty right now so I wasn't sure.
1) ScriptableFields needs to be installed on the server, not mentioned
in the Readme
2) ATSchemaEditorNG needs to be installed on the server *and*
installed into the Plone instance
3) I tried to check out ATDataMerge from SVN according to the string
in the readme file. TortoiseSVN did not succeed: "Error: PROPFIND
request failed on '/collective/browser/ATDataMerge/tags/0.1' ".
Could be that i am not doing it right. Got 0.10 from plone.org though
4) When pressing the Take Action tab (after filling out the fields in
the other tabs-schematas)I get:
Error Type
IndexError
Error Value
list index out of range
I have not configured an access rule or any mail host at this stage,
but I guess those are not into play here?
Traceback says:
* Module ZPublisher.Publish, line 115, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish, line 41, in call_object
* Module Products.CMFFormController.FSControllerPythonScript, line
108, in __call__
* Module Products.CMFFormController.Script, line 141, in __call__
* Module Products.CMFCore.FSPythonScript, line 108, in __call__
* Module Shared.DC.Scripts.Bindings, line 311, in __call__
* Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
* Module Products.CMFCore.FSPythonScript, line 164, in _exec
* Module None, line 38, in takeaction
<FSControllerPythonScript at /ecampaigns/takeaction used for /
ecampaigns/ecamp/get-rid-of-the-dill-bill/hjhgj>
Line 38
* Module AccessControl.ZopeGuards, line 67, in guarded_getitem
IndexError: list index out of range
I am running
Plone 2.5.1,
CMF-1.6.2,
Zope (Zope 2.9.5-final, python 2.4.3, win32),
Five 1.3.7,
Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)],
PIL 1.1.5
Regards
/Jorgen
> the product looks really interesting.( I have done
> something much more primitive targeted at blogs BTW).
I'm interested to hear more about your 'something targeted at
blogs' - can you expand on this?
> Here are some of the things I have noticed when installing and
> starting to try it out. I could put this into the
> tracker I suppose?
> Tracker is empty right now so I wasn't sure.
Yes - until now we've used our own tracker and one of my next
tasks is to transfer all known issues to the plone hosted
tracker - but I think raising the 'issues' on the list is the
right first start as it lets us determine if it is an issue for
tracker or a set-up issue.
> 1) ScriptableFields needs to be installed on the
> server, not mentioned in the Readme
OK - I'll check with Petri (the guy who did the programming and
is on this list) on Monday.
> 2) ATSchemaEditorNG needs to be installed on the server *and*
> installed into the Plone instance
Yes - I'll improve the readme on that one (just did actually - so
it is now in svn)
> 3) I tried to check out ATDataMerge from SVN according
> to the string
> in the readme file. TortoiseSVN did not succeed:
> "Error: PROPFIND
> request failed on
> '/collective/browser/ATDataMerge/tags/0.1' ".
Thanks. I've updated the documentation (in SVN) to point to the
ATDataMerge products page now which is the same one. The URL
didn't work because I gave the one to view the SVN via Plone's
Trac setup and should have specified that. (Plone svn is
https://svn.plone.org/ )
> Could be that i am not doing it right. Got 0.10 from
> plone.org though
Perfect - they are the same version as ATDataMerge hasn't needed
an update so far.
> 4) When pressing the Take Action tab (after filling
> out the fields in
> the other tabs-schematas)I get:
> Error Type
> IndexError
> Error Value
> list index out of range
OK - I'll raise this with Petri on Monday
> I have not configured an access rule or any mail host
> at this stage, but I guess those are not into play here?
The access rule shouldn't affect this and while the lack of a
mail host won't affect things just viewing the takeaction tab, it
will prevent you from completing the action.
> I am running
> Plone 2.5.1,
> CMF-1.6.2,
> Zope (Zope 2.9.5-final, python 2.4.3, win32),
> Five 1.3.7,
> Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310
> 32 bit (Intel)],
> PIL 1.1.5
That should all work - but we'll check it out - we wouldn't
release it if we didn't think it was solid to our testing - but
then the point of releasing it is to get others to try it out 'in
the wild' :-)
Thanks for giving it a spin - we'll work on getting critical
issues resolved ASAP since we want to see someone put this into
production (and get people like you helping out).
Cheers,
Duane
On Feb 3, 12:11 am, "Jor...@webworks.se" <Jorgen.Mo...@gmail.com>
wrote:
> > 1) ScriptableFields needs to be installed on the
> > server, not mentioned in the Readme
Correct - thanks for catching that. You can also just install
TALESField from the ScriptableFields package, as that is the only one
that is used. In the next release, the dependency will be removed
since the TALES machinery will be used directly rather than via
TALESField.
> > 4) When pressing the Take Action tab (after filling
> > out the fields in
> > the other tabs-schematas)I get:
> > Error Type
> > IndexError
> > Error Value
> > list index out of range
Did you fill in all the necessary fields (=required ones) in each of
the tabs? I tried replicating the issue and found out that it is
possible to save the action without filling in all the required
fields. Trying that, I got the same error as you.
If this is indeed the case, it seems we should perhaps disable the
"take action" tab until all fields have been filled in in order to
prevent this from happening. Or would you have some other suggestion?
Thanks,
Petri
I'd suggest providing a list of uncompleted elements when the
take action tab is pressed.
My key concerns are:
- People need feedback on what is uncompleted so that they can
resolve it
- It still needs to be possible to save the Action Edition part
way through set-up since it is a non-trivial process.
Given that people can temporarily abandon an Action Edition
set-up and thus not press the save button (and thus not see any
error message) - having the message appear on pressing the
takeaction tab (ideally with a link to the edit 'step' where it
is incomplete) would seem best (IMHO).
Thoughts on this?
Duane