Showing posts with label CodeIgniter 4.1.8 tutorial. Show all posts
Showing posts with label CodeIgniter 4.1.8 tutorial. Show all posts
Monday, 11 July 2022
Google Recaptcha Integration | PHP , ASP.NET C# , Codeiginater 4
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Wednesday, 6 July 2022
Google Captcha Integration in Codeiginater 4
Step 1 :
Signup to Google Recaptcha and get the public and private key.
Step 2 :
Make a Model named CaptchaResponse in Model folder and add the given code below.
Labels:
ci 4 tutorial,
CodeIgniter 4.1.8 tutorial
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Wednesday, 29 June 2022
Unable to write in session folder in windows 10 using Codeigniter 4
This post is applied on following Codeigniter Error
- Unable to write in session folder in windows 10 using Codeigniter 4
- SYSTEMPATH\Session\Handlers\FileHandler.php at line 102
- Uncaught Exception: Session: Configured save path
- CodeIgniter\Session\Exceptions\SessionException
Solution
I solved this issue... for anyone experiencing this... changing permissions to anything didn't work. Somehow they had been corrupted on the actual folder so I deleted the cache folder and session folder and created new folders and replaced the contents (files ended up not being an issue). This fixed my issue.
Note: In my case, this error occurred due to google cloud backup because I was working simultaneously while the backup is running and Google Backup corrupted the session folder.
Labels:
CodeIgniter 4.1.8 tutorial,
php,
php error handling
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Thursday, 10 February 2022
Begin CodeIgniter 4.1.8
Whoops! We seem to have hit a snag. Please try again later
Solution :
Your PHP is missing intl extension. It is useful for formatting currency, number and date/time as well as UCA-conformant collations, for message formatting and normalizing text..etc.
Follow the steps to install it in XAMPP -
- Open [xampp_folder_path]/php/php.ini to edit.
- Search for ;extension=intl and remove the ;.
- Save the php.ini file and restart Apache.
Labels:
ci 4 tutorial,
CodeIgniter 4.1.8 tutorial,
php,
PHP project
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Subscribe to:
Posts (Atom)