XSLTProcessor error

I've uploaded the new version of Dolphin - 6.1.6 - and tried to run the install script and received the XSLTProcessor error message. What changed from previous versions? I had 6.1.4 running on a different domain (I deleted it and am now using another domain name for the project) and it was working fine.

I checked with my host and they said it is installed and gave me the following:

root@raiders conf.HMS]# xsltproc -version
Using libxml 20616, libxslt 10111 and libexslt 809
xsltproc was compiled against libxml 20616, libxslt 10111 and libexslt 809
libxslt 10111 was compiled against libxml 20616
libexslt 809 was compiled against libxml 20616

All was working with the last version of Dolphin with my host but not with the newer version. Did the previous version require XSLTProcessor? Is this a new server requirement that should be included in the docs? Will 7 need further requirements not yet disclosed? I would hate to get further and at some point things not work at all.

...curiou

Quote · 19 May 2009

I would still love to have an aswer to the question and what can be done to fix it. I can't believe I'm the only one with this issue after the new version came out.

Quote · 22 May 2009

make testxslt.php with:

<?php

if (class_exists ('DOMDocument')){
echo "dom Works";
}

if (class_exists ('XSLTProcessor')){
echo 'xslt works';
}
phpinfo();
?>
upload it call in browser post results ...please not ALL you phpinfo just xslt and dom section

I have video tutorials to help you mrpowless.com
Quote · 22 May 2009

Mrpowless, thanks here's teh dom section but there was no xslt section.

DOM/XML                               enabled

DOM/XML API Version             20031129

libxml Version                         2.6.16

HTML Support                         enabled

XPath Support                         enabled

XPointer Support                     enabled

Schema Support                     enabled

RelaxNG Support                     enabled

Quote · 22 May 2009

I had this problem also and downgraded back to 6.15, I'n contacting my host, from what I have read it's aon the server side...

Quote · 22 May 2009

Mickyb, that's my concern as well as my host. The last version worked fine with my server settings but doesn't work now. Also if there was a shift in the server requirements nothing has been noted in the docs. Might have something to do with the patches also.

Quote · 22 May 2009

It must be with the new patches, 6.15 never had a problem at all, but even when I tried a new complete fresh install of 6.16 I got that error to. You atleast have those settings on your server, when I run the test file to show server info, I don't even show Xslt at all...I think this is why I also have a problem with Orca..

Quote · 22 May 2009

I'm still treading the murky waters of the xslt processor error message. I can't seem to find any documentation regarding the change in server requirements from 6.1.5 to 6.1.6 that would cause this.

Mrpowless has offered help and I ran the test script and also tried commenting out the error message in the install/index.php which allowed me to go through the install but when I finish I get the same error message.


so frustrating.... GRRRRRRRRRR

Quote · 26 May 2009

I read lot about this, its a server side issue, either have your hosting fix it or move to a different hosting Wink.

Live Support http://dolphinbugfixing.com
Quote · 26 May 2009

That's cool, I've heard that a few times but my host is even in the dark as to what happened. If it worked in the last version but not this version - what changed? What do they need to do to fix it? My host is willing to deal with the issue but the problem is finding out WHAT that issue is. There's no documentation. There are no answers from Boonex.

Something changed in the server requirements and without that information a host cannot make the needed changes.

Quote · 26 May 2009

Show me your phpinfo let us see if XSLT is there?

You can tell this to your hosting  :

1) Install the latest PHP

2) Compile PHP with

--with-xslt-sablot

--with-dom-xslt

3) Check phpinfo it should have this :

XSL enabled
libxslt Version 1.1.16
libxslt compiled against libxml Version 2.6.24
EXSLT enabled
libexslt Version 1.1.16
Live Support http://dolphinbugfixing.com
Quote · 26 May 2009

That info is in the first post. Since I have no idea which version is needed I have no idea what to tell my host.

Quote · 26 May 2009

They have probably forgot to update the tech notes on wiki. Have a look here http://www.boonex.com/trac/dolphin/wiki/DolTech it states:

 

mbstring, domxml (only for PHP 4.x) and xslt extensions should be installed.

 

Ask your hosting company if they can enable these extensions.

 

 

Quote · 26 May 2009

Dolphinbugfixing - asking me to post ALL of the phpinfo here in a post? It's huge... lol

