05 Jun June 5, 2020
Fix spanish translations (email sent sep 10)
login mods (email sent march 2)
add... read more
05 Jun June 5, 2020
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
05 Jun June 5, 2020
Old un managed way.
Updating the new layout soon: read more
05 Jun June 5, 2020
Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Class 'App\Http\Requests\Input' not found Laravel"
Stacktrace:
#0 Symfony\Component\Debug\Exception\FatalThrowableError in C:\Server\nigix\www\mi\app\Http\Requests\RegistrationForm.php:33
read more
05 Jun June 5, 2020
Simple Syntax:
chmod 744 yourfile.ext
Below Codes can be helpful to set permissions
400... read more
05 Jun June 5, 2020
"To Fix ""Error Establishing a Database Connection in WordPress"":
Open wp-config.php file and... read more
05 Jun June 5, 2020
While Google is quite generous in giving each user a lot of... read more
05 Jun June 5, 2020
Below code can be helpful
$this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file"));
read more
05 Jun June 5, 2020
$this->db->insert('users', $data); # where $data is an array
$insert_id = $this->db->insert_id(); # insert_id()... read more
05 Jun June 5, 2020
The regex caused the error during validation check on Alphaspace Rules regular... read more
Leave a Reply