Skip to main content

Posts

Showing posts from January, 2020

How to get a seo url from the admin area - opencart

                        //seo url from admin area                         $urlcls = new Url(HTTP_CATALOG, $this->config->get('config_secure') ? HTTP_CATALOG : HTTPS_CATALOG);                         if ($this->config->get('config_seo_url')) { $urlcls->addRewrite($this); }                         $url = $urlcls->link('product/product', $url . '&product_id=' . $this->request->get['product_id']); You can use the $url in your code

Installing MongoDB extension to your xampp / wamp

Install your preferred wamp/xamp or any webserver+php. Download the latest pecl (DLL) from https://pecl.php.net/package/mongodb Make sure that you are downloading the correct version for your current php. Use <?php phpinfo(); ?> to know your current version of php, if threadsafe and if it's x86 or x64. If you choose the wrong dll apache could crash without errors in the logs. Copy "php_mongo.dll" to your extension folder. For example in the following folder: c:\xampp\php\ext Add the following string to your php.ini extension=php_mongo.dll

[Fix] Microsoft-Windows-WLAN-AutoConfig - Rtlihvs.dll is missing

Usually the symptom of the problem of the missing rtlihvs.dll is Wi-Fi that disconnect (wifi cards tp link, realtek, lenovo laptop)  Rtlihvs.dll is a dynamic link library file that is part of CCX SDK IHV Service for a Realtek Wireless Device. If the event viewer is showing that it cannot load the dll, since it's missing, Download the correct version, x64 (64 bit) or x86 (32 bit), and just copy it to c:\windows\system32 Download Rtlihvs.dll x64 Download Rtlihvs.dll x86