|
|
|
Error: document.adminForm.limitstart is undefined
|
|
Date: 2008/03/10 11:35
|
By: vyren
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Greetings!
Using Joomla 1.5 and CB 1.1.
On the com_comprofiler page, the page number links and Next/End buttons do not work. My Java Error console is reporting:
Error: document.adminForm.limitstart is undefined
Suggestions, ideas? Is the really a bug or did I bug something up?
Thanks!
|
|
The administrator has disabled public write access. |
|
|
|
Re:Error: document.adminForm.limitstart is undefin
|
|
Date: 2008/03/11 00:35
|
By: beat
|
Status: Admin
|
|
|
Karma: 244  
|
|
Admin  | Posts: 4066 |   | |
|
This is a bug of the joomla 1.5.1 legacy plugin.
We worked around this bug for upcoming CB 1.2, but no easy fix to share, sorry. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Error: document.adminForm.limitstart is undefin
|
|
Date: 2008/10/03 01:31
|
By: chucknthem
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Hi, if you are still having this problem, going to
| Code: | Joomla/administrator/components/com_comprofiler/admin.comprofiler.html.php
|
and then adding
| Code: |
<input type="hidden" name="limitstart" value="" />
|
in every relevant form fixes the problem for me.
|
|
The administrator has disabled public write access. |
|
|