Jump to content

The Estuary Shop

Member
  • Posts

    20
  • Joined

  • Last visited

Posts posted by The Estuary Shop

  1. I left out the  lines after sorry

     

    @param string $data

    */

    public function merge($config_name, $element, $data) {

    if (!empty($element)) {

    $this->_temp[$config_name][$element] = $data;

    $this->_config[$config_name][$element] = $data;

    } else {

    if (is_array($data)) {

    if (isset($this->_temp[$config_name])) {

    $this->_temp[$config_name] = merge_array($this->_temp[$config_name], $data);

    } else {

    $this->_temp[$config_name] = $data;

    }

    $this->_config[$config_name] = merge_array($this->_config[$config_name], $data);

    }

    }

    }

    /**

    * Set a config value

    *

    * If no element is set then the entire config is

     

     

     

     

    Where do I complete the manual upgrade? Also where do I run www.theestuaryshop.com/shop/setup? I'm sorry but I don't see those options anywhere.

  2. thanks for responding.

     

    * @param string $data

    */

    public function merge($config_name, $element, $data) {

    if (!empty($element)) {

    $this->_temp[$config_name][$element] = $data;

    $this->_config[$config_name][$element] = $data;

    } else {

    if (is_array($data)) {

    if (isset($this->_temp[$config_name])) {

    $this->_temp[$config_name] = merge_array($this->_temp[$config_name], $data);

    I left out the  lines after sorry

     

    @param string $data

    */

    public function merge($config_name, $element, $data) {

    if (!empty($element)) {

    $this->_temp[$config_name][$element] = $data;

    $this->_config[$config_name][$element] = $data;

    } else {

    if (is_array($data)) {

    if (isset($this->_temp[$config_name])) {

    $this->_temp[$config_name] = merge_array($this->_temp[$config_name], $data);

    } else {

    $this->_temp[$config_name] = $data;

    }

    $this->_config[$config_name] = merge_array($this->_config[$config_name], $data);

    }

    }

    }

    /**

    * Set a config value

    *

    * If no element is set then the entire config is

  3. I was originally trying to edit my store and was unable.  I noticed I needed to upgrade.

    Installed the latest upgrade unable to access website or admin site. I don't think it completed the process.

    I receive the error below.

    Parse error: syntax error, unexpected T_FUNCTION in /home4/jnevada/public_html/shop/classes/config.class.php on line 223

    My store-  www.theestuaryshop.com/shop/

     

    Please HELP!

×
×
  • Create New...