General Archives - Nabtron Technology & Programming Guide Mon, 06 Dec 2021 13:04:17 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://i0.wp.com/nabtron.com/wp-content/uploads/2018/12/nabtron-icon-50.jpg?fit=32%2C32&ssl=1 General Archives - Nabtron 32 32 13047128 Godaddy – Problem Processing your Transaction https://nabtron.com/godaddy-problem-processing-your-transaction/ https://nabtron.com/godaddy-problem-processing-your-transaction/#respond Mon, 06 Dec 2021 13:04:14 +0000 https://nabtron.com/?p=12406 While trying to make a payment on godaddy shopping cart checkout page, you might encounter the error: There was a problem processing your transaction. Please verify your payment information or use an alternate form of payment. This error can be caused by various different things. We will list most probably fixes here that will help […]

The post Godaddy – Problem Processing your Transaction appeared first on Nabtron.

]]>
https://nabtron.com/godaddy-problem-processing-your-transaction/feed/ 0 12406
TypeError: object dict can’t be used in ‘await’ expression https://nabtron.com/typeerror-object-dict-cant-be-used-in-await-expression/ https://nabtron.com/typeerror-object-dict-cant-be-used-in-await-expression/#respond Wed, 10 Nov 2021 15:57:39 +0000 https://nabtron.com/?p=12372 I encountered this error while coding a button for discord py bot. You may experience this error with any other type, for example even string / str can’t be used in ‘await’ expression. The issue is pretty simple. Why do we get this can’t be used in await expression error The error is triggered when […]

The post TypeError: object dict can’t be used in ‘await’ expression appeared first on Nabtron.

]]>
https://nabtron.com/typeerror-object-dict-cant-be-used-in-await-expression/feed/ 0 12372
Yii Frequently asked questions https://nabtron.com/yii-frequently-asked-questions/ https://nabtron.com/yii-frequently-asked-questions/#respond Sun, 02 Feb 2020 20:02:37 +0000 https://nabtron.com/?p=11254 This page lists some frequently encountered questions and issues related to Yii framework (both Yii 1 and Yii2). How to check Yii version number Unfortunately, not all versions of Yii has the same standard method of checking the version of script. Here are couple of methods to be used to get that done. Yii getVersion() […]

The post Yii Frequently asked questions appeared first on Nabtron.

]]>
https://nabtron.com/yii-frequently-asked-questions/feed/ 0 11254
Virtualmin amazon s3 backup https://nabtron.com/virtualmin-amazon-s3-backup/ https://nabtron.com/virtualmin-amazon-s3-backup/#comments Mon, 04 Nov 2019 08:01:37 +0000 https://nabtron.com/?p=11146 This article explains how to use amazon s3 bucket as backup service with virtualmin / webmin. How to configure Amazon S3 bucket properly A crucial step in creating amazon s3 bucket is the location. Not all locations support Signature version 2 and thus only a few locations work with virtualmin backup system. Amazon s3 bucket […]

The post Virtualmin amazon s3 backup appeared first on Nabtron.

]]>
https://nabtron.com/virtualmin-amazon-s3-backup/feed/ 2 11146
Cloudflare Mailchimp DKIM error https://nabtron.com/cloudflare-mailchimp-dkim-error/ https://nabtron.com/cloudflare-mailchimp-dkim-error/#respond Thu, 15 Aug 2019 14:51:41 +0000 https://nabtron.com/?p=11089 If you’re facing error 1004 on cloudflare while adding the mailchimp DKIM cname, to verify for your domain name, follow this tutorial. When we add the new cname, the “orange cloud” is automatically selected when it’s being added. Uncheck the orange cloud icon and then the add button won’t give error 1004 on cloudflare. There […]

The post Cloudflare Mailchimp DKIM error appeared first on Nabtron.

]]>
https://nabtron.com/cloudflare-mailchimp-dkim-error/feed/ 0 11089
Code Contributions https://nabtron.com/code-contributions/ https://nabtron.com/code-contributions/#respond Fri, 02 Aug 2019 19:17:24 +0000 https://nabtron.com/?p=11080 This page is to list out code contributions by nabtron on various projects managed by other teams. W3 Total Cache – WordPress Plugin Date: 02 August 2019 Issue: WordPress multisite minify url breaks when “rewrite url structure” is turned off. The correct base url wasn’t used. Fix links: https://wordpress.org/support/topic/multisite-on-nginx-single-config-for-all-empty-minified-files-for-subdomains/#post-11792886 https://github.com/W3EDGE/w3-total-cache/commit/83987e57f2da403fbe15fc2da15df691ee195a44

The post Code Contributions appeared first on Nabtron.

]]>
https://nabtron.com/code-contributions/feed/ 0 11080
The Great Hack – part of propaganda? https://nabtron.com/the-great-hack-part-of-propaganda/ https://nabtron.com/the-great-hack-part-of-propaganda/#comments Fri, 26 Jul 2019 00:21:06 +0000 https://nabtron.com/?p=11056 Netflix release the documentary named “The Great Hack” on 24th of July, 2019. If you go with the flow, you learn how the propaganda and manipulative digital works is trying to alter your opinion about elections mostly. However, if we pull ourselves back and think about it all, connecting the information that we have from […]

The post The Great Hack – part of propaganda? appeared first on Nabtron.

]]>
https://nabtron.com/the-great-hack-part-of-propaganda/feed/ 2 11056
Docker issues & solutions https://nabtron.com/docker-issues-solutions/ https://nabtron.com/docker-issues-solutions/#respond Sat, 20 Jul 2019 21:34:52 +0000 https://nabtron.com/?p=11037 This post lists several helpful commands to solve common docker issues. The scenario is mainly a docker running in ubuntu 18.04. Docker was giving error 502 after running for some time. So we had to: restart docker by command: service docker restart compose docker image by command: docker-compose start But before doing docker-compose, we have […]

The post Docker issues & solutions appeared first on Nabtron.

]]>
https://nabtron.com/docker-issues-solutions/feed/ 0 11037
IOS 13 beta 3 released for iPhone 7 https://nabtron.com/ios-13-beta-3-released-for-iphone-7/ https://nabtron.com/ios-13-beta-3-released-for-iphone-7/#respond Tue, 09 Jul 2019 01:00:37 +0000 https://nabtron.com/ios-13-beta-3-released-for-iphone-7/ Apple just enabled the iOS 13 beta 3 update for iphone 7. It was previously available on other devices except iPhone 7 for last few days. You can simply go to iphone settings > general > software update and you will see the new update there. Let me know if there is any issue or […]

The post IOS 13 beta 3 released for iPhone 7 appeared first on Nabtron.

]]>
https://nabtron.com/ios-13-beta-3-released-for-iphone-7/feed/ 0 11029
How to reset Virtualmin / webmin root password https://nabtron.com/reset-virtualmin-webmin-root-password/ https://nabtron.com/reset-virtualmin-webmin-root-password/#respond Tue, 30 Apr 2019 22:29:41 +0000 https://nabtron.com/?p=11000 This post solves the problem when you have forgotten the root password of webmin or virtualmin and can’t login to the webmin or virtualmin admin panel at all. This process will require ssh access to your server. How to reset virtualmin / webmin root password This example process is tested on a virtual machine hosted […]

The post How to reset Virtualmin / webmin root password appeared first on Nabtron.

]]>
https://nabtron.com/reset-virtualmin-webmin-root-password/feed/ 0 11000