I'm trying to run a script back from november that a coder made me, the problem is everything gets an extra / added to it.
I have another server running 7.0.9 and everything is running fine, but with a new server 7.0.15 when i add a node project, the directory I can see has an extra / at the end in its Path, the older version does not.
example:
Old version
Path: /www/wwwroot/scriptfile.xyz
New version
Path: /www/wwwroot/scriptfile.xyz/
I am not a programmer and I don't really know how to solve this solution apart from backing into the older version as going through the code and removing all the slashes would be impossible with my very limited node code skills.
Or perhaps there's an option to just not have the / ?