From: Ken N. <ke...@co...> - 2004-05-08 18:00:24
|
Hey Everyone, I hit a brick wall. My module is ready for alpha release except (and this is a BIG except), the module will not display anything from the functions: _categoryblock, _categorylist, and _itemview UNTIL I edit / add / delete a record. Using the debug module, it seems that no object is being created until after performing an edit / add / delete. Here is the first "line" from the debugs: Before: object(cg_nakesmanager)(25) { ["Nakes"]=> NULL ["_module"]=> string(5) "Nakes" ["_table"]=> string(15) "mod_Nakes_items" ["_request"]=> string(11) "NakesMan_op" ["_class"]=> NULL After: object(cg_nakesmanager)(25) { ["Nakes"]=> &object(cg_nakes)(29) I am registering the module with Source Forge, but it may be a few days before it goes online. In the meantime, the file can be downloaded from: http://geekystuff.net/files/nakes-0.0.1.tar.gz I would greatly appreciate any help to fix the above problem. I think it is something relatively simple, but I am not seeing the solution. I _have_ looked at many other modules, and tried many (what I hoped would be) solutions - to no avail. Thanks! Ken -- Kenneth Nordquist http://communitygems.com |