siteMaster

  • Home
  • About
    • Team
    • Contact
  • Service
    • Web Development
    • Mobile APP
    • WeChat Development
    • CRM
  • Training
  • Blog
  • 中文 (中国)中文 (中国)
  • Pinterest
  • LinkedIn
  • Facebook
Home
|
Blog
|
Technical

Error with WooCommerce 3.9.0 and Cherry FrameWork 3.1.5 in WordPress [ Fatal error: Uncaught Error: Call to undefined function prepare_request() ]

Posted on Jan 13, 2020 by Tupi
Problem: I am using WooCommerce version 3.9.0 and Cherry Framework 3.1.5 on my website. I started getting emails for technical issues in my System Status page of WooCommerce. When I have opened that page from the admin side, I got the following message: There has been a critical error on your website. Please check your
read more
Posted in Blog, Technical

Why use PHPUnit?

Posted on Jan 9, 2020 by Tupi
Testing is an essential aspect of developing in any programming language. Manual testing can only be performed irregularly and usually only in limited ways. The answer to testing source code regularly, and in-depth, is to write automated tests that can be frequently executed. PHPUnit is basically used for testing purposes. This is a testing framework
read more
Posted in Blog, Technical

Route Guards in Angular

Posted on Nov 15, 2019 by Tupi
So we have seen how to configure routing and navigating in the angular application in our last topic. Now in this topic, we will discuss how is Route Guards useful in our application. Route guards are useful when you want to grant or remove access to certain parts of the navigation. Let’s dive into a
read more
Posted in Blog, Technical

Routing and navigating pages in angular

Posted on Oct 22, 2019 by Tupi
Routing and navigating is the essential function of any kind of application. Therefore, I will explain how to configure routing and navigating in angular with example. Angular Router is a powerful javascript router and can be installed from the @angular/router package. It provides a complete routing library with the possibility to have multiple router outlets,
read more
Posted in Blog, Technical

Communication from parent component to child component in angular

Posted on Oct 22, 2019 by Tupi
When you are coupling components and putting them one inside the other. This approach is useful and straightforward. Therefore, It is a good approach when you want to ensure that a child component is integrated into a parent component that shares a particular object. That means that if you change a property of the object,
read more
Posted in Blog, Technical

Pages:

1 2 3 … 6 »
  • Facebook
Copyright © 2023 | Privacy Policy