Webmaster / Chef de projet Web

Category Web

(Solution) IPN Error 403 PayPal, PayPlug or other payment module on OVH

I had the opportunity to encounter a 403 error while setting up a PayPlug payment module on an OVH server with WooCommerce (WordPress).The order goes through very well, but the notification from the PayPlug server was not reaching my server… Continue Reading →

Making a dump of a MySQL database via SSH

Quick command in SSH to make a complete backup of your database : mysqldump –user=USER –password=PASSWORD –host=SERVER DATABASE_NAME > /backup.sql Of course, you will replace USER with your MySQL login ID, PASSWORD with the password, SERVER with the name of… Continue Reading →

(Solution) Kernel error (1) on EzPublish

You have deleted user accounts and inadvertently, you are getting the following error on EzPublish : Kernel error (1) Access denied You do not have permission to access this area. Possible reasons for this are: The current user does not… Continue Reading →

Import a Very Large SQL Database into WAMP (Windows) & MAMP (Mac)

I have found myself several times trying to import a very large SQL file (5GB) into phpMyAdmin, which cannot upload such a large file.So, I tried to open it with Notepad or even in a web editor, but again, the… Continue Reading →

© 2026 Bensimon Eyal — Powered by WordPress

Theme by Anders NorenUp ↑