Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter doctore

    (@doctore)

    Hi Helix,

    I′ve created the appropriate view but receive the following error message:

    MySQL meldet: Dokumentation
    #1142 – CREATE VIEW command denied to user ‘web71’@’localhost’ for table ‘wp_osefirewall_aclipmap’

    Thread Starter doctore

    (@doctore)

    I′ve copied the page with the error message so that you can see what it looks like.

    Link is not showing when inserted as link, so here′s the url
    https://alster-it.net/wp/CDbException.html

    Thread Starter doctore

    (@doctore)

    The website is blog.pc-servicepartner.de but I have deactivated the plugin because the site does not work when the plugin is activated

    Thread Starter doctore

    (@doctore)

    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
Viewing 4 replies - 1 through 4 (of 4 total)