Hi all,
Have a wee problem with a script I am installing. I get the error :
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.
Zend Optimizer is installed on the server see part of PHP_info file below:
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, 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.*
I think its a path issue, see below:
PHP_SELF /pinfo.php
_SERVER["PATH"] /usr/local/bin:/usr/bin:/bin
_SERVER["DOCUMENT_ROOT"] /home/users/web/b534/pow.vintage48/htdocs
_SERVER["HTTP_ACCEPT"] image/gif, image/x-xbitmap, image/jpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, image/pjpeg, */*
_SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-gb
_SERVER["HTTP_CONNECTION"] close
_SERVER["HTTP_HOST"] www.advendir.com
_SERVER["HTTP_UA_CPU"] x86
_SERVER["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GoogleT5; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.1; WWTClient2)
_SERVER["REMOTE_ADDR"] 86.148.131.6
_SERVER["REMOTE_HOST"] host86-148-131-6.range86-148.btcentralplus.com
_SERVER["REMOTE_PORT"] 44515
_SERVER["SCRIPT_FILENAME"] /home/users/web/b534/pow.vintage48/htdocs/pinfo.php
_SERVER["SERVER_ADMIN"] cgiadmin@yourhostingaccount.com
_SERVER["SERVER_NAME"] www.advendir.com
_SERVER["SERVER_PORT"] 80
_SERVER["SERVER_SOFTWARE"] Apache
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PROTOCOL"] HTTP/1.0
_SERVER["REQUEST_METHOD"] GET
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_URI"] /pinfo.php
_SERVER["SCRIPT_NAME"] /pinfo.php
_SERVER["PHPRC"] /home/users/web/b534/pow.vintage48/htdocs
_SERVER["SCRIPT_URL"] /pinfo.php
_SERVER["SCRIPT_URI"] http://www.advendir.com/pinfo.php
_SERVER["DOCUMENT_URI"] /pinfo.php
_SERVER["TZ"] EST5EDT
_SERVER["PHP_SELF"] /pinfo.php
_SERVER["REQUEST_TIME"] 1241190171
_SERVER["argv"] Array
(
)
_SERVER["argc"] 0
_ENV["PATH"] /usr/local/bin:/usr/bin:/bin
_ENV["DOCUMENT_ROOT"] /home/users/web/b534/pow.vintage48/htdocs
_ENV["HTTP_ACCEPT"] image/gif, image/x-xbitmap, image/jpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, image/pjpeg, */*
_ENV["HTTP_ACCEPT_ENCODING"] gzip, deflate
_ENV["HTTP_ACCEPT_LANGUAGE"] en-gb
_ENV["HTTP_CONNECTION"] close
_ENV["HTTP_HOST"] www.advendir.com
_ENV["HTTP_UA_CPU"] x86
_ENV["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GoogleT5; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.1; WWTClient2)
_ENV["REMOTE_ADDR"] 86.148.131.6
_ENV["REMOTE_HOST"] host86-148-131-6.range86-148.btcentralplus.com
_ENV["REMOTE_PORT"] 44515
_ENV["SCRIPT_FILENAME"] /home/users/web/b534/pow.vintage48/htdocs/pinfo.php
_ENV["SERVER_ADMIN"] cgiadmin@yourhostingaccount.com
_ENV["SERVER_NAME"] www.advendir.com
_ENV["SERVER_PORT"] 80
_ENV["SERVER_SOFTWARE"] Apache
_ENV["GATEWAY_INTERFACE"] CGI/1.1
_ENV["SERVER_PROTOCOL"] HTTP/1.0
_ENV["REQUEST_METHOD"] GET
_ENV["QUERY_STRING"] no value
_ENV["REQUEST_URI"] /pinfo.php
_ENV["SCRIPT_NAME"] /pinfo.php
_ENV["PHPRC"] /home/users/web/b534/pow.vintage48/htdocs
_ENV["SCRIPT_URL"] /pinfo.php
_ENV["SCRIPT_URI"] http://www.advendir.com/pinfo.php
_ENV["DOCUMENT_URI"] /pinfo.php
_ENV["TZ"] EST5EDT
Can anyone please help.
best regards