Page 1 of 2 12 LastLast
Results 1 to 10 of 25

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: V1.3.7.1 causing these Server errors ?

    Quote Originally Posted by kobra View Post
    Not a BUG....You most likely have a corrupt file or 2.

    You can look for any that are "0" bytes in length or just re-load them all and use a FTP client that will mitigate errors like filezilla
    How did you come up with that answer ?

    the software is funcitonal so I would assume if either of these files were at 0 bytes the frontstore would not be online and funcitonal

    the 1st error

    [24-Aug-2007 07:04:32] PHP Warning: Variable passed to each() is not an array or object in /home/teamzron/public_html/fstore/includes/classes/shopping_cart.php on line 1708

    I am a customer of the product and not a software programer but if this file was corrputed how is the store functional ?


    [24-Aug-2007 07:04:32] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/teamzron/public_html/fstore/includes/classes/shopping_cart.php:1708)
    in /home/teamzron/public_html/fstore/includes/functions/functions_general.php on line 44

    Again both files are not zero bytes and the errors are not about the file itself but errors at certain line number of code.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: V1.3.7.1 causing these Server errors ?

    What version of Zen Cart are you using?
    Was this an upgrade from a prior version? Which version?
    What addons/contributions are installed on your site?
    What version of PHP is running on the server?
    Who is your hosting company?

    When did these errors start happening? How does the "when" correlate to anything else related to the website's operations?

    Is there anything that's not functioning properly due to these errors?
    You said the store is functional. Are you therefore saying that these errors are not preventing customers from shopping?

    One which screens do you see this error displayed?
    Under what conditions does it occur?
    What exact steps can be taken to reproduce this error on your site?
    What is the URL where it can be seen in action?

    If you add this to the top of your /index.php file (in your main Zen Cart folder) and attempt to create the error again, what does it show on the top of the page before the Variable passed to each() error appears ?:
    Code:
    echo '<pre>' . print_r($_POST, true) . '</pre>';
    (You're going to see some "headers already sent" warnings, which can be ignored while doing this testing)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jun 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: V1.3.7.1 causing these Server errors ?

    Quote Originally Posted by DrByte View Post
    What version of Zen Cart are you using?
    Was this an upgrade from a prior version? Which version?
    What addons/contributions are installed on your site?
    What version of PHP is running on the server?
    Who is your hosting company?

    When did these errors start happening? How does the "when" correlate to anything else related to the website's operations?

    Is there anything that's not functioning properly due to these errors?
    You said the store is functional. Are you therefore saying that these errors are not preventing customers from shopping?

    One which screens do you see this error displayed?
    Under what conditions does it occur?
    What exact steps can be taken to reproduce this error on your site?
    What is the URL where it can be seen in action?

    If you add this to the top of your /index.php file (in your main Zen Cart folder) and attempt to create the error again, what does it show on the top of the page before the Variable passed to each() error appears ?:
    Code:
    echo '<pre>' . print_r($_POST, true) . '</pre>';
    (You're going to see some "headers already sent" warnings, which can be ignored while doing this testing)
    Server Information Server Host: host111.hostmonster.com (74.220.207.111) Database Host: localhost (127.0.0.1) Server OS: Linux 2.6.21-3_1.BHsmp Database: MySQL 5.0.27-standard-log Server Date: 08/26/2007 10:11:10 Database Date: 08/26/2007 10:11:10 Server Up Time: 10:11:10 up 19 days, 6:03, 3 users, load average: 0.63, 0.65, 0.64
    PHP Version: 5.1.6 (Zend: 2.1.0)
    HTTP Server: Apache/1.3.37 (Unix)mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
    table, td, tr {font-family: sans-serif; font-size: 11px;}.p {text-align: center;}.e {background-color: #ccccff; font-weight: bold; font-size: 11px;}.h {background-color: #9999cc; font-weight: bold; font-size: 11px;}.v {background-color: #cccccc; font-size: 12px;}i {color: #666666; font-size: 11px;}hr {display: none; font-size: 11px;} Zen Cart 1.3.7.1

    Database Patch Level: 1.3.7

    v1.3.7 [2007-06-20 20:21:16] (Fresh Installation)
    PHP Version 5.1.6




    this is a small site and few purchases so this frontstore is seldom visited thus idle most of the time
    We have no clue as when errors happen, all the functions seem to work but maybe only happens when someone has tried to order something and then it fails.

    This was updated to .1 from 1.3.7.0 few weeks back.
    All we can go by is the server error log and the time/dates it shows
    Last edited by teamzr1; 26 Aug 2007 at 05:35 PM.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: V1.3.7.1 causing these Server errors ?

    Quote Originally Posted by teamzr1 View Post
    this is a small site and few purchases so this frontstore is seldom visited thus idle most of the time
    We have no clue as when errors happen, all the functions seem to work but maybe only happens when someone has tried to order something and then it fails.

    This was updated to .1 from 1.3.7.0 few weeks back.
    All we can go by is the server error log and the time/dates it shows
    Do the dates/times in your errorlog correspond with any orders actually being placed? How about registration of new customers?

    Have you had any actual complaints from customers ?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: V1.3.7.1 causing these Server errors ?

    If this helps, is the setting you asked for DrByte:

    post_max_size 36M
    upload_max_filesize 30M
    file_uploads On
    PHP Version 5.2.3

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: V1.3.7.1 causing these Server errors ?

    You missed posting answers to some important questions:
    Quote Originally Posted by DrByte View Post
    What addons/contributions are installed on your site?
    - What version of PHP is running on the server?
    - Is there anything that's not functioning properly due to these errors?
    - You said the store is functional. Are you therefore saying that these errors are not preventing customers from shopping?
    - On which screens do you see this error displayed? ... ie: have you actually *seen* it happen?
    - Under what conditions does it occur?
    - What exact steps can be taken to reproduce this error on your site?
    - What is the URL where it can be seen in action? (is it the same as the url in the image you included in your last post?)

    -If you add this to the top of your /index.php file (in your main Zen Cart folder) and attempt to create the error again, what does it show on the top of the page before the Variable passed to each() error appears ?:
    Code:
    echo '<pre>' . print_r($_POST, true) . '</pre>';
    (You're going to see some "headers already sent" warnings, which can be ignored while doing this testing)
    I may as well add another few to the list ...
    - Do you have an SSL certificate installed for your site? Are you using it in your store?
    - Do you have any manually-configured redirects set up to force SSL operation?
    - What are your PHP settings for - post_max_size and file_uploads and upload_max_filesize


    And, by the way, if you're gonna belly-ache and point blame with statements like "Why is it taking months for the programmers to not find out what their code problem is ?" then perhaps it would behoove you to do some legwork to understand under exactly what conditions the problem occurs, and share your discoveries.

    We *do* try to help. If a problem can be reproduced consistently, it can be fixed. If it can't, we have to wait for the (few) people *having* the problem to provide usable information for debugging and analysis.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: V1.3.7.1 causing these Server errors ?

    I just ran a complete create account and test purchase, and no errors displayed in the shopping cart page, which according to your error log if any errors were going to be displayed it would have happened here


    Try clearing your logs and watch em over the nest few hours,
    Zen cart PCI compliant Hosting

  8. #8
    Join Date
    Jun 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: V1.3.7.1 causing these Server errors ?

    Quote Originally Posted by Merlinpa1969 View Post
    I just ran a complete create account and test purchase, and no errors displayed in the shopping cart page, which according to your error log if any errors were going to be displayed it would have happened here


    Try clearing your logs and watch em over the nest few hours,
    Thanks for the test, I had cleared the admin logs

    If we know what all the What and whys were we would not be asking here in the 1st place.

    All we can go by is ERROR log on the domain server and the host is saying it is not their fault

    Its clear every time it does happen it trips the same 2 errors of two different files but we are end user and not programmers and have no idea what is in common with the 2 files.

    <!--StartFragment-->/home/teamzron/public_html/fstore/error_log:

    [24-Aug-2007 01:09:36] PHP Warning: Variable passed to each() is not an array or object in /home/teamzron/public_html/fstore/includes/classes/shopping_cart.php on line 1708

    [24-Aug-2007 01:09:36] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/teamzron/public_html/fstore/includes/classes/shopping_cart.php:1708) in /home/teamzron/public_html/fstore/includes/functions/functions_general.php on line 44

    notice the time stamps.

    I cannot reproduce what a user must do to hit this and do not know which error starts and which other file then errors.

    Only those writing this code can tell us what the errors mean and which is the cause of the other tripping and what line 1708 and line 44 of the two foles have in common
    Being someone else posted and has the same problem and in their case since last Feb the problem exists in last 2 updates of this software.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: V1.3.7.1 causing these Server errors ?

    Quote Originally Posted by teamzr1 View Post
    Only those writing this code can tell us what the errors mean and which is the cause of the other tripping and what line 1708 and line 44 of the two foles have in common
    The *errors mean* that your $_POST data received by Zen Cart from your webserver is empty when it shouldn't be.

    That is typically caused by a server misconfiguration.

    The multiple questions asked of you are designed to collect additional information to narrow things down.

    Ball's back in your court ...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Jun 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: V1.3.7.1 causing these Server errors ?

    Quote Originally Posted by DrByte View Post
    You missed posting answers to some important questions:

    I may as well add another few to the list ...
    - Do you have an SSL certificate installed for your site? Are you using it in your store?
    - Do you have any manually-configured redirects set up to force SSL operation?
    - What are your PHP settings for - post_max_size and file_uploads and upload_max_filesize


    And, by the way, if you're gonna belly-ache and point blame with statements like "Why is it taking months for the programmers to not find out what their code problem is ?" then perhaps it would behoove you to do some legwork to understand under exactly what conditions the problem occurs, and share your discoveries.

    We *do* try to help. If a problem can be reproduced consistently, it can be fixed. If it can't, we have to wait for the (few) people *having* the problem to provide usable information for debugging and analysis.
    You can call it belly-ache, but from this end we switched host providers and one of the reasons choosing it is frontstore software that came with the host package so we are PAYING for this software and when its something that could be dealing with secure information, credit cards, etc you can call it complaining but the fact is someone else reported the same failure back last Feb and then in May and still no response of fix what a repeatable error on 2 different host domains that could even be due to someone trying to hack the frontstore.

    We rather belly-ache and push for a cause rather then ignoring errors on host domain when the software itself is not informing us when it errors out.
    Someone here has to know what those 2 files do and what the errors are from as what the error logs reported so we could track the cause and find if it shuold just be ignored or worry who and what is the cause

    No SSL, and it should be remembered many of us our end users, not programmers so asking what the size of something is that is not in the menu is an unknowm to us

    Code:
    System Linux host111.hostmonster.com 2.6.21-3_1.BHsmp #1 SMP Fri Jun 1 09:45:19 MDT 2007 x86_64 Build Date Jun 14 2007 15:05:41 Configure Command './configure' '--enable-pic' '--with-libdir=lib64' '--with-config-file-path=.:/usr/local/Zend/etc/' '--prefix=/usr' '--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl' '--with-dom' '--with-dom-xslt' '--with-dom-exslt' '--enable-exif' '--enable-fastcgi' '--with-fastcgi=/usr' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext' '--with-iconv' '--with-imap=/usr/local/imap-2004g' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mcrypt' '--with-mhash' '--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr' '--with-openssl' '--enable-discard-path' '--with-pdflib' '--with-pear' '--with-pgsql=/usr' '--with-pspell' '--enable-xslt' '--with-xslt-sablot' '--enable-sockets' '--enable-track-vars' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--with-xsl' '--with-zlib' Server API CGI/FastCGI Virtual Directory Support disabled Configuration File (php.ini) Path /home/teamzron/public_html/fstore/admin/php.ini PHP API 20041225 PHP Extension 20050922 Zend Extension 220051025 Debug Build no Thread Safety disabled Zend Memory Manager enabled IPv6 Support enabled Registered PHP Streams php, file, http, ftp, compress.zlib, https, ftps Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, zlib.* 
     This program makes use of the Zend Scripting Language Engine:
    Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
        with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
        with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies
    
    
    Configuration
    
    PHP Core
    
    DirectiveLocal ValueMaster Valueallow_call_time_pass_referenceOnOnallow_url_fopenOnOnalways_populate_raw_post_dataOffOffarg_separator.input&&arg_separator.output&&asp_tagsOffOffauto_append_fileno valueno valueauto_globals_jitOnOnauto_prepend_fileno valueno valuebrowscapno valueno valuedefault_charsetno valueno valuedefault_mimetypetext/htmltext/htmldefine_syslog_variablesOffOffdisable_classesno valueno valuedisable_functionsno valueno valuedisplay_errorsOnOndisplay_startup_errorsOffOffdoc_rootno valueno valuedocref_extno valueno valuedocref_rootno valueno valueenable_dlOnOnerror_append_stringno valueno valueerror_logerror_logerror_logerror_prepend_stringno valueno valueerror_reporting20392039expose_phpOnOnextension_dir././file_uploadsOnOnhighlight.bg#FFFFFF#FFFFFFhighlight.comment#FF8000#FF8000highlight.default#0000BB#0000BBhighlight.html#000000#000000highlight.keyword#007700#007700highlight.string#DD0000#DD0000html_errorsOnOnignore_repeated_errorsOffOffignore_repeated_sourceOffOffignore_user_abortOffOffimplicit_flushOffOffinclude_path.:/usr/lib/php:/usr/local/lib/php.:/usr/lib/php:/usr/local/lib/phplog_errorsOnOnlog_errors_max_len10241024magic_quotes_gpcOnOnmagic_quotes_runtimeOffOffmagic_quotes_sybaseOffOffmail.force_extra_parametersno valueno valuemax_execution_time6030max_input_time6060open_basedirno valueno valueoutput_bufferingno valueno valueoutput_handlerno valueno valuepost_max_size8M8Mprecision1212realpath_cache_size16K16Krealpath_cache_ttl120120register_argc_argvOnOnregister_globalsOffOffregister_long_arraysOnOnreport_memleaksOnOnreport_zend_debugOnOnsafe_modeOffOffsafe_mode_exec_dirno valueno valuesafe_mode_gidOffOffsafe_mode_include_dirno valueno valuesendmail_fromno valueno valuesendmail_path/usr/sbin/sendmail -t -i/usr/sbin/sendmail -t -iserialize_precision100100short_open_tagOnOnSMTPlocalhostlocalhostsmtp_port2525sql.safe_modeOffOfftrack_errorsOffOffunserialize_callback_funcno valueno valueupload_max_filesize2M2Mupload_tmp_dirno valueno valueuser_dirno valueno valuevariables_orderEGPCSEGPCSxmlrpc_error_number00xmlrpc_errorsOffOffy2k_complianceOnOnzend.ze1_compatibility_modeOffOff
    
    bcmath
    
    BCMath support enabled 
    
    calendar
    
    Calendar support enabled 
    
    ctype
    
    ctype functions enabled 
    
    curl
    
    CURL support enabled CURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.3 libidn/0.5.6 
    
    date
    
    date/time support enabled Timezone Database Version 2006.1 Timezone Database internal Default timezone America/Denver 
    DirectiveLocal ValueMaster Valuedate.default_latitude31.766731.7667date.default_longitude35.233335.2333date.sunrise_zenith90.58333390.583333date.sunset_zenith90.58333390.583333date.timezoneno valueno value
    
    dom
    
    DOM/XML enabled DOM/XML API Version 20031129 libxml Version 2.6.22 HTML Support enabled XPath Support enabled XPointer Support enabled Schema Support enabled RelaxNG Support enabled 
    
    exif
    
    EXIF Support enabled EXIF Version 1.4 $Id: exif.c,v 1.173.2.5 2006/04/10 18:23:24 helly Exp $ Supported EXIF Version 0220 Supported filetypes JPEG,TIFF 
    
    ftp
    
    FTP support enabled 
    
    gd
    
    GD Support enabled GD Version bundled (2.0.28 compatible) FreeType Support enabled FreeType Linkage with freetype FreeType Version 2.1.9 GIF Read Support enabled GIF Create Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled XPM Support enabled XBM Support enabled 
    
    gettext
    
    GetText Support enabled 
    
    hash
    
    hash supportenabledHashing Enginesmd4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 
    
    iconv
    
    iconv support enabled iconv implementation glibc iconv library version 2.3.4 
    DirectiveLocal ValueMaster Valueiconv.input_encodingISO-8859-1ISO-8859-1iconv.internal_encodingISO-8859-1ISO-8859-1iconv.output_encodingISO-8859-1ISO-8859-1
    
    imap
    
    IMAP c-Client Version 2004 
    
    libxml
    
    libXML support active libXML Version 2.6.22 libXML streams enabled 
    
    mbstring
    
    Multibyte Support enabled Multibyte string engine libmbfl Multibyte (japanese) regex support enabled Multibyte regex (oniguruma) version 3.7.1 
    mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
    DirectiveLocal ValueMaster Valuembstring.detect_orderno valueno valuembstring.encoding_translationOffOffmbstring.func_overload00mbstring.http_inputpasspassmbstring.http_outputpasspassmbstring.internal_encodingISO-8859-1no valuembstring.languageneutralneutralmbstring.strict_detectionOffOffmbstring.substitute_characterno valueno value
    
    mcrypt
    
    mcrypt supportenabledVersion 2.5.7 Api No 20021217 Supported ciphers cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes Supported modes cbc cfb ctr ecb ncfb nofb ofb stream 
    DirectiveLocal ValueMaster Valuemcrypt.algorithms_dirno valueno valuemcrypt.modes_dirno valueno value
    
    mhash
    
    MHASH support Enabled MHASH API Version 20020524 
    
    mysql
    
    MySQL SupportenabledActive Persistent Links 0 Active Links 1 Client API version 5.0.27 MYSQL_MODULE_TYPE external MYSQL_SOCKET /var/lib/mysql/mysql.sock MYSQL_INCLUDE -I/usr/include/mysql MYSQL_LIBS -L/usr/lib64 -lmysqlclient 
    DirectiveLocal ValueMaster Valuemysql.allow_persistentOnOnmysql.connect_timeout6060mysql.default_hostno valueno valuemysql.default_passwordno valueno valuemysql.default_portno valueno valuemysql.default_socketno valueno valuemysql.default_userno valueno valuemysql.max_linksUnlimitedUnlimitedmysql.max_persistentUnlimitedUnlimitedmysql.trace_modeOffOff
    
    mysqli
    
    MysqlI SupportenabledClient API library version 5.0.27 Client API header version 5.0.27 MYSQLI_SOCKET /var/lib/mysql/mysql.sock 
    DirectiveLocal ValueMaster Valuemysqli.default_hostno valueno valuemysqli.default_port33063306mysqli.default_pwno valueno valuemysqli.default_socketno valueno valuemysqli.default_userno valueno valuemysqli.max_linksUnlimitedUnlimitedmysqli.reconnectOffOff
    
    openssl
    
    OpenSSL support enabled OpenSSL Version OpenSSL 0.9.7a Feb 19 2003 
    
    pcre
    
    PCRE (Perl Compatible Regular Expressions) Support enabled PCRE Library Version 6.6 06-Feb-2006 
    
    PDO
    
    PDO supportenabledPDO drivers sqlite2 
    
    pgsql
    
    PostgreSQL SupportenabledPostgreSQL(libpq) Version 7.4.13 Multibyte character support enabled SSL support enabled Active Persistent Links 0 Active Links 0 
    DirectiveLocal ValueMaster Valuepgsql.allow_persistentOnOnpgsql.auto_reset_persistentOffOffpgsql.ignore_noticeOffOffpgsql.log_noticeOffOffpgsql.max_linksUnlimitedUnlimitedpgsql.max_persistentUnlimitedUnlimited
    
    posix
    
    Revision $Revision: 1.70.2.3 $ 
    
    pspell
    
    PSpell Support enabled 
    
    Reflection
    
    ReflectionenabledVersion $Id: php_reflection.c,v 1.164.2.33 2006/03/29 14:28:42 tony2001 Exp $ 
    
    session
    
    Session Support enabled Registered save handlers files user sqlite Registered serializer handlers php php_binary 
    DirectiveLocal ValueMaster Valuesession.auto_startOffOffsession.bug_compat_42OnOnsession.bug_compat_warnOnOnsession.cache_expire180180session.cache_limiternocachenocachesession.cookie_domainteamzr1.comno valuesession.cookie_lifetime00session.cookie_path//session.cookie_secureOffOffsession.entropy_fileno valueno valuesession.entropy_length00session.gc_divisor2100session.gc_maxlifetime36001440session.gc_probability11session.hash_bits_per_character44session.hash_function00session.namezenAdminIDPHPSESSIDsession.referer_checkno valueno valuesession.save_handleruserfilessession.save_path/home/teamzron/public_html/fstore/cacheno valuesession.serialize_handlerphpphpsession.use_cookiesOnOnsession.use_only_cookiesOffOffsession.use_trans_sid00
    
    SimpleXML
    
    Simplexml supportenabledRevision $Revision: 1.151.2.22 $ Schema support enabled 
    
    sockets
    
    Sockets Support enabled 
    
    SPL
    
    SPL supportenabledInterfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException 
    
    SQLite
    
    SQLite supportenabledPECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13 2006/04/18 14:30:15 iliaa Exp $ SQLite Library 2.8.17 SQLite Encoding iso8859 
    DirectiveLocal ValueMaster Valuesqlite.assoc_case00
    
    standard
    
    Regex Library Bundled library enabled Dynamic Library Support enabled Path to sendmail /usr/sbin/sendmail -t -i 
    DirectiveLocal ValueMaster Valueassert.active11assert.bail00assert.callbackno valueno valueassert.quiet_eval00assert.warning11auto_detect_line_endings00default_socket_timeout6060safe_mode_allowed_env_varsPHP_PHP_safe_mode_protected_env_varsLD_LIBRARY_PATHLD_LIBRARY_PATHurl_rewriter.tagsa=href,area=href,frame=src,input=src,form=,fieldset=a=href,area=href,frame=src,input=src,form=,fieldset=user_agentno valueno value
    
    tokenizer
    
    Tokenizer Support enabled 
    
    xml
    
    XML Support active XML Namespace Support active libxml2 Version 2.6.22 
    
    xmlreader
    
    XMLReader enabled 
    
    xmlwriter
    
    XMLWriter enabled 
    
    xsl
    
    XSL enabled libxslt Version 1.1.16 libxslt compiled against libxml Version 2.6.22 EXSLT enabled libexslt Version 1.1.16 
    
    Zend Optimizer
    
    Optimization Pass 1 enabled Optimization Pass 2 enabled Optimization Pass 3 enabled Optimization Pass 4 enabled Optimization Pass 9 disabled Zend Loader enabled License Path no value Obfuscation level 3 
    
    zlib
    
    ZLib Support enabled Stream Wrapper support compress.zlib:// Stream Filter support zlib.inflate, zlib.deflate Compiled Version 1.2.1.2 Linked Version 1.2.3 
    DirectiveLocal ValueMaster Valuezlib.output_compressionOffOffzlib.output_compression_level-1-1zlib.output_handlerno valueno value
    
    Additional Modules
    
    Module Name
    
    Environment
    
    VariableValuePATH /usr/local/bin:/usr/bin:/bin DOCUMENT_ROOT /home/teamzron/public_html HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/msword, */* HTTP_ACCEPT_ENCODING gzip, deflate HTTP_ACCEPT_LANGUAGE en-us HTTP_CONNECTION Keep-Alive HTTP_COOKIE login2453634.1457=06-22-2007&#37;2009%3A13%20AM&2454274.0913; ubbt_collapsed=null%7C%7C%7C%7C%7Ccat11%7C%7Ccat10%7C; ubbt_myid=10; ubbt_key=c7e5c3e7e61bae8b9d528feae90794ca; zenAdminID=8a8f9e6018e8d29e7d465f3d906b06e3 HTTP_HOST teamzr1.com HTTP_REFERER [url]] HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) REMOTE_ADDR 66.220.104.85 REMOTE_PORT 60824 SCRIPT_FILENAME /home/teamzron/public_html/fstore/admin/server_info.php SERVER_ADDR 74.220.207.111 SERVER_ADMIN [email protected] SERVER_NAME teamzr1.com SERVER_PORT 80 SERVER_SOFTWARE Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b GATEWAY_INTERFACE CGI/1.1 SERVER_PROTOCOL HTTP/1.1 REQUEST_METHOD GET QUERY_STRING no value REQUEST_URI /fstore/admin/server_info.php SCRIPT_NAME /fstore/admin/server_info.php ORIG_SCRIPT_NAME /fstore/admin/server_info.php ORIG_SCRIPT_FILENAME /home/teamzron/public_html/fstore/admin/server_info.php PATH_INFO no value PATH_TRANSLATED no value 
    
    PHP Variables
    
    VariableValuePHP_SELF /fstore/admin/server_info.php _REQUEST["login2453634_1457"]06-22-2007 09:13 AM&2454274.0913_REQUEST["ubbt_collapsed"]null|||||cat11||cat10|_REQUEST["ubbt_myid"]10_REQUEST["ubbt_key"]c7e5c3e7e61bae8b9d528feae90794ca_REQUEST["zenAdminID"]8a8f9e6018e8d29e7d465f3d906b06e3_COOKIE["login2453634_1457"]06-22-2007 09:13 AM&2454274.0913_COOKIE["ubbt_collapsed"]null|||||cat11||cat10|_COOKIE["ubbt_myid"]10_COOKIE["ubbt_key"]c7e5c3e7e61bae8b9d528feae90794ca_COOKIE["zenAdminID"]8a8f9e6018e8d29e7d465f3d906b06e3_SERVER["PATH"]/usr/local/bin:/usr/bin:/bin_SERVER["DOCUMENT_ROOT"]/home/teamzron/public_html_SERVER["HTTP_ACCEPT"]image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/msword, */*_SERVER["HTTP_ACCEPT_ENCODING"]gzip, deflate_SERVER["HTTP_ACCEPT_LANGUAGE"]en-us_SERVER["HTTP_CONNECTION"]Keep-Alive_SERVER["HTTP_COOKIE"]login2453634.1457=06-22-2007%2009%3A13%20AM&2454274.0913; ubbt_collapsed=null%7C%7C%7C%7C%7Ccat11%7C%7Ccat10%7C; ubbt_myid=10; ubbt_key=c7e5c3e7e61bae8b9d528feae90794ca; zenAdminID=8a8f9e6018e8d29e7d465f3d906b06e3_SERVER["HTTP_HOST"]teamzr1.com_SERVER["HTTP_REFERER"]http://teamzr1.com/fstore/admin/configuration.php?gID=17_SERVER["HTTP_USER_AGENT"]Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)_SERVER["REMOTE_ADDR"]66.220.104.85_SERVER["REMOTE_PORT"]60824_SERVER["SCRIPT_FILENAME"]/home/teamzron/public_html/fstore/admin/server_info.php_SERVER["SERVER_ADDR"]74.220.207.111_SERVER["SERVER_ADMIN"][email protected]_SERVER["SERVER_NAME"]teamzr1.com_SERVER["SERVER_PORT"]80_SERVER["SERVER_SOFTWARE"]Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b_SERVER["GATEWAY_INTERFACE"]CGI/1.1_SERVER["SERVER_PROTOCOL"]HTTP/1.1_SERVER["REQUEST_METHOD"]GET_SERVER["QUERY_STRING"]no value_SERVER["REQUEST_URI"]/fstore/admin/server_info.php_SERVER["SCRIPT_NAME"]/fstore/admin/server_info.php_SERVER["ORIG_SCRIPT_NAME"]/fstore/admin/server_info.php_SERVER["ORIG_SCRIPT_FILENAME"]/home/teamzron/public_html/fstore/admin/server_info.php_SERVER["PATH_INFO"]no value_SERVER["PATH_TRANSLATED"]no value_SERVER["PHP_SELF"]/fstore/admin/server_info.php_SERVER["REQUEST_TIME"]1188152484_SERVER["argv"]Array_SERVER["argc"]0_ENV["PATH"]/usr/local/bin:/usr/bin:/bin_ENV["DOCUMENT_ROOT"]/home/teamzron/public_html_ENV["HTTP_ACCEPT"]image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/msword, */*_ENV["HTTP_ACCEPT_ENCODING"]gzip, deflate_ENV["HTTP_ACCEPT_LANGUAGE"]en-us_ENV["HTTP_CONNECTION"]Keep-Alive_ENV["HTTP_COOKIE"]login2453634.1457=06-22-2007%2009%3A13%20AM&2454274.0913; ubbt_collapsed=null%7C%7C%7C%7C%7Ccat11%7C%7Ccat10%7C; ubbt_myid=10; ubbt_key=c7e5c3e7e61bae8b9d528feae90794ca; zenAdminID=8a8f9e6018e8d29e7d465f3d906b06e3_ENV["HTTP_HOST"]teamzr1.com_ENV["HTTP_REFERER"]http://teamzr1.com/fstore/admin/configuration.php?gID=17_ENV["HTTP_USER_AGENT"]Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)_ENV["REMOTE_ADDR"]66.220.104.85_ENV["REMOTE_PORT"]60824_ENV["SCRIPT_FILENAME"]/home/teamzron/public_html/fstore/admin/server_info.php_ENV["SERVER_ADDR"]74.220.207.111_ENV["SERVER_ADMIN"][email protected]_ENV["SERVER_NAME"]teamzr1.com_ENV["SERVER_PORT"]80_ENV["SERVER_SOFTWARE"]Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b_ENV["GATEWAY_INTERFACE"]CGI/1.1_ENV["SERVER_PROTOCOL"]HTTP/1.1_ENV["REQUEST_METHOD"]GET_ENV["QUERY_STRING"]no value_ENV["REQUEST_URI"]/fstore/admin/server_info.php_ENV["SCRIPT_NAME"]/fstore/admin/server_info.php_ENV["ORIG_SCRIPT_NAME"]/fstore/admin/server_info.php_ENV["ORIG_SCRIPT_FILENAME"]/home/teamzron/public_html/fstore/admin/server_info.php_ENV["PATH_INFO"]no value_ENV["PATH_TRANSLATED"]no value

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h csshover.htc causing 404 errors
    By adb34 in forum General Questions
    Replies: 10
    Last Post: 22 Oct 2012, 08:04 PM
  2. v150 change in c panel password causing all these problems
    By bamboleo in forum General Questions
    Replies: 3
    Last Post: 13 Sep 2012, 08:35 AM
  3. What is causing these extra images?
    By meljen in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 16 Jul 2012, 06:53 PM
  4. Shipping module causing errors on site
    By moltres93 in forum Addon Shipping Modules
    Replies: 0
    Last Post: 5 Apr 2012, 01:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg