#10183 closed defect (fixed)
AttributeError : 'NoneType' Object has no attribute 'split'
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | high | Component: | SlideShowPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
dear all.
I had install the "slideshow plug-in" to my trac. and i tested some page lige below.
[[SlideShow(theme=i18n)]] = TItle= * line1 * [wiki:RASIC]
then i got the error message
" AttributeError : 'NoneType' Object has no attribute 'split'"
if i used URL include '/', then error didn't occured but used only wiki address without '/' then i got the error message.
please check it
Thank you.
Sincerly.
Attachments (0)
Change History (10)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 follow-up: 3 Changed 12 years ago by
comment:3 Changed 12 years ago by
Replying to rjollos:
Replying to sswsm@naver.com:
if i used URL include '/', then error didn't occured but used only wiki address without '/' then i got the error message.
Do you mean that the URL must end with a forward slash? For example,
/wiki/WikiStart/
.
right. it doesn't working with Wiki markup but if i use wiki markup with '/' it's wor.
for example
[wiki:test test] * it doesn't work
but
[wiki:/test test] * it's work
comment:5 Changed 12 years ago by
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
That should do it. Let me know how it works for you.
comment:7 follow-up: 10 Changed 12 years ago by
(In [11796]) Refs #10183: (0.3dev) Misc fixes and cleanup.
- FIX:
WikiStart
was not being matched whenpath_info
was/wiki
. Regex for match was copied fromtrac.wiki.web_ui.match_request
. - Options are now read at file scope rather than within method calls.
- Modified
entry_points
so that an empty__init__.py
can be used. - Removed obsolete
ClearSilver
template. - Organized imports.
comment:8 Changed 12 years ago by
(In [11797]) Refs #10183: More refactoring: variable renames and code reorganization. Fixed indentation of documentation on WikiMacros page.
comment:9 Changed 12 years ago by
Okay, now I'm done with changes ;)
#6722 continues to be a problem, but I haven't been able to figure out how to fix it despite spending a bit of time on the issue.
comment:10 Changed 12 years ago by
I checked a new revision 117967, version 0.3
it working good with [wiki:~~~]
but i recognized the new bug related with attachment:
I will create a new ticket, thank you!
Replying to sswsm@naver.com:
Do you mean that the URL must end with a forward slash? For example,
/wiki/WikiStart/
.