Both folder are being backed up on 2 other drives.
Where does Wappler save the project now?
Only within my project folder or is there an auto sync with my target folder?
How do I sync remote target (in my case a local xampp install)?
When I try to run the index.php and try to login, I am getting an error after I hit the submit button (see attached screenshot).
I would still like to understand the following:
Is it possible to encryption password in database (MD5)?
What field type in MySQL for encrypted password?
How do I backup my entire projects the right way (folder, database)?
How about the database…does wappler grab a database schema upon deploy or backup or do I need to save my database manual?
@WatchThatCode it looks like you didnt push the neccessary files to your xamp webserver folder. Go to your file structure (left panel) and push everything
i used SHA256 (its an expression in your mysql insert window and press the flash arrow and click your encryption together) …dont go with MD5
I used varchar(255) no need to use smth different.
Normally, Wappler will also publish on the remote. When it comes to the likes of images that you have placed locally, you will have to push them to the remote. I have also come across other occasions where I have had to push files, off hand I can’t remember which. Style sheets seem to come to mind, but I am not sure.