Bugs item #1499863, was opened at 2006-06-03 02:20 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1499863&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: ver devel >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Ovidiu Sas (osas) >Assigned to: Bogdan (bogdan_iancu) Summary: find_mod_export: <db_replace> in module dbtext not found Initial Comment: While running openser in debug mode I noticed the following line: find_mod_export: <db_replace> in module dbtext not found Is this the expected behaviour? ---------------------------------------------------------------------- >Comment By: Bogdan (bogdan_iancu) Date: 2006-06-05 13:37 Message: Logged In: YES user_id=1275325 Ovidiu, each DB driver may export a limited number of functions via API, depending of the DB capabilities - the modules using DB backend are required to check at startup if all the required DB capabilities are met. So it's not a bug, just that dbtext does not provide the replace functionality. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1499863&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
