After moving from a different host the pictures are not visible both the websites are opencart. I have checked the config files in root and admin all are pointing towards the right path.
also when i checked to see if i can upload it says directory does not exist
the sites https://www.buildersmart.lk/
https://bangorbang.com/index.php?route= ... ath=59_105
please advice
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
i checked mutliple forums on opencart some have found the problem some hasn't.
I think you mean that some people say thank you and want to help others and some people doesn’t
If you are absolutely sure that both config files are correct (the common problem).this is a common problem for OC when moving from one server to another
Another common problem is that people are not aware of a propagation period, which has nothing to do with opencart either.
Since you are using Journal - another problem might well be caching - so you can contact them about that ..
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84

Perhaps your database didn't transfer across correctly?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk

Screenshots are great - On Chrome it will come up was unknown !
Safari comes up as empty .. so it doesnt help ..
Thank you for that great discovery

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Just call me Columbo

But now you have to find out why they are all blank.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
so we will have to ask Sherlock to come and help a little later ..
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
That makes no sense, images should have paths immediately. There is nothing to update. There should be no waiting.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
add Journal which might have cached empty .. so my experience is this is exactly what happens .. but as I just edited .. Sherlock may be required ..
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Empty paths is nothing to do with propagation.
Then don't sit there waiting with a live site broken - clear the Journal cache!
Indeed they may need a developer to investigate from Commercial Support.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Code: Select all
class ModelToolImage extends Model {
public function resize($filename, $width, $height) {
if (!is_file(DIR_IMAGE . $filename) || substr(str_replace('\\', '/', realpath(DIR_IMAGE . $filename)), 0, strlen(DIR_IMAGE)) != str_replace('\\', '/', DIR_IMAGE)) {
return;
}
You can check by temporarlily changing it to:
Code: Select all
class ModelToolImage extends Model {
public function resize($filename, $width, $height) {
$this->log->write(DIR_IMAGE . $filename);
if (!is_file(DIR_IMAGE . $filename) || substr(str_replace('\\', '/', realpath(DIR_IMAGE . $filename)), 0, strlen(DIR_IMAGE)) != str_replace('\\', '/', DIR_IMAGE)) {
return;
}
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Users browsing this forum: No registered users and 8 guests