نتائج 1 - 1 من 1
  • الرئيسية
  • 0 مواد (ممتلئ)
  • اسأل المكتبي
  • خدمات المكتبة"
  • العضوية
  • من نحن
  • حسابك
  • تسجيل الخروج
  • تسجيل دخول الأعضاء
  • English
بحث متقدم
  • بحث متقدم

    تضييق البحث

  • المؤسسة
    • MyInstitution ( 1 )
  • المكتبة
    • Library A ( 1 )
  • التنسيق
    • كتاب ( 1 )
  • رقم الطلب
    • D - تاريخ العالم ( 1 )
  • المؤلف
    • Goldman, Bernard, 1922- ( 1 )
    • Goldman, Norma, 1922- ( 1 )
    • Hopkins, Susan M. ( 1 )
  • اللغة
    • English ( 1 )
  • نوع المادة
    • Correspondence ( 1 )
  • المنطقة
    • Dura Europos (Extinct city) ( 1 )
    • Dura-Europos (Extinct city) ( 1 )
    • Middle East ( 1 )
    • Syria ( 1 )
  • سنة النشر
الموضوعات المستخلصة من بحثك. الموضوعات المستخلصة من بحثك.
Description and travel 1 Excavations (Archaeology) 1 Synagogues 1
بدائل البحث:
norma » norman (توسيع البحث), norms (توسيع البحث), nora (توسيع البحث)
normally » normanlly (توسيع البحث), normslly (توسيع البحث), norally (توسيع البحث), formally (توسيع البحث), normality (توسيع البحث), normale (توسيع البحث), normanly (توسيع البحث), informally (توسيع البحث)
normanlaw » normannlaw (توسيع البحث), normsnlaw (توسيع البحث), noranlaw (توسيع البحث)
normal » normanl (توسيع البحث), normsl (توسيع البحث), noral (توسيع البحث), norman (توسيع البحث), formal (توسيع البحث), informal (توسيع البحث)
نتائج 1 - 1 من 1, وقت الاستعلام: 0.09s تنقيح النتائج
My Dura-Europos : the letters of Susan M.hopkins, 1927-1935 /
منشور في 2011
My Dura-Europos : the letters of Susan M.hopkins, 1927-1935 /

: xiv, 310 pages, [12] of plates : illustrations (some color), maps ; 26 cm. : Includes bibliographical references and index. : 9780814335888

Hopkins, Susan M.
أدوات البحث: أحصل على تغذية RSS — أرسل هذا البحث بالبريد الإلكتروني — حفظ البحث

مواعيد العمل بالمكتبة

الأحد – الخميس 8.30 صباحاً – 4.30 مساءً
مواعيد العمل خلال شهر رمضان المبارك.
الأحد – الخميس 8.30 صباحاً – 2.30 مساءً.

تصفح
  • الرئيسية
  • من نحن
  • اتصل بنا
  • القواعد العامة للمكتبة
  • خدمات المكتبة
  • فريق العمل
  • التصوير والمسح الضوئي
  • أحداث
  • محاضرات
  • أجازات

مكتبة مارلين م.، وليام كيلي سيمبسون

العنوان: 2 ميدان سيمون بوليفار (قصر الدوباره )جاردن سيتى القاهره 11461 جمهوريه مصر العربيه

البريد الالكتروني: library@arce.org

هاتف: 27948239، داخلي 117 أو 118

فاكس: 27953052

جميع حقوق النسخ ©2020 محفوظة لمركز البحوث الامريكي في مصر

