Problem with custom file

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 877
Location: Switzerland

Problem with custom file

Post by mpol_ch »

Hi,
I am using a custom file, I am geting this issue and can not solve it.
I am using xampp on windows 10.

Warning: include_once(../../autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\2019\aidbox\tbs\cvdoc.php on line 15

Where to start?

Thanks
mpol_ch


arbei
User
Posts: 9436

Post by arbei »

If you set up your Custom File with an output folder 2 level down, the scripts needs to include the autoload.php at the destination folder. Make sure you don't move the Custom File to other level. If you need to change you should change the Output Folder setting. In general, if your file name does not clash with other table scripts, I think it is better to leave the Output Folder empty and just generate the file in the destination folder.


Post Reply