Hi all. I recently moved my store to a new domain. I manually edited config.php and admin/config.php but I can't find config_url in myphpadmin. My old store, using 1.49, had a config_url entry but the current store, 1.5.1 version, doesn't have this. Do I need to insert this table?
well i have a problem..
i had a webstore under domain http://www.mydomain.biz but i wanted to change it to http://www.mydomain.com..
i have a hosting with godaddy, so i needed to make mydomain.com primary ( http://support.godaddy.com/help/article/4688)
.. now i am waiting..
but after reading this section of forum.. i didnt change the store uRL before i made a so called "transfer"
so my biz domain is now unavailable.. so as http://www.xxx.biz/admin ..
but i did some other thing before everything went down - i inserted a new store called xy and added the domain i wanted to use..
so the original store is under admin panel ..www.xxx.bix
the fake store is under admin ..www.xxx.com
Now I AM asking you.. will I ever access my web store i created for a month..? :O
p.s. opencart last version
i had a webstore under domain http://www.mydomain.biz but i wanted to change it to http://www.mydomain.com..
i have a hosting with godaddy, so i needed to make mydomain.com primary ( http://support.godaddy.com/help/article/4688)
.. now i am waiting..
but after reading this section of forum.. i didnt change the store uRL before i made a so called "transfer"
so my biz domain is now unavailable.. so as http://www.xxx.biz/admin ..
but i did some other thing before everything went down - i inserted a new store called xy and added the domain i wanted to use..
so the original store is under admin panel ..www.xxx.bix
the fake store is under admin ..www.xxx.com
Now I AM asking you.. will I ever access my web store i created for a month..? :O
p.s. opencart last version
Just a 'final' note for all, because with 1.5.x some has changed.
With release of the 1.5. series, it is only required to edit these 2 files:
Ready.
With release of the 1.5. series, it is only required to edit these 2 files:
Adopt in both the URLs (yeah, that could be made better ...) and adjust the database settings.{root}/config.php
{root}/admin/config.php
Ready.
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
Hi All,
I have found this thread exceptionally helpful, but seem to have run into another problem...
My site was moved, I can see backend and front end, but I cannot add new categories to my site, and for some strange reason, some categories doesn't create a page... most work, but there are a few specific ones that just create a blank page?!
I have found this thread exceptionally helpful, but seem to have run into another problem...
My site was moved, I can see backend and front end, but I cannot add new categories to my site, and for some strange reason, some categories doesn't create a page... most work, but there are a few specific ones that just create a blank page?!
/*if ($this->ssl && $secure) {
$url = 'https://' . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['SCRIPT_NAME']), '/.\\') . '/index.php?route=' . $route;
} else {
$url = 'http://' . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['SCRIPT_NAME']), '/.\\') . '/index.php?route=' . $route;
}*/
$url = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/.\\') . '/index.php?route=' . $route;
$url = 'https://' . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['SCRIPT_NAME']), '/.\\') . '/index.php?route=' . $route;
} else {
$url = 'http://' . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['SCRIPT_NAME']), '/.\\') . '/index.php?route=' . $route;
}*/
$url = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/.\\') . '/index.php?route=' . $route;
Who is online
Users browsing this forum: No registered users and 21 guests