Quote · 26 May 2009

They have probably forgot to update the tech notes on wiki. Have a look here http://www.boonex.com/trac/dolphin/wiki/DolTech it states:

mbstring, domxml (only for PHP 4.x) and xslt extensions should be installed.

Okay that is for 4.x but the same probably applies to php ver 5 now. Ask your hosting company if they can enable these extensions.

I sent them another email with your post and dolphinbugfixing's post. They did tell me xslt was installed but maybe it's the version that needs to be updated.

Thanks guy

Quote · 26 May 2009

I just edited my post. I mis-read the technical documents. domxml is only required for 4.x. Re-reading it the xslt extensions should apply to all php versions. Probably best to paste all your phpinfo as dolphinbugfixing ask and then we can have a good look at your hosting environment.

Quote · 26 May 2009

ok here goes....

dom Works

PHP Version 5.2.5


System Linux raiders.atcihosting.com 2.6.9-42.0.3.ELsmp #1 SMP Fri Oct 6 06:21:39 CDT 2006 i686
Build Date Jun 6 2008 17:49:27
Configure Command './configure' '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd=shared' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-ncurses=shared' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-xml' '--with-expat-dir=/usr' '--with-dom=shared,/usr' '--with-dom-xslt=/usr' '--with-dom-exslt=/usr' '--with-xmlrpc=shared' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mbstring=shared' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mime-magic=/usr/share/file/magic.mime' '--with-apxs2=/usr/sbin/apxs' '--with-pcre-regex=/usr/local' '--with-mcrypt=/usr/local/bin/mcrypt'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /etc
Loaded Configuration File /usr/local/Zend/etc/php.ini
Scan this dir for additional .ini files /etc/php.d
additional .ini files parsed /etc/php.d/gd.ini, /etc/php.d/ldap.ini, /etc/php.d/mbstring.ini, /etc/php.d/mysql.ini, /etc/php.d/odbc.ini, /etc/php.d/pgsql.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.bzip2, 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.*, bzip2.*, zlib.*

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.34, Copyright (c) 2002-2009, by ionCube Ltd., and
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies


Configuration

PHP Core

DirectiveLocal ValueMaster Value
allow_call_time_pass_reference Off Off
allow_url_fopen Off On
allow_url_include Off On
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 6135 6135
expose_php Off Off
extension_dir /usr/lib/20060613/ /usr/lib/20060613/
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .:/usr/share/pear .:/usr/share/pear
log_errors On On
log_errors_max_len 1024 1024
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 30 30
max_input_nesting_level 64 64
max_input_time 60 60
memory_limit 64M 64M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 14 14
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv On On
register_globals Off On
register_long_arrays On On
report_memleaks On On
report_zend_debug On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 4M 4M
upload_tmp_dir no value no value
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
zend.ze1_compatibility_mode Off Off

apache2handler

Apache Version Apache
Apache API Version 20020903
Server Administrator *****@sploooge.com
Hostname:Port sploooge.com:0
User/Group apache(48)/48
Max Requests Per Child: 50 - Keep Alive: on - Max Per Connection: 1000
Timeouts Connection: 30 - Keep-Alive: 5
Virtual Server Yes
Server Root /etc/httpd
Loaded Modules core prefork http_core mod_so mod_access mod_auth mod_auth_anon mod_auth_dbm mod_auth_digest util_ldap mod_auth_ldap mod_include mod_log_config mod_env mod_mime_magic mod_cern_meta mod_expires mod_deflate mod_headers mod_usertrack mod_setenvif mod_mime mod_dav mod_status mod_autoindex mod_asis mod_info mod_dav_fs mod_vhost_alias mod_negotiation mod_dir mod_imap mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_proxy proxy_ftp proxy_http proxy_connect mod_cache mod_suexec mod_disk_cache mod_file_cache mod_mem_cache mod_cgi mod_php5 mod_auth_kerb mod_auth_mysql mod_auth_pgsql mod_authz_ldap mod_perl mod_python mod_ssl

DirectiveLocal ValueMaster Value
engine 1 1
last_modified 0 0
xbithack 0 0

Apache Environment