تحميل...
Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_WARNING)
fopen(/tmp/vufind_sessions/sess_159rd3cb0f7rm1epo9kdg8iqip): failed to open stream: No space left on device
Whoops\Exception\ErrorException thrown with message "fopen(/tmp/vufind_sessions/sess_159rd3cb0f7rm1epo9kdg8iqip): failed to open stream: No space left on device" Stacktrace: #5 Whoops\Exception\ErrorException in /usr/local/vufind/module/VuFind/src/VuFind/Session/File.php:151 #4 fopen in /usr/local/vufind/module/VuFind/src/VuFind/Session/File.php:151 #3 VuFind\Session\File:saveSession in /usr/local/vufind/module/VuFind/src/VuFind/Session/AbstractBase.php:185 #2 VuFind\Session\AbstractBase:write in [internal]:0 #1 session_write_close in /usr/local/vufind/vendor/laminas/laminas-session/src/SessionManager.php:235 #0 Laminas\Session\SessionManager:writeClose in [internal]:0
Application frames (0) All frames (6)
5
Whoops\Exception\ErrorException
…/module/VuFind/src/VuFind/Session/File.php151
4
fopen
…/module/VuFind/src/VuFind/Session/File.php151
3
VuFind\Session\File saveSession
…/module/VuFind/src/VuFind/Session/AbstractBase.php185
2
VuFind\Session\AbstractBase write
[internal]0
1
session_write_close
…/vendor/laminas/laminas-session/src/SessionManager.php235
0
Laminas\Session\SessionManager writeClose
[internal]0
Open: /usr/local/vufind/module/VuFind/src/VuFind/Session/File.php
        foreach (glob($this->path . "/sess_*") as $filename) {
            if (filemtime($filename) + $maxlifetime < time()) {
                unlink($filename);
            }
        }
        return true;
    }
 
    /**
     * A function that is called internally when session data is to be saved.
     *
     * @param string $sessId The current session ID
     * @param string $data   The session data to write
     *
     * @return bool
     */
    protected function saveSession($sessId, $data)
    {
        $sessFile = $this->path . '/sess_' . $sessId;
        if ($handle = fopen($sessFile, "w")) {
            $return = fwrite($handle, $data);
            fclose($handle);
            if ($return !== false) {
                return true;
            }
        }
        // If we got this far, something went wrong with the file output...
        // It is tempting to throw an exception here, but this code is called
        // outside of the context of exception handling, so all we can do is
        // echo a message.
        echo 'Cannot write session to ' . $sessFile . "\n";
        return false;
    }
}
 
Open: /usr/local/vufind/module/VuFind/src/VuFind/Session/File.php
        foreach (glob($this->path . "/sess_*") as $filename) {
            if (filemtime($filename) + $maxlifetime < time()) {
                unlink($filename);
            }
        }
        return true;
    }
 
    /**
     * A function that is called internally when session data is to be saved.
     *
     * @param string $sessId The current session ID
     * @param string $data   The session data to write
     *
     * @return bool
     */
    protected function saveSession($sessId, $data)
    {
        $sessFile = $this->path . '/sess_' . $sessId;
        if ($handle = fopen($sessFile, "w")) {
            $return = fwrite($handle, $data);
            fclose($handle);
            if ($return !== false) {
                return true;
            }
        }
        // If we got this far, something went wrong with the file output...
        // It is tempting to throw an exception here, but this code is called
        // outside of the context of exception handling, so all we can do is
        // echo a message.
        echo 'Cannot write session to ' . $sessFile . "\n";
        return false;
    }
}
 
Open: /usr/local/vufind/module/VuFind/src/VuFind/Session/AbstractBase.php
        // Anecdotal testing Today and Yesterday seems to indicate destroy()
        //   is called by the garbage collector and everything is good.
        // Something to keep in mind though.
        return true;
    }
 
    /**
     * Write function that is called when session data is to be saved.
     *
     * @param string $sessId The current session ID
     * @param string $data   The session data to write
     *
     * @return bool
     */
    public function write($sessId, $data)
    {
        if ($this->writesDisabled) {
            return true;
        }
        return $this->saveSession($sessId, $data);
    }
 
    /**
     * A function that is called internally when session data is to be saved.
     *
     * @param string $sessId The current session ID
     * @param string $data   The session data to write
     *
     * @return bool
     */
    abstract protected function saveSession($sessId, $data);
}
 
