21
Mamba
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/9 22:55

  • Mamba

  • Moderator

  • Posts: 11533

  • Since: 2004/4/23


Did you run the Upgrade?

Do you have the right PHP version? You should have minimum PHP 5.2
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

22
bosco
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/9 22:59

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Hi,

i go to mywebsite.com/upgrade/ > log in > whit page with debug infos, nothing else.

# php5 -v
PHP 5.4.4-14 (cli) (built: Mar 4 2013 14:08:43)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

23
Mamba
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/9 23:18

  • Mamba

  • Moderator

  • Posts: 11533

  • Since: 2004/4/23


It's possible that you did follow the instructions with the Protector, in case you have it, or there is an old module that is not compatible.

If you have access to something like phpMyAdmin, find the table "modules" and set for all modules except the "system" module the value for "isactive" to 0, and then try again.

Do the upgrade, and if it works, then go to Admin, and activate the modules one by one, and after each activation, check the front if it works. Once you figure out which module was causing problems, you can update it to the latest version. Well, you should update all of them.
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

24
bosco
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/9 23:46

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


I've tried this. But it doesn't work. Same things.

what i have on my page :
le="color: #000000"><?php Requête(s) 0.000285 - SET NAMES 'latin1' 0.000216 - SET SQL_BIG_SELECTS = 1 0.000305 - SELECT * FROM config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC 0.000711 - SELECT sess_data, sess_ip FROM session WHERE sess_id = 'h2qj0jm9g5nk5fvoon82lc2q80' 0.000763 - SELECT * FROM users WHERE uid = '7' 0.001523 - SHOW COLUMNS FROM `configcategory` LIKE 'confcat_modid' 0.000273 - SELECT * FROM modules WHERE dirname = 'profile' 0.001163 - SHOW TABLES LIKE 'block_instance' Total: 8 Bloc(s) Total: 0 Extra Fichier(s) inclu(s): 52 fichier(s) Usage de la mémoire: 2750144 bytes Temporisation XOOPS a mis 0.069 seconde(s) pour charger XOOPS Boot a mis 0.052 seconde(s) pour charger Module init a mis 0.017 seconde(s) pour charger

25
bosco
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 4:40

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


I have get bak and updated from 2.0.15 to 2.0.18.2 with files on SF.net.

But when trying to update to 2.3, i have this error on /upgrade/ :
le="color: #000000"><?php This page cannot be displayed due to an internal error. You can provide the following information to the administrators of this site to help them solve the problem: Error: Smarty error: the $compile_dir 'XOOPS_VAR_PATH/caches/smarty_compile' does not exist, or is not a directory.

I have followed the instructions in readme.txt from xoops-2.3 packages on SF.net (same as written in the PDF Guide).

I have no idea...

PS : 2.3 is introducing xoops_lib/data

26
Mamba
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 5:11

  • Mamba

  • Moderator

  • Posts: 11533

  • Since: 2004/4/23


Copy content of /xoops_lib to your current "trust path".
And copy /xoops_data to your XOOPS folder.

Make sure these folders are reflected in your mainfile.php (see page 31 of your XOOPS Installation Guide)

For detailed instructions on upgrades, see pages 35-36 of the Guide.
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

27
timgno
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 13:33

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I just upgraded http://themes.txmodxoops.org, I have no modules installed in this space, but as we see it works well on the user side

28
bosco
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 17:42

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Hi,

last night and today, i've applied patches from 2.0.15 to 2.4.0 manually, one by one. Now i'm woth 2.4.0 and it seems working (2.4 appears to work fine on PHP 5.4).
I'm continuing to update Xoops until 2.5.6. If i have errors, i'll tell you there.

PS : after googling my error, i've just added
le="color: #000000"><?php define( 'XOOPS_VAR_PATH', '/home/path/to/xoops_data' );
to my mainfile.php and i've been able to update.

But there is an error with the SQL resquest to update from 2.0.18 to 2.3.0 (error near to type=MyISAM) with MySQL 5.5.

29
chefry
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 18:14

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


That's common with the new version of xoops. It has to do with updated php versions I think

do a search and replace in all your mysql files, before you install the module

replace

type=MyISAM

with

ENGINE=MyISAM

30
Mamba
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 19:37

  • Mamba

  • Moderator

  • Posts: 11533

  • Since: 2004/4/23


Once you update type=MyISAM to ENGINE=MyISAM, as Chefry suggested, you can now upgrade directly to XOOPS 2.5.6 - just follow the instructions...
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

Login

Donat-O-Meter

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