1
tjnemez
2.0.5 Install
  • 2003/10/9 3:15

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


i upgraded from 2.0.3 -> 2.0.5 without any issues. as usual,outstanding work guys! thank you very much

2
meme
Re: 2.0.5 Install
  • 2003/10/9 3:21

  • meme

  • Quite a regular

  • Posts: 271

  • Since: 2002/12/10


nice news

wish to me the luck

3
gruessle
Re: 2.0.5 Install
  • 2003/10/9 4:21

  • gruessle

  • Friend of XOOPS

  • Posts: 348

  • Since: 2003/9/20


I read somewhere 2.0.5 has some bugs.

have those been fixed?

4
tjnemez
Re: 2.0.5 Install
  • 2003/10/9 4:30

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


everything seems to be working fine. the XOOPS team released the stable recommended version today. my install to this point is working great.

5
lewisteo
Re: 2.0.5 Install
  • 2003/10/9 5:12

  • lewisteo

  • Just popping in

  • Posts: 13

  • Since: 2003/9/26


Mine also... so far so good....

6
Derya
Re: 2.0.5 Install
  • 2003/10/9 9:50

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


My update works fine, too. But, there are so many Notices, now. They make it hard to find errors while module developing and theme designing.
So I fixed them for me.
Here are my changes:

class/smarty/plugins/resource.db.php:
line 17:
if ($GLOBALS['xoopsConfig']['default_theme'] != 'default') {

replace with:
if (isset($GLOBALS['xoopsConfig']['default_theme']) && $GLOBALS['xoopsConfig']['default_theme'] != 'default'){


line 71:
if ($GLOBALS['xoopsConfig']['default_theme'] != 'default') {

replace with:
if (isset($GLOBALS['xoopsConfig']['default_theme']) && $GLOBALS['xoopsConfig']['default_theme'] != 'default') {


line 96:
if ($file_path != "" && file_exists($filepath)) {

replace with:
if (isset($file_path) && $file_path != "" && file_exists($filepath)) {


class/smarty/Smarty.class.php:
line 626:
if(!@is_array($this->_tpl_vars[$tpl_var])) {

replace with:
if( !(array_key_exists($tpl_var$this->_tpl_vars)) || !@is_array($this->_tpl_vars[$tpl_var])) {



greetz
derya

Login

Who's Online

231 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 231


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits