Error When Entering To The Web


Subject: Error When Entering To The Web
Hi!...

I get this error after upload the backup files after a failed upgrade.

Code: [Download] [Hide]
  1. if(empty($this->tpl)) { return array(); } $this->_get_config($this->tpl, $add_config); return $this->style_config; } else { $old_config = $this->style_config; $result = $this->_get_config($tpl, $add_config); $this->style_config = $old_config; return $result; } } /* * Split/merge config data. * Using this function instead of (un)serialize because it generates smaller string so it can be stored in phpbb_config */ function _serialize($array) { if(!is_array($array)) { return ''; } $str = ''; foreach($array as $var => $value) { if($str) { $str .= '|'; } $str .= $var . '=' . str_replace('|', '', $value); } return $str; } function _unserialize($str) { $array = array(); $list = explode('|', $str); for($i=0; $i_tpldata[$name.'.']) && count($tpl->_tpldata[$name.'.']) > 0); } ?> 



I don't know what it is and how to solve this...

Really need help!

Subject: Re: Error When Entering To The Web
can you post what is your currently version and the version to upgrade please? :wink:

Subject: Re: Error When Entering To The Web
Ah... sorry!

My actual version is 1.1.0.15, and I tried to update to the 1.1.10.25 RC3 Version

Subject: Re: Error When Entering To The Web
Post it in the bugs tracker, please.

Profile PM  
Subject: Re: Error When Entering To The Web
That seems to be a cached TPL...

Can you please try again to follow the upgrade procedure for latest release?

Thanks.

Subject: Re: Error When Entering To The Web
Thanks to all...!

The problem is solve. I've uploaded the files again and reupload the config.php from my backup and there's no more problems.

Thanks again.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.639s (PHP: 3% SQL: 97%)
SQL queries: 10 - Debug Off - GZIP Enabled