I might of accidently changed it with the “replace all” function in visual studio…
Dunno…
Not my host, but yeah I know what you mean!
If it was my host I would’ve walked in a second.
Re-created the connection_images directory and set the correct permissions.
Then I changed the image uplod path from
define('CN_IMAGE_PATH','wp-content/connection_images/');
to
define('CN_IMAGE_PATH','../wp-content/connection_images/');
in the connections.php file and that solved the problem
It’s working perfectly now.
I still get the The $_SESSION error but I’m just going to ignore it cause everything is working as expected, so that’s great!
Thanks for your help. Really appreciated!