Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Author: Webner

We are a software development company in India.
November 7, 2017 Web Development

MySql Multi-table Join Query using Cakephp 3

November 7, 2017 Web Development
Post Views: 6,288
| By Webner

Below is a mysql query joining three tables. SELECT c.course_path, t.sf_name FROM courses c JOIN modules m ON c.id = m.course_id JOIN topics t ON m.id = t.module_id WHERE t.topic_name = ‘test_topic’. This Query will return Course_path and Sf_name from

Read More
November 6, 2017 Others (Technical) / Web Development

How to create Subscriptions in cybersource Payment Gateway

November 6, 2017 Others (Technical) / Web Development
Post Views: 7,349
| By Webner

Basically subscription in Cybersource is the customer profile that holds its details like customer details, billing and shipping details, customer payment information like card type, expiration date, account number etc. We have to pass all these details to Cybersource with

Read More
November 6, 2017 Web Development

How to change wordpress multisite Subdomain to subdirectory

November 6, 2017 Web Development
Post Views: 9,978
| By Webner

In a project I was working on WordPress multisites run on subdomains and we wanted to change multisite subdomains to subdirectory path like this: www.test.domain.com to www.domain.com/test. Following steps are needed to follow for converting the subdomain to subdirectory URL

Read More
November 1, 2017 Linux, Windows, Mac

SSL certificate problem: unable to get local issuer certificate

November 1, 2017 Linux, Windows, Mac
Post Views: 6,345
| By Webner

Problem : Error comes when trying to use https with url on xampp server, error “SSL certificate problem: unable to get local issuer certificate”. Solutions: you need to follow below mentioned steps: 1. Stop apache service from xampp control panel.

Read More
October 30, 2017 Linux, Windows, Mac

Upgrading Liquid files from 2.x.x to 3.x.x (on new machine)

October 30, 2017 Linux, Windows, Mac
Post Views: 3,879
| By Webner

Below are the steps to migrate liquid files from 2.x (old machine) to 3.x (new machine) Command on old machine : # ft migrate 1. Migrate to this system 2. Migrate from this system 3. Cancel ? 2 This will

Read More
October 26, 2017 Others (Technical)

Jquery | $ is not defined – Solving JQuery Conflict

October 26, 2017 Others (Technical)
Post Views: 3,715
| By Webner

Piwik analytics is a open source analytic platform. Piwik provides APIs to manipulate and fetch analytics data and one can also create their custom APIs for same purpose. There are many APIs available in PIWIK but here I will explain

Read More
October 24, 2017 Web Development

Jquery | $ is not defined – Solving JQuery Conflict

October 24, 2017 Web Development
Post Views: 7,645
| By Webner

Due to some project requirements sometimes we need to load multiple versions of jquery (not recommended). As most of the jquery library uses $ as an alias name for jQuery, therefore only $ of last library loaded into page works

Read More
October 24, 2017 Zoho

Zoho | How to configure territories in zoho

October 24, 2017 Zoho
Post Views: 4,587
| By Webner

What is Territory? Territories in Zoho can be used to create groups of customers/accounts on the basis of region, product etc and then a staff member of organization can be permitted to have visibility into accounts of a particular Territory

Read More
October 16, 2017 Database / PHP Frameworks

SQL Transaction in Cakephp 3

October 16, 2017 Database / PHP Frameworks
Post Views: 8,494
| By Webner

SQL transaction in Cakephp 3 is a series of statements working in a logical order to handle database errors and ensure data integrity. There are four main methods being used in Sql transaction in Cakephp 3. 1. Initialize the statement

Read More

Posts pagination

«Previous Posts 1 … 96 97 98 99 100 … 171 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection