1
timgno
Xoops 2.5.4 Final Release
  • 2011/11/20 14:29

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Ok!

Tested with Wamp Server.

Operated at full

2
Anonymous
Re: Xoops 2.5.4 Final Release
  • 2011/11/20 17:37

  • Anonymous

  • Posts: 0

  • Since:


Also works ok in here, except...

I upgraded a 2.5.3 site which was already upgraded with the new beta admin framework. After upgrading, loading the admin pages goes not as smoothly as before. Also the big icons are missing when navigating in module pages.

3
trabis
Re: Xoops 2.5.4 Final Release
  • 2011/11/20 18:06

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

flipse wrote:
Also the big icons are missing when navigating in module pages.


You probably need to clean your browser cache.

4
trabis
Re: Xoops 2.5.4 Final Release
  • 2011/11/20 18:17

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I've upgraded one site from 2.3.2 into 2.5.4 and notice one problem (only).

The admin->users page produces a query that takes down my all site, this is the query produced here at xoops.org:

14.787788 - SELECT DISTINCT u.* FROM users AS u LEFT JOIN groups_users_link AS m ON m.uid = u.uid WHERE 1 = 1 AND (level >= '0') ORDER BY user_regdate DESC LIMIT 0, 20

code that produces this query is this one:
$users_arr = $member_handler->getUsersByGroupLink($groups, $criteria, true);

We need to see how we can optimize this. It is locking the table and produces a lot of pending 'select user' queries. In an active site as mine, accessing admin->users in admin siide brings server to its knees.

I've temporarily changed this line into
$users_arr = $member_handler->getUsers($criteria, true);

5
jjdai
Re: Xoops 2.5.4 Final Release
  • 2011/11/20 21:20

  • jjdai

  • Just popping in

  • Posts: 22

  • Since: 2006/6/17


It seams there is a problem with the class XoopsMultiMailer.

I can not send mail
I have message "could not instanciate phpMailer"


But when i use this class (PHPmailer) directly i can send mail

Context:
xoops 2.5.4
Hebergeur : infomaniak
mode : php mail()
Fonction: send mail in xoops admin.

JJDai



6
trabis
Re: Xoops 2.5.4 Final Release
  • 2011/11/28 13:46

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

jjdai wrote:
It seams there is a problem with the class XoopsMultiMailer.

I can not send mail
I have message "could not instanciate phpMailer"


But when i use this class (PHPmailer) directly i can send mail

Context:
xoops 2.5.4
Hebergeur : infomaniak
mode : php mail()
Fonction: send mail in xoops admin.

JJDai


Can you check if it is related with this revision:
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsCore/branches/2.5.x/2.5.4/htdocs/class/mail/xoopsmultimailer.php?r1=7775&r2=7792

Please put back method function SmtpSend($header, $body) in XoopsMultiMailer class.

We are not sure how this method got removed, probably it was some copy/paste mistake.

7
jjdai
Re: Xoops 2.5.4 Final Release
  • 2011/11/29 17:38

  • jjdai

  • Just popping in

  • Posts: 22

  • Since: 2006/6/17


Ok I try it !
JJdai

8
jjdai
Re: Xoops 2.5.4 Final Release
  • 2011/11/29 17:57

  • jjdai

  • Just popping in

  • Posts: 22

  • Since: 2006/6/17


Bonjour

It is the same
error message :

Errors
Could not instantiate mail function.
Could not send mail to JJD.
Could not instantiate mail function.
Sending message completed.

------------------------------------
JJDai

9
ForMusS
Re: Xoops 2.5.4 Final Release
  • 2011/11/29 21:56

  • ForMusS

  • Core Developer

  • Posts: 146

  • Since: 2007/10/19


This function don't work with the lats phpmailer, I check how I can fix it and send you the fix for test.
Sorry for that

10
jjdai
Re: Xoops 2.5.4 Final Release
  • 2011/11/29 22:38

  • jjdai

  • Just popping in

  • Posts: 22

  • Since: 2006/6/17


Bonsoir
No problem, I wait
And i search on my side.
JJDai

Login

Who's Online

199 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 199


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