Open: [internal]
Open: /usr/local/vufind/vendor/laminas/laminas-session/src/SessionManager.php
     *
     * @return void
     */
    public function writeClose()
    {
        // The assumption is that we're using PHP's ext/session.
        // session_write_close() will actually overwrite $_SESSION with an
        // empty array on completion -- which leads to a mismatch between what
        // is in the storage object and $_SESSION. To get around this, we
        // temporarily reset $_SESSION to an array, and then re-link it to
        // the storage object.
        //
        // Additionally, while you _can_ write to $_SESSION following a
        // session_write_close() operation, no changes made to it will be
        // flushed to the session handler. As such, we now mark the storage
        // object isImmutable.
        $storage  = $this->getStorage();
        if (! $storage->isImmutable()) {
            $_SESSION = $storage->toArray(true);
            session_write_close();
            $storage->fromArray($_SESSION);
            $storage->markImmutable();
        }
    }
 
    /**
     * Attempt to set the session name
     *
     * If the session has already been started, or if the name provided fails
     * validation, an exception will be raised.
     *
     * @param  string $name
     * @return SessionManager
     * @throws Exception\InvalidArgumentException
     */
    public function setName($name)
    {
        if ($this->sessionExists()) {
            throw new Exception\InvalidArgumentException(
                'Cannot set session name after a session has already started'
Open: [internal]

Environment & details:

Key Value
lookfor (norma OR (((normally OR (normanlaw OR noransaw)) OR normsnl) OR normal)) (goldman OR goodman)
empty
empty
Key Value
VUFINDSESSION 159rd3cb0f7rm1epo9kdg8iqip
ui standard
language ar
Key Value
__Laminas Array ( [_REQUEST_ACCESS_TIME] => 1747824373.1648 [_VALID] => Array ( [Laminas\Session\Validator\Id] => 159rd3cb0f7rm1epo9kdg8iqip ) )
SessionState Laminas\Stdlib\ArrayObject Object ( [storage:protected] => Array ( [cookiePath] => / ) [flag:protected] => 2 [iteratorClass:protected] => ArrayIterator [protectedProperties:protected] => Array ( [0] => storage [1] => flag [2] => iteratorClass [3] => protectedProperties ) )
Search Laminas\Stdlib\ArrayObject Object ( [storage:protected] => Array ( [last] => /portal/Search/Results?lookfor=%28norma+OR+%28%28%28normally+OR+%28normanlaw+OR+noransaw%29%29+OR+normsnl%29+OR+normal%29%29+%28goldman+OR+goodman%29&type=AllFields [params|Solr|hiddenFilters] => Array ( ) [params|Solr|limit] => 20 [params|Solr|sort] => [params|Solr|view] => list ) [flag:protected] => 2 [iteratorClass:protected] => ArrayIterator [protectedProperties:protected] => Array ( [0] => storage [1] => flag [2] => iteratorClass [3] => protectedProperties ) )
FlashMessenger Laminas\Stdlib\ArrayObject Object ( [storage:protected] => Array ( ) [flag:protected] => 2 [iteratorClass:protected] => ArrayIterator [protectedProperties:protected] => Array ( [0] => storage [1] => flag [2] => iteratorClass [3] => protectedProperties ) )
Key Value
REDIRECT_SCRIPT_URL /portal/Search/Results
REDIRECT_SCRIPT_URI https://library.arce.org/portal/Search/Results
REDIRECT_PERL5LIB /usr/share/koha/lib
REDIRECT_KOHA_CONF /etc/koha/sites/library/koha-conf.xml
REDIRECT_VUFIND_ENV development
REDIRECT_VUFIND_LOCAL_DIR /usr/local/vufind/local
REDIRECT_VUFIND_LOCAL_MODULES CmsModule
REDIRECT_Shib-Handler https://library.arce.org/Shibboleth.sso
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI library.arce.org
REDIRECT_STATUS 200
SCRIPT_URL /portal/Search/Results
SCRIPT_URI https://library.arce.org/portal/Search/Results
PERL5LIB /usr/share/koha/lib
KOHA_CONF /etc/koha/sites/library/koha-conf.xml
VUFIND_ENV development
VUFIND_LOCAL_DIR /usr/local/vufind/local
VUFIND_LOCAL_MODULES CmsModule
Shib-Handler https://library.arce.org/Shibboleth.sso
HTTPS on
SSL_TLS_SNI library.arce.org
SSL_SERVER_S_DN_CN library.arce.org
SSL_SERVER_I_DN_C US
SSL_SERVER_I_DN_O Let's Encrypt
SSL_SERVER_I_DN_CN E6
SSL_SERVER_SAN_DNS_0 library.arce.org
SSL_VERSION_INTERFACE mod_ssl/2.4.62
SSL_VERSION_LIBRARY OpenSSL/3.0.15
SSL_PROTOCOL TLSv1.3
SSL_SECURE_RENEG true
SSL_COMPRESS_METHOD NULL
SSL_CIPHER TLS_AES_256_GCM_SHA384
SSL_CIPHER_EXPORT false
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_ALGKEYSIZE 256
SSL_CLIENT_VERIFY NONE
SSL_SERVER_M_VERSION 3
SSL_SERVER_M_SERIAL 052EEE8C3A1ACB80167A1D0988AF6E4CB111
SSL_SERVER_V_START Apr 27 20:54:28 2025 GMT
SSL_SERVER_V_END Jul 26 20:54:27 2025 GMT
SSL_SERVER_S_DN CN=library.arce.org
SSL_SERVER_I_DN CN=E6,O=Let's Encrypt,C=US
SSL_SERVER_A_KEY id-ecPublicKey
SSL_SERVER_A_SIG ecdsa-with-SHA384
SSL_SESSION_ID a1d9b087ef34bd1511f7d9e5c48af8a8ed837f7bd74d7b19e4b41cdb0e258857
SSL_SESSION_RESUMED Resumed
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_COOKIE VUFINDSESSION=159rd3cb0f7rm1epo9kdg8iqip; ui=standard; language=ar
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_HOST library.arce.org
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.62 (Debian) Server at library.arce.org Port 443</address>
SERVER_SOFTWARE Apache/2.4.62 (Debian)
SERVER_NAME library.arce.org
SERVER_ADDR 108.181.242.13
SERVER_PORT 443
REMOTE_ADDR 18.191.245.229
DOCUMENT_ROOT /usr/share/koha/opac/htdocs
REQUEST_SCHEME https
CONTEXT_PREFIX /portal
CONTEXT_DOCUMENT_ROOT /usr/local/vufind/public
SERVER_ADMIN webmaster@localhost
SCRIPT_FILENAME /usr/local/vufind/public/index.php
REMOTE_PORT 7694
REMOTE_USER
REDIRECT_URL /portal/Search/Results
REDIRECT_QUERY_STRING lookfor=%28norma+OR+%28%28%28normally+OR+%28normanlaw+OR+noransaw%29%29+OR+normsnl%29+OR+normal%29%29+%28goldman+OR+goodman%29
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING lookfor=%28norma+OR+%28%28%28normally+OR+%28normanlaw+OR+noransaw%29%29+OR+normsnl%29+OR+normal%29%29+%28goldman+OR+goodman%29
REQUEST_URI /portal/Search/Results?lookfor=%28norma+OR+%28%28%28normally+OR+%28normanlaw+OR+noransaw%29%29+OR+normsnl%29+OR+normal%29%29+%28goldman+OR+goodman%29
SCRIPT_NAME /portal/index.php
PHP_SELF /portal/index.php
PHP_AUTH_USER
REQUEST_TIME_FLOAT 1747824373.1275
REQUEST_TIME 1747824373
empty
0. Whoops\Handler\PrettyPageHandler
Cannot write session to /tmp/vufind_sessions/sess_159rd3cb0f7rm1epo9kdg8iqip Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_WARNING)
session_write_close(): Failed to write session data using user defined save handler. (session.save_path: /var/lib/php/sessions)
Whoops\Exception\ErrorException thrown with message "session_write_close(): Failed to write session data using user defined save handler. (session.save_path: /var/lib/php/sessions)" Stacktrace: #2 Whoops\Exception\ErrorException in /usr/local/vufind/vendor/laminas/laminas-session/src/SessionManager.php:235 #1 session_write_close in /usr/local/vufind/vendor/laminas/laminas-session/src/SessionManager.php:235 #0 Laminas\Session\SessionManager:writeClose in [internal]:0
Application frames (0) All frames (3)
2
Whoops\Exception\ErrorException
…/vendor/laminas/laminas-session/src/SessionManager.php235
1
session_write_close
…/vendor/laminas/laminas-session/src/SessionManager.php235
0
Laminas\Session\SessionManager writeClose
[internal]0
Open: /usr/local/vufind/vendor/laminas/laminas-session/src/SessionManager.php
     *
     * @return void
     */
    public function writeClose()
    {
        // The assumption is that we're using PHP's ext/session.
        // session_write_close() will actually overwrite $_SESSION with an
        // empty array on completion -- which leads to a mismatch between what
        // is in the storage object and $_SESSION. To get around this, we
        // temporarily reset $_SESSION to an array, and then re-link it to
        // the storage object.
        //
        // Additionally, while you _can_ write to $_SESSION following a
        // session_write_close() operation, no changes made to it will be
        // flushed to the session handler. As such, we now mark the storage
        // object isImmutable.
        $storage  = $this->getStorage();
        if (! $storage->isImmutable()) {
            $_SESSION = $storage->toArray(true);
            session_write_close();
            $storage->fromArray($_SESSION);
            $storage->markImmutable();
        }
    }
 
    /**
     * Attempt to set the session name
     *
     * If the session has already been started, or if the name provided fails
     * validation, an exception will be raised.
     *
     * @param  string $name
     * @return SessionManager
     * @throws Exception\InvalidArgumentException
     */
    public function setName($name)
    {
        if ($this->sessionExists()) {
            throw new Exception\InvalidArgumentException(
                'Cannot set session name after a session has already started'
Open: /usr/local/vufind/vendor/laminas/laminas-session/src/SessionManager.php
     *
     * @return void
     */
    public function writeClose()
    {
        // The assumption is that we're using PHP's ext/session.
        // session_write_close() will actually overwrite $_SESSION with an
        // empty array on completion -- which leads to a mismatch between what
        // is in the storage object and $_SESSION. To get around this, we
        // temporarily reset $_SESSION to an array, and then re-link it to
        // the storage object.
        //
        // Additionally, while you _can_ write to $_SESSION following a
        // session_write_close() operation, no changes made to it will be
        // flushed to the session handler. As such, we now mark the storage
        // object isImmutable.
        $storage  = $this->getStorage();
        if (! $storage->isImmutable()) {
            $_SESSION = $storage->toArray(true);
            session_write_close();
            $storage->fromArray($_SESSION);
            $storage->markImmutable();
        }
    }
 
    /**
     * Attempt to set the session name
     *
     * If the session has already been started, or if the name provided fails
     * validation, an exception will be raised.
     *
     * @param  string $name
     * @return SessionManager
     * @throws Exception\InvalidArgumentException
     */
    public function setName($name)
    {
        if ($this->sessionExists()) {
            throw new Exception\InvalidArgumentException(
                'Cannot set session name after a session has already started'
Open: [internal]

Environment & details:

Key Value
lookfor (norma OR (((normally OR (normanlaw OR noransaw)) OR normsnl) OR normal)) (goldman OR goodman)
empty
empty
Key Value
VUFINDSESSION 159rd3cb0f7rm1epo9kdg8iqip
ui standard
language ar
Key Value
__Laminas Array ( [_REQUEST_ACCESS_TIME] => 1747824373.1648 [_VALID] => Array ( [Laminas\Session\Validator\Id] => 159rd3cb0f7rm1epo9kdg8iqip ) )
SessionState Laminas\Stdlib\ArrayObject Object ( [storage:protected] => Array ( [cookiePath] => / ) [flag:protected] => 2 [iteratorClass:protected] => ArrayIterator [protectedProperties:protected] => Array ( [0] => storage [1] => flag [2] => iteratorClass [3] => protectedProperties ) )
Search Laminas\Stdlib\ArrayObject Object ( [storage:protected] => Array ( [last] => /portal/Search/Results?lookfor=%28norma+OR+%28%28%28normally+OR+%28normanlaw+OR+noransaw%29%29+OR+normsnl%29+OR+normal%29%29+%28goldman+OR+goodman%29&type=AllFields [params|Solr|hiddenFilters] => Array ( ) [params|Solr|limit] => 20 [params|Solr|sort] => [params|Solr|view] => list ) [flag:protected] => 2 [iteratorClass:protected] => ArrayIterator [protectedProperties:protected] => Array ( [0] => storage [1] => flag [2] => iteratorClass [3] => protectedProperties ) )
FlashMessenger Laminas\Stdlib\ArrayObject Object ( [storage:protected] => Array ( ) [flag:protected] => 2 [iteratorClass:protected] => ArrayIterator [protectedProperties:protected] => Array ( [0] => storage [1] => flag [2] => iteratorClass [3] => protectedProperties ) )
Key Value
REDIRECT_SCRIPT_URL /portal/Search/Results
REDIRECT_SCRIPT_URI https://library.arce.org/portal/Search/Results
REDIRECT_PERL5LIB /usr/share/koha/lib
REDIRECT_KOHA_CONF /etc/koha/sites/library/koha-conf.xml
REDIRECT_VUFIND_ENV development
REDIRECT_VUFIND_LOCAL_DIR /usr/local/vufind/local
REDIRECT_VUFIND_LOCAL_MODULES CmsModule
REDIRECT_Shib-Handler https://library.arce.org/Shibboleth.sso
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI library.arce.org
REDIRECT_STATUS 200
SCRIPT_URL /portal/Search/Results
SCRIPT_URI https://library.arce.org/portal/Search/Results
PERL5LIB /usr/share/koha/lib
KOHA_CONF /etc/koha/sites/library/koha-conf.xml
VUFIND_ENV development
VUFIND_LOCAL_DIR /usr/local/vufind/local
VUFIND_LOCAL_MODULES CmsModule
Shib-Handler https://library.arce.org/Shibboleth.sso
HTTPS on
SSL_TLS_SNI library.arce.org
SSL_SERVER_S_DN_CN library.arce.org
SSL_SERVER_I_DN_C US
SSL_SERVER_I_DN_O Let's Encrypt
SSL_SERVER_I_DN_CN E6
SSL_SERVER_SAN_DNS_0 library.arce.org
SSL_VERSION_INTERFACE mod_ssl/2.4.62
SSL_VERSION_LIBRARY OpenSSL/3.0.15
SSL_PROTOCOL TLSv1.3
SSL_SECURE_RENEG true
SSL_COMPRESS_METHOD NULL
SSL_CIPHER TLS_AES_256_GCM_SHA384
SSL_CIPHER_EXPORT false
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_ALGKEYSIZE 256
SSL_CLIENT_VERIFY NONE
SSL_SERVER_M_VERSION 3
SSL_SERVER_M_SERIAL 052EEE8C3A1ACB80167A1D0988AF6E4CB111
SSL_SERVER_V_START Apr 27 20:54:28 2025 GMT
SSL_SERVER_V_END Jul 26 20:54:27 2025 GMT
SSL_SERVER_S_DN CN=library.arce.org
SSL_SERVER_I_DN CN=E6,O=Let's Encrypt,C=US
SSL_SERVER_A_KEY id-ecPublicKey
SSL_SERVER_A_SIG ecdsa-with-SHA384
SSL_SESSION_ID a1d9b087ef34bd1511f7d9e5c48af8a8ed837f7bd74d7b19e4b41cdb0e258857
SSL_SESSION_RESUMED Resumed
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_COOKIE VUFINDSESSION=159rd3cb0f7rm1epo9kdg8iqip; ui=standard; language=ar
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_HOST library.arce.org
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.62 (Debian) Server at library.arce.org Port 443</address>
SERVER_SOFTWARE Apache/2.4.62 (Debian)
SERVER_NAME library.arce.org
SERVER_ADDR 108.181.242.13
SERVER_PORT 443
REMOTE_ADDR 18.191.245.229
DOCUMENT_ROOT /usr/share/koha/opac/htdocs
REQUEST_SCHEME https
CONTEXT_PREFIX /portal
CONTEXT_DOCUMENT_ROOT /usr/local/vufind/public
SERVER_ADMIN webmaster@localhost
SCRIPT_FILENAME /usr/local/vufind/public/index.php
REMOTE_PORT 7694
REMOTE_USER
REDIRECT_URL /portal/Search/Results
REDIRECT_QUERY_STRING lookfor=%28norma+OR+%28%28%28normally+OR+%28normanlaw+OR+noransaw%29%29+OR+normsnl%29+OR+normal%29%29+%28goldman+OR+goodman%29
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING lookfor=%28norma+OR+%28%28%28normally+OR+%28normanlaw+OR+noransaw%29%29+OR+normsnl%29+OR+normal%29%29+%28goldman+OR+goodman%29
REQUEST_URI /portal/Search/Results?lookfor=%28norma+OR+%28%28%28normally+OR+%28normanlaw+OR+noransaw%29%29+OR+normsnl%29+OR+normal%29%29+%28goldman+OR+goodman%29
SCRIPT_NAME /portal/index.php
PHP_SELF /portal/index.php
PHP_AUTH_USER
REQUEST_TIME_FLOAT 1747824373.1275
REQUEST_TIME 1747824373
empty
0. Whoops\Handler\PrettyPageHandler