Contact Menu

Search results for "profile-configuration-error%E2%80%9D-saying-cannot-find-table-0"

Screen Shot 2012-09-07 at 11.09.50 AM

Install phpMyAdmin with SSL on CentOS, Amazon Linux, RedHat (Apache or NginX)

…’pma_relation’; $cfg[‘Servers’][$i][‘userconfig’] = ‘pma_userconfig’; $cfg[‘Servers’][$i][‘table_info‘] = ‘pma_table_info’; $cfg[‘Servers’][$i][‘column_info’] = ‘pma_column_info’; $cfg[‘Servers’][$i][‘history’] = ‘pma_history’; $cfg[‘Servers’][$i][‘recent’] = ‘pma_recent’; $cfg[‘Servers’][$i][‘table_uiprefs‘] = ‘pma_table_uiprefs’; $cfg[‘Servers’][$i][‘tracking’] = ‘pma_tracking’; $cfg[‘Servers’][$i][‘table_coords‘] = ‘pma_table_coords’; $cfg[‘Servers’][$i][‘pdf_pages’] = ‘pma_pdf_pages’; $cfg[‘Servers’][$i][‘designer_coords’] =… (Search hits: 10 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 460.61)

Continue Reading 0
screen-shot 2016-03-02 at 1.13.28 PM

YouTube Gallery snippet & table transform for OU Campus

…images. Here’s the table transform snippet (add HTML to /_resources/ou/snippets, then create new item in Content > Snippets). <table class=”ou-youtube-gallery transform” style=”width: 100%;”> <caption>YouTube Gallery Table</caption> <thead> <tr> <th width=”30%”>Title</th>… (Search hits: 5 in body, 1 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 322.43)

Continue Reading 0
wordnish

Varnish VCL and Config for WordPress with W3 Total Cache

…AWS. I now have a configuration that seems to work for all WordPress features, including logged-out commenting. This configuration also works well with W3 Total Cache. This configuration is for… (Search hits: 6 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 276.36)

Continue Reading 25

WordPress Fail2Ban RegEx for RedHat, CentOS, Amazon Linux

VacantServer WordPress sites are getting hammered with bad logins and probes. We’ve implemented a plugin to log failed login attempts to syslog, and a Fail2Ban filter for the same. If you run these on RedHat, you’ll need some additional configuration info… here it is: WordPress login failure regex (error_log): ^%(__prefix_line)sAuthentication failure for .* from <HOST>$ […]

Continue Reading 0
Screen Shot 2013-01-16 at 4.19.03 PM

Auto Mailer Form with Validation and reCAPTCHA

…session_start(); error_reporting(E_ALL); include(“PFBC/Form.php”); include(“header.php”); $version = file_get_contents(“version”); // has the form been submitted and passed validation? // If so, send email and display a confirmation message. if(Form::isValid($_POST[“form”])) { /*The form’s… (Search hits: 1 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 46.06)

Continue Reading 2