ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Disallowed Key Characters when moving from local to dev environment

May 19, 2014 2:46pm

Subscribe [1]
  • #1 / May 19, 2014 2:46pm

    quinlan

    4 posts

    v2.8.1 - Build Date: 20140314

    I am having this same probem. I have:
    Cleared my browser cache,
    Cleared my EE cache
    Check my .htacess file
    added and the removed the pipe character from the CI input.php file (with no effect)

    The only time I get this error is when I am creating/editing a new/exsisting channel field. I have recreated the channel group, field group, and channel field itself with no luck. The error occured when i went from a local enviroment to a dev enviroment.

    Thank you very much for your help,
    Danny

    <?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
    
    $config['index_page'] = "";
    /*
    |--------------------------------------------------------------------------
    | ExpressionEngine Config Items
    |--------------------------------------------------------------------------
    |
    | The following items are for use with ExpressionEngine.  The rest of
    | the config items are for use with CodeIgniter, some of which are not
    | observed by ExpressionEngine, e.g. 'permitted_uri_chars'
    |
    */
    
    $config['app_version'] = '281';
    $config['license_number'] = "license_number";
    $config['debug'] = '1';
    $config['cp_url'] = 'http://dev.mysite.com/admin.php';
    $config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
    $config['is_system_on'] = "y";
    $config['allow_extensions'] = 'y';
    $config['cookie_prefix'] = '';
    $config['cookie_httponly'] = 'y';
    
    
    /*
    |--------------------------------------------------------------------------
    | URI PROTOCOL
    |--------------------------------------------------------------------------
    |
    | This item determines which server global should be used to retrieve the
    | URI string.  The default setting of "AUTO" works for most servers.
    | If your links do not seem to work, try one of the other delicious flavors:
    |
    | 'AUTO'   Default - auto detects
    | 'PATH_INFO'  Uses the PATH_INFO
    | 'QUERY_STRING' Uses the QUERY_STRING
    | 'REQUEST_URI'  Uses the REQUEST_URI
    | 'ORIG_PATH_INFO' Uses the ORIG_PATH_INFO
    |
    */
    $config['uri_protocol'] = 'AUTO';
    
    /*
    |--------------------------------------------------------------------------
    | Default Character Set
    |--------------------------------------------------------------------------
    |
    | This determines which character set is used by default in various methods
    | that require a character set to be provided.
    |
    */
    $config['charset'] = 'UTF-8';
    
    
    /*
    |--------------------------------------------------------------------------
    | Class Extension Prefix
    |--------------------------------------------------------------------------
    |
    | This item allows you to set the filename/classname prefix when extending
    | native libraries.  For more information please see the user guide:
    |
    | <a href="http://codeigniter.com/user_guide/general/core_classes.html">http://codeigniter.com/user_guide/general/core_classes.html</a>
    | <a href="http://codeigniter.com/user_guide/general/creating_libraries.html">http://codeigniter.com/user_guide/general/creating_libraries.html</a>
    |
    */
    $config['subclass_prefix'] = 'EE_';
    
    /*
    |--------------------------------------------------------------------------
    | Error Logging Threshold
    |--------------------------------------------------------------------------
    |
    | If you have enabled error logging, you can set an error threshold to
    | determine what gets logged. Threshold options are:
    |
    | 0 = Disables logging, Error logging TURNED OFF
    | 1 = Error Messages (including PHP errors)
    | 2 = Debug Messages
    | 3 = Informational Messages
    | 4 = All Messages
    |
    | For a live site you'll usually only enable Errors (1) to be logged otherwise
    | your log files will fill up very fast.
    |
    */
    $config['log_threshold'] = 0;
    
    /*
    |--------------------------------------------------------------------------
    | Error Logging Directory Path
    |--------------------------------------------------------------------------
    |
    | Leave this BLANK unless you would like to set something other than the
    | default system/expressionengine/logs/ directory. Use a full server path
    | with trailing slash.
    |
    | Note: You may need to create this directory if your server does not
    | create it automatically.
    |
    */
    $config['log_path'] = '';
    
    /*
    |--------------------------------------------------------------------------
    | Date Format for Logs
    |--------------------------------------------------------------------------
    |
    | Each item that is logged has an associated date. You can use PHP date
    | codes to set your own date formatting
    |
    */
    $config['log_date_format'] = 'Y-m-d H:i:s';
    
    /*
    |--------------------------------------------------------------------------
    | Cache Directory Path
    |--------------------------------------------------------------------------
    |
    | Leave this BLANK unless you would like to set something other than the
    | default system/expressionengine/cache/ directory. Use a full server path
    | with trailing slash.
    |
    */
    $config['cache_path'] = '';
    
    /*
    |--------------------------------------------------------------------------
    | Encryption Key
    |--------------------------------------------------------------------------
    |
    | If you use the Encryption class or the Sessions class with encryption
    | enabled you MUST set an encryption key.  See the user guide for info.
    |
    */
    $config['encryption_key'] = '';
    
    
    /*
    |--------------------------------------------------------------------------
    | Rewrite PHP Short Tags
    |--------------------------------------------------------------------------
    |
    | If your PHP installation does not have short tag support enabled CI
    | can rewrite the tags on-the-fly, enabling you to utilize that syntax
    | in your view files.  Options are TRUE or FALSE (boolean)
    |
    */
    $config['rewrite_short_tags'] = TRUE;
    
    
    /* End of file config.php */
    /* Location: ./system/expressionengine/config/config.php */
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases