I am receiving a Fatal error: Call to a member function bind() on a non-object in /home/euccc1/public_html/live2/components/com_chronocontact/libraries/customcode.php(71) : eval()'d code on line 13.
I have looked at the Customcode.php & found the eval statement, but do not fully understand what it is doing or what is causing my problem.
I am working on a very old website, (Joomla! 1.5.26), with ChronoConnectivity & ChronoForms. (versions ??)
(Plan to replace the entire website soon with new Joomla! CMS & supporting CC & CF components.)
I have been reading the forums for quite a while on this & post #41063 from fservais, September 30 2009 is the closest I have found so far.
Greyhead's responses seem to provide some clues, but not exactly what I see.
I see Auto Generated Data, but not Auto Generated Code he references to. Where is Auto Generated Code seen?
I have thought of placing some var_dump() & die() statement into customcode.php to assist in problem diagnoses, but since line 71 is in an "if" construct, I think it will break the "if" construct.
What I am doing:
In CC I am allowing specific people to chose a member account for editing (editing account profile (name, address, phone#, etc.), on behalf of someone else)
Once the account is selected, CF brings up the account profile for editing.
When all edits are complete, the "Submit" button is selected.
The failure occurs.
Perhaps, I can get some help because the guys who coded this years ago have left & I have no support presently.
I have looked at the Customcode.php & found the eval statement, but do not fully understand what it is doing or what is causing my problem.
I am working on a very old website, (Joomla! 1.5.26), with ChronoConnectivity & ChronoForms. (versions ??)
(Plan to replace the entire website soon with new Joomla! CMS & supporting CC & CF components.)
I have been reading the forums for quite a while on this & post #41063 from fservais, September 30 2009 is the closest I have found so far.
Greyhead's responses seem to provide some clues, but not exactly what I see.
I see Auto Generated Data, but not Auto Generated Code he references to. Where is Auto Generated Code seen?
I have thought of placing some var_dump() & die() statement into customcode.php to assist in problem diagnoses, but since line 71 is in an "if" construct, I think it will break the "if" construct.
What I am doing:
In CC I am allowing specific people to chose a member account for editing (editing account profile (name, address, phone#, etc.), on behalf of someone else)
Once the account is selected, CF brings up the account profile for editing.
When all edits are complete, the "Submit" button is selected.
The failure occurs.
Perhaps, I can get some help because the guys who coded this years ago have left & I have no support presently.