VariableValue
HTTP_HOST sploooge.com
HTTP_USER_AGENT Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_KEEP_ALIVE 300
HTTP_CONNECTION keep-alive
PATH /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache
SERVER_NAME sploooge.com
SERVER_ADDR 69.5.92.***
SERVER_PORT 80
REMOTE_ADDR 99.3.***.*
DOCUMENT_ROOT /usr/local/apache/sites/*****/sploooge.com/htdocs
SERVER_ADMIN *****@sploooge.com
SCRIPT_FILENAME /usr/local/apache/sites/*****/sploooge.com/htdocs/phpinfo.php
REMOTE_PORT 51605
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /phpinfo.php
SCRIPT_NAME /phpinfo.php

HTTP Headers Information

HTTP Request Headers HTTP Response Headers
HTTP Request GET /phpinfo.php HTTP/1.1
Host sploooge.com
User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Keep-Alive timeout=5, max=1000
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html

bcmath

BCMath support enabled

bz2

BZip2 Support Enabled
Stream Wrapper support compress.bz2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.2, 30-Dec-2001

calendar

Calendar support enabled

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information libcurl/7.12.1 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6

date

date/time support enabled
"Olson" Timezone Database Version 2007.9
Timezone Database internal
Default timezone America/New_York

DirectiveLocal ValueMaster Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value

dba

DBA support enabled
Supported handlers cdb cdb_make db4 inifile flatfile

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.16
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.2.20 2007/06/10 20:12:45 iliaa Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF

filter

Input Validation and Filtering enabled
Revision $Revision: 1.52.2.39 $

DirectiveLocal ValueMaster Value
filter.default unsafe_raw unsafe_raw
filter.default_flags no value no value

ftp

FTP support enabled

gd

