I’m experimenting with phpmaker 2021. I created a new project and all features are working. Just the Lookup Table feature is not working. The call list is empty. When I check the background, the following errors appear. Probably looking for “vendor” in the “src” folder for the Lookup table. Because “Vendor” is in the main directory, there is a problem.
I did the composer and update. There is no problem with them. What can I do other than that?Warning: require(vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\KMSTigerOrganic\src\userfn.php on line 182Fatal error: Uncaught Error: Failed opening required ‘vendor/autoload.php’ (include_path=‘\xampp\php\PEAR’) in C:\xampp\htdocs\KMSTigerOrganic\src\userfn.php:182 Stack trace: #0 C:\xampp\htdocs\KMSTigerOrganic\api\index.php(28): require_once() #1 {main} thrown in C:\xampp\htdocs\KMSTigerOrganic\src\userfn.php on line 182
You may check if you have set up URL Rewrite properly, see last post in https://discourse.hkvstore.com/t/migrating-to-v2022/655/1 that there is a .htaccess file under the “api” folder.
You may delete all the generated files, and then re-generate ALL the script files again with the Composer update setting enabled.