Hello,
whenever, i try to generate my project of V. 2024 into V. 2026, i get the following error:
Error: Could not find a part of the path ‘C:\wamp64\www\myproject%kernel.logs_dir%\PHPMaker.log’.
Can someone guide how to resolve the issue?
Regards
Open the project file with a text editor (e.g. NotePad), search for:
LogPath=“…”
and change it to:
LogPath=“var/log”
Save the file. Open with PHPMaker and regenerate again.
1 Like
Thank you. It worked.