I had change the value of "HTTPS_SERVER" to http://... and now is working fine

In fact, CloudFlare is much more than just a CDN, and it's far superior to most (all?) CDNs out there.TheLizard wrote:I don't use CloudFare and I am still getting this issue.
In fact, CloudFare is an embarrassment of a CDN. We have Rackspace Cloud and Akamai and S3 systems. This forum and site uses CloudFare and you get an annoying DDos que message; very amateur.
For me, the issue was similar, /admin/config.php was like this:dragoncorp wrote:I also had this problem, for me has the config.php file that had the "HTTPS_SERVER" defined with https://... but I wasn't using https in my website, so curl was trying to comunicate with https with the catalog.
I had change the value of "HTTPS_SERVER" to http://... and now is working fine
Code: Select all
// HTTP
define('HTTP_SERVER', 'http://www.mydomain.com/admin/');
define('HTTP_CATALOG', 'http://www.mydomain.com/');
// HTTPS
define('HTTPS_SERVER', 'http://mydomain.com/admin/');
define('HTTPS_CATALOG', 'http://mydomain.com/');
I experienced the same with the latest vqmod 2.5.1 but only on certain hostings.casys123 wrote:Hellow everyone,
I got this error after installing a product configuration extension:
Fatal error: Cannot redeclare ModelCatalogProduct::editProductFee() in /home1/casys123/public_html/system/modification/admin/model/catalog/product.php on line 352
Please let me knwo how to fix it...Thanks
Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com
Opencart Quick checkout
View All modules
Any opencart issue contact me at support@opencartextensions.in
Thank you
Does it make any difference if a product was sold in one shop or another? Or always the same error regardless of the shop it was sold in?zander86 wrote:I'm running a multistore configuration > works like a charm. When i sell a product that is active in more then one shop i get the Json error stuff.
No, i'm not running SSL at the moment. Honestly i'm not sure how this is related. Could you fill me in?estroblock wrote:....
zander86 are you running ssl at all?
Yes it does! When a product is sold in the default shop there is no problem at all! It's only when a product is sold in the second store. I found out that it doesn't matter if a product is active in more than one store.. If any product is sold in the second store you won't be ably to edit the order.deepvision wrote:....
Does it make any difference if a product was sold in one shop or another? Or always the same error regardless of the shop it was sold in?
zander86 wrote: No, i'm not running SSL at the moment. Honestly i'm not sure how this is related. Could you fill me in?
Code: Select all
if ($store_info) {
$url = $store_info['ssl'];
} else {
$url = HTTPS_CATALOG;
}
Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com
Users browsing this forum: No registered users and 12 guests