Issue with loading Registration and Login forms on the search page.
Top file change: bug fix for roles request. problems with templates.
Added a register and a login link to the main search page (see SVN notes). This will allow users to login to the site to view private or
restricted tag profiles in the search results. categories that are created as private show a lock icon beside them. To browse
or search this category users must login.
NOTE: The page shows what looks like a variable error where the block name is not defined.
Notice: TEMPLATEZ Can't find block name register_link in template C:/xampp/htdocs/jmp/client/skin/view_default/default/top.html in C:\xampp\htdocs\jmp\admin\lib\jumper_lib\HTML\tplTemplatez.php on line 136
Notice: TEMPLATEZ Can't find block name login_link in template C:/xampp/htdocs/jmp/client/skin/view_default/default/top.html in C:\xampp\htdocs\jmp\admin\lib\jumper_lib\HTML\tplTemplatez.php on line 136
The tplTemplatez.php code defines all the forms to get in the jmp/client/inc/defualt/view. Including the login, register, and contact files and html pages.
But none of them load properly.
This is a known bug and that is why the contact us substituted an email address for the form.
When the login form is loaded you also get the following deprecation error.
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\jmp\client\inc\default\view\JumperView_login.php on line 96
Once logged in the user gets the following error.
Notice: TEMPLATEZ Can't find block name logged in template C:/xampp/htdocs/jmp/client/skin/view_default/default/top.html in C:\xampp\htdocs\jmp\admin\lib\jumper_lib\HTML\tplTemplatez.php on line 136
This is an error with jumper_lib/Validator.php'; where it appears it cannot pull the values from the array. Yet the user does login and can access private categories and tag profiles.?????