Giter Site home page Giter Site logo

Comments (6)

bescheid avatar bescheid commented on June 19, 2024

Setup (just newly installed)

MW 1.35.5,
SMW 3.2.3,
SCI: 2.1.1.
PHP: 8.0.17

Issue

Pages which use {{#scite: ...}} do not show up. Instead I get:
"Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/r3/extensions/SemanticCite/src/Bibtex/BibtexParser.php on line 99"

from semanticcite.

bescheid avatar bescheid commented on June 19, 2024

After manually changing the respective curly braces indicated in kghbin's post, into [$] everthing works fine.

from semanticcite.

krabina avatar krabina commented on June 19, 2024

Maybe we did not fully understand the issue here. The #scite parser function now certainly is working again. Also i do not get any error messages on running rebuildData.php

from semanticcite.

pinfold avatar pinfold commented on June 19, 2024

I just ran into this issue. Can you clarify when you say "After manually changing the respective curly braces indicated in kghbin's post, into [$] everthing works fine." can you give an example? Did you change

{{#scite:Byrne 2008
|type=journal
|author=Byrne, A
|date=2008
|title=Web 2.0 strategies in libraries and information services
|journal=The Australian Library Journal
|volume=57
|number=4
|pages=365-376
|file=Web 2 0 strategy in libraries and information services.pdf
}}

to

[$scite:Byrne 2008
|type=journal
|author=Byrne, A
|date=2008
|title=Web 2.0 strategies in libraries and information services
|journal=The Australian Library Journal
|volume=57
|number=4
|pages=365-376
|file=Web 2 0 strategy in libraries and information services.pdf
]

from semanticcite.

krabina avatar krabina commented on June 19, 2024

No, this will definitely not work. The curyl braces deprecation is related to the source code, not the wikitext (parser function) that you use. So it seems that @bescheid has manually corrected things in the source code, but we did not get a pull request, so we don't have this yet.

from semanticcite.

krabina avatar krabina commented on June 19, 2024

It seems this is wrong:

if( $rev[0] != ',') {
$content .= ',';
}

see https://phabricator.wikimedia.org/T231303

from semanticcite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.