[TYPO3-english] Cron Job for Scheduler error

Mike Kane sara_bets at hotmail.com
Fri Nov 28 20:37:01 CET 2014


Hello people,

To deal with email sending, i have created a Cron Job in cPanel with the instruction "/home/username/public_html/typo3/cli_dispatch.phpsh scheduler". However this Cron is not being executed due to a very awkward error. The error that i receive is the following:

"Status: 500 Internal Server Error
X-Powered-By: PHP/5.4.32
Expires: 0
Last-Modified: Fri, 28 Nov 2014 19:20:04 GMT
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Content-type: text/html

<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="robots" content="noindex, follow" />

	<title>Oops, an error occurred!</title>

	<base href="ht/" />

	<link rel="stylesheet" href="typo3/sysext/t3skin/stylesheets/standalone/errorpage-message.css" />
</head>

<body class="t3-message-page t3-errorpage-message">

<div class="t3-message-page-container">
	<div class="t3-message-page-logo">
		<img src="typo3/sysext/t3skin/images/login/typo3logo-white-greyback.gif" alt="TYPO3 logo" />
	</div>
	<div class="shadow-box-top-428"></div>
	<div class="t3-message-page-message typo3-message message-error">
		<h1>Oops, an error occurred!</h1>
		<p class="t3-error-text">TYPO3 Fatal Error: The current username, password or host was not accepted when the connection to the database was attempted to be established!<p>More information regarding this error might be available <a href="http://typo3.org/go/exception/v4/1270853884" target="_blank">online</a>.</p></p>
	</div>
	<div class="shadow-box-bottom-424"></div>
</div>

<div id="t3-footer">
	<div id="t3-copyright-notice">
		TYPO3 CMS is an open source content management system. To maintain the quality of the system and to improve it, please help us by donating.
		TYPO3 CMS. Copyright © 1998-2013 Kasper SkÃ¥rhøj. Extensions are copyright of their respective owners. Go to http://typo3.org/ for details.
		TYPO3 CMS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Obstructing the appearance of this notice is prohibited by law.
	</div>
</div>

</body>
</html> "

This is very strange, because everything with DB connection is fine, the website BE and FE are fine, so i don't understand the problem with password and user connection to the DB. 

Can anyone help me?


More information about the TYPO3-english mailing list