Skip to content

Instantly share code, notes, and snippets.

FallbackResource /index.php
<VirtualHost *:80>
ServerName 127.0.0.1
<Directory PATH>
AllowOverride All
Options None
Order allow,deny
Allow from all
</Directory>
DocumentRoot PATH
</VirtualHost>
sudo gem install passenger
LoadModule passenger_module /usr/lib/apache2/modules/mod_passenger.so
<IfModule mod_passenger.c>
PassengerRoot /usr
PassengerRuby /usr/bin/ruby
</IfModule>
Fatal error: Uncaught exception 'Guzzle\Http\Exception\ClientErrorResponseException' with message 'Client error response [status code] 401 [reason phrase] Unauthorized [url] https://www.pdup.allplayers.com/api/v1/rest/events [request] POST /api/v1/rest/events HTTP/1.1 Host: www.pdup.allplayers.com Accept: application/json User-Agent: Guzzle/2.8.6 curl/7.19.7 PHP/5.3.8 Content-Type: application/x-www-form-urlencoded Authorization: OAuth oauth_consumer_key="NqnpUVruodymKRrnUVsiehxcW7cMzVSF", oauth_nonce="9acb7e98eed620b4ddc4cc257824f30ec42554a5", oauth_signature="BrSsEMRNvhtPWkPU%2FS8DG%2B8BlAE%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1348079693", oauth_token="CYCbvZxq3m2NJa6eSCSAM8izJSek88Ms", oauth_version="1.0" groups%5B0%5D=df0be030-d131-11e1-9e39-12313d2a2278&title=Liebres%20SemiPro%20%40%20Troyanos%20SemiPro&description=Liebres%20SemiPro%20%40%20Troyanos%20SemiPro&date_time%5Bstart%5D=2012-03-30T19%3A54%3A00&date_time%5Bend%5D=2012-03-30T20%3A54%3A00&external_id=STATS_APP&headers= [respon
./run_hudson.sh
Fetching gem metadata from http://rubygems.org/.......
Enter your password to install the bundled RubyGems to your system:
<?php
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use AllPlayers\AllPlayersClient as Client;
require_once __DIR__.'/../vendor/autoload.php';
$app = new Silex\Application();
$app['debug'] = TRUE;
<h1>Additional uncaught exception thrown while handling exception.</h1><h2>Original</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &amp;#039;store.blocked_ips&amp;#039; doesn&amp;#039;t exist: SELECT 1 FROM {blocked_ips} WHERE ip = :ip; Array
(
[:ip] =&amp;gt; 127.0.0.1
)
in drupal_is_denied() (line 1910 of /mnt/apci/store/www/includes/bootstrap.inc).</p><h2>Additional</h2><p>PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table &amp;#039;store.system&amp;#039; doesn&amp;#039;t exist: SELECT * FROM {system} WHERE type = &amp;#039;theme&amp;#039; OR (type = &amp;#039;module&amp;#039; AND status = 1) ORDER BY weight ASC, name ASC; Array
(
)
in system_list() (line 165 of /mnt/apci/store/www/includes/module.inc).</p><hr />Drush command terminated abnormally due to an unrecoverable error.
rake deploy:rollout ignore_errors=true
setting maintenance_mode
drush @localstore vset maintenance_mode 1 -y
Command variable-set needs a higher bootstrap level to run - you will need invoke drush from a more functional Drupal environment to run this command. [error]
The drush command 'vset maintenance_mode 1' could not be executed. [error]
The directory /mnt/apci/store/www does not contain a valid Drupal installation [error]
running drush sql-sync
drush @localstore -y sql-drop
Command sql-drop needs a higher bootstrap level to run - you will need invoke drush from a more functional Drupal environment to run this command. [error]
The drush command 'sql-drop' could
./gdoc_to_apci.rb -p {apci_password} --gdoc-mail {username}@allplayers.com [email protected] --gdoc-pass {password}
town center test
Participant Information
diff --git a/www/sites/all/modules/contrib/og/modules/og_notifications/og_notifications.module b/www/sites/all/modules/contrib/og/modules/og_notifications/og_notifications.module
index e99b22b..6df4842 100644
--- a/www/sites/all/modules/contrib/og/modules/og_notifications/og_notifications.module
+++ b/www/sites/all/modules/contrib/og/modules/og_notifications/og_notifications.module
@@ -174,9 +174,11 @@ function og_notifications_og($op, $gid, $uid, $args) {
case 'admin create':
case 'admin new':
case 'user broadcast':
- $destinations = is_array($uid) ? $uid : array($uid);
- foreach ($destinations as $uid) {