Modx encountered the following error while attempting to parse the requested resource

Hi,
    • 42397

    • 29 Posts
    • Send PM

    Hi,

    I am getting bellow error on my system event. I am using Evo 1.0.14 version

    « MODX Parse Error »
    MODX encountered the following error while attempting to parse the requested resource:
    « PHP Parse Error »
    PHP error debug
    Error : mysql_connect() [function.mysql-connect]: Too many connections
    ErrorType[num] : WARNING[2]
    File : /home/subnet/public_html/manager/includes/extenders/dbapi.mysql.class.inc.php
    Line : 93
    Source : else $this->conn = mysql_connect($host, $uid, $pwd, true);
    Basic info
    REQUEST_URI : http://www.subnet.ir/network/osi-open-system-interconnection.html
    Referer : http://www.subnet.ir/
    User Agent : Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36
    IP : 151.245.117.134
    Benchmarks
    MySQL : 0.0000 s (0 Requests)
    PHP : 0.0136 s
    Total : 0.0136 s
    Memory : 1.87480163574 mb

    Backtrace

    1 DocumentParser->executeParser()
    index.php on line 144
    2 DBAPI->connect()
    manager/includes/document.parser.class.inc.php on line 1496
    3 mysql_connect()
    manager/includes/extenders/dbapi.mysql.class.inc.php on line 93

    • Hello,

      The problem is with your database server, as your error message notes «mysql … Too many connections». Could you tell us more about your hosting environment?

        • 42397

        • 29 Posts
        • Send PM

        hi,

        I am using share hosting plan. I am using this plan http://www.a2hosting.com/web-hosting.

        I have hosted other site with the same Evo version but I am not getting this error

        • You might want to reach out to A2 in this instance, as the MySQL server is cutting you off for too many connections.

            • 42397

            • 29 Posts
            • Send PM

            they said:

            Hello,

            I am not seeing any server side issues or resource issues for your account that would cause this MySQL error on your website. I did however run an optimization on your MODX database which should help improve its performance. I also did some digging around on the MODX forums and found the below forum post that may help if this issue continues.

            http://forums.modx.com/forums/thread/5616/to-many-connections

            • Hello,

              I find it a little odd that your error is «Too many connections», however there are no server side issues or resource limits involved. Can you tell us more about your site? What extras do you have installed, what if anything is interacting with the database?

                • 42397

                • 29 Posts
                • Send PM

                Hi,

                I installed smf and opencart CMS as well . on the other hand always I am not getting Too many connections error. I have copied the other error which is appear on my system events.

                « MODX Parse Error »
                MODX encountered the following error while attempting to parse the requested resource:
                « Failed to create the database connection! »
                Basic info
                REQUEST_URI : http://www.subnet.ir/
                Referer :
                User Agent : Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19; aggregator:Spinn3r (Spinn3r 3.1); http://spinn3r.com/robot) Gecko/2010040121 Firefox/3.0.19
                IP : 173.192.238.44
                Benchmarks
                MySQL : 0.0000 s (0 Requests)
                PHP : 36.0193 s
                Total : 36.0193 s
                Memory : 1.88017272949 mb

                Backtrace

                1 DocumentParser->executeParser()
                index.php on line 144
                2 DBAPI->connect()
                manager/includes/document.parser.class.inc.php on line 1496
                3 mysql_connect()
                manager/includes/extenders/dbapi.mysql.class.inc.php on line 93

                MODx is a PHP driven content management system/framework (CMS/CMF) that is designed to help developers create and maintain sites without much programming. The CMF also includes an extendable applied programming interface to allow power users to extend the framework to fit individual or company needs. It does not have the steep learning curve that other CMSs on the Internet do. Many MODx CMSF users face the problem of getting the MODx parse error after performing a significant site upgrade/update or database modification.

                What is the MODx Parse Error?

                The MODx parse error is displayed when the MODx database’s user name or password is incorrect. This occurs when the web host or site administrator changes the database name, the user name for accessing the database, or the password. It also occurs if the database has moved to a new location or simply does not exist. When a web host undergoes an upgrade, he/she may add another name to the original database name, which may result in the MODx parse error being displyed.

                What does the MODx Parse Error Look Like?

                When a website displays the MODx parse error, it resembles:

                MODx Parse Error
                MODx encountered the following error while attempting to parse the requested resource:
                PHP Parse Error
                PHP error debug
                Error:    mysql_connect() [function.mysql-connect]: Access denied for user ‘myAccount’@myAccount.com’ (using password: YES)
                Error type/ Nr.:    Warning – 2
                File:    /home/myWebsite/public_html/manager/includes/extenders/dbapi.mysql.class.inc.php
                Line:    87
                Line 87 source:    if (!$this->conn = ($persist ? mysql_pconnect($host, $uid, $pwd) : mysql_connect($host, $uid, $pwd, true))) {
                Parser timing
                MySQL:    0.0000 s   (0 Requests)
                PHP:    0.0135 s
                Total:    0.0135 s
                Error while inserting event log into database.

                How to Fix the MODx Parse Error

                Step 1 – Log into phpAdmin and verify the database login credentials.

                Step 2 – Open the following configuration file in a text editor:

                “/your website home directory/manager/includes/config.inc.php”

                Step 3 – Edit the following two code lines in the configuration file to match the website’s PHP database login and password and then save the file to the server:

                $database_user = ‘database_username’;

                $database_password = ‘YourPassword’;

                Step 4 – Enter the website’s URL in the computer’s web browser and the MODx parse error will be corrected.

                Hi I’m using MODx on a site, but something has gone wrong with the database. Any idea how I can change the PHP to point to my database?

                « MODx Parse Error »
                MODx encountered the following error while attempting to parse the requested resource:
                « PHP Parse Error »
                
                PHP error debug
                  Error:  mysql_connect() [function.mysql-connect]: Access denied for user 'sale'@'localhost' (using password: YES)  
                  Error type/ Nr.:  Warning - 2  
                  File:  /var/www/vhosts/sale.co.uk/httpdocs/manager/includes/extenders/dbapi.mysql.class.inc.php  
                  Line:  89  
                  Line 89 source:  if (!$this->conn = ($persist ? mysql_pconnect($host, $uid, $pwd) : mysql_connect($host, $uid, $pwd, true))) {   
                
                Parser timing
                  MySQL:  0.0000 s (0 Requests)
                  PHP:  0.0144 s  
                  Total:  0.0144 s  
                « MODx Parse Error »
                MODx encountered the following error while attempting to parse the requested resource:
                « Failed to create the database connection! »
                
                Parser timing
                  MySQL:  0.0000 s (0 Requests)
                  PHP:  0.0148 s  
                  Total:  0.0148 s  
                « MODx Parse Error »
                MODx encountered the following error while attempting to parse the requested resource:
                « Failed to create the database connection! »
                
                Parser timing
                  MySQL:  0.0000 s (0 Requests)
                  PHP:  0.0151 s  
                  Total:  0.0151 s  
                « MODx Parse Error »
                MODx encountered the following error while attempting to parse the requested resource:
                « Failed to create the database connection! »
                
                « MODx Parse Error »
                MODx encountered the following error while attempting to parse the requested resource:
                « Failed to create the database connection! »
                
                Parser timing
                  MySQL:  0.0000 s (0 Requests)
                  PHP:  9.8827 s  
                  Total:  9.8827 s  
                

                Do I need to edit something in here?

                <?php
                
                /* Database API object of MySQL
                 * Written by Raymond Irving June, 2005
                 *
                 */
                
                class DBAPI {
                
                   var $conn;
                   var $config;
                   var $isConnected;
                
                   /**
                    * @name:  DBAPI
                    *
                    */
                   function DBAPI($host='',$dbase='', $uid='',$pwd='',$pre=NULL,$charset='',$connection_method='SET CHARACTER SET') {
                      $this->config['host'] = $host ? $host : $GLOBALS['database_server'];
                      $this->config['dbase'] = $dbase ? $dbase : $GLOBALS['dbase'];
                      $this->config['user'] = $uid ? $uid : $GLOBALS['database_user'];
                      $this->config['pass'] = $pwd ? $pwd : $GLOBALS['database_password'];
                      $this->config['charset'] = $charset ? $charset : $GLOBALS['database_connection_charset'];
                      $this->config['connection_method'] =  $this->_dbconnectionmethod = (isset($GLOBALS['database_connection_method']) ? $GLOBALS['database_connection_method'] : $connection_method);
                      $this->config['table_prefix'] = ($pre !== NULL) ? $pre : $GLOBALS['table_prefix'];
                      $this->initDataTypes();
                   }
                
                   /**
                    * @name:  initDataTypes
                    * @desc:  called in the constructor to set up arrays containing the types
                    *         of database fields that can be used with specific PHP types
                    */
                   function initDataTypes() {
                      $this->dataTypes['numeric'] = array (
                         'INT',
                         'INTEGER',
                         'TINYINT',
                         'BOOLEAN',
                         'DECIMAL',
                         'DEC',
                         'NUMERIC',
                         'FLOAT',
                         'DOUBLE PRECISION',
                         'REAL',
                         'SMALLINT',
                         'MEDIUMINT',
                         'BIGINT',
                         'BIT'
                      );
                      $this->dataTypes['string'] = array (
                         'CHAR',
                         'VARCHAR',
                         'BINARY',
                         'VARBINARY',
                         'TINYBLOB',
                         'BLOB',
                         'MEDIUMBLOB',
                         'LONGBLOB',
                         'TINYTEXT',
                         'TEXT',
                         'MEDIUMTEXT',
                         'LONGTEXT',
                         'ENUM',
                         'SET'
                      );
                      $this->dataTypes['date'] = array (
                         'DATE',
                         'DATETIME',
                         'TIMESTAMP',
                         'TIME',
                         'YEAR'
                      );
                   }
                
                   /**
                    * @name:  connect
                    *
                    */
                   function connect($host = '', $dbase = '', $uid = '', $pwd = '', $persist = 0) {
                      global $modx;
                      $uid = $uid ? $uid : $this->config['user'];
                      $pwd = $pwd ? $pwd : $this->config['pass'];
                      $host = $host ? $host : $this->config['host'];
                      $dbase = $dbase ? $dbase : $this->config['dbase'];
                      $charset = $charset ? $charset : $this->config['charset'];
                      $connection_method = $this->config['connection_method'];
                      $tstart = $modx->getMicroTime();
                      if (!$this->conn = ($persist ? mysql_pconnect($host, $uid, $pwd) : mysql_connect($host, $uid, $pwd, true))) {
                         $modx->messageQuit("Failed to create the database connection!");
                         exit;
                      } else {
                         $dbase = str_replace('`', '', $dbase); // remove the `` chars
                         if (!@ mysql_select_db($dbase, $this->conn)) {
                            $modx->messageQuit("Failed to select the database '" . $dbase . "'!");
                            exit;
                         }
                         @mysql_query("{$connection_method} {$charset}", $this->conn);
                         $tend = $modx->getMicroTime();
                         $totaltime = $tend - $tstart;
                         if ($modx->dumpSQL) {
                            $modx->queryCode .= "<fieldset style='text-align:left'><legend>Database connection</legend>" . sprintf("Database connection was created in %2.4f s", $totaltime) . "</fieldset><br />";
                         }
                         $this->isConnected = true;
                         // FIXME (Fixed by line below):
                         // this->queryTime = this->queryTime + $totaltime;
                         $modx->queryTime += $totaltime;
                      }
                   }
                
                   /**
                    * @name:  disconnect
                    *
                    */
                   function disconnect() {
                      @ mysql_close($this->conn);
                   }
                
                   function escape($s) {
                      if (function_exists('mysql_real_escape_string') && $this->conn) {
                         $s = mysql_real_escape_string($s, $this->conn);
                      } else {
                         $s = mysql_escape_string($s);
                      }
                      return $s;
                   }
                
                   /**
                    * @name:  query
                    * @desc:  Mainly for internal use.
                    * Developers should use select, update, insert, delete where possible
                    */
                   function query($sql) {
                      global $modx;
                      if (empty ($this->conn) || !is_resource($this->conn)) {
                         $this->connect();
                      }
                      $tstart = $modx->getMicroTime();
                      if (!$result = @ mysql_query($sql, $this->conn)) {
                         $modx->messageQuit("Execution of a query to the database failed - " . $this->getLastError(), $sql);
                      } else {
                         $tend = $modx->getMicroTime();
                         $totaltime = $tend - $tstart;
                         $modx->queryTime = $modx->queryTime + $totaltime;
                         if ($modx->dumpSQL) {
                            $modx->queryCode .= "<fieldset style='text-align:left'><legend>Query " . ($this->executedQueries + 1) . " - " . sprintf("%2.4f s", $totaltime) . "</legend>" . $sql . "</fieldset><br />";
                         }
                         $modx->executedQueries = $modx->executedQueries + 1;
                         return $result;
                      }
                   }
                
                   /**
                    * @name:  delete
                    *
                    */
                   function delete($from,$where='',$fields='') {
                      if (!$from)
                         return false;
                      else {
                         $table = $from;
                         $where = ($where != "") ? "WHERE $where" : "";
                         return $this->query("DELETE $fields FROM $table $where");
                      }
                   }
                
                   /**
                    * @name:  select
                    *
                    */
                   function select($fields = "*", $from = "", $where = "", $orderby = "", $limit = "") {
                      if (!$from)
                         return false;
                      else {
                         $table = $from;
                         $where = ($where != "") ? "WHERE $where" : "";
                         $orderby = ($orderby != "") ? "ORDER BY $orderby " : "";
                         $limit = ($limit != "") ? "LIMIT $limit" : "";
                         return $this->query("SELECT $fields FROM $table $where $orderby $limit");
                      }
                   }
                
                   /**
                    * @name:  update
                    *
                    */
                   function update($fields, $table, $where = "") {
                      if (!$table)
                         return false;
                      else {
                         if (!is_array($fields))
                            $flds = $fields;
                         else {
                            $flds = '';
                            foreach ($fields as $key => $value) {
                               if (!empty ($flds))
                                  $flds .= ",";
                               $flds .= $key . "=";
                               $flds .= "'" . $value . "'";
                            }
                         }
                         $where = ($where != "") ? "WHERE $where" : "";
                         return $this->query("UPDATE $table SET $flds $where");
                      }
                   }
                
                   /**
                    * @name:  insert
                    * @desc:  returns either last id inserted or the result from the query
                    */
                   function insert($fields, $intotable, $fromfields = "*", $fromtable = "", $where = "", $limit = "") {
                      if (!$intotable)
                         return false;
                      else {
                         if (!is_array($fields))
                            $flds = $fields;
                         else {
                            $keys = array_keys($fields);
                            $values = array_values($fields);
                            $flds = "(" . implode(",", $keys) . ") " .
                             (!$fromtable && $values ? "VALUES('" . implode("','", $values) . "')" : "");
                            if ($fromtable) {
                               $where = ($where != "") ? "WHERE $where" : "";
                               $limit = ($limit != "") ? "LIMIT $limit" : "";
                               $sql = "SELECT $fromfields FROM $fromtable $where $limit";
                            }
                         }
                         $rt = $this->query("INSERT INTO $intotable $flds $sql");
                         $lid = $this->getInsertId();
                         return $lid ? $lid : $rt;
                      }
                   }
                
                   /**
                    * @name:  getInsertId
                    *
                    */
                   function getInsertId($conn=NULL) {
                      if( !is_resource($conn)) $conn =& $this->conn;
                      return mysql_insert_id($conn);
                   }
                
                   /**
                    * @name:  getAffectedRows
                    *
                    */
                   function getAffectedRows($conn=NULL) {
                      if (!is_resource($conn)) $conn =& $this->conn;
                      return mysql_affected_rows($conn);
                   }
                
                   /**
                    * @name:  getLastError
                    *
                    */
                   function getLastError($conn=NULL) {
                      if (!is_resource($conn)) $conn =& $this->conn;
                      return mysql_error($conn);
                   }
                
                   /**
                    * @name:  getRecordCount
                    *
                    */
                   function getRecordCount($ds) {
                      return (is_resource($ds)) ? mysql_num_rows($ds) : 0;
                   }
                
                   /**
                    * @name:  getRow
                    * @desc:  returns an array of column values
                    * @param: $dsq - dataset
                    *
                    */
                   function getRow($ds, $mode = 'assoc') {
                      if ($ds) {
                         if ($mode == 'assoc') {
                            return mysql_fetch_assoc($ds);
                         }
                         elseif ($mode == 'num') {
                            return mysql_fetch_row($ds);
                         }
                         elseif ($mode == 'both') {
                            return mysql_fetch_array($ds, MYSQL_BOTH);
                         } else {
                            global $modx;
                            $modx->messageQuit("Unknown get type ($mode) specified for fetchRow - must be empty, 'assoc', 'num' or 'both'.");
                         }
                      }
                   }
                
                   /**
                    * @name:  getColumn
                    * @desc:  returns an array of the values found on colun $name
                    * @param: $dsq - dataset or query string
                    */
                   function getColumn($name, $dsq) {
                      if (!is_resource($dsq))
                         $dsq = $this->query($dsq);
                      if ($dsq) {
                         $col = array ();
                         while ($row = $this->getRow($dsq)) {
                            $col[] = $row[$name];
                         }
                         return $col;
                      }
                   }
                
                   /**
                    * @name:  getColumnNames
                    * @desc:  returns an array containing the column $name
                    * @param: $dsq - dataset or query string
                    */
                   function getColumnNames($dsq) {
                      if (!is_resource($dsq))
                         $dsq = $this->query($dsq);
                      if ($dsq) {
                         $names = array ();
                         $limit = mysql_num_fields($dsq);
                         for ($i = 0; $i < $limit; $i++) {
                            $names[] = mysql_field_name($dsq, $i);
                         }
                         return $names;
                      }
                   }
                
                   /**
                    * @name:  getValue
                    * @desc:  returns the value from the first column in the set
                    * @param: $dsq - dataset or query string
                    */
                   function getValue($dsq) {
                      if (!is_resource($dsq))
                         $dsq = $this->query($dsq);
                      if ($dsq) {
                         $r = $this->getRow($dsq, "num");
                         return $r[0];
                      }
                   }
                
                   /**
                    * @name:  getXML
                    * @desc:  returns an XML formay of the dataset $ds
                    */
                   function getXML($dsq) {
                      if (!is_resource($dsq))
                         $dsq = $this->query($dsq);
                      $xmldata = "<xml>rn<recordset>rn";
                      while ($row = $this->getRow($dsq, "both")) {
                         $xmldata .= "<item>rn";
                         for ($j = 0; $line = each($row); $j++) {
                            if ($j % 2) {
                               $xmldata .= "<$line[0]>$line[1]</$line[0]>rn";
                            }
                         }
                         $xmldata .= "</item>rn";
                      }
                      $xmldata .= "</recordset>rn</xml>";
                      return $xmldata;
                   }
                
                   /**
                    * @name:  getTableMetaData
                    * @desc:  returns an array of MySQL structure detail for each column of a
                    *         table
                    * @param: $table: the full name of the database table
                    */
                   function getTableMetaData($table) {
                      $metadata = false;
                      if (!empty ($table)) {
                         $sql = "SHOW FIELDS FROM $table";
                         if ($ds = $this->query($sql)) {
                            while ($row = $this->getRow($ds)) {
                               $fieldName = $row['Field'];
                               $metadata[$fieldName] = $row;
                            }
                         }
                      }
                      return $metadata;
                   }
                
                   /**
                    * @name:  prepareDate
                    * @desc:  prepares a date in the proper format for specific database types
                    *         given a UNIX timestamp
                    * @param: $timestamp: a UNIX timestamp
                    * @param: $fieldType: the type of field to format the date for
                    *         (in MySQL, you have DATE, TIME, YEAR, and DATETIME)
                    */
                   function prepareDate($timestamp, $fieldType = 'DATETIME') {
                      $date = '';
                      if (!$timestamp === false && $timestamp > 0) {
                         switch ($fieldType) {
                            case 'DATE' :
                               $date = date('Y-m-d', $timestamp);
                               break;
                            case 'TIME' :
                               $date = date('H:i:s', $timestamp);
                               break;
                            case 'YEAR' :
                               $date = date('Y', $timestamp);
                               break;
                            default :
                               $date = date('Y-m-d H:i:s', $timestamp);
                               break;
                         }
                      }
                      return $date;
                   }
                
                   /**
                    * @name:  getHTMLGrid
                    * @param: $params: Data grid parameters
                    *         columnHeaderClass
                    *         tableClass
                    *         itemClass
                    *         altItemClass
                    *         columnHeaderStyle
                    *         tableStyle
                    *         itemStyle
                    *         altItemStyle
                    *         columns
                    *         fields
                    *         colWidths
                    *         colAligns
                    *         colColors
                    *         colTypes
                    *         cellPadding
                    *         cellSpacing
                    *         header
                    *         footer
                    *         pageSize
                    *         pagerLocation
                    *         pagerClass
                    *         pagerStyle
                    *
                    */
                   function getHTMLGrid($dsq, $params) {
                      global $base_path;
                      if (!is_resource($dsq))
                         $dsq = $this->query($dsq);
                      if ($dsq) {
                         include_once MODX_BASE_PATH . '/manager/includes/controls/datagrid.class.php';
                         $grd = new DataGrid('', $dsq);
                
                         $grd->noRecordMsg = $params['noRecordMsg'];
                
                         $grd->columnHeaderClass = $params['columnHeaderClass'];
                         $grd->cssClass = $params['cssClass'];
                         $grd->itemClass = $params['itemClass'];
                         $grd->altItemClass = $params['altItemClass'];
                
                         $grd->columnHeaderStyle = $params['columnHeaderStyle'];
                         $grd->tableStyle = $params['tableStyle'];
                         $grd->itemStyle = $params['itemStyle'];
                         $grd->altItemStyle = $params['altItemStyle'];
                
                         $grd->columns = $params['columns'];
                         $grd->fields = $params['fields'];
                         $grd->colWidths = $params['colWidths'];
                         $grd->colAligns = $params['colAligns'];
                         $grd->colColors = $params['colColors'];
                         $grd->colTypes = $params['colTypes'];
                         $grd->colWraps = $params['colWraps'];
                
                         $grd->cellPadding = $params['cellPadding'];
                         $grd->cellSpacing = $params['cellSpacing'];
                         $grd->header = $params['header'];
                         $grd->footer = $params['footer'];
                         $grd->pageSize = $params['pageSize'];
                         $grd->pagerLocation = $params['pagerLocation'];
                         $grd->pagerClass = $params['pagerClass'];
                         $grd->pagerStyle = $params['pagerStyle'];
                         return $grd->render();
                      }
                   }
                
                   /**
                   * @name:  makeArray
                   * @desc:  turns a recordset into a multidimensional array
                   * @return: an array of row arrays from recordset, or empty array
                   *          if the recordset was empty, returns false if no recordset
                   *          was passed
                   * @param: $rs Recordset to be packaged into an array
                   */
                   function makeArray($rs=''){
                      if(!$rs) return false;
                      $rsArray = array();
                      $qty = $this->getRecordCount($rs);
                      for ($i = 0; $i < $qty; $i++) $rsArray[] = $this->getRow($rs);
                      return $rsArray;
                   }
                
                   /**
                    * @name getVersion
                    * @desc returns a string containing the database server version
                    *
                    * @return string
                    */
                   function getVersion() {
                       return mysql_get_server_info();
                   }
                }
                ?>
                

                Topic: Registration — MODx Parse Error Solved  (Read 10741 times)

                Try to register my analog laboratoy but only get an server error:

                «� MODx Parse Error �

                MODx encountered the following error while attempting to parse the requested resource:
                � Execution of a query to the database failed — Duplicate entry ‘xxxxxxxxxxxx’ for key 1 �
                      SQL: INSERT INTO arturia_licences (licencenumber,product_id,user_id) VALUES (‘xxxxxxxxxxxxxxxx’, ‘x’, ‘xxxxxxx’)
                      [Copy SQL to ClipBoard]

                 Parser timing
                  MySQL:   0.0058 s   (32 Requests)
                  PHP:   0.1618 s   
                  Total:   0.1676 s   «

                Also sent two email to support but didn�t get a confirmation mail …..

                WTF?  Somebody hacked their servers??

                « Last Edit: May 10, 2012, 07:39:02 am by ranXeron »


                The exact same thing here. :'(

                I bought my analog laboratory today and when trying to make the online registration I get the same message:

                � MODx Parse Error �

                MODx encountered the following error while attempting to parse the requested resource:
                � Execution of a query to the database failed — Duplicate entry ‘4294967295’ for key 1 �
                      SQL: INSERT INTO arturia_licences (licencenumber,product_id,user_id) VALUES (‘0734400128042616’, ‘7’, ‘56587’)
                      [Copy SQL to ClipBoard]

                 Parser timing
                  MySQL:   0.0069 s   (32 Requests)
                  PHP:   0.1512 s   
                  Total:   0.1580 s   

                and i’ve also sent the emails but i didn’t get the confirmation email…

                Please do something about this…

                Regards

                « Last Edit: May 09, 2012, 11:04:34 pm by Tobs »


                Please try again. This error has been fixed.
                Thanks for reporting.
                Sorry for the inconvenience.



                Just registered — Solved!

                Thank You 


                Hi.

                I logged into my Arturia account today and I saw a special offer to upgrade to Spark 2 for 69EU. I copied the coupon code and proceeded to make the purchase. I checked out with PayPal and noticed I didn’t have enough in my account so I backed out and converted some dollars to my balance so I didn’t have to use my bank account. I went through the process again but this time pasting the coupon code, the system told me it can only be used one time. I haven’t used it at all and not it has disappeared from my offers section of my account — can you help me get it back to purchase it?

                Can anyone from Arturia help me get my offer back so I can get it!?

                Regards,

                Alan.


                Hi Alan,

                Check your PM  ;)


                Hey Guys/Gals,

                Anyone having this problem, I get the massage «Internet Explorer cannot display the webpage» when I try to download Spark 2 update. Happens with FireFox also. It only happens with the Spark 2 update. All others download just fine, so I don’t think the problem is in the browser.

                Any suggestions?

                Thanks -mike

                « Last Edit: May 15, 2014, 09:20:52 am by Dav1d »


                Hi,
                I got this offer too, this morning, in my email, but when I tried to log in to my account I got the following message:

                � MODx Parse Error �
                MODx encountered the following error while attempting to parse the requested resource:
                � PHP Parse Error �
                PHP error debug
                  Error:  include(http://…@tiscali.co.uk&tech=2): failed to open stream: Connection refused   
                  Error type/ Nr.:  Warning — 2   
                  File:  /var/vhosts/www.arturia.com/htdocs/evolution/manager/includes/document.parser.class.inc.php(750) : eval()’d code   
                  Line:  104

                I’ve tried to log in or reregister several times but I just keep getting an error message as soon as I click on ‘Login’ or ‘Register’. Strangely, I can log into the forum, but not my account. I’m blocked.
                I wonder if someone could maybe help with this problem. Thanks.

                Neil


                Receiving the following error message when trying to create my account for activation:

                � MODx Parse Error �

                MODx encountered the following error while attempting to parse the requested resource:
                � PHP Parse Error �

                 PHP error debug
                  Error:   include(http://…@gmail.com&tech=2): failed to open stream: Connection refused   
                  Error type/ Nr.:   Warning — 2   
                  File:   /var/vhosts/www.arturia.com/htdocs/evolution/manager/includes/document.parser.class.inc.php(750) : eval()’d code   
                  Line:   104   

                 Parser timing
                  MySQL:   0.0442 s   (38 Requests)
                  PHP:   0.0472 s   
                  Total:   0.0914 s

                ________________________________________________

                It seems that part of your website may just be down?…

                « Last Edit: May 14, 2014, 05:42:37 pm by ColorOutOfSpace »


                Is there currently a problem with the Arturia Website?  I cannot login and get some kind of PHP error when I try to.


                This problem is under treatment, we apologize for the delay.


                This problem is under treatment, we apologize for the delay.


                I’m having the same issue. Which makes me unable to register my mini V…


                its back :(

                MODx Parse Error


                Понравилась статья? Поделить с друзьями:
              • Modx 500 ошибка после переноса
              • Modulenotfounderror python как исправить
              • Modulenotfounderror no module named pygame ошибка
              • Module set response error status
              • Module object is not callable python ошибка