There are a few in the file manager such as the following. You could comment them out and refresh modifications to test if it's the problem.
https://github.com/opencart/opencart/bl ... #L209-L211
https://github.com/opencart/opencart/bl ... #L209-L211
Yeah, I just found that one. I searched for 'realpath' and got 88 hits. There are a few that looks similar, I chose this one as it was in a file called image.php, and...
...it works! The main site now shows images.
I will now look at the file manager, as you suggest.
Thank you for your help.
No reply from Easyspace customer support yet, but this little script, with the path to my site specified by easyspace
Returns
/vhost/vhost14/s/p/r/
/vhost/s/p/r
What does that actually mean? vhost14 is a symlink?
Code: Select all
<?php
$path = "/vhost/vhost14/s/p/r/";
echo($path);
echo "<br>";
echo(realpath($path));
?>
/vhost/vhost14/s/p/r/
/vhost/s/p/r
What does that actually mean? vhost14 is a symlink?
I'm not sure Easyspace tech really understand the issue. The solution I settled on was to change the config paths to match the realpath() output, rather than identify and edit the OC source (and probably make a mistake).
The image manager is now working.
The image manager is now working.
Who is online
Users browsing this forum: No registered users and 6 guests