givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
239 stars 49 forks source link

Cannot Save HTML from designer with PGSQL on windows #93

Open jeromeatneotek opened 4 months ago

jeromeatneotek commented 4 months ago

error saving Please let me know if you need any further info

givanz commented 4 months ago

Can you please check if php has write permission for public/themes/landing/backup folder?

From the error message it looks that it can't save the page revision/backup.

jeromeatneotek commented 4 months ago

I have ensured that this folder has full rights to everyone, but still the same error

givanz commented 4 months ago

Maybe windows does not like some characters like :| from the filename?

Can you please try to create the file manually and see if windows allows it?

jeromeatneotek commented 4 months ago

Yes windows files cannot contain /|<>:*?", I would also suggest not using & either as these are problematic in XML.

givanz commented 4 months ago

Thanks for confirmation, I will add a fallback for windows to use different separator characters.

jeromeatneotek commented 4 months ago

Please confirm when done and I will test

givanz commented 4 months ago

I changed revision/backup file format, saving should work now on windows.