Topic: Upgrade to 2.4.2, shortcuts don't point to relative directory

I upgrade and installed the accounting to path /accounting from the root directory.

I upgraded from 2.3.25 to 2.4.2.  Also forced upgraded database.

When I click on any shortcuts, the next page shortcuts links point to the root directory, not to the /accounting directory?

Re: Upgrade to 2.4.2, shortcuts don't point to relative directory

Make sure that the $path_to_root variable never ends in a slash (/) and is what it should be (compare both FA 2.3 and FA 2.4 instances). You can temporarily put in the following snippet at the beginning of the php code (after the starting <?php line in config.php and check the output:

echo $path_to_root;
exit;

or use one of the troubleshooting techniques in the wiki.

Re: Upgrade to 2.4.2, shortcuts don't point to relative directory

I think I found out the problem - it is the theme that was the problem.  So I changed the theme and everything works fine now.