[Libreoffice-bugs] [Bug 143081] Base Documenter: Crash while documenting a database and trying to open forms
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jun 27 15:43:49 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143081
--- Comment #6 from Julien Nabet <serval2412 at yahoo.fr> ---
I removed the registered BaseDocumenter + extension BaseDocumenter and started
over.
I installed again BaseDocumenter (this time "only for me" instead of "For all
users").
I created a new dir: /home/julien/Documents/testBaseDocumenter
I downloaded Templates.zip and unzip it there
=> so I got jquery, BD_Template.html, etc. in this dir.
Then I launched LO and tried again the menu "new Repository", it still failed
with the same error.
Just for the record, at another moment (I don't remember exactly when), I had
another popup message:
Public Function _BD_ScriptPython(ByVal psFunction As String) As Object
' Return the script to invoke to call the given Python function
'
https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification
'Manual storage of python script
'Set _BD_ScriptPython =
_BD_.ScriptProvider.getScript("vnd.sun.star.script:BaseDocumenter/BD_json.py$"
& psFunction & "?language=Python&location=user")
On Local Error GoTo Install_ForAllUsers
'Storage from extension => Install "only for me"
Set _BD_ScriptPython = _BD_.ScriptProvider.getScript( _
"vnd.sun.star.script:BaseDocumenter.oxt|python|BD_json.py$" &
psFunction & "?language=Python&location=user:uno_packages") ================
Error here
Exit_Function:
Exit Function
Install_ForAllUsers:
'Storage from extension => Install "for all users"
On Local Error GoTo Error_NoPython
Set _BD_ScriptPython = _BD_.ScriptProvider.getScript( _
"vnd.sun.star.script:BaseDocumenter.oxt|python|BD_json.py$" &
psFunction & "?language=Python&location=share:uno_packages")
GoTo Exit_Function
Error_NoPython:
_BD_ForceExecutionStop(_BD_GetLabel("ERR" & ERRINTERNAL))
End Function ' _BD_ScriptPython
(I copied it by hand since I couldn't copy paste the error message).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210627/c771c522/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list