-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[datatables] Call to a member function getFullText() on null #851
Comments
No, not related, I guess. |
Oddly, the problem is not happening now. I don't now what has changed in the meantime. So I am closing the issue. If it will happen again I will reopen it. Thank you. |
Ops, IT IS still happening, I forgot to change the format to datatables, sorry for the confusion. But it happens even without the
|
ok, is there an url to check for this live ? |
Sort of... the problem does not permit to save de page, so you will have to register an account with an e-mail, confirm the email, and then edit the following page, changing from https://wikincat.org/w/index.php?title=Usu%C3%A1rio:Jaider.ferreira/Testes&action=edit |
@jaideraf I'm sorry for the delay, I have created this page it depends by this
and this
(SMW\Serializers\QueryResultSerializer)
(SemanticExtraSpecialProperties/definitions.json) however With the table or broadtable format the problem does not show because the '#" printout option and because the query result is not serialized. The only way to fix this is either to have only valid titles in the imported pages (I'm not sure how you are importing them and why some of them have the invalid title names) or to mockup the (it is possible, but we have to determine if it worth the effort) |
I see... I use the importDump.php MW script.
Now that understand where the error comes from, I think this is an isolate issue and do not worth the effort to fix in the code. Maybe I can fix it in the wiki itself... I will investigate. Thank you, Thomas, for your time and explanation! 👍🏼 |
I fixed with the following SQL statement: UPDATE revision
SET rev_actor = 1
WHERE `rev_actor` like "9" OR `rev_actor` like "10" OR `rev_actor` like "11"; then the "rebuildData.php" script from SMW. These |
Setup
Issue
When changing from broadtable format to datatables format in the following ask query I get the error:
Steps to reproduce
Stacktrace
The text was updated successfully, but these errors were encountered: