[phpldapadmin] [ phpldapadmin-Bugs-2981480 ] create_base_form_1 is undefined while creating the base entr
"SourceForge.net" <[email protected]> Sat, 03 Apr 2010 09:12:32 +0000
| Newsgroups | gmane.comp.ldap.davedap |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #2981480, was opened at 2010-04-03 11:12
Message generated for change (Tracker Item Submitted) made by pavelhlavnicka
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498546&aid=2981480&group_id=61828
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: 1.2.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pavel Hlavnicka (pavelhlavnicka)
Assigned to: Nobody/Anonymous (nobody)
Summary: create_base_form_1 is undefined while creating the base entr
Initial Comment:
Using openldap and phpldapadmin 1.2.0.5
Firefox Error Console catch this if I click "create now" below the non existent base entry in my fresh LDAP instance.
Error: document.create_base_form_1 is undefined
Source File: javascript:document.create_base_form_1.submit()
Line: 1
Brief look into HTMLTree.php shows that the forms for creating of base entries contains: $this->javascript .= sprintf('<form name="create_\
base_form_%s" method="post" action="cmd.php?cmd=template_engine">',$javascript_id);
... well makes just a little sense to append html for from creation into javascript right?
I have changed all relevant occurences of $this->javascript .= sprintf to printf and the error disappeared.... though the entry was not created and I saw many warning in generated html page... I do not thing they were really related...
HTH
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498546&aid=2981480&group_id=61828
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
______________________________________
phpLDAPadmin development mailing list.
To unsbuscribe: https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel
http://phpldapadmin.sourceforge.net/