Skip to content

SRE School

  • About
  • Contact
  • Services
Home
Stories
  • Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework
    Uncategorized

    Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

  • Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers
    Uncategorized

    Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

  • Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform
    Uncategorized

    Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

  • Redefining Global Healthcare Decisions Through the Empowering Digital Ecosystem of MyMedicPlus
    Uncategorized

    Redefining Global Healthcare Decisions Through the Empowering Digital Ecosystem of MyMedicPlus

  • Site Reliability Engineering Career Path for IT Professionals: A Comprehensive Guide to Modern Operations
    Uncategorized

    Site Reliability Engineering Career Path for IT Professionals: A Comprehensive Guide to Modern Operations

  • SRE Enhances System Uptime Performance and Joyful Customer Experiences
    Uncategorized

    SRE Enhances System Uptime Performance and Joyful Customer Experiences

  • Empowering Aspiring Investors Through Comprehensive Market Insights and Strategic Education
    Uncategorized

    Empowering Aspiring Investors Through Comprehensive Market Insights and Strategic Education

  • error: Your local changes to the following files would be overwritten by merge:
    Uncategorized

    error: Your local changes to the following files would be overwritten by merge:

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    December 4, 2023

    Error: error: Your local changes to the following files would be overwritten by merge: .env.example Please commit your changes or stash them before you merge. Aborting Solution: You can either commit your changes before you do the merge, or you stash them: Then, add your changes and push to master:

  • Unable to prepare route [api/user] for serialization. Uses Closure
    Uncategorized

    Unable to prepare route [api/user] for serialization. Uses Closure

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    December 3, 2023

    Error I’m writing my project on Laravel. When I optimize the project, I have a problem : Solution: Step 1: and also in web.php file route::group is also closure and also comment them for test Php routing cache command :

  • How to extend or make a custom PasswordBroker sendResetLink() method in Laravel 10?
    Uncategorized

    How to extend or make a custom PasswordBroker sendResetLink() method in Laravel 10?

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    December 2, 2023

    Error: Solution: Go to mhn-core-ms\app\Services\CustomPasswordBroker.php And change this line all The base class Illuminate\Auth\Passwords\PasswordBroker contains the sendResetLink function with the following signature: And change all the place request to callback All code here After that run this command

  • How to get SSL certificates and Enabled HTTPS for any domain and websites in Apache?
    Uncategorized

    How to get SSL certificates and Enabled HTTPS for any domain and websites in Apache?

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Step 1: Stop Apache for this command Step 2: Generate PRIVATE KEY. usually, we do use an open SSL tool Generate PRIVATE KEY. usually, we use the Open SSL tool Step 3:  Generate a CSR file using the same key. usually, we do use an open SSL tool Step 4: Send a .csr file to…

  • sudo: /opt/lmapp/lampp: command not found
    Uncategorized

    sudo: /opt/lmapp/lampp: command not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Solution: Step 1 – Configure Apt Repository Step 2- Install mysql Server sudo apt-get update sudo apt-get install mysql-server Step 3- Secure Mysql installation Install apache web server Install PHP DO below Things 1. Add Repostitory command

  • oauth-private.key does not exist or is not readable
    Uncategorized

    oauth-private.key does not exist or is not readable

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: I think that this is due to Laravel Passport, you should try the following command: I found the solution Solution: In config/app.php I had to comment these lines: Than you need to migrate the whole database again, than uncomment this line: And run php artisan passport:install my application keys weren’t working so I…

  • Call to undefined method Laravel\Lumen\Routing\Router::dispatch()
    Uncategorized

    Call to undefined method Laravel\Lumen\Routing\Router::dispatch()

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: The error traceable logs looked like this. I’m not sure if this is relevant, however even though my credentials were valid, I don’t believe that they were rejected. It worked when I tried it with oauth/token as well. The error persists. I possess. Solution: The request that is dispatched is without the credentials added…

  • How to fix Error: laravel.log could not be opened?
    Uncategorized

    How to fix Error: laravel.log could not be opened?

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Depending on how your web server is setup, you may be able to be more specific with your permissions, and only grant them to your web server user. Google WEB SERVER NAME Laravel file permissions for more information. You need to adjust the permissions of storage and bootstrap/cache. Step 1: Step 2: Step 3: You…

  • Illuminate \ Contracts \ Container \ BindingResolutionException
    Uncategorized

    Illuminate \ Contracts \ Container \ BindingResolutionException

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error : Solution: Step 1: First remove nwidart/laravel-modules by running: composer remove nwidart/laravel-modules Step 2: Then remove config/modules.php by deleting it. Step 3: Reinstall nwidart/laravel-modules by running: composer require nwidart/laravel-modules Hope this helps (backup your project first):

  • production.ERROR: Illegal offset type {“exception”:”[object] (TypeError(code: 0): Illegal offset type
    Uncategorized

    production.ERROR: Illegal offset type {“exception”:”[object] (TypeError(code: 0): Illegal offset type

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Instead of giving your checkFile method a string or integer index, you are feeding it an array. Make one of the following adjustments to address this: Modify the checkfile such that it performs the checking using the array that was handed in. Alter the code that calls this function to pass the file…

  • GuzzleHttp\Exception\ClientException: Client error:
    Uncategorized

    GuzzleHttp\Exception\ClientException: Client error:

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Got to .env and removed / After that run this command

  • ERROR: Class “Illuminate\Http\Resources\Json\Resource” not found
    Uncategorized

    ERROR: Class “Illuminate\Http\Resources\Json\Resource” not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Go to App\Http\Resources and change Replace thin code Afte that error is solved.

  • Unable to read key from file file:///opt/lampp/htdocs/myhospitalnow/mhn-hospital-ms/storage/oauth-private.key
    Uncategorized

    Unable to read key from file file:///opt/lampp/htdocs/myhospitalnow/mhn-hospital-ms/storage/oauth-private.key

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Step 1: run this command Step 2: run this command Step 3: run this command

  • Missing required parameters for Route (Laravel 10)
    Uncategorized

    Missing required parameters for Route (Laravel 10)

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Go to hospital-profile.blade.php and change the route to the URL

  • The GET method is not supported for route /. Supported methods: HEAD.
    Uncategorized

    The GET method is not supported for route /. Supported methods: HEAD.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Solved my same problem just with the command: You can use the following commands- or

  • Trait “Laravel\Passport\HasApiTokens” not found
    Uncategorized

    Trait “Laravel\Passport\HasApiTokens” not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: I have faced the same issue and it was resolved by doing the following: Do you have a composer? Install that first. Then you need Laravel Passport. Step 1: Step 2: Step 3: Step 4: Add add the Laravel\Passport\HasApiTokens trait to your App\User model.

  • Stuck in a git rebase … how to reset
    Uncategorized

    Stuck in a git rebase … how to reset

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 27, 2023

    Error: rebase in progress; onto f39d81c0 You are currently rebasing branch ‘master’ on ‘f39d81c0’. (all conflicts fixed: run “git rebase –continue” ) nothing to commit, working tree clean Solution: Step 1: Step 2: Step 3:

  • SQLSTATE[42S22]: Column not found: 1054 Unknown column – Laravel
    Uncategorized

    SQLSTATE[42S22]: Column not found: 1054 Unknown column – Laravel

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 27, 2023

    Error: Solution: Go to phpMyadmin and insert the column “provider” oauth_clients table the purpose of the provider column in oauth_clients table Problem is solved

  • laravel – The stream or file “/storage/logs/laravel.log” could not be opened in append mode: failed to open stream: Permission denied
    Uncategorized

    laravel – The stream or file “/storage/logs/laravel.log” could not be opened in append mode: failed to open stream: Permission denied

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 24, 2023

    Error: Solution: What I have tried so far is to allow access to storage via: Step 1: Step 2: Go to your project and this command After that problem solved

  • composer unable to install laravel/passport
    Uncategorized

    composer unable to install laravel/passport

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 22, 2023

    Error: Solution: I am using PHP8.1 and face the same issue running the command and it’s worked for me. And then run composer update command. Problem has been resolved

Previous
1 … 28 29 30 31 32 … 34
Next

Follow Us

  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • Dribbble
  • LinkedIn

Category Name

  • Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

    Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

  • Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

  • Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

  • Redefining Global Healthcare Decisions Through the Empowering Digital Ecosystem of MyMedicPlus

  • Site Reliability Engineering Career Path for IT Professionals: A Comprehensive Guide to Modern Operations

Category Name

  • Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

    Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

  • Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

    Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

  • Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

    Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

  • Redefining Global Healthcare Decisions Through the Empowering Digital Ecosystem of MyMedicPlus

    Redefining Global Healthcare Decisions Through the Empowering Digital Ecosystem of MyMedicPlus

Category Name

  • Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

  • Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

  • Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

  • Redefining Global Healthcare Decisions Through the Empowering Digital Ecosystem of MyMedicPlus

  • Site Reliability Engineering Career Path for IT Professionals: A Comprehensive Guide to Modern Operations

Category Name

  • Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

    Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

  • Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

    Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

  • Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

    Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

Category Name

  • Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

    Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

  • Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

    Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

  • Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

    Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

Category Name

  • Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

    Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

  • Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

    Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

  • Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

    Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

Category Name

  • Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

    Navigate International Healthcare Seamlessly With the Expert SurgeryPlanet Framework

  • Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

    Mastering Autonomous Infrastructure: The Complete Blueprint for Modern Operations Engineers

  • Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

    Navigating Supply Chain Transformations Seamlessly Through the Powerful SCMGalaxy OS Platform

    • About
    • Contact
    • Services

Website developed by CMSGalaxy – Website & WordPress Development Company

SEO, Digital Marketing & Influencer Platform by Wizbrand – SEO & Influencer Marketing Platform

Software Development, Agile & DevOps Services by Cotocus – Agile & DevOps Software Development Company

  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • Dribbble
  • LinkedIn