Open in app

Sign in

Write

Sign in

Tony Mucci
Tony Mucci

255 Followers

Home

About

Published in

Code Kings

·Nov 7

Adding Namespaces to Your Dispatcher for Phalcon 5

If you are using namespaces in your Phalcon application, you will need to make sure that your dispatcher is aware of them. This is because the dispatcher is responsible for loading and executing the controllers in your application. …

Phalcon

2 min read

Adding Namespaces to Your Dispatcher for Phalcon 5
Adding Namespaces to Your Dispatcher for Phalcon 5
Phalcon

2 min read


Published in

Code Kings

·Oct 26

Solution for SSL certificate issue with Cisco Umbrella and Composer for PHP Packages.

Problem If you are getting an error like this: curl error 60 while downloading https://repo.packagist.org/p2/onelogin/php-saml.json: SSL certifi cate problem: unable to get local issuer certificate and you have Cisco Umbrella Security running, then you are probably getting blocked by a rule. Solution Either configure Cisco Umbrella to allow packages from packagist.org Or if you don’t have access to that. Hack your box and turn off the service running on your Windows box and try again, then restart the service when you are done to re-enable the security.

Coding

1 min read

Coding

1 min read


Published in

Code Kings

·Oct 12

PHP|Phalcon -> How to find active version of Phalcon on your server

TL;DR; In Terminal/Command Line: php -r "echo (new \Phalcon\Support\Version())->get();" This will output a string to show you your current version. As of this post, Phalcon’s official documentation for 5.0+ is incorrect and is showing the 4.0 way of doing it. This way above works. Happy Coding.

Coding

1 min read

PHP|Phalcon -> How to find active version of Phalcon on your server
PHP|Phalcon -> How to find active version of Phalcon on your server
Coding

1 min read


Published in

Code Kings

·Oct 10

PHP -> How to fix the PHP Fatal error: Declaration of Monolog ?

If you are seeing the PHP Fatal error: Declaration of Monolog ? , it means that the php-psr module is enabled and is conflicting with the Monolog library that you are using. To fix this error, you need to disable the php-psr module. To disable the php-psr module on Linux: …

Coding

1 min read

PHP -> How to fix the PHP Fatal error: Declaration of Monolog ?
PHP -> How to fix the PHP Fatal error: Declaration of Monolog ?
Coding

1 min read


Published in

Code Kings

·Oct 5

Vuetify|Vue -> “TypeError: fn is not a function” fix.

INTRO I was having a crazy problem having two different buttons controlling my <v-tab> components in Vuetify. I couldn’t understand how one worked and the other would throw an error. I found out why I was getting this error. Below is my fix. PROBLEM The “TypeError: fn is not a function” error…

Software Development

1 min read

Vuetify|Vue -> “TypeError: fn is not a function” fix.
Vuetify|Vue -> “TypeError: fn is not a function” fix.
Software Development

1 min read


Published in

Code Kings

·Sep 7

PHP8 | PDO → Getting a SQLSTATE[HY093]: Invalid parameter number on PDO Statement. It’s because of this.

In the world of web development, bugs and issues are as certain as death and taxes (and both suck!). When you’re working with PHP and PDO to interact with databases, one error you might encounter is the SQLSTATE[HY093]: Invalid parameter number error. This error can be a bit puzzling, especially…

PHP

2 min read

PHP8 | PDO → Getting a SQLSTATE[HY093]: Invalid parameter number on PDO Statement.
PHP8 | PDO → Getting a SQLSTATE[HY093]: Invalid parameter number on PDO Statement.
PHP

2 min read


Published in

Code Kings

·Aug 9

Node 18 →Troubleshooting the “0308010c:digital envelope routines::unsupported” Docker Container build

Introduction Developing applications within Docker containers has revolutionized the software development landscape, allowing for greater consistency and efficiency. However, this convenience sometimes comes with its own set of challenges. One such challenge is encountering the cryptic “0308010c:digital envelope routines::unsupported” error when running a seemingly innocent npm install command within a Dockerfile…

Docker

2 min read

Node 18 →Troubleshooting the “0308010c:digital envelope routines::unsupported” Docker Container…
Node 18 →Troubleshooting the “0308010c:digital envelope routines::unsupported” Docker Container…
Docker

2 min read


Published in

Code Kings

·May 18

Troubleshooting PhalconPHP Dispatcher and Router Issues: Fixing Incorrect getControllerName() and getActionName()

Introduction As a software engineer, you may encounter challenges while working with different frameworks. PhalconPHP, a high-performance PHP framework, offers powerful tools like the Dispatcher and Router, which help in handling URL routing and dispatching requests to the appropriate controllers and actions. However, there are cases where the getControllerName() and getActionName()…

Phalcon

3 min read

Troubleshooting PhalconPHP Dispatcher and Router Issues: Fixing Incorrect getControllerName() and…
Troubleshooting PhalconPHP Dispatcher and Router Issues: Fixing Incorrect getControllerName() and…
Phalcon

3 min read


Published in

Code Kings

·Apr 22

Vue->How to fix a Child Component not updating the v-model of a computed property with two-way binding to the Parent Component.

INTRO When I was trying to update the remodel on a parent component, I ran into this problem, and it was not updating the nested child component within it. When I would update the child first, the value would emit up to the parent component. …

Vue

2 min read

Vue->How to fix a Child Component not updating the v-model of a computed property with two-way…
Vue->How to fix a Child Component not updating the v-model of a computed property with two-way…
Vue

2 min read


Published in

Code Kings

·Apr 19

Docker -> How to fix Desktop from crashing when trying to use WSL 2.

DOCKER DIAGNOSTICS The first thing you want to do is run a docker diagnostic. This is is a free tool that Docker Desktop installs for you. Below is the output from what my diagnostics said. Yours might be different. PS C:\Program Files\Docker\Docker\resources> .\com.docker.diagnose.exe check [2023-04-18T23:52:40.749514500Z][com.docker.diagnose.exe][I] set path configuration to OnHost Starting diagnostics [PASS] DD0027: is…

Window

6 min read

Docker -> How to fix Desktop from crashing when trying to use WSL 2.
Docker -> How to fix Desktop from crashing when trying to use WSL 2.
Window

6 min read

Tony Mucci

Tony Mucci

255 Followers

Co-founder of SimpliCourt, dree, My Company Tools, and Eklect Enterprises

Following
  • Dre Baldwin

    Dre Baldwin

  • Biz Stone

    Biz Stone

  • uNetworking AB

    uNetworking AB

  • Nichole Harrop

    Nichole Harrop

  • Greylock

    Greylock

See all (139)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams