Docker

Installation Guide: Laravel + InfyOm + Docker

# Step-by-Step Guide: Laravel + InfyOm + Docker ## 1. Install Laravel (Correctly) First, create a new Laravel project: composer create-project –prefer-dist laravel/laravel my-laravel-app Then, move into the project directory: cd my-laravel-app At this point, your folder structure should look like this: “` my-laravel-app/ │── app/ │── bootstrap/ │── config/ │── database/ │── public/ │── […]

Installation Guide: Laravel + InfyOm + Docker Read More »

ERROR: current transaction is aborted, commands ignored until end of transaction block (PG::InFailedSqlTransaction)

I’m trying to insert new row by using the import function from discourse, create_categories. It throw me this error. What cause this error appear ? I’m using this way to restore the docker data for keep testing on importing Full error message from console Solution In many cases, it should be corrupted in PostgreSQL database,

ERROR: current transaction is aborted, commands ignored until end of transaction block (PG::InFailedSqlTransaction) Read More »