Pastoid

Search Results

April 3, 2009 at 10:16 pm - View

Warning: PDOStatement::execute() [pdostatement.execute]: SQLSTATE[HY000]: General error: 11 database disk image is malformed in system\classes\databaseconnection.php line 289

April 3, 2009 at 10:09 pm - View

Warning: PDOStatement::execute() [pdostatement.execute]: SQLSTATE[HY000]: General error: 11 database disk image is malformed in system\classes\databaseconnection.php line 289 Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 table habari__posts has 12 columns but 11 values were supplied in system\classes\databaseconnection.php line 263 Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263

April 3, 2009 at 10:05 pm - View

<pre class="error"> <b>Warning:</b> PDOStatement::execute() [<a href='pdostatement.execute'>pdostatement.execute</a>]: SQLSTATE[HY000]: General error: 11 database disk image is malformed in system\classes\databaseconnection.php line 289 </pre><pre class="error"> <b>Warning:</b> PDO::prepare() [<a href='pdo.prepare'>pdo.prepare</a>]: SQLSTATE[HY000]: General error: 1 table habari__posts has 12 columns but 11 values were supplied in system\classes\databaseconnection.php line 263 </pre><pre class="error">

April 3, 2009 at 10:00 pm - View

Warning: PDOStatement::execute() [pdostatement.execute]: SQLSTATE[HY000]: General error: 11 database disk image is malformed in system\classes\databaseconnection.php line 289

object(Posts)#110 (5 - View

object(Posts)#110 (5) { [0]=> object(Post)#77 (10) { ["tags:private"]=> NULL

April 3, 2009 at 12:22 pm - View

<a href="http://picasaweb.google.com/lh/photo/2QDIgTheVbDOiVSHdGEgxQ?feat=embedwebsite"><img src="http://lh6.ggpht.com/_rBG8WKk3awc/SLXp_IyY9qI/AAAAAAAAA98/KJ2nfBt2TUM/KickedDownStairsSoccer.gif" /></a>

Madness - View

module Judge::Models class User < Base has_many :judgments end

April 1, 2009 at 9:52 pm - View

SELECT * from topics INNER JOIN ON resources.topic_id = topics.id OUTER LEFT JOIN judgments ON (judgments.resource_id = resources.id AND judgments.user_id = 4);

April 1, 2009 at 5:56 pm - View

April 1, 2009 at 12:33 pm - View

<ul class="menu"> <li> <form method="get" id="search-form" action="<?php URL::out('display_search'); ?>"> <input type="text" name="criteria" id="search-box" value="<?php if ( isset( $criteria ) ) { echo htmlentities($criteria, ENT_COMPAT, 'UTF-8');} else { printf( _t("Search %s"), Options::get("title")) ;} ?>" onfocus="if (this.value == '<?php printf( _t("Search %s"), str_replace("'", "\'", Options::get("title")) ); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php printf( _t("Search %s"), str_replace("'", "\'", Options::get("title")) ); ?>';}" > <input type="submit" id="search-btn" value="" title="<?php _e( "Go" ); ?>">

March 31, 2009 at 9:41 pm - View

iconoclast:/etc/apache2$ cat mods-available/fcgid.* <IfModule mod_fcgid.c> AddHandler fcgid-script .fcgi SocketPath /var/lib/apache2/fcgid/sock SharememPath /var/lib/apache2/fcgid/shm

Looking Toward 0.5 - View

March 30, 2009 at 11:42 pm - View

<ul class="dropbutton"> <?php $actions = array( 'edit' => array('url' => URL::get('admin', 'page=publish&id=' . $post->id), 'title' => sprintf( _t('Edit \'%s\''), $post->title ), 'label' => _t('Edit'), 'permission' => 'edit' ), 'read' => array('url' => $post->permalink . '?preview=1', 'title' => sprintf( _t('View \'%s\''), $post->title ), 'label' => _t('View') ), 'delete' => array('url' => 'javascript:itemManage.remove('. $post->id . ', \'post\');', 'title' => _t('Delete this item'), 'label' => _t('Delete'), 'permission' => 'delete' )

March 30, 2009 at 11:04 pm - View

<?php $actions = array( 'edit' => array('url' => URL::get('admin', 'page=publish&id=' . $post->id), 'title' => sprintf( _t('Edit \'%s\''), $post->title ), 'label' => _t('Edit'), 'permission' => 'edit' ), 'view' => array('url' => $post->permalink . '?preview=1', 'title' => sprintf( _t('View \'%s\''), $post->title ), 'label' => _t('View'), 'permission' => 'read' ), 'remove' => array('url' => 'javascript:itemManage.remove('. $post->id . ', \'post\');', 'title' => _t('Delete this item'), 'label' => _t('Delete'), 'permission' => 'delete' ) );

Remaining Habari Bugs for 0.6 - View

AutoPinger Sites List - View

http://ping.feedburner.com http://rpc.technorati.com/rpc/ping http://blogsearch.google.com/ping/RPC2 http://www.bloglines.com/ping http://api.my.yahoo.com/RPC2

March 28, 2009 at 10:53 pm - View

wget -O - http://trac.habariproject.org/habari/raw-attachment/ticket/918/manage_posts.diff | patch -p 0 --2009-03-28 22:52:58-- http://trac.habariproject.org/habari/raw-attachment/ticket/918/manage_posts.diff Resolving trac.habariproject.org... 208.78.101.56 Connecting to trac.habariproject.org|208.78.101.56|:80... connected. HTTP request sent, awaiting response... 200 OK

March 28, 2009 at 4:56 pm - View

March 27, 2009 at 11:54 pm - View

Config::set( 'db_connection', array( 'connection_string'=>'mysql:host=localhost;dbname=oakleigh_main', 'username'=>'user', 'password'=>'3a232',

March 27, 2009 at 8:01 pm - View

elseif( $posts === false || ( isset( $where_filters['page'] ) && $where_filters['page'] > 1 && count( $posts ) == 0 ) ) {

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161

<Hide