hi,
i tried to install and run the demo2020 example with the last 2020.14 release.
all install steps were fine.
but once i browse, there is a 404 error on home.php
i checked another project; and it goes to index.php, so i tried index.php and went again to home.php which is not in the generated files from the demo2020 folder on my xamp ! maybe i need a htacess somewhere ?
my generated demo2020 folder (with the upload) contains : 1Â 512 files and 202 folders.
did i miss something ?
so i check the carslist.php page from the online, and it runs on my local.
i also see that the left menu is not the same as the online demo.
Maybe the readme.txt is missing some steps ?
i saw the demo2020.pmp date (2019-08-02) is older than phpmaker 2020.14, so maybe the provided example need to be re-updated?
Best regards
other points to update :
in demo2020.sql , you need to replace utf8mb4_0900_ai_ci by utf8_general_ci to make it runs on recent xamp
and the demo2.sql script miss the “create database…” sql statement in the beginning, so you need to create the demo2 database yourself in phpmyadmin before using this script to inject the data.
It should work properly. There is no issue regarding this on my localhost.
Try to regenerate ALL the script files again. Don’t forget to enable “Composer update” before re-generating ALL the script files.
hi again,
i tried again, no sucess.
indeed the composer was not checked, so i did it and generate all again. so better issue.
i also noticed the whole security tab option is blank whereas the demo project would use user table (nancy demo account, andrews …etc).
very strange…
Please re-download again the fresh demo project file from https://phpmaker.dev/demo.php and try again.