Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 12
TOPIC: Error on com_redform/models/redform.php on line 58
2010/03/10 06:52 #6133
Error on com_redform/models/redform.php on line 58 Print this page
Guys, I get "Fatal error: Call to a member function enqueueMessage() on a non-object in /home/lcaqd/public_html/components/com_redform/models/redform.php on line 587" when submitting a form for RedEvent2, hooking in to VirtueMart.
Components installed as follows:
Last Edit: 2010/03/10 06:58 By busigeeks.
Offline
The administrator has disabled public write access. Top
Steve Barnes
 
Junior Boarder
Posts: 21
graphgraph
Steve Barnes
Chief Geek

Business Geeks
www.busigeeks.com.au
2010/03/10 07:00 #6134
Re:Error on com_redform/models/redform.php on line 58 Print this page
b.t.w. I learned today the church wants to go live in TEN DAYS with this. I really need some assistance to get me over the line please. I would sincerely like to use your products for other customers, but need this one to come through first. If it does not come through, it will be bad for both of us. Please respond asap.
Offline
The administrator has disabled public write access. Top
Steve Barnes
 
Junior Boarder
Posts: 21
graphgraph
Steve Barnes
Chief Geek

Business Geeks
www.busigeeks.com.au
2010/03/10 07:10 #6135
Re:Error on com_redform/models/redform.php on line 58 Print this page
Turned off VM integration. Still got error. Database entries are however going in.

Fatal error: Call to a member function enqueueMessage() on a non-object in /home/lcaqd/public_html/components/com_redform/models/redform.php on line 587
Offline
The administrator has disabled public write access. Top
Steve Barnes
 
Junior Boarder
Posts: 21
graphgraph
Steve Barnes
Chief Geek

Business Geeks
www.busigeeks.com.au
2010/03/10 07:19 #6136
Re:Error on com_redform/models/redform.php on line 58 Print this page
so I checked the code:

if (!$acajoomsubscriber->store()) {
if (stristr($db->getErrorMsg(), 'duplicate entry')) {
$mainframe->enqueueMessage(JText::_('This e-mail address is already signed up for the newsletter'), 'error');
}
else $mainframe->enqueueMessage(JText::_('There was a problem signing up for the newsletter').' '.$db->getErrorMsg(),'error');
}


and removed myself (test user) from Acajoom. Still crashes.
Offline
The administrator has disabled public write access. Top
Steve Barnes
 
Junior Boarder
Posts: 21
graphgraph
Steve Barnes
Chief Geek

Business Geeks
www.busigeeks.com.au
2010/03/10 07:23 #6137
Re:Error on com_redform/models/redform.php on line 58 Print this page
it was the email address that made it crash. When I changed it to a field, it was ok. "Your registration was confirmed"
Offline
The administrator has disabled public write access. Top
Steve Barnes
 
Junior Boarder
Posts: 21
graphgraph
Steve Barnes
Chief Geek

Business Geeks
www.busigeeks.com.au
2010/03/10 09:53 #6138
Re:Error on com_redform/models/redform.php on line 58 Print this page
Added to tracker (notice we work on European times - so if you post while we sleep there is a tad of delay).
Offline
The administrator has disabled public write access. Top
Ronni Christiansen
 
Administrator
Posts: 2889
graph
Go to topPage: 12