Errors/500/JLoaderSQL::load

From Joomla! Documentation

< Errors/500
Revision as of 22:24, 26 January 2009 by Pasamio (talk | contribs) (New page: '''Message:''' JLoaderSQL::load: Ran out of time during load = Causes = This occurs when the JLoaderSQL system determines it has reached a point where it has run out of time or has exceed...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Message: JLoaderSQL::load: Ran out of time during load

Causes[edit]

This occurs when the JLoaderSQL system determines it has reached a point where it has run out of time or has exceeded the number of lines that should be loaded during a session. This error will only occur when it does not have a task available to it that it can use to suspend the current process against.

Solution[edit]

When using JLoaderSQL, it is strongly advised that developers provide the system with a valid task that can be used in case the process takes too long to restore. A developer may pass either a task set ID or a task ID. When a task set ID is specified the adapter will use this to create a new task attached to that task set. When a task ID is specified, this task is used to store information required to handle control.