GD Support enabled
GD Version bundled (2.0.34 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
XBM Support enabled

gettext

GetText Support enabled

gmp

gmp support enabled
GMP version 4.1.4

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 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 Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1

json

json support enabled
json version 1.2.1

ldap

LDAP Support enabled
RCS Version $Id: ldap.c,v 1.161.2.3.2.11 2007/07/17 09:09:42 jani Exp $
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20213

libxml

libXML support active
libXML Version 2.6.16
libXML streams enabled

mbstring

Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On

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 Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding ISO-8859-1 no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value

mcrypt

mcrypt supportenabled
Version 2.5.8
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 Value
mcrypt.algorithms_dir no value no value
mcrypt.modes_dir no value no value

mime_magic

mime_magic supportinvalid magic file, disabled

DirectiveLocal ValueMaster Value
mime_magic.debug Off Off
mime_magic.magicfile /usr/share/file/magic.mime /usr/share/file/magic.mime

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version 4.1.20
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient

DirectiveLocal ValueMaster Value
mysql.allow_persistent Off Off
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off

odbc

ODBC Supportenabled
Active Persistent Links 0
Active Links 0
ODBC library unixODBC
ODBC_INCLUDE -I/usr/include
ODBC_LFLAGS -L/usr/lib
ODBC_LIBS -lodbc

DirectiveLocal ValueMaster Value
odbc.allow_persistent On On
odbc.check_persistent On On
odbc.default_db no value no value
odbc.default_pw no value no value
odbc.default_user no value no value
odbc.defaultbinmode return as is return as is
odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes
odbc.max_links Unlimited Unlimited
odbc.max_persistent Unlimited Unlimited

openssl

OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.7a Feb 19 2003

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 4.5 01-December-2003

DirectiveLocal ValueMaster Value
pcre.backtrack_limit 100000 100000
pcre.recursion_limit 100000 100000

PDO

PDO supportenabled
PDO drivers sqlite2, sqlite

pdo_sqlite

PDO Driver for SQLite 3.xenabled
PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.2 2007/03/23 14:30:00 wez Exp $
SQLite Library 3.3.17

pgsql

PostgreSQL Supportenabled
PostgreSQL(libpq) Version 7.4.19
Multibyte character support enabled
SSL support enabled
Active Persistent Links 0
Active Links 0

DirectiveLocal ValueMaster Value
pgsql.allow_persistent On On
pgsql.auto_reset_persistent Off Off
pgsql.ignore_notice Off Off
pgsql.log_notice Off Off
pgsql.max_links Unlimited Unlimited
pgsql.max_persistent Unlimited Unlimited

posix

Revision $Revision: 1.70.2.3.2.16 $

pspell

PSpell Support enabled

Reflection

Reflectionenabled
Version $Id: php_reflection.c,v 1.164.2.33.2.47 2007/10/28 13:47:14 iliaa Exp $

session

Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary wddx

DirectiveLocal ValueMaster Value
session.auto_start Off Off
session.bug_compat_42 Off Off
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 1000 1000
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 4 4
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /var/lib/php/session /var/lib/php/session
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0

shmop

shmop support enabled

SimpleXML

Simplexml supportenabled
Revision $Revision: 1.151.2.22.2.35 $
Schema support enabled

sockets

Sockets Support enabled

SPL

SPL supportenabled
Interfaces 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, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite

SQLite supportenabled
PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.9 2007/05/19 17:58:22 iliaa Exp $
SQLite Library 2.8.17
SQLite Encoding iso8859

DirectiveLocal ValueMaster Value
sqlite.assoc_case 0 0

standard

Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i

DirectiveLocal ValueMaster Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry
user_agent no value no value

tokenizer

Tokenizer Support enabled

wddx

WDDX Supportenabled
WDDX Session Serializer enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.6.16

xmlreader

XMLReader enabled

xmlwriter

XMLWriter enabled

Zend Optimizer

Optimization Pass 1 enabled
Optimization Pass 2 enabled
Optimization Pass 3 enabled
Optimization Pass 4 enabled
Optimization Pass 9 enabled
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.1.2

DirectiveLocal ValueMaster Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value

Additional Modules

Module Name
ionCube Loader
sysvsem
sysvshm

Environment

VariableValue
LANG C
MAILTO root
SHELL /bin/bash
USER root
PATH /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
PWD /
SHLVL 3
HOME /
LOGNAME root
_ /sbin/initlog

PHP Variables

VariableValue
_SERVER["HTTP_HOST"] sploooge.com
_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10
_SERVER["HTTP_ACCEPT"] text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-us,en;q=0.5
_SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate
_SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7
_SERVER["HTTP_KEEP_ALIVE"] 300
_SERVER["HTTP_CONNECTION"] keep-alive
_SERVER["PATH"] /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
_SERVER["SERVER_SIGNATURE"] no value
_SERVER["SERVER_SOFTWARE"] Apache
_SERVER["SERVER_NAME"] sploooge.com
_SERVER["SERVER_ADDR"] 69.5.92.185
_SERVER["SERVER_PORT"] 80
_SERVER["REMOTE_ADDR"] 99.3.190.5
_SERVER["DOCUMENT_ROOT"] /usr/local/apache/sites/*****/sploooge.com/htdocs
_SERVER["SERVER_ADMIN"] ****@sploooge.com
_SERVER["SCRIPT_FILENAME"] /usr/local/apache/sites/*****/sploooge.com/htdocs/phpinfo.php
_SERVER["REMOTE_PORT"] 51605
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_URI"] /phpinfo.php
_SERVER["SCRIPT_NAME"] /phpinfo.php
_SERVER["PHP_SELF"] /phpinfo.php
_SERVER["REQUEST_TIME"] 1243362376
_SERVER["argv"]
Array
(
)
_SERVER["argc"] 0
_ENV["LANG"] C
_ENV["MAILTO"] root
_ENV["SHELL"] /bin/bash
_ENV["USER"] root
_ENV["PATH"] /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
_ENV["PWD"] /
_ENV["SHLVL"] 3
_ENV["HOME"] /
_ENV["LOGNAME"] root
_ENV["_"] /sbin/initlog

PHP License

This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.


Quote · 26 May 2009

Are you running cPanel? Have you done a security upDate anytime recently.

 

I experience a snafu, per say but it was a misconfig w/cPanel update rather then my orginal server set. Turned-Off auto (got to rememberthat) and had to restore some missing Zlibs and other functions.

It really did a number on my pre-existing dolphin settings. Your setting look okay at first glance.

 

I'm running PHP5.2.9

 

Just a thought.?

Quote · 26 May 2009

Are you running cPanel? Have you done a security upDate anytime recently.

I experience a snafu, per say but it was a misconfig w/cPanel update rather then my orginal server set. Turned-Off auto (got to rememberthat) and had to restore some missing Zlibs and other functions.

It really did a number on my pre-existing dolphin settings. Your setting look okay at first glance.

I'm running PHP5.2.9

Just a thought.?

No I'm not using cPanel. Just my ftp and a shared hosting. I'm doing the shared hosting for now while I get the site looking/running properly. Then once I get it moving and it starts to draw more resources I'll up it.

Quote · 26 May 2009

No I'm not using cPanel. Just my ftp and a shared hosting. I'm doing the shared hosting for now while I get the site looking/running properly. Then once I get it moving and it starts to draw more resources I'll up it.

I had that same problem, after days of trying to get my host to fix the Xslt issue, they suspended my account because I'm on a shared server and using a Dolphin site would use too much resources due to video uploads and other features that dolphin uses. I'm currently closing my account with them and transfering all my sites and I'm already in the process with a new host. I think that when you have a host which is not really for Dolphin, there are many issues, example, they support the script but there are not really set up for them which will give you alot of problems and waste alot of time trying to fix something when your host is the problem....I researched and compared a lot of different hosts, contacted 1 of them today and asked plenty of questions and they have a server dedicated only to Dolphin sites, that leads me to believe that alot of erros will not happen, that the script will work well and not have all these problems I had before...Anyhow, check your host and make sure they can handle a script like Dolphin..

Quote · 26 May 2009

I had that same problem, after days of trying to get my host to fix the Xslt issue, they suspended my account because I'm on a shared server and using a Dolphin site would use too much resources due to video uploads and other features that dolphin uses. I'm currently closing my account with them and transfering all my sites and I'm already in the process with a new host. I think that when you have a host which is not really for Dolphin, there are many issues, example, they support the script but there are not really set up for them which will give you alot of problems and waste alot of time trying to fix something when your host is the problem....I researched and compared a lot of different hosts, contacted 1 of them today and asked plenty of questions and they have a server dedicated only to Dolphin sites, that leads me to believe that alot of erros will not happen, that the script will work well and not have all these problems I had before...Anyhow, check your host and make sure they can handle a script like Dolphin..

Well, I've been with them for a very long time and, like you, have all my other sites with them. They work hard for me and I appreciate it. They're willing to help me with Dolphin and stay on the shared server for the time being. At least until the server load requires more. But a basic issue remains in that it's not very clear from the documentation exactly what is needed to run Dolphin.

Quote · 27 May 2009

Well, I've been with them for a very long time and, like you, have all my other sites with them. They work hard for me and I appreciate it. They're willing to help me with Dolphin and stay on the shared server for the time being. At least until the server load requires more. But a basic issue remains in that it's not very clear from the documentation exactly what is needed to run Dolphin.

Yeah, if your host is working hard with you, that's great keep them, seems mine got greedy about money and wanted me to upgrade to a VPS...lol..and my site only has 6 test videos image that...

Quote · 27 May 2009

I am having the exact same issues.... When I first started the install script I got the message about the XsltProcessor twice.  I installed the Xsltprocessor and I now get the error message once.  It seems like this is an error with 6.1.6.

Anyone figured anything out yet?

Quote · 3 Jun 2009

Just a final note on this. My host 'RECOMPILED' the php (as suggested by DosDawg) and it's all working fine now. I don't know exactly what that means but my host did and that's all I needed - lol.

.

BUT, there's always a but right? I still have no idea what changed from 6.1.5 to 6.1.6 to cause the error message. It was all working perfectly in the last version and when I did a clean install of 6.1.6 I started seeing the error message. I've been told nothing changed between the two versions that would cause the error message but that's obviously not the case since my hosting hasn't changed. Oh well, guess I'll never know, and it's a moot point now anyway.

.

Thanks all

Quote · 9 Jun 2009

I had similar problems, funny how doing a site search only pulls up the Answers section and nothing from forums. Any way hope this helps if still having problems, worked for me.

http://www.boonex.com/unity/answers/entry/XsltProcessor_error

 

 

btw. From PHP.net  "PHP 5 includes the XSL extension by default and can be enabled by adding the argument --with-xsl[=DIR] to your configure line. DIR is the libxslt installation directory."

 

http://ca.php.net/manual/en/xsl.installation.php

Quote · 9 Jun 2009

 

Quote · 9 Jun 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.