Error Occurred While Processing Request The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.


The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request

Error Executing Database Query.

Access denied for user 'HCUB1_swapalease'@'localhost' (using password: YES)
 
The error occurred in /home/swapalea/public_html/common/CFCs/pagebuilder.cfc: line 187
Called from /home/swapalea/public_html/car_leasing_contract_hire/index.cfm: line 14
Called from using password: line -1
Called from using password: line -1
185 : 	<!--- getAllMakes --->
186 : 	<cffunction name="getAllMakes" returntype="query">
187 : 		<cfquery  datasource="#Application.datasource#" name="make" username="#Application.dnsusername#" password="#Application.dnspassword#">
188 : 		SELECT * FROM xml_makes ORDER BY Make
189 : 		</cfquery>

SQLSTATE   28000
DATASOURCE   swapalea_swapalease
VENDORERRORCODE   1045
SQL    SELECT * FROM xml_makes ORDER BY Make
Resources:

Browser   claudebot
Remote Address   18.205.114.205
Referrer   https://www.swap-a-lease.co.uk/car_leasing_contract_hire/index.cfm
Date/Time   19-Mar-24 05:18 AM
Stack Trace
at cfpagebuilder2ecfc475314666$funcGETALLMAKES.runFunction(/home/swapalea/public_html/common/CFCs/pagebuilder.cfc:187) at cfindex2ecfm1985419429.runPage(/home/swapalea/public_html/car_leasing_contract_hire/index.cfm:14) Caused by: java.sql.SQLException: Access denied for user 'HCUB1_swapalease'@'localhost' (using password: YES) java.sql.SQLException: Access denied for user 'HCUB1_swapalease'@'localhost' (using password: YES)

java.sql.SQLException: Access denied for user 'HCUB1_swapalease'@'localhost' (using password: YES)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
	at com.mysql.cj.jdbc.NonRegisteringDriver.$fr$connect(NonRegisteringDriver.java:197)
	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java)
	at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:614)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.lang.Thread.run(Thread.java:748)