Results 1 to 8 of 8

Thread: Zend Optimizer not installed

  1. #1
    Join Date
    Jun 2007
    Location
    Brooklyn,USA
    Posts
    23

    Default Zend Optimizer not installed

    Hey guys, I have great host which provides all I need as I know.
    with 190GB space and 2500GB traffic on shared plan.
    everithing supported, but when I try http://www.mydomain.com/install
    I got this mssge:
    Zend Optimizer not installed on server.
    Because of it's not my server and it's only shared plan I can't install it on server.
    Any help or suggestion would be great help.
    I don't like idea as change host(nobody gives you so much on shared plan as I know)

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    You need to ask your host to install it. On shared host, there is no other way.

    If your host can install other requirements, they will be able to install Zend as it is very easy compared to other requirements.

    http://www.vshare.in/requirements.html

  3. #3
    Join Date
    Jun 2007
    Posts
    1

    Default Re: Zend Optimizer not installed

    Quote Originally Posted by armisoinc
    Hey guys, I have great host which provides all I need as I know.
    with 190GB space and 2500GB traffic on shared plan.
    everithing supported, but when I try http://www.mydomain.com/install
    I got this mssge:
    Zend Optimizer not installed on server.
    Because of it's not my server and it's only shared plan I can't install it on server.
    Any help or suggestion would be great help.
    I don't like idea as change host(nobody gives you so much on shared plan as I know)
    What's the name of your host?

  4. #4
    Join Date
    Aug 2007
    Posts
    3

    Default Re:

    I have installed Zend Optimizer yet, still showing not installed... phpinfo(); shows it installed.... what do i do????


    Thanks, Dan

  5. #5
    Join Date
    May 2007
    Posts
    394

    Default Re:

    Quote Originally Posted by flight326
    I have installed Zend Optimizer yet, still showing not installed... phpinfo(); shows it installed.... what do i do????
    "Showing not installed"

    "phpinfo.php shows it installed"

    Which is it? Is there something you are seeing that is contradicting your phpinfo file?

  6. #6
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default [URGENT] Re: Zend Optimizer not installed

    I'm having this same issue

    The server went down momentarily, the rest of my sites not using zend came back online as usual. All my vShare sites are returning a page that says "Zend Not Installed".

    The host sent me a reply to my support ticket that it is installed.

    Why would my sites be telling me that Zend is not installed when the host says it is?

    Zend is installed. Please see below output from the server:

    [root@spartan ~]# php -v
    PHP 5.2.5 (cli) (built: Apr 14 2008 14:57:58)
    Copyright (c) 1997-2007 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with eAccelerator v0.9.5.2, Copyright (c) 2004-2006 eAccelerator, by eAccelerator
    with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
    with Suhosin v0.9.23, Copyright (c) 2007, by SektionEins GmbH
    with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologie
    Yet when I visit my vShare sites it says:

    Zend Optimizer not installed

    This file was encoded by the Zend Guard. In order to run it, please install the Zend Optimizer (available without charge), version 3.0.0 or later.
    Seeing this message instead of the website you expected?
    This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:

    The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.

    Note: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to Zend Technologies.
    What is the Zend Optimizer?

    The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster.

    In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard.

    The Zend Optimizer is a free product available for download from Zend Technologies. Zend Technologies also developed the PHP scripting engine, known as the Zend Engine.
    The phpinfo.php also shows ZEND as being installed and enabled.
    If it's not fun, stop doing it!

  7. #7
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Zend Optimizer not installed

    I think I have this figured out.

    Although my host said that ZEND was installed, I don't believe it was.

    Here's the ZEND from bizhat's demo site:

    This program makes use of the Zend Scripting Language Engine:
    Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies
    And here's the ZEND from MY site:

    This program makes use of the Zend Scripting Language Engine:
    Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    Obviously missing the ZEND! Grrrrrrrr!
    If it's not fun, stop doing it!

  8. #8
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Zend Optimizer not installed

    Well kids, it turned out to be an issue with the fact that they changed to phpsuexec and didn't tell anybody.

    It requires an entirely new php.ini to run. Here's an example php.ini if your host also has phpsuexec:

    Code:
        [PHP]
        engine = On
        short_open_tag = On
        asp_tags = Off
        precision    =  12
        y2k_compliance = On
        output_buffering = On
        zlib.output_compression = Off
        implicit_flush = Off
        unserialize_callback_func=
        serialize_precision = 100
        allow_call_time_pass_reference = On
        safe_mode = Off
        safe_mode_gid = Off
        safe_mode_include_dir =                        
        safe_mode_exec_dir =
        safe_mode_allowed_env_vars = PHP_
        safe_mode_protected_env_vars = LD_LIBRARY_PATH
        disable_functions =
        disable_classes =
        expose_php = On
        max_execution_time = 1500
        max_input_time = 6000
        memory_limit = 64M
        error_reporting  =  E_ALL & ~E_NOTICE
        display_errors = On
        display_startup_errors = Off
        log_errors = On;
        log_errors = On;
        ignore_repeated_errors = Off
        ignore_repeated_source = Off
        report_memleaks = On
        track_errors = Off
        error_log = error_log;
        error_log = error_log;
        variables_order = "EGPCS"
        register_globals = On
        register_argc_argv = On
        post_max_size = 200M
        gpc_order = "GPC"
        magic_quotes_gpc = On
        magic_quotes_runtime = Off   
        magic_quotes_sybase = Off
        auto_prepend_file =
        auto_append_file =
        default_mimetype = "text/html"
        include_path = ".:/usr/lib/php:/usr/local/lib/php";
        doc_root =
        user_dir =
        extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613"
        zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
        zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_5.2_ts.so"
        extension="eaccelerator.so"
        eaccelerator.shm_size="16"
        eaccelerator.cache_dir="/var/cache/eaccelerator"
        eaccelerator.enable="1"
        eaccelerator.optimizer="1"
        eaccelerator.check_mtime="1"
        eaccelerator.debug="0"
        eaccelerator.filter=""
        eaccelerator.shm_max="0"
        eaccelerator.shm_ttl="0"
        eaccelerator.shm_prune_period="0"
        eaccelerator.shm_only="0"
        eaccelerator.compress="1"
        eaccelerator.compress_level="9"
        extension="suhosin.so"
        enable_dl = On
        file_uploads = On
        upload_max_filesize = 200M
        allow_url_fopen = On
        default_socket_timeout = 60
        [Syslog]
        define_syslog_variables  = Off
        [mail function]
        smtp_port = 25
        sendmail_path = /usr/sbin/sendmail -t -i;
        [Java]
        [SQL]
        sql.safe_mode = Off
        [ODBC]
        odbc.allow_persistent = On
        odbc.check_persistent = On
        odbc.max_persistent = -1
        odbc.max_links = -1 
        odbc.defaultlrl = 4096 
        odbc.defaultbinmode = 1 
        [MySQL]
        mysql.allow_persistent = On
        mysql.max_persistent = -1
        mysql.max_links = -1
        mysql.default_port =
        mysql.default_socket =
        mysql.default_host =
        mysql.default_user =
        mysql.default_password =
        mysql.connect_timeout = 60
        mysql.trace_mode = Off
        [mSQL]
        msql.allow_persistent = On
        msql.max_persistent = -1
        msql.max_links = -1
        [PostgresSQL]
        pgsql.allow_persistent = On
        pgsql.auto_reset_persistent = Off
        pgsql.max_persistent = -1
        pgsql.max_links = -1
        pgsql.ignore_notice = 0
        pgsql.log_notice = 0
        [Sybase]
        sybase.allow_persistent = On
        sybase.max_persistent = -1
        sybase.max_links = -1
        sybase.min_error_severity = 10
        sybase.min_message_severity = 10
        sybase.compatability_mode = Off
        [Sybase-CT]
        sybct.allow_persistent = On
        sybct.max_persistent = -1
        sybct.max_links = -1
        sybct.min_server_severity = 10
        sybct.min_client_severity = 10
        [dbx]
        dbx.colnames_case = "unchanged"
        [bcmath]
        bcmath.scale = 0
        [browscap]
        [Informix]
        ifx.default_host =
        ifx.default_user =
        ifx.default_password =
        ifx.allow_persistent = On
        ifx.max_persistent = -1
        ifx.max_links = -1
        ifx.textasvarchar = 0
        ifx.byteasvarchar = 0
        ifx.charasvarchar = 0
        ifx.blobinfile = 0
        ifx.nullformat = 0
        [Session]
        session.save_handler = files
        session.use_cookies = 1
        session.name = PHPSESSID
        session.auto_start = 0
        session.cookie_lifetime = 0
        session.cookie_path = /
        session.cookie_domain =
        session.serialize_handler = php
        session.gc_probability = 1
        session.gc_divisor     = 100
        session.gc_maxlifetime = 1440
        session.bug_compat_42 = 1
        session.bug_compat_warn = 1
        session.referer_check =
        session.entropy_length = 0
        session.entropy_file =
        session.cache_limiter = nocache
        session.cache_expire = 180
        session.use_trans_sid = 0
        url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
        [MSSQL]
        mssql.allow_persistent = On
        mssql.max_persistent = -1
        mssql.max_links = -1
        mssql.min_error_severity = 10
        mssql.min_message_severity = 10
        mssql.compatability_mode = Off
        mssql.secure_connection = Off
        [Assertion]
        [Ingres II]
        ingres.allow_persistent = On
        ingres.max_persistent = -1
        ingres.max_links = -1
        ingres.default_database =
        ingres.default_user =
        ingres.default_password =
        [Verisign Payflow Pro]
        pfpro.defaulthost = "test-payflow.verisign.com"
        pfpro.defaultport = 443
        pfpro.defaulttimeout = 30
        [com]
        [Printer]
        [mbstring]
        [FrontBase]
        [Crack]
        [exif]
        extension=pdo.so
        extension=pdo_sqlite.so
        extension=sqlite.so
        extension=pdo_mysql.so
        extension=ffmpeg.so
        extension=phpshield.5.2.lin
        [Zend]
        zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
        zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
        zend_optimizer.version=3.3.0
        extension="ixed.5.2.lin"
        extension_ts="ixed.5.2ts.lin"
        zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
        zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
        extension="ffmpeg.so"
    If it's not fun, stop doing it!

Similar Threads

  1. Replies: 9
    Last Post: 01-08-2009, 05:55 PM
  2. Zend Optimizer not installed, phpinfo file say it is
    By rkc11 in forum Installation Support
    Replies: 8
    Last Post: 04-16-2008, 12:14 AM
  3. Zend Optimizer installed - http://.com/install says it isn't
    By flight326 in forum Installation Support
    Replies: 3
    Last Post: 04-15-2008, 04:17 AM
  4. Zend Optimizer
    By Grahams1 in forum Installation Support
    Replies: 1
    Last Post: 01-18-2008, 04:47 AM
  5. zend optimizer
    By Haz in forum Installation Support
    Replies: 0
    Last Post: 12-26-2007, 09:57 PM

Bookmarks

Posting Permissions

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