Problem with moving opencart website to new domain/serverTroubles with opencart movingTrouble Moving Opencart to new hosting error messageOpencart product and banner images are not coming after server changeWordpress to ftp without mysql databaseI am getting blank website while moving opencart from localhost to other host(windows server)I'm migrating an opencart webshop from one server to another and I keep getting fatal errorsUpload opencart site to serverMagento saving issues after move to new server and new domainWhat's the best way move WP website from one folder to another folder?OpenCart local to live server
Would life always name the light from their sun "white"
God-Pharaoh's Statue and Finale Of Promise
What was Varys trying to do at the beginning of S08E05?
Can anyone give me examples of the relative-determinative 'which'?
To whom did Varys write those letters in Game of Thrones S8E5?
Why does SSL Labs now consider CBC suites weak?
Is there any good reason to write "it is easy to see"?
tikz drawing rectangle discretized with triangle lattices and its centroids
Single word that parallels "Recent" when discussing the near future
Using chord iii in a chord progression (major key)
Was the dragon prowess intentionally downplayed in S08E04?
Why did the soldiers of the North disobey Jon?
How do I know which cipher suites can be disabled?
Why were the bells ignored in S8E5?
Why can't I share a one use code with anyone else?
Proper way to use apply_filters() with class functions?
Does the wearer know what items are in which patch in the Robe of Useful items?
Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?
Why would company (decision makers) wait for someone to retire, rather than lay them off, when their role is no longer needed?
Holding rent money for my friend which amounts to over $10k?
Why would someone open a Netflix account using my Gmail address?
I recently started my machine learning PhD and I have absolutely no idea what I'm doing
Cuban Primes
Who commanded or executed this action in Game of Thrones S8E5?
Problem with moving opencart website to new domain/server
Troubles with opencart movingTrouble Moving Opencart to new hosting error messageOpencart product and banner images are not coming after server changeWordpress to ftp without mysql databaseI am getting blank website while moving opencart from localhost to other host(windows server)I'm migrating an opencart webshop from one server to another and I keep getting fatal errorsUpload opencart site to serverMagento saving issues after move to new server and new domainWhat's the best way move WP website from one folder to another folder?OpenCart local to live server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Hi i moved my opencart website to new domain and theres huge problem i cant seem to figure out, i cant see any images, and i cant see translations on a lot of text.
Website is using template.
I did all the steps correctly:
- export database
- import to new database
- changed configuration in config.php and admin/confing.php to new database
- uploaded files to new server
Site is running on new domain but i cant see any images, and i cant see translations on a lot of text.
This is new domain: https://ecogreenbags.eu/
This is old one so you can see how it should look like: https://green-bags.sk/
Database is obviously running because all products are there, i can enter admininstration, all orders are there and everything, just not images and that text. I doublechecked if there is uploaded the language folders with that translations, everything is there, FTP is EXACT CLONE of old one except changed config.php files
I have no idea where is the problem. Any ideas ? Thanks a lot
php database opencart e-commerce
add a comment |
Hi i moved my opencart website to new domain and theres huge problem i cant seem to figure out, i cant see any images, and i cant see translations on a lot of text.
Website is using template.
I did all the steps correctly:
- export database
- import to new database
- changed configuration in config.php and admin/confing.php to new database
- uploaded files to new server
Site is running on new domain but i cant see any images, and i cant see translations on a lot of text.
This is new domain: https://ecogreenbags.eu/
This is old one so you can see how it should look like: https://green-bags.sk/
Database is obviously running because all products are there, i can enter admininstration, all orders are there and everything, just not images and that text. I doublechecked if there is uploaded the language folders with that translations, everything is there, FTP is EXACT CLONE of old one except changed config.php files
I have no idea where is the problem. Any ideas ? Thanks a lot
php database opencart e-commerce
It looks like the path to your translation and images files is incorrect. Maybe you made a typo or uppercase/lowercase problem. Check if the images are statically available when accessed directly. Edit: Actually I checked and they are. Maybe it is a hardcoded domain name?
– Dharman
Mar 23 at 15:17
Hi, i checked and statically they are there, for example the blue background in quotes div is here: ecogreenbags.eu/image/cache/catalog/bg-t-2050x640.jpg but not showing on website.
– Martin Sprušanský
Mar 23 at 15:23
What do you mean hardcoded domain name ? I was the one that made the website, its just opencart 2.3xx with template that i modified. I just check for mentions of old domain name in code (green-bags.sk) and there are none, so no hardcoded, also weird thing is that when i inspect the quote div, there is not background-image property on the element like on old website, element is class="rd-parallax-layer" I have no idea how that can happen because the content is exact clone as well as database
– Martin Sprušanský
Mar 23 at 15:28
add a comment |
Hi i moved my opencart website to new domain and theres huge problem i cant seem to figure out, i cant see any images, and i cant see translations on a lot of text.
Website is using template.
I did all the steps correctly:
- export database
- import to new database
- changed configuration in config.php and admin/confing.php to new database
- uploaded files to new server
Site is running on new domain but i cant see any images, and i cant see translations on a lot of text.
This is new domain: https://ecogreenbags.eu/
This is old one so you can see how it should look like: https://green-bags.sk/
Database is obviously running because all products are there, i can enter admininstration, all orders are there and everything, just not images and that text. I doublechecked if there is uploaded the language folders with that translations, everything is there, FTP is EXACT CLONE of old one except changed config.php files
I have no idea where is the problem. Any ideas ? Thanks a lot
php database opencart e-commerce
Hi i moved my opencart website to new domain and theres huge problem i cant seem to figure out, i cant see any images, and i cant see translations on a lot of text.
Website is using template.
I did all the steps correctly:
- export database
- import to new database
- changed configuration in config.php and admin/confing.php to new database
- uploaded files to new server
Site is running on new domain but i cant see any images, and i cant see translations on a lot of text.
This is new domain: https://ecogreenbags.eu/
This is old one so you can see how it should look like: https://green-bags.sk/
Database is obviously running because all products are there, i can enter admininstration, all orders are there and everything, just not images and that text. I doublechecked if there is uploaded the language folders with that translations, everything is there, FTP is EXACT CLONE of old one except changed config.php files
I have no idea where is the problem. Any ideas ? Thanks a lot
php database opencart e-commerce
php database opencart e-commerce
edited Mar 23 at 15:30
Martin Sprušanský
asked Mar 23 at 15:12
Martin SprušanskýMartin Sprušanský
547
547
It looks like the path to your translation and images files is incorrect. Maybe you made a typo or uppercase/lowercase problem. Check if the images are statically available when accessed directly. Edit: Actually I checked and they are. Maybe it is a hardcoded domain name?
– Dharman
Mar 23 at 15:17
Hi, i checked and statically they are there, for example the blue background in quotes div is here: ecogreenbags.eu/image/cache/catalog/bg-t-2050x640.jpg but not showing on website.
– Martin Sprušanský
Mar 23 at 15:23
What do you mean hardcoded domain name ? I was the one that made the website, its just opencart 2.3xx with template that i modified. I just check for mentions of old domain name in code (green-bags.sk) and there are none, so no hardcoded, also weird thing is that when i inspect the quote div, there is not background-image property on the element like on old website, element is class="rd-parallax-layer" I have no idea how that can happen because the content is exact clone as well as database
– Martin Sprušanský
Mar 23 at 15:28
add a comment |
It looks like the path to your translation and images files is incorrect. Maybe you made a typo or uppercase/lowercase problem. Check if the images are statically available when accessed directly. Edit: Actually I checked and they are. Maybe it is a hardcoded domain name?
– Dharman
Mar 23 at 15:17
Hi, i checked and statically they are there, for example the blue background in quotes div is here: ecogreenbags.eu/image/cache/catalog/bg-t-2050x640.jpg but not showing on website.
– Martin Sprušanský
Mar 23 at 15:23
What do you mean hardcoded domain name ? I was the one that made the website, its just opencart 2.3xx with template that i modified. I just check for mentions of old domain name in code (green-bags.sk) and there are none, so no hardcoded, also weird thing is that when i inspect the quote div, there is not background-image property on the element like on old website, element is class="rd-parallax-layer" I have no idea how that can happen because the content is exact clone as well as database
– Martin Sprušanský
Mar 23 at 15:28
It looks like the path to your translation and images files is incorrect. Maybe you made a typo or uppercase/lowercase problem. Check if the images are statically available when accessed directly. Edit: Actually I checked and they are. Maybe it is a hardcoded domain name?
– Dharman
Mar 23 at 15:17
It looks like the path to your translation and images files is incorrect. Maybe you made a typo or uppercase/lowercase problem. Check if the images are statically available when accessed directly. Edit: Actually I checked and they are. Maybe it is a hardcoded domain name?
– Dharman
Mar 23 at 15:17
Hi, i checked and statically they are there, for example the blue background in quotes div is here: ecogreenbags.eu/image/cache/catalog/bg-t-2050x640.jpg but not showing on website.
– Martin Sprušanský
Mar 23 at 15:23
Hi, i checked and statically they are there, for example the blue background in quotes div is here: ecogreenbags.eu/image/cache/catalog/bg-t-2050x640.jpg but not showing on website.
– Martin Sprušanský
Mar 23 at 15:23
What do you mean hardcoded domain name ? I was the one that made the website, its just opencart 2.3xx with template that i modified. I just check for mentions of old domain name in code (green-bags.sk) and there are none, so no hardcoded, also weird thing is that when i inspect the quote div, there is not background-image property on the element like on old website, element is class="rd-parallax-layer" I have no idea how that can happen because the content is exact clone as well as database
– Martin Sprušanský
Mar 23 at 15:28
What do you mean hardcoded domain name ? I was the one that made the website, its just opencart 2.3xx with template that i modified. I just check for mentions of old domain name in code (green-bags.sk) and there are none, so no hardcoded, also weird thing is that when i inspect the quote div, there is not background-image property on the element like on old website, element is class="rd-parallax-layer" I have no idea how that can happen because the content is exact clone as well as database
– Martin Sprušanský
Mar 23 at 15:28
add a comment |
2 Answers
2
active
oldest
votes
Double check your config.php files both in root of site and folder admin. Its most likely to be a typo in the config.php in the absolute path to images.
May also be worth checking the file permissionsownership of the image folderfiles.
I see this has been marked as the accepted solution - it would be good for the question asker to comment with what the problem actually was.
– Paul Feakins
Mar 25 at 11:25
add a comment |
Please confirm to recheck following two variable value is correct in both config file.
config.php and adminconfig.php
define('DIR_IMAGE', '/home/example/public_html/opencart/image/');
define('DIR_LANGUAGE', '/home/example/public_html/opencart/catalog/language/');
you may double check your correct document root path in server.
Get correct doucment root path by echo following in config file.
echo $_SERVER["DOCUMENT_ROOT"];
You were right there was a typo in both, i feel so dumb now, thanks a lot, fixed
– Martin Sprušanský
Mar 25 at 0:06
@Martin Sprušanský, Thanks.
– code stackflow
Mar 25 at 15:42
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55315168%2fproblem-with-moving-opencart-website-to-new-domain-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Double check your config.php files both in root of site and folder admin. Its most likely to be a typo in the config.php in the absolute path to images.
May also be worth checking the file permissionsownership of the image folderfiles.
I see this has been marked as the accepted solution - it would be good for the question asker to comment with what the problem actually was.
– Paul Feakins
Mar 25 at 11:25
add a comment |
Double check your config.php files both in root of site and folder admin. Its most likely to be a typo in the config.php in the absolute path to images.
May also be worth checking the file permissionsownership of the image folderfiles.
I see this has been marked as the accepted solution - it would be good for the question asker to comment with what the problem actually was.
– Paul Feakins
Mar 25 at 11:25
add a comment |
Double check your config.php files both in root of site and folder admin. Its most likely to be a typo in the config.php in the absolute path to images.
May also be worth checking the file permissionsownership of the image folderfiles.
Double check your config.php files both in root of site and folder admin. Its most likely to be a typo in the config.php in the absolute path to images.
May also be worth checking the file permissionsownership of the image folderfiles.
edited Mar 24 at 3:39
answered Mar 24 at 0:58
DaveDave
513
513
I see this has been marked as the accepted solution - it would be good for the question asker to comment with what the problem actually was.
– Paul Feakins
Mar 25 at 11:25
add a comment |
I see this has been marked as the accepted solution - it would be good for the question asker to comment with what the problem actually was.
– Paul Feakins
Mar 25 at 11:25
I see this has been marked as the accepted solution - it would be good for the question asker to comment with what the problem actually was.
– Paul Feakins
Mar 25 at 11:25
I see this has been marked as the accepted solution - it would be good for the question asker to comment with what the problem actually was.
– Paul Feakins
Mar 25 at 11:25
add a comment |
Please confirm to recheck following two variable value is correct in both config file.
config.php and adminconfig.php
define('DIR_IMAGE', '/home/example/public_html/opencart/image/');
define('DIR_LANGUAGE', '/home/example/public_html/opencart/catalog/language/');
you may double check your correct document root path in server.
Get correct doucment root path by echo following in config file.
echo $_SERVER["DOCUMENT_ROOT"];
You were right there was a typo in both, i feel so dumb now, thanks a lot, fixed
– Martin Sprušanský
Mar 25 at 0:06
@Martin Sprušanský, Thanks.
– code stackflow
Mar 25 at 15:42
add a comment |
Please confirm to recheck following two variable value is correct in both config file.
config.php and adminconfig.php
define('DIR_IMAGE', '/home/example/public_html/opencart/image/');
define('DIR_LANGUAGE', '/home/example/public_html/opencart/catalog/language/');
you may double check your correct document root path in server.
Get correct doucment root path by echo following in config file.
echo $_SERVER["DOCUMENT_ROOT"];
You were right there was a typo in both, i feel so dumb now, thanks a lot, fixed
– Martin Sprušanský
Mar 25 at 0:06
@Martin Sprušanský, Thanks.
– code stackflow
Mar 25 at 15:42
add a comment |
Please confirm to recheck following two variable value is correct in both config file.
config.php and adminconfig.php
define('DIR_IMAGE', '/home/example/public_html/opencart/image/');
define('DIR_LANGUAGE', '/home/example/public_html/opencart/catalog/language/');
you may double check your correct document root path in server.
Get correct doucment root path by echo following in config file.
echo $_SERVER["DOCUMENT_ROOT"];
Please confirm to recheck following two variable value is correct in both config file.
config.php and adminconfig.php
define('DIR_IMAGE', '/home/example/public_html/opencart/image/');
define('DIR_LANGUAGE', '/home/example/public_html/opencart/catalog/language/');
you may double check your correct document root path in server.
Get correct doucment root path by echo following in config file.
echo $_SERVER["DOCUMENT_ROOT"];
edited Mar 24 at 18:01
answered Mar 24 at 8:19
code stackflowcode stackflow
814
814
You were right there was a typo in both, i feel so dumb now, thanks a lot, fixed
– Martin Sprušanský
Mar 25 at 0:06
@Martin Sprušanský, Thanks.
– code stackflow
Mar 25 at 15:42
add a comment |
You were right there was a typo in both, i feel so dumb now, thanks a lot, fixed
– Martin Sprušanský
Mar 25 at 0:06
@Martin Sprušanský, Thanks.
– code stackflow
Mar 25 at 15:42
You were right there was a typo in both, i feel so dumb now, thanks a lot, fixed
– Martin Sprušanský
Mar 25 at 0:06
You were right there was a typo in both, i feel so dumb now, thanks a lot, fixed
– Martin Sprušanský
Mar 25 at 0:06
@Martin Sprušanský, Thanks.
– code stackflow
Mar 25 at 15:42
@Martin Sprušanský, Thanks.
– code stackflow
Mar 25 at 15:42
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55315168%2fproblem-with-moving-opencart-website-to-new-domain-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It looks like the path to your translation and images files is incorrect. Maybe you made a typo or uppercase/lowercase problem. Check if the images are statically available when accessed directly. Edit: Actually I checked and they are. Maybe it is a hardcoded domain name?
– Dharman
Mar 23 at 15:17
Hi, i checked and statically they are there, for example the blue background in quotes div is here: ecogreenbags.eu/image/cache/catalog/bg-t-2050x640.jpg but not showing on website.
– Martin Sprušanský
Mar 23 at 15:23
What do you mean hardcoded domain name ? I was the one that made the website, its just opencart 2.3xx with template that i modified. I just check for mentions of old domain name in code (green-bags.sk) and there are none, so no hardcoded, also weird thing is that when i inspect the quote div, there is not background-image property on the element like on old website, element is class="rd-parallax-layer" I have no idea how that can happen because the content is exact clone as well as database
– Martin Sprušanský
Mar 23 at 15:28