deemurphy Posted November 28, 2006 Share Posted November 28, 2006 Could someone tell me what the dbpasswordfunction is, what to set it, etc.Thank youDee Link to comment https://forums.phpfreaks.com/topic/28722-dbpassword-function/ Share on other sites More sharing options...
deemurphy Posted November 28, 2006 Author Share Posted November 28, 2006 I thought it would help if I post the code and the error I am getting.Code:<?php$DATABASE_HOST = "localhost";$DATABASE_USER = "root";$DATABASE_PASS = "mypassword";$DATABASE_DB = "sugarcrm";$DATABASE_PASSWORD_FUNCTION = "__DBPASSWORDFUNCTION__";Error:Can't perform query: FUNCTION sugarcrm.__DBPASSWORDFUNCTION__ does not exist SELECT password AS passwd1, __DBPASSWORDFUNCTION__('mypassword') AS passwd2 FROM timesheet_user WHERE username='admin'?>Admin is the timesheet username. I am using timesheet.php and put the database in sugarcrm. The password for all is the same.Thank youDee Link to comment https://forums.phpfreaks.com/topic/28722-dbpassword-function/#findComment-131516 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.