Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default HTML editor error Line 1 in configuration.php ???

    I want to get this working. Maybe I accidentally changed something.

    Fatal error: Call to undefined function: zen_cfg_pull_down_htmleditors() in /home2/creativ/public_html/aussiedog/AdminXXXX/configuration.php(192) : eval()'d code on line 1

    Does anyone know what error in line one may be?

    This is the first few lines:
    PHP Code:
    add_session(ERROR_ADMIN_DEMO'caution');
              
    zen_redirect(zen_href_link(FILENAME_CONFIGURATION'gID=' $_GET['gID'] . '&cID=' $cID));
            }
            
    $configuration_value zen_db_prepare_input($_POST['configuration_value']);
            
    $cID zen_db_prepare_input($_GET['cID']);

            
    $db->Execute("update " TABLE_CONFIGURATION "
                          set configuration_value = '" 
    zen_db_input($configuration_value) . "',
                              last_modified = now() where configuration_id = '" 
    . (int)$cID "'");
            
    $configuration_query 'select configuration_key as cfgkey, configuration_value as cfgvalue
                              from ' 
    TABLE_CONFIGURATION;

            
    $configuration $db->Execute($configuration_query); 
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

  2. #2
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: HTML editor error Line 1 in configuration.php ???

    Sorry the above post php must have been from the original file - Im very tired

    Actually Line One is:
    PHP Code:
    <?php
    Which is the same as the original file. And the next line under the commented out section is:
    require('includes/application_top.php');

    $action = (isset($_GET['action']) ? $_GET['action'] : '');

    if (zen_not_null($action)) {
    switch ($action) {
    case 'save':
    // demo active test
    if (zen_admin_demo()) {
    $_GET['action']= '';
    $messageStack->add_session(ERROR_ADMIN_DEMO, 'caution');
    zen_redirect(zen_href_link(FILENAME_CONFIGURATION, 'gID=' . $_GET['gID'] . '&cID=' . $cID));
    }
    Last edited by blind1; 31 Aug 2007 at 01:41 PM.
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

  3. #3
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: HTML editor error Line 1 in configuration.php ???

    Try re-uploading admin/includes/functions/general.php.

    BrandTim

  4. #4
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: HTML editor error Line 1 in configuration.php ???

    Thank you that fixed it.
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

 

 

Similar Threads

  1. PHP error in /plugins/riCjLoader/config/jquery.form.php on line 11
    By ronswayoflife in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 7 Oct 2011, 10:03 AM
  2. any online editor for HTML,PHP file?
    By kitkitng in forum General Questions
    Replies: 1
    Last Post: 31 May 2011, 06:48 PM
  3. HTML Editor not available although updated in Configuration>My Store>HTML Editor
    By Dovente in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 22 Mar 2009, 05:09 PM
  4. Replies: 3
    Last Post: 13 Mar 2009, 05:20 PM
  5. HTML editor error Line 192 in configuration.php ???
    By blind1 in forum General Questions
    Replies: 3
    Last Post: 2 Aug 2007, 10:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg