Blank page on redefinition of function, behavior of function depends on where in the system one places it
milkes - February 3, 2008 - 11:46
| Project: | Ajax Table |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
On defining the ajaxtable user-supplied function in the examples directly in a content page as php code and previewing, one gets blank screen. This somehow depends on the ajaxtable_docs module. When ajaxtable_docs is deactivated and the function is entered into the page content, the example displays primarily ok, but the functions "sort" and "goto page" result in empty tables. Same problem occurs when I define the function in the theme's template.php
(Drupal 5.5, Apache 2.0.59, php 5.1.6, MySQL 5.0.45, win xp)

#1
I was having the same problem,
and I found that I have to create my module,
see http://drupal.org/node/217734
Amihai