Problem
Weird error from SVN on use of site deployment script
ben@server:~$ sudo /srv/scripts/agaric-newproject.sh 6 testing testing.com testing.org
svn: MKCOL of '/srv/svn/agaric/!svn/wrk/63dfc22d-3df4-47e9-8306-5e7dbcfefd62/agaric-sites/testing/apache': 405 Method Not Allowed (https://example.com)
4GB SD card in a Nikon D50 does not work
"THIS CARD CANNOT BE USED"
I cursed the card that I picked up cheap at instead of my camera
apologies to Taiwan... the 4GB SD card (Secure Digital High Capacity Memory Card) from Taiwan, and more recently Abacus 24-7 didn't work 'cause the Nikon D50 only accepts up to 2GB. Blast.
Internet Explorer 6 appears to have PNG problems beyond its well-known transparency issues
IE6 has extremely weird PNG issues
Microsoft owes me another 4 hours of my life.
Just to let you know, apparently PNGs (without transparency, nothing to do with transparency on the page anywhere I was aware of, though there was a video and lots of other stuff), can simply fail to show up in the image tag. A completely normal img src style tag just doesn't display.
Drupal 6 wigs out if you delete or move (as in rename to settings.php) its default.settings.php
This right here? Really, really lame.
Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in /sites/example/www/includes/install.inc on line 187
Ask Agaric: Max Allowed Packet error
Also do you know about this error?
User warning: Got a packet bigger than 'max_allowed_packet' bytes query: UPDATE cache_form SET data = 'a:56:{
I haven't seen it on example.com, I've seen it on other sites. I started one of the longest issues in the drupal issue queue from that error! http://drupal.org/node/121390
Unsupported operand types in messaging module (fatal error on admin page)
On going to any edit a content type page
http://dev.example.com/admin/content/types/promo-badge
Fatal error: Unsupported operand types in /var/www/vhosts/dev.example.com/httpdocs/sites/all/modules/messaging/messaging.module on line 982
Which is the second-to-last line of this function of the messaging.module:
<?php
/**
* Helper function for mail methods
*
... and then I realized I didn't end up using the messaging framework yet so I just disabled the module.
Cannot use string offset as an array problem caused by not using curly brace brackets around variable
Why this weirdness?
cannot use string offset as array
Fatal error: Cannot use string offset as an array in /sites/jonassoftware/www/sites/all/modules/field_placement/field_placement.module on line 706
<?php
function field_placement_node_save(&$node) {
$nid = $node->nid;
$type = $node->type;
$type_definition = content_types($type);
.htaccess workaround for local development, files not in web root
Another reason for setting up your local dev environment with "domain names" on localhost.
(I think this was the error)
Not Found
The requested URL /index.php was not found on this server.
(anyhow, this is the solution)
http://localhost/example/www/node/7
(did not work-- home page did though?)
(Not the problem)
Options FollowSymLinks
SVN authentication cancelled problem with Eclipse PDT
eclipse svn authentication canceled
discussion of seemingly related problems:
http://dev.eclipse.org/newslists/news.eclipse.technology.subversive/msg0...
Error caused by misplaced parenthesis in drupal_set_message() function with error option.
An error with installing the databases (not visible here, the problematic database failed silently. The duplicate key error below has to do with a database not being deleted on uninstall.)
