Git Product home page Git Product logo

Comments (7)

givanz avatar givanz commented on June 5, 2024

Do you get an error message?
Can you please check if there are errors in the developer console (F12 key in Chrome browser) and paste them here?

To work on xampp all you need is to unzip the latest release https://github.com/givanz/VvvebJs/releases in C:/xampp/htdocs

Then open http://localhost/editor.html or http://localhost/editor.php if you want to display saved pages in the file manager.

from vvvebjs.

raoharis951 avatar raoharis951 commented on June 5, 2024

Failed to load resource: the server responded with a status of 404 (Not Found)
This is the error that appears in Console and i want to run it on local.

from vvvebjs.

raoharis951 avatar raoharis951 commented on June 5, 2024

Will you please make a video of complete installation for admin dashoard and editor on local
how to connect them also let me know the whole process for this step by step.

from vvvebjs.

givanz avatar givanz commented on June 5, 2024

admin dashboard

Do you use Vvveb CMS or VvvebJs page builder?

Only the CMS has an admin, VvvebJs has only one page, the page builder it comes without an admin dashboard.

Vvveb CMS has VvvebJs page builder built in you don't need to install both.

Do you need a video with the CMS installation or after installation setup?

Installation is very easy, after unzipping latest.zip to htdocs folder follow the installation instructions https://docs.vvveb.com/installation

You can use SQLite if you don't want to configure database details for an easier install.

from vvvebjs.

raoharis951 avatar raoharis951 commented on June 5, 2024

CaptureERROR
Yes I want CMS complete video of this project both installation and after installation so i can understand how it run.

from vvvebjs.

INTERC3PTI0N avatar INTERC3PTI0N commented on June 5, 2024

CaptureERROR Yes I want CMS complete video of this project both installation and after installation so i can understand how it run.

I initially faced the same issue too, but it seems in order to make it work you have to put all the files into the main htdocs directory itself, not in a sub-directory inside htdocs. I just installed a copy of xampp and deleted everything from htdocs folder, and extracted the zip file directly inside htdocs. That works well. I'm sure there's other ways to make it work via .htaccess or whatever, but I didn't need xampp anything else. Also manually update MariaDB to newer version, otherwise you'll face JSON_ARRAYAGG errors.

from vvvebjs.

givanz avatar givanz commented on June 5, 2024

@INTERC3PTI0N

Thanks for info on subdirectory issues with XAMPP.
For subdirectory installation V_SUBDIR_INSTALL must be set in env.php to subdirectory name

defined('V_SUBDIR_INSTALL') || define('V_SUBDIR_INSTALL', '/subdir');

https://github.com/givanz/Vvveb/blob/master/env.php#L46-L47

But is better to use from htdocs directly because with subdirectory install there can be issues with things like multi site.

@raoharis951

I just saw the screenshot, it was not visible before, I see that you are loading Vvveb from /latest subfolder you can either set V_SUBDIR_INSTALL or move the files to /htdocs as @INTERC3PTI0N recommends.

defined('V_SUBDIR_INSTALL') || define('V_SUBDIR_INSTALL', '/latest');

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.