Ticket #351 (new bug)
searchmembers ajax not working in Opera / no php closing tag ('?>') in some module files
| Reported by: | lemon-head | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | unassigned |
| Component: | BW General | Keywords: | |
| Cc: |
Description
AJAX search currently is not working in Opera. The last time I had this problem it was caused by a linebreak in the ajax xml, caused by a linebreak in a module file (layoutbits). This time we should look at all the modules!
Don't know if this causes any problems, but better fix it.
- every php file should begin with '<?php' and end with '?>'
- there should be no linebreak before the starting '<?php' and after the ending '?>'. Otherwise, we get problems when creating XML files.
files:
- modules/security/lib/enc.lib.php -> misisng '?>'
- modules/security/lib/encdb.lib.php -> misisng '?>'
- modules/user/lib/bwauth.lib.php -> remove the linebreak after '?>' !!
- modules/user/lib/right.lib.php -> remove the linebreak after '?>' !!
- even more? better have a look yourself! also on test and alpha!
Change History
comment:1 Changed 4 years ago by lemon-head
- Summary changed from searchmembers ajax not working in Opera / no php closing tag ('?>') in 'modules/security/lib/encdb.lib.php' to searchmembers ajax not working in Opera / no php closing tag ('?>') in some module files
Note: See
TracTickets for help on using
tickets.


