Giter Site home page Giter Site logo

Code Editor Broken? about vvvebjs HOT 4 CLOSED

givanz avatar givanz commented on May 10, 2024
Code Editor Broken?

from vvvebjs.

Comments (4)

givanz avatar givanz commented on May 10, 2024

Check if the file is changed on disk or load the html directly in the browser this might be a browser cache issue, I added disableCache parameter to loadPage enabled by default to disable browser caching when loading a template to prevent this issue.

The js error is inside the landio template, if "Run code on edit" is checked then the js code in the template is run/evaled on editor change and any existing js error in the page will be thrown.

from vvvebjs.

oleteacher avatar oleteacher commented on May 10, 2024

@givanz Sorry for delay in response.

"Check if the file is changed on disk or load the html directly in the browser this might be a browser cache issue,"

Not for me, simply does not work. I make a change using the code editor, it ignores it. I can open / expand the code editor, make a change and it is lost no matter what I do.

from vvvebjs.

givanz avatar givanz commented on May 10, 2024

What webserver are you using? are editor files located at the root folder of the http server?
Can you please check if save.php is called successfully through ajax (no http error) and that demos/ folder and inside files are writable by php/webserver? (you can set 777 full permission for testing) you can also add some debugging inside save.php like

var_dump($fileName);

before

if (file_put_contents($fileName, $html)) 

And then check the ajax output in developer tools to see that the filename and path is correct.

from vvvebjs.

oleteacher avatar oleteacher commented on May 10, 2024

Thanks much for all your help. I think what was happening was server was caching and took some time to catch up with the updates / mods I had made.

Seems to be working fine now.

Cheers!

from vvvebjs.

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.