21
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 7:50

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Hello
There is one bug in fresh install of 255B
file /install/page_configsave.php
Quote:

line 86 if (!@copy($rewrite['VAR_PATH'] . '/data/secure.dist.php', $rewrite['VAR_PATH'] . '/data/secure.php')) {
$error = ERR_COPY_MAINFILE.$rewrite['VAR_PATH'] . '/data/secure.dist.php';
} else {
clearstatcache();

$rewrite = array_merge($rewrite, $vars);

should be
Quote:

line 86 if (!@copy($vars['VAR_PATH'] . '/data/secure.dist.php', $vars['VAR_PATH'] . '/data/secure.php')) {
$error = ERR_COPY_MAINFILE.$vars['VAR_PATH'] . '/data/secure.dist.php';
} else {
clearstatcache();

$rewrite = array_merge($rewrite, $vars);

QED

22
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 8:33

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6



Quote:
Quote:
I had an issue with the upgraded TinyEditor only loading in the 'Scoop' part of the News module and not in the 'Extended Text' part. It was an old version of News so may not affect newer versions, but perhaps worth checking.

Thanks!

Which version of News?

Can somebody else confirm it?



Hello Mamba
try thishttp://test.issy-ps.com/modules/TDMDownloads/singlefile.php?cid=1&lid=1
TinyMCE don't like being instancied more than once
this file correct it

23
Peekay
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 11:22

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


Many thx for this XavierS.

I have not tested it yet, but this will be a critical change for anyone that uses the News module.
A thread is for life. Not just for Christmas.

24
jimmyx
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 13:49

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


im using a working copy of the amevents module..

before this the module is working fine but in 2.5.5 beta i also have the problem of the day of calendar is up to 40 and also the selected date is not the same after an event is submitted

25
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 17:05

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Quote:
by Peekay on 2012/3/7 12:22:27

Many thx for this XavierS.

I have not tested it yet, but this will be a critical change for anyone that uses the News module.

i'have tested on my testsitehttp://test.issy-ps.com (255beta) with news 1.66 utf8 from frxoops.com and it work well

26
Mamba
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 18:08

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Many thx for this XavierS.

Yes, thank you very much XavierS for testing and submitting fixes. I hope, more people will do the same!

Quote:
I have not tested it yet, but this will be a critical change for anyone that uses the News module.

For me TinyMCE and News 1.67 Beta work fine on XOOPS 2.5.5. Could you test 1.67 without the fix from XavierS, and then your old News version with his fix?

Can anybody else check your News version and XOOPS 2.5.5 Beta for the issue reported by Peekay:
Quote:
"TinyEditor only loading in the 'Scoop' part of the News module and not in the 'Extended Text' part. "


Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

27
Mamba
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 18:09

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
im using a working copy of the amevents module..

Which version? This one seems to be outdated.

Where can we download it?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

28
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 18:25

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Quote:
Can anybody else check your News version and XOOPS 2.5.5 Beta for the issue reported by Peekay:
Quote:
"TinyEditor only loading in the 'Scoop' part of the News module and not in the 'Extended Text' part. "

It's not a bug of Xoops or TinyMCE
It's depend to the browser
Sometimes they accept 2 instanciation of TyniMCE
(one for scoop and a second one for extend text)
sometimes they don't
why?
cosmic ray is a good explication

my correction put the 2 fieldnames on one
tinyMCE.init({
theme:'advanced',
.....
elements:'hometext,bodytext',
....
});

29
Mamba
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 19:35

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
It's not a bug of Xoops or TinyMCE
It's depend to the browser

Why would anybody use anything but Chrome?

OK, I got it now.

I've sent the links to your posts to the Core team, so hopefully it will make into the upcoming XOOPS 2.5.5 RC version.

Again, thanks for testing and providing fixes. I hope, more people will follow your example.

Too often, nobody does any tests and reports any bugs, then we believe that everything is OK, and when we release a version, then suddenly people start reporting bugs.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

30
redheadedrod
Re: XOOPS 2.5.5 Beta Issues

Only chrome I have is on my bumper... ;)
Attending College working towards Bachelors in Software Engineering and Network Security.

Login

Who's Online

206 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 206


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