$error = __("Configure::load() - no variable \$config found in %s.php", true);
trigger_error(sprintf($error, $fileName), E_USER_WARNING);
if (!include(CONFIGS . 'core.php')) {
trigger_error(sprintf(__("Can't find application core file. Please create %score.php, and make sure it is readable by PHP.", true), CONFIGS), E_USER_ERROR);
if (empty($cache['settings'])) {
trigger_error('Cache not configured properly. Please check Cache::config(); in APP/config/core.php', E_USER_WARNING);
if (!include(CONFIGS . 'bootstrap.php')) {
trigger_error(sprintf(__("Can't find application bootstrap file. Please create %sbootstrap.php, and make sure it is readable by PHP.", true), CONFIGS), E_USER_ERROR);
if (!$this->quirksMode) {
trigger_error(sprintf(__('HttpSocket::_decodeBody - Unknown encoding: %s. Activate quirks mode to surpress error.', true), h($encoding)), E_USER_WARNING);
if (!$this->quirksMode) {
trigger_error(__('HttpSocket::_decodeChunkedBody - Could not parse malformed chunk. Activate quirks mode to do this.', true), E_USER_WARNING);
if (!$this->quirksMode && (!$isValid || ($match[2] == '*' && !in_array($match[3], $asteriskMethods)))) {
trigger_error(__('HttpSocket::_buildRequestLine - Passed an invalid request line string. Activate quirks mode to do this.', true), E_USER_WARNING);
if (!$this->quirksMode && $request['uri'] === '*' && !in_array($request['method'], $asteriskMethods)) {
trigger_error(sprintf(__('HttpSocket::_buildRequestLine - The "*" asterisk character is only allowed for the following methods: %s. Activate quirks mode to work outside of HTTP/1.1 specs.', true), join(',', $asteriskMethods)), E_USER_WARNING);
if (empty($columns)) {
trigger_error(__('(Model::getColumnTypes) Unable to build model field data. If you are using a model without a database table, try implementing schema()', true), E_USER_WARNING);
function remove($id = null, $cascade = true) {
trigger_error('Deprecated method, use Model::delete instead', E_USER_WARNING);
);
trigger_error($error, E_USER_WARNING);
}
trigger_error(
// $$$ automated reporting
trigger_error('BookReader Processing Error: ' . $cmd . ' -- ' . $errorMessage, E_USER_WARNING);
$maxReduce = intval($records['Clevels']);
trigger_error("BookReader using max reduce $maxReduce from jp2 records");
$cmd = $unzipCmd . $this->getDecompressCmd($imageInfo['type'], $powReduce, $rotate, $scale, $stdoutLink) . $compressCmd;
trigger_error('BookReader rerunning with new cmd: ' . $cmd, E_USER_WARNING);
$this->cleanup();
trigger_error('BookReader fallback image processing also failed: ' . $errorMessage, E_USER_WARNING);
if($this->smarty->deprecation_notices)
trigger_error("function call '$name' is unknown or deprecated.",E_USER_NOTICE);
case 'error':
return call_user_func_array('trigger_error',$args);
*/
function trigger_error($error_msg, $error_type = E_USER_WARNING)
{
trigger_error("Smarty error: $error_msg", $error_type);
send_status_line(404, 'Not Found');
trigger_error('ATTACHMENT_FUNCTIONALITY_DISABLED');
send_status_line(404, 'Not Found');
trigger_error('ERROR_NO_ATTACHMENT');
send_status_line(404, 'Not Found');
trigger_error('ATTACHMENT_FUNCTIONALITY_DISABLED');
send_status_line(404, 'Not Found');
trigger_error('ERROR_NO_ATTACHMENT');
send_status_line(403, 'Forbidden');
trigger_error('SORRY_AUTH_VIEW_ATTACH');
send_status_line(404, 'Not Found');
trigger_error('ERROR_NO_ATTACHMENT');
send_status_line(500, 'Internal Server Error');
trigger_error($user->lang['PHYSICAL_DOWNLOAD_NOT_POSSIBLE']);
send_status_line(404, 'Not Found');
trigger_error($user->lang['ERROR_NO_ATTACHMENT'] . '<br /><br />' . sprintf($user->lang['FILE_NOT_FOUND_404'], $filename));
{
trigger_error('utf8_strrpos expects parameter 3 to be long', E_USER_ERROR);
// Make sure the encoding name is alphanumeric, we don't want it to be abused into loading arbitrary files
trigger_error('Unknown encoding: ' . $encoding, E_USER_ERROR);
{
trigger_error('Basic reencoder file is missing', E_USER_ERROR);
default:
trigger_error('Unknown encoding: ' . $encoding, E_USER_ERROR);
{
trigger_error('CJK reencoder file is missing', E_USER_ERROR);
{
trigger_error('CJK reencoder file is missing', E_USER_ERROR);
{
trigger_error('CJK reencoder file is missing', E_USER_ERROR);
// Trigger an error?! Fow now just give bad data :-(
trigger_error('Unknown encoding: ' . $encoding, E_USER_ERROR);
function getDate($columnObj) {
if ($columnObj->getType()!=DBFFIELD_TYPE_DATE) trigger_error ($columnObj->getName()." is not a Date column", E_USER_ERROR);
function getDateTime($columnObj) {
if ($columnObj->getType()!=DBFFIELD_TYPE_DATETIME) trigger_error ($columnObj->getName()." is not a DateTime column", E_USER_ERROR);
function getBoolean($columnObj) {
if ($columnObj->getType()!=DBFFIELD_TYPE_LOGICAL) trigger_error ($columnObj->getName()." is not a DateTime column", E_USER_ERROR);
function getMemo($columnObj) {
if ($columnObj->getType()!=DBFFIELD_TYPE_MEMO) trigger_error ($columnObj->getName()." is not a Memo column", E_USER_ERROR);
function setBoolean($columnObj,$value) {
if ($columnObj->getType()!=DBFFIELD_TYPE_LOGICAL) trigger_error ($columnObj->getName()." is not a DateTime column", E_USER_ERROR);
function setMemo($columnObj,$value) {
if ($columnObj->getType()!=DBFFIELD_TYPE_MEMO) trigger_error ($columnObj->getName()." is not a Memo column", E_USER_ERROR);
function setFloat($columnObj,$value) {
if ($columnObj->getType()!=DBFFIELD_TYPE_FLOATING) trigger_error ($columnObj->getName()." is not a Float column", E_USER_ERROR);
function setInt($columnObj,$value) {
if ($columnObj->getType()!=DBFFIELD_TYPE_NUMERIC) trigger_error ($columnObj->getName()." is not a Number column", E_USER_ERROR);
JFile::delete( $fileCache );
trigger_error("User must be logged in", E_USER_ERROR);
if(!JFile::copy($fileCache , $newFilePath )){
trigger_error( "Could not copy the file", E_USER_ERROR );
if(!$this->store()){
trigger_error( $this->getError(), E_USER_ERROR);
if(!JFile::copy($fileCache , $newFilePath )){
trigger_error( "Could not copy the file", E_USER_ERROR );
if(!$this->store()){
trigger_error( $this->getError(), E_USER_ERROR);
//echo $thumbX->getError(); die;
trigger_error( $thumbX->getError(), E_USER_ERROR);
if(!JFile::copy($fileCache , $newFilePath )){
trigger_error( _("Could not copy the file"), E_USER_ERROR );
if(!$this->store()){
trigger_error( $this->getError(), E_USER_ERROR);
}
trigger_error($regs[1], E_USER_ERROR);
else
trigger_error ("url_stat(): list failed for host '{$host}'", E_USER_WARNING);
$pu = smb::parse_url($url);
if ($pu['type'] <> 'path') trigger_error('unlink(): error in URL', E_USER_ERROR);
$from['domain'] <> $to['domain']) {
trigger_error('rename(): FROM & TO must be in same server-share-user-pass-domain', E_USER_ERROR);
if ($from['type'] <> 'path' || $to['type'] <> 'path') {
trigger_error('rename(): error in URL', E_USER_ERROR);
$pu = smb::parse_url($url);
if ($pu['type'] <> 'path') trigger_error('mkdir(): error in URL', E_USER_ERROR);
$pu = smb::parse_url($url);
if ($pu['type'] <> 'path') trigger_error('rmdir(): error in URL', E_USER_ERROR);
$this->parsed_url = $pu = smb::parse_url($url);
if ($pu['type'] <> 'path') trigger_error('stream_open(): error in URL', E_USER_ERROR);
$this->member = $this->DB->Execute("SELECT * FROM game".$this->game_id."_tb_member WHERE empire='".addslashes($empire_id)."'");
if (!$this->member) trigger_error($this->DB->ErrorMsg());
$this->data = $this->DB->Execute("SELECT * FROM game".$this->game_id."_tb_coalition WHERE id='".$this->member["coalition"]."'");
if (!$this->data) trigger_error($this->DB->ErrorMsg());
if (!$rs) trigger_error($this->DB->ErrorMsg());
$query = "DELETE FROM game".$this->game_id."_tb_member WHERE empire='".intval($empire_id)."'";
if (!$this->DB->Execute($query)) trigger_error($this->DB->ErrorMsg());
$rs = $this->DB->Execute("SELECT * FROM game".$this->game_id."_tb_empire WHERE id='".intval($_SESSION["empire_id"])."'");
if (!$rs) trigger_error($this->DB->ErrorMsg());
if (!$this->DB->Execute($query)) trigger_error($this->DB->ErrorMsg());
$rs = $this->DB->Execute("SELECT * FROM game".$this->game_id."_tb_coalition WHERE name='".addslashes($coalition_name)."'");
if (!$rs) trigger_error($this->DB->ErrorMsg());
if (!$this->DB->Execute($query)) trigger_error($this->DB->ErrorMsg()." QUERY:".$query);
if (strpos($authenticators, "|") && strpos($authenticators, "+"))
trigger_error("You can not use both + and | at the same time for adding authenticators.", FATAL);
if (!$authArray)
trigger_error("No Authenticator could be used.", FATAL);
if (!$this->hasPlugin($auth))
trigger_error("Authenticator \"". htmlentities($auth) ."\" was not found.", FATAL);
if (!$authArray)
trigger_error("No Authenticator could be used.", FATAL);
trigger_error("Could not resolve WWWROOT path, please set an absolute path in preview.wwwroot config option. Check the Wiki documentation for details.", FATAL);
trigger_error("{#error.no_access}", FATAL);
trigger_error("{#error.no_access}", FATAL);
trigger_error("{#error.no_access}", FATAL);
{
trigger_error("kses5::AddProtocols() did not receive an argument.", E_USER_WARNING);
{
trigger_error("kses5::AddProtocols() did not receive a string or an array.", E_USER_WARNING);
{
trigger_error("kses5::AddProtocol() tried to add an empty/NULL protocol.", E_USER_WARNING);
{
trigger_error("kses5::RemoveProtocol() requires a string.", E_USER_WARNING);
{
trigger_error("kses5::RemoveProtocol() tried to remove an empty/NULL protocol.", E_USER_WARNING);
{
trigger_error("kses5::SetProtocols() did not receive a string or an array.", E_USER_WARNING);
{
trigger_error("kses5::AddHTML() requires the tag to be a string", E_USER_WARNING);
{
trigger_error("kses5::AddHTML() tried to add an empty/NULL tag", E_USER_WARNING);
{
trigger_error("kses4::AddProtocols() did not receive an argument.", E_USER_WARNING);
{
trigger_error("kses4::AddProtocols() did not receive a string or an array.", E_USER_WARNING);
{
trigger_error("kses4::Protocols() did not receive an argument.", E_USER_WARNING);
{
trigger_error("kses4::SetProtocols() did not receive an argument.", E_USER_WARNING);
{
trigger_error("kses4::SetProtocols() did not receive a string or an array.", E_USER_WARNING);
{
trigger_error("kses4::RemoveProtocol() requires a string.", E_USER_WARNING);
{
trigger_error("kses4::RemoveProtocol() tried to remove an empty/NULL protocol.", E_USER_WARNING);
{
trigger_error("kses4::RemoveProtocols() did not receive a string or an array.", E_USER_WARNING);
{
trigger_error('NOT_AUTHORISED');
{
trigger_error('NO_USER');
trigger_error(implode('<br />', $ip_search) . $return);
{
trigger_error('NO_USER');
add_log('admin', 'LOG_USER_UNFLAGGED', $username);
trigger_error($user->lang['USER_UNFLAG_SUCCESS'] . $return);
{
trigger_error('NOT_AUTHORISED');
{
trigger_error('NO_USER');
default :
trigger_error('NO_MODE');
* the version in which the file was deprecated, and any message regarding the change.
* @uses apply_filters() Calls 'deprecated_file_trigger_error' and expects boolean value of true to do
// Allow plugin to filter the output error trigger
if ( WP_DEBUG && apply_filters( 'deprecated_file_trigger_error', true ) ) {
if ( ! is_null( $replacement ) )
trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.'), $file, $version, $replacement ) . $message );
else
trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.'), $file, $version ) . $message );
if ( ! is_null( $replacement ) )
trigger_error( sprintf( '%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.', $file, $version, $replacement ) . $message );
else
trigger_error( sprintf( '%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.', $file, $version ) . $message );
* and the version in which the argument was deprecated.
* @uses apply_filters() Calls 'deprecated_argument_trigger_error' and expects boolean value of true to do
// Allow plugin to filter the output error trigger
if ( WP_DEBUG && apply_filters( 'deprecated_argument_trigger_error', true ) ) {
// Allow plugin to filter the output error trigger
if ( WP_DEBUG && apply_filters( 'deprecated_file_trigger_error', true ) ) {
if ( ! is_null( $replacement ) )
trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.'), $file, $version, $replacement ) . $message );
else
trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.'), $file, $version ) . $message );
if ( ! is_null( $replacement ) )
trigger_error( sprintf( '%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.', $file, $version, $replacement ) . $message );
else
trigger_error( sprintf( '%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.', $file, $version ) . $message );
* and the version in which the argument was deprecated.
* @uses apply_filters() Calls 'deprecated_argument_trigger_error' and expects boolean value of true to do
// Allow plugin to filter the output error trigger
if ( WP_DEBUG && apply_filters( 'deprecated_argument_trigger_error', true ) ) {
if ( ! is_null( $message ) )
trigger_error( sprintf( __('%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s! %3$s'), $function, $version, $message ) );