Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I got other problem after fix to 775 instead.

    /home/nyheter/public_html/wp-content/plugins/ose-firewall/framework/db/CDbCommand.php(541)
    
    529         {
    530             if($this->_connection->enableProfiling)
    531                 Yii::endProfile('system.db.CDbCommand.query('.$this->getText().$par.')','system.db.CDbCommand.query');
    532
    533             $errorInfo=$e instanceof PDOException ? $e->errorInfo : null;
    534             $message=$e->getMessage();
    535             Yii::log(Yii::t('yii','CDbCommand::{method}() failed: {error}. The SQL statement executed was: {sql}.',
    536                 array('{method}'=>$method, '{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
    537
    538             if(YII_DEBUG)
    539                 $message.='. The SQL statement executed was: '.$this->getText().$par;
    540
    541             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
    542                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
    543         }
    544     }
    545
    546     /**
    547      * Builds a SQL SELECT statement from the given query specification.
    548      * @param array $query the query specification in name-value pairs. The following
    549      * query options are supported: {@link select}, {@link distinct}, {@link from},
    550      * {@link where}, {@link join}, {@link group}, {@link having}, {@link order},
    551      * {@link limit}, {@link offset} and {@link union}.
    552      * @return string the SQL statement
    553      * @since 1.1.6

    Forum: Plugins
    In reply to: [Postie] Swedish
    Thread Starter sm3yfx

    (@sm3yfx)

    Hello there again i still the header is ok but the message is cutoff with the swe char, i have the latest.38 installed. du you whant i forward som day to you and you can debug ?

    Regards Lars-Gunnar

    Forum: Plugins
    In reply to: [Postie] Swedish
    Thread Starter sm3yfx

    (@sm3yfx)

    Ok, i run

    PHP Version 5.4.7
    Fastcgi/nginx

    Tnx Lars-Gunnar

    Forum: Plugins
    In reply to: [Postie] Swedish
    Thread Starter sm3yfx

    (@sm3yfx)

    No still not working, i have same text in both header and message text and in header its ok but in message its cutoff, check self always use latest postie https://nyheter.4an.eu/?tag=larm

    Regards Lars-Gunnar

Viewing 4 replies - 1 through 4 (of 4 total)