Hi all.
Below is my custom made object's dba-file. Everything has went well. I took a
good look of net.nemein.tag for an example. But still one issue remains
I get following error
``Fatal error: Class 'fi_rohea_mjump_component_dba' not found in
/usr/share/php/midcom/lib/midcom/helper/_dbfactory.php on line 203``
I tried to invalidate cache and stop&start apache but it didn't help.
Below is the class that I used.
``
<?php
class net_testobj_element_dba extends __fi_rohea_test_component_dba{
function net_mjump_element_dba($id = null)
{
return parent::__fi_rohea_test_component_dba($id);
}
}
?>
``
Where's the problem?
Cheers
Tero
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user