5591
Cesagonchu
Re: Xoops 2.6.0 translation

Thank you but I want to play, hehe



5592
goffy
Bug in formselectuser.php in 2.5.7.1
  • 2015/7/20 4:39

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


I found a bug in formselectuser.php

line 76:
$value is_array($value) ? $value : (empty($value) ? array() : array($value));

This creates always an array, also if you give one single specific user id, which should be preselected in a list of all users

the line 77
if (count($value) > 0) {
creates then a dropdown with only the one, which should be preselected

the line 77 must be changed to
if (count($value) > 1) {



5593
oswaldo
Re: Xoops 2.6.0 translation
  • 2015/7/20 0:20

  • oswaldo

  • Quite a regular

  • Posts: 215

  • Since: 2008/8/22


Ladies first



5594
Mamba
Re: problems since update to 2.5.7.1 -
  • 2015/7/18 19:20

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


1) You need to specify which XOOPS version you have updated from, so we understand it better, as well as your current PHP version

2) You'll need to copy the /upgrade directory to your XOOPS installation's directory, and run it by:
http://your_xoops_url.com/upgrade

3) You'll need also to update your modules by clicking on Update icon in the Admin, and sometimes you'll need to upgrade your modules to newer versions.

Tell us what modules you have, what versions, and we might make some recommendations for you.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5595
Dante7237
Re: problems since update to 2.5.7.1 -
  • 2015/7/18 13:44

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Almost always this is a php version issue.
List your specs, ie: php version etc..




5596
mbu10
problems since update to 2.5.7.1 -
  • 2015/7/18 11:51

  • mbu10

  • Just popping in

  • Posts: 10

  • Since: 2009/1/7 1


Well upgraded and all went reasonably smoothly
But for some reason the system module no longer works.
i click it and it goes to a screen with nothing in to
Also i have lost my editors for content
so i have no way of adding content that is any more complicated than flat texts.
how do i add editors back in
thanks



5597
Cesagonchu
Re: Xoops 2.6.0 translation

For now, we do a competition with Oswaldo from Spain, hehe. Who will finish the translation first?



5598
Mamba
Re: Date persian
  • 2015/7/18 6:57

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I am not sure if this will help, but there was a discussion in the past about Persian date format (see this thread)

I've sent an email to Irmtfan (who is from Iran) asking him if he could release XOOPS 2.5.7.1 in Persian, but didn't hear back from him.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5599
Cesagonchu
Re: Xoops 2.6.0 translation

It is a pleasure



5600
jlm69
Re: Installing 2.6.0 get fatal error
  • 2015/7/16 19:04

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


Dante,
Thanks, this is what I had in .htaccess

# Custom Legacy PHP 5.3 handler placed by host
AddType application/x-httpd-php53 .php5 .php4 .php .php3 .php2 .phtml
suPHP_ConfigPath /usr/local/lib/php53.ini
# End Custom Legacy PHP 5.3 handler placed by host


I just needed to delete those lines.

But then I got this error on the module install page

Parse error: syntax error, unexpected 'return' (T_RETURN) in /home/xxxx/public_html/xxx/class/xoopseditor/tinymce4/editor_registry.php on line 1

I just deleted tinymce4 and everything worked great.

Thanks for showing me where to look.

John





TopTop
« 1 ... 557 558 559 (560) 561 562 563 ... 29425 »



Login

Who's Online

197 user(s) are online (50 user(s) are browsing Support Forums)


Members: 0


Guests: 197


more...

Donat-O-Meter

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

Latest GitHub Commits