Deprecated: Return type of Whoops\Exception\FrameCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 87

Deprecated: Return type of Whoops\Exception\FrameCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 96

Deprecated: Return type of Whoops\Exception\FrameCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 105

Deprecated: Return type of Whoops\Exception\FrameCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 114

Deprecated: Return type of Whoops\Exception\FrameCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 78

Deprecated: Whoops\Exception\FrameCollection implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /home/livrador/public_html/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 20

Deprecated: Return type of Whoops\Exception\FrameCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 123

Deprecated: Whoops\Exception\Frame implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /home/livrador/public_html/vendor/filp/whoops/src/Whoops/Exception/Frame.php on line 12

Fatal error: During inheritance of ArrayAccess: Uncaught Whoops\Exception\ErrorException: Return type of ORM::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/system/models/ORM.php:2276 Stack trace: #0 /home/livrador/public_html/system/models/ORM.php(40): Whoops\Run->handleError(8192, 'Return type of ...', '/home/livrador/...', 2276) #1 /home/livrador/public_html/system/app.php(79): require('/home/livrador/...') #2 /home/livrador/public_html/index.php(3): require('/home/livrador/...') #3 {main} in /home/livrador/public_html/system/models/ORM.php on line 40
Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_ERROR)
During inheritance of ArrayAccess: Uncaught Whoops\Exception\ErrorException: Return type of ORM::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/system/models/ORM.php:2276 Stack trace: #0 /home/livrador/public_html/system/models/ORM.php(40): Whoops\Run->handleError(8192, 'Return type of ...', '/home/livrador/...', 2276) #1 /home/livrador/public_html/system/app.php(79): require('/home/livrador/...') #2 /home/livrador/public_html/index.php(3): require('/home/livrador/...') #3 {main} Whoops\Exception\ErrorException thrown with message "During inheritance of ArrayAccess: Uncaught Whoops\Exception\ErrorException: Return type of ORM::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/livrador/public_html/system/models/ORM.php:2276 Stack trace: #0 /home/livrador/public_html/system/models/ORM.php(40): Whoops\Run->handleError(8192, 'Return type of ...', '/home/livrador/...', 2276) #1 /home/livrador/public_html/system/app.php(79): require('/home/livrador/...') #2 /home/livrador/public_html/index.php(3): require('/home/livrador/...') #3 {main}" Stacktrace: #0 Whoops\Exception\ErrorException in /home/livrador/public_html/system/models/ORM.php:40
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
system
/
models
/
ORM.php
40
/
home
/
livrador
/
public_html
/
system
/
models
/
ORM.php
 * * Redistributions of source code must retain the above copyright notice, this
 *   list of conditions and the following disclaimer.
 *
 * * Redistributions in binary form must reproduce the above copyright notice,
 *   this list of conditions and the following disclaimer in the documentation
 *   and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 */
class ORM implements ArrayAccess {
 
    // ----------------------- //
    // --- CLASS CONSTANTS --- //
    // ----------------------- //
 
    // WHERE and HAVING condition array keys
    const CONDITION_FRAGMENT = 0;
    const CONDITION_VALUES   = 1;
 
    const DEFAULT_CONNECTION = 'default';
 
    // Limit clause style
    const LIMIT_STYLE_TOP_N = "top";
    const LIMIT_STYLE_LIMIT = "limit";
 
    // ------------------------ //
    // --- CLASS PROPERTIES --- //
    // ------------------------ //
 
    // Class configuration

Environment & details:

Key Value
ng sitemap.xml
empty
empty
empty
empty
Key Value
USER livrador
HOME /home/livrador
SCRIPT_NAME /index.php
REQUEST_URI /sitemap.xml
QUERY_STRING ng=sitemap.xml
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING ng=sitemap.xml
REDIRECT_URL /sitemap.xml
REMOTE_PORT 49674
SCRIPT_FILENAME /home/livrador/public_html/index.php
SERVER_ADMIN webmaster@livrador.ro
CONTEXT_DOCUMENT_ROOT /home/livrador/public_html
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /home/livrador/public_html
REMOTE_ADDR 216.73.216.172
SERVER_PORT 443
SERVER_ADDR 89.36.134.78
SERVER_NAME livrador.ro
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin
HTTP_X_HTTPS 1
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
HTTP_X_REAL_IP 216.73.216.172
HTTP_X_FORWARDED_SERVER livrador.ro
HTTP_X_FORWARDED_PROTO https
HTTP_X_FORWARDED_PORT 443
HTTP_X_FORWARDED_HOST livrador.ro
HTTP_X_FORWARDED_FOR 216.73.216.172
HTTP_HOST livrador.ro
proxy-nokeepalive 1
HTTPS on
SCRIPT_URI https://livrador.ro/sitemap.xml
SCRIPT_URL /sitemap.xml
UNIQUE_ID aKg2trLS2qvj4aXLn1H6RQAAANQ
REDIRECT_STATUS 200
REDIRECT_HTTPS on
REDIRECT_SCRIPT_URI https://livrador.ro/sitemap.xml
REDIRECT_SCRIPT_URL /sitemap.xml
REDIRECT_isproxyrequest 1
REDIRECT_UNIQUE_ID aKg2trLS2qvj4aXLn1H6RQAAANQ
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1755854518.0626
REQUEST_TIME 1755854518
argv Array ( [0] => ng=sitemap.xml )
argc 1
empty
0. Whoops\Handler\PrettyPageHandler