Tag «ssh»

ElasticPress – Limit of total fields on index exceeded error

ElasticPress

ElasticPress (WordPress Plugin) is a free plugin for WordPress which vastly enhances the search speed of WordPress site, as it integrates into ElasticSearch’s powerful indexing system.  The default settings for ElasticPress are pretty good, but you may run into some capacity issues with lots of posts or custom fields.

In this post, we’ll fix a common error which prevents posts from being indexed by ElasticSearch.

Form Request Validation with Laravel Validator

form

Form Requests are a great tool in Laravel to cut down on development time and having to do messy finite state machine matching, regular expression replacements, and so forth.  This tutorial will teach you how to create and have a little fun with validating your forms. First, you’ll need to open up Terminal, PuTTy, or …

Quota won’t change on cPanel server

cPanel isolate

The Problem You login to WebHost Manager, and change a customer’s package to upgrade their disk quota, and it appears to set, but does not save the new value for the account upon visiting List Accounts, and looking at the Quota column. In SSH, if you do the following as root, and you get no …

Disk issues – No space left on device

disk drive

If your disk is full, and your website goes down, don’t panic!  There’s always a solution! The Problem My website works, but I can’t login/logout! I can’t send any emails! No space left on device If you’ve ever complained about that, it’s likely one of two things has happened, as described below. Disk is full …