Skip to content

Instantly share code, notes, and snippets.

devot:ee Outage

Friday September 12, 2014 - 3:06 PM

The host fixed a server time issue and repaired a number of tables. We can now add items to the cart and make purchases.

Friday September 12, 2014 - 2:23 PM

EngineHosting had a major service interruption yesterday, which took devot-ee.com down all day. At some point in the wee hours last night, the site came back up, so now you can at least do a little research - but not much else.

# Does not include 'cp', which isn't present on the CP landing page.
# The SCRIPT_NAME will output 'mysystemdir/index.php' when in the control panel.
# I always set the system folder as a variable at the top of our config, because
# it is used in a few places.
$system_folder = 'mysystemdir';
$config['show_profiler'] = (strpos($_SERVER['SCRIPT_NAME'], $system_folder) !== false) ? 'n' : 'y';
@masugadesign
masugadesign / masuga-design-internships.md
Last active August 29, 2015 14:16
PHP & front-end developer interns needed at Masuga Design

PHP & Front-End Developer Interns

What We Need

Masuga Design needs PHP and front-end developer interns to join us in doing excellent work from our office in downtown Grand Rapids, MI.

A PHP developer will develop primarily with ExpressionEngine (PHP-based CMS) for client work, and in Laravel (PHP framework) for internal projects.

A front-end developer will work with HTML and CSS (using SCSS and Grunt) and will get familiar with front-end frameworks like Foundation.

@masugadesign
masugadesign / gist:f3cb1d6663265f123712
Last active August 29, 2015 14:16
ee-relationship-example
{!-- I should note that this entries loop IS inside a Switchee case
{prod_manufacturer} - the relationship field
====================================================================================== --}
{exp:channel:entries
channel="products"
url_title="{segment_2}"
}