VvvebJs icon indicating copy to clipboard operation
VvvebJs copied to clipboard

Release

Open arc9531 opened this issue 2 years ago • 13 comments

When is there gonna be a stable release? I tried installing it and looks fine but after installation there are a ton of files missing! including but not limited to controller files!

arc9531 avatar Dec 10 '22 04:12 arc9531

Maybe you should fork it and stable it up. Personally, it is working great for us.

oleteacher avatar Dec 10 '22 04:12 oleteacher

Maybe you should fork it and stable it up. Personally, it is working great for us.

here's an example

Method does not exist!

Vvveb\Plugins\Cdn\Controller\Settings :: save

arc9531 avatar Dec 10 '22 07:12 arc9531

Also when trying to mass delete products that for some reason come preloaded into the website it gives me "Error deleting product!" but I can delete them one by one, which is inconvenient

arc9531 avatar Dec 10 '22 07:12 arc9531

It flat out wont let me delete any of the preloaded "orders" it throws some errors redirects me and some images that I presume have to load in, don't load in

Screenshot (161)

arc9531 avatar Dec 10 '22 07:12 arc9531

BTW, this is a fresh install on ubuntu

arc9531 avatar Dec 10 '22 07:12 arc9531

Here is some other things such as I can't even upload files it breaks the page and will keep loading until I reload the page manually and the file or picture never gets uploaded, There is no documentation on file permissions or other setting for a fresh ubuntu site install, clearly there is more than just extracting the zip and calling it a day. Someone please help me here.

Screenshot (162)

Screenshot (163)

arc9531 avatar Dec 10 '22 08:12 arc9531

Having similar issues here as well

Ampdale avatar Dec 10 '22 15:12 Ampdale

I think the difference between your install and ours is modifications. I have never seen a fresh install of VvvebJs look like yours. Or maybe I do not know what I am doing:)

Hopefully the author will come around and give you help.

oleteacher avatar Dec 10 '22 15:12 oleteacher

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/ This is VvveJs, the JavaScript editor, and it works fine

treborin avatar Dec 10 '22 17:12 treborin

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/ This is VvveJs, the JavaScript editor, and it works fine

ok, well in this JS version, how do I edit css? Are there no "styles.css" kind of files that can be edited from the editor panel?

arc9531 avatar Dec 12 '22 07:12 arc9531

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/ This is VvveJs, the JavaScript editor, and it works fine

ok, well in this JS version, how do I edit css? Are there no "styles.css" kind of files that can be edited from the editor panel?

The way this editor works is: you have an already created html page, and linked to css file(s) inside the html code. Then, you use it for editing that "template". You can see the code of any page using the [</> Edit Code ] button. There you can see the linked css file(s). And you can easily download everything in a zip file too

treborin avatar Dec 12 '22 09:12 treborin

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/ This is VvveJs, the JavaScript editor, and it works fine

ok, well in this JS version, how do I edit css? Are there no "styles.css" kind of files that can be edited from the editor panel?

The way this editor works is: you have an already created html page, and linked to css file(s) inside the html code. Then, you use it for editing that "template". You can see the code of any page using the [</> Edit Code ] button. There you can see the linked css file(s). And you can easily download everything in a zip file too

So no css editor in the panel? Will one ever be added?

Ampdale avatar Dec 12 '22 14:12 Ampdale

Hi

@arc9531 , @Ampdale . I think you are speaking about Vvveb, and this CMS is under Early Alpha Preview, as you can see at home page: https://www.vvveb.com/

Thanks, these issues are for Vvveb cms https://github.com/givanz/Vvveb

When is there gonna be a stable release? I tried installing it and looks fine but after installation there are a ton of files missing! including but not limited to controller files!

The first beta version of Vvveb cms that will have all features completed (excluding ecommerce which will be left to RC1) will be available at the beginning of the year, currently there are features that are not yet finished this is why some pages/controllers are missing.

The content management and page editing are mostly finished and working, there is still work to be done on user management, settings, theme import, backup, ecommerce etc.

Here is some other things such as I can't even upload files it breaks the page and will keep loading until I reload the page manually and the file or picture never gets uploaded,

There was a bug in the media upload code, I fixed it it should work now if write permission for /media folder is set.

Also when trying to mass delete products that for some reason come preloaded into the website it gives me "Error deleting product!" but I can delete them one by one, which is inconvenient

I fixed bulk delete, the demo content is currently imported on install for easier testing in the future it will be moved to optional theme import and a clean install will be possible.

So no css editor in the panel? Will one ever be added?

I added theme editor feature for Vvveb that allows editing all theme files including javascript and css files, for VvvebJs I don't think a css editor is needed as it only edits individual pages not themes to track css/js assets.

givanz avatar Dec 22 '22 12:12 givanz