Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lang/en/debug.php File Reference

Go to the source code of this file.

Namespaces

namespace  debug

Variables

 $string ['authpluginnotfound'] = 'Authentication plugin {$a} not found.'
 $string ['blocknotexist'] = '{$a} block doesn\'t exist'
 $string ['cannotbenull'] = '{$a} cannot be null!'
 $string ['cannotdowngrade'] = 'Cannot downgrade {$a->plugin} from {$a->oldversion} to {$a->newversion}.'
 $string ['cannotfindadmin'] = 'Could not find an admin user!'
 $string ['cannotinitpage'] = 'Cannot fully initialize page: invalid {$a->name} id {$a->id}'
 $string ['cannotsetuptable'] = '{$a} tables could NOT be set up successfully!'
 $string ['codingerror'] = 'Coding error detected, it must be fixed by a programmer: {$a}'
 $string ['configmoodle'] = 'Moodle has not been configured yet. You need to edit config.php first.'
 $string ['erroroccur'] = 'An error has occurred during this process'
 $string ['invalidarraysize'] = 'Incorrect size of arrays in params of {$a}'
 $string ['invalideventdata'] = 'Incorrect eventadata submitted: {$a}'
 $string ['invalidparameter'] = 'Invalid parameter value detected'
 $string ['invalidresponse'] = 'Invalid response value detected'
 $string ['missingconfigversion'] = 'Config table does not contain version, can not continue, sorry.'
 $string ['modulenotexist'] = '{$a} module doesn\'t exist'
 $string ['morethanonerecordinfetch'] = 'Found more than one record in fetch() !'
 $string ['mustbeoveride'] = 'Abstract {$a} method must be overridden.'
 $string ['noactivityname'] = 'Page object derived from page_generic_activity but did not define $this->activityname'
 $string ['noadminrole'] = 'No admin role could be found'
 $string ['noblocks'] = 'No blocks installed!'
 $string ['nocate'] = 'No categories!'
 $string ['nomodules'] = 'No modules found!!'
 $string ['nopageclass'] = 'Imported {$a} but found no page classes'
 $string ['noreports'] = 'No reports accessible'
 $string ['notables'] = 'No tables!'
 $string ['phpvaroff'] = 'The PHP server variable \'{$a->name}\' should be Off - {$a->link}'
 $string ['phpvaron'] = 'The PHP server variable \'{$a->name}\' is not turned On - {$a->link}'
 $string ['sessionmissing'] = '{$a} object missing from session'
 $string ['sqlrelyonobsoletetable'] = 'This SQL relies on obsolete table(s): {$a}! Your code must be fixed by a developer.'
 $string ['withoutversion'] = 'Main version.php file is missing, not readable or broken.'
 $string ['xmlizeunavailable'] = 'xmlize functions are not available'

Variable Documentation

$string['authpluginnotfound'] = 'Authentication plugin {$a} not found.'

Definition at line 26 of file debug.php.

$string['blocknotexist'] = '{$a} block doesn\'t exist'

Definition at line 27 of file debug.php.

$string['cannotbenull'] = '{$a} cannot be null!'

Definition at line 28 of file debug.php.

$string['cannotdowngrade'] = 'Cannot downgrade {$a->plugin} from {$a->oldversion} to {$a->newversion}.'

Definition at line 29 of file debug.php.

$string['cannotfindadmin'] = 'Could not find an admin user!'

Definition at line 30 of file debug.php.

$string['cannotinitpage'] = 'Cannot fully initialize page: invalid {$a->name} id {$a->id}'

Definition at line 31 of file debug.php.

$string['cannotsetuptable'] = '{$a} tables could NOT be set up successfully!'

Definition at line 32 of file debug.php.

$string['codingerror'] = 'Coding error detected, it must be fixed by a programmer: {$a}'

Definition at line 33 of file debug.php.

$string['configmoodle'] = 'Moodle has not been configured yet. You need to edit config.php first.'

Definition at line 34 of file debug.php.

$string['erroroccur'] = 'An error has occurred during this process'

Definition at line 35 of file debug.php.

$string['invalidarraysize'] = 'Incorrect size of arrays in params of {$a}'

Definition at line 36 of file debug.php.

$string['invalideventdata'] = 'Incorrect eventadata submitted: {$a}'

Definition at line 37 of file debug.php.

$string['invalidparameter'] = 'Invalid parameter value detected'

Definition at line 38 of file debug.php.

$string['invalidresponse'] = 'Invalid response value detected'

Definition at line 39 of file debug.php.

$string['missingconfigversion'] = 'Config table does not contain version, can not continue, sorry.'

Definition at line 40 of file debug.php.

$string['modulenotexist'] = '{$a} module doesn\'t exist'

Definition at line 41 of file debug.php.

$string['morethanonerecordinfetch'] = 'Found more than one record in fetch() !'

Definition at line 42 of file debug.php.

$string['mustbeoveride'] = 'Abstract {$a} method must be overridden.'

Definition at line 43 of file debug.php.

$string['noactivityname'] = 'Page object derived from page_generic_activity but did not define $this->activityname'

Definition at line 44 of file debug.php.

$string['noadminrole'] = 'No admin role could be found'

Definition at line 45 of file debug.php.

$string['noblocks'] = 'No blocks installed!'

Definition at line 46 of file debug.php.

$string['nocate'] = 'No categories!'

Definition at line 47 of file debug.php.

$string['nomodules'] = 'No modules found!!'

Definition at line 48 of file debug.php.

$string['nopageclass'] = 'Imported {$a} but found no page classes'

Definition at line 49 of file debug.php.

$string['noreports'] = 'No reports accessible'

Definition at line 50 of file debug.php.

$string['notables'] = 'No tables!'

Definition at line 51 of file debug.php.

$string['phpvaroff'] = 'The PHP server variable \'{$a->name}\' should be Off - {$a->link}'

Definition at line 52 of file debug.php.

$string['phpvaron'] = 'The PHP server variable \'{$a->name}\' is not turned On - {$a->link}'

Definition at line 53 of file debug.php.

$string['sessionmissing'] = '{$a} object missing from session'

Definition at line 54 of file debug.php.

$string['sqlrelyonobsoletetable'] = 'This SQL relies on obsolete table(s): {$a}! Your code must be fixed by a developer.'

Definition at line 55 of file debug.php.

$string['withoutversion'] = 'Main version.php file is missing, not readable or broken.'

Definition at line 56 of file debug.php.

$string['xmlizeunavailable'] = 'xmlize functions are not available'

Definition at line 57 of file debug.php.

 All Data Structures Namespaces Files Functions Variables Enumerations