Giter VIP home page Giter VIP logo

Comments (7)

kamal-chagam avatar kamal-chagam commented on June 15, 2024 1

what i observed from url shown in error is
http://localhost:8000/index.php/packages/pagekit/tinymce/app/assets/tinymce/tinymce.jquery.min.js

but it should be like this ( as it's working ) , don't know why
http://localhost:8000/packages/pagekit/tinymce/app/assets/tinymce/tinymce.jquery.min.js

inside packages/pagekit/tinymce/app/bundle/tinymce.js or packages/pagekit/tinymce/app/components/editor-tinymce.js:

I changed this line
var baseURL = $pagekit.url + '/packages/pagekit/tinymce/app/assets/tinymce'
to
var baseURL = 'http://localhost:8000/packages/pagekit/tinymce/app/assets/tinymce',

from extension-tinymce.

malte-christian avatar malte-christian commented on June 15, 2024 1

@chagamkamalakar you pointed me in the right direction. $pagekit.url contains at your system /index.php because you both have mod_rewrite disabled. For pagekit routes /index.php is then needed, but for static files it is clearly wrong.

from extension-tinymce.

malte-christian avatar malte-christian commented on June 15, 2024

Did you installed the package from the marketplace? If not did you run npm install inside the package folder?

from extension-tinymce.

kamal-chagam avatar kamal-chagam commented on June 15, 2024

Hi
i could see that jquery file, but still the same error .. any work around

from extension-tinymce.

robindrost avatar robindrost commented on June 15, 2024

Hi @MalteScharenberg
Thanks for the reply. I ran npm install but the problem still exist.

from extension-tinymce.

kamal-chagam avatar kamal-chagam commented on June 15, 2024

thank you @MalteScharenberg

from extension-tinymce.

malte-christian avatar malte-christian commented on June 15, 2024

Update is available via marketplace.

from extension-tinymce.

Related Issues (12)

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.