Error when Inviting more than one user
Posted: 12 June 2008 12:22 PM   [ Ignore ]
Jr. Member
RankRank
Total Posts:  50
Joined  2007-04-30

Hey there,

I’m on the latest version of User, and my Invite form works when using only one email address, but when I enter more than one, seperated by commas, I get a white page with the following error:

Fatal error: Cannot redeclare class template in /home/xxxx/public_html/xxxx/core/core.template.php on line 0

The emails are actually sent, but it never displays the confirmation page (with the keys created).

Any ideas?

Profile
 
 
Posted: 12 June 2008 12:27 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

ira42,

This is a known issue. It will be corrected in the next release. smile

 Signature 
Profile
 
 
Posted: 12 June 2008 03:35 PM   [ Ignore ]   [ # 2 ]
Jr. Member
RankRank
Total Posts:  50
Joined  2007-04-30

Hey Pie Man,

Any hint on the cause of the problem?  Could at least try to fix it myself, temporarily.

I have a client who was trying to use it, and kept submitting the form over and over, and now is trying to send out the invites one at a time (several hundred), as this is the only way to confirm that the keys/emails are sent…

Ira

Profile
 
 
Posted: 12 June 2008 10:05 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

ira42,

I don’t believe this would be a pretty thing to attempt.
That said, I have very little knowledge of coding PHP, let alone understanding the “behind-the-scenes” work of this function. smile

 Signature 
Profile
 
 
Posted: 13 June 2008 10:27 AM   [ Ignore ]   [ # 4 ]
Jr. Member
RankRank
Total Posts:  50
Joined  2007-04-30

As usual, I spoke too soon… The multiple emails are NOT actually being sent… Just the single emails.

Would you happen to have a rough idea of when the next version will be available?  I have this module integrated on our production site, and this is a pretty big bug. Tx!

Ira

Profile
 
 
Posted: 13 June 2008 10:34 AM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

I hate to say it, but it’ll probably be several weeks before this may get fixed…

 Signature 
Profile
 
 
Posted: 01 July 2008 04:48 AM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  4
Joined  2005-10-14

Hello all
I really need this function to work for me .... any ideas on how the bug fix is coming along? Please!

In the documentation, it clearly says that emails separated with a comma can be used to generate multiple keys.

Thanks for a terrific module but getting this to work is going to save us hours of work and, in some ways, is why I purchased!

Profile
 
 
Posted: 01 July 2008 05:15 AM   [ Ignore ]   [ # 7 ]
Newbie
Rank
Total Posts:  4
Joined  2005-10-14

Actually I poked around and the FIX was easy peasy ---
in mod.user.php go to line 5909

change

require PATH_CORE.'core.template'.EXT;

to

require_once PATH_CORE.'core.template'.EXT;

That fixed it for me

Profile
 
 
Posted: 01 July 2008 07:36 AM   [ Ignore ]   [ # 8 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

cj,

I’m sorry you had to fix your own bug. But I sure appreciate you sharing the fix with me. I’ll code it in for next version.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 01 July 2008 08:58 AM   [ Ignore ]   [ # 9 ]
Newbie
Rank
Total Posts:  4
Joined  2005-10-14

I’m sorry you had to fix your own bug

No problem - Your stuff is so very useful!

Cheers
CJ

Profile
 
 
Posted: 16 September 2008 06:53 AM   [ Ignore ]   [ # 10 ]
Jr. Member
RankRank
Total Posts:  50
Joined  2007-04-30

Just wanted to let you know that this issue is still in version 1.3.3…

Upgraded to 1.3.3 yesterday and my clients were reporting errors.  Did a search on the error, and found my own post!  (Kinda like getting an idiot shock, where you try to start your car when it’s already running)…

What can I say but, thanks AGAIN CJ. This fixed the issue.

Ira

Profile
 
 
Posted: 16 September 2008 08:45 AM   [ Ignore ]   [ # 11 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18
ira42 - 16 September 2008 06:53 AM

Just wanted to let you know that this issue is still in version 1.3.3…

We’re aware of this smile

It has not yet been corrected, but will finally be addressed soon wink

 Signature 
Profile