-
Hello @highlightings !
Did you have any limits to set the Cron Jobs the same as the main path with the private_html folder? Because commonly, both points should be equal.
-
Maybe I understood your question wrong . But will make an attempt.
I have regular automated Cron that is using the base path. But for the upgrade, I was triggering it manually from terminal. So just ran the cron.php. Since it's a symlink, I assume it should not matter (?)..
But somehow una is appending the path as I have shown above.
-
It seems yes, the symlink may distort the proper path of the script's run. So if you have the [somepath] in the BX_DIRECTORY_PATH_ROOT constant then it would be better to run Cron Jobs with this [somepath] too. But it is nice that you've detected